Computer Knowledge
Computer Networks
2,256 Questions
Computer networks form the backbone of digital communication, connecting multiple devices to share data and resources. This area covers network architectures, transmission media, modems, and topologies like LAN. These concepts are crucial for computer knowledge sections in banking and government exams.
Network topologiesModulation and demodulationNetwork addressingFiber optic cablesWireless infrastructure
Computer Networks Questions
-
Point to Point topology
-
FC Arbitrated Loop ( FC :Fiber Channel )
-
Switched Fabric
-
All the above
D
Correct answer
Explanation
Storage Area Network (SAN) topologies include three main architectures: Point-to-Point (direct connection between two devices), FC Arbitrated Loop (devices connected in a loop sharing bandwidth), and Switched Fabric (devices connected through switches providing dedicated paths). Since all three are valid SAN topologies, 'All the above' is the correct answer.
-
/etc/mnttab
-
/etc/fstab
-
/etc/rmtab
-
/etc/exports
C
Correct answer
Explanation
/etc/rmtab is the NFS server file that tracks which clients currently have mounted filesystems. /etc/mnttab shows local mounts, /etc/fstab configures mounts at boot, and /etc/exports defines what can be exported.
-
router activity
-
Maximum Transmission Unit (MTU) size
-
MAC address connectivity between network cards
-
loopback address connectivity between network cards
C
Correct answer
Explanation
The linkloop command tests MAC address connectivity between network cards by sending packets with the source MAC set to the destination MAC, testing if the card can receive its own transmissions. It doesn't test router activity, MTU size, or IP-level loopback (ping does that).
-
/etc/services
-
/etc/bootptab
-
/etc/inetd.conf
-
/etc/bootp.conf
B
Correct answer
Explanation
The /etc/bootptab file contains the configuration information sent in response to BOOTP requests, including IP addresses, hostnames, and other boot parameters for each client. /etc/services lists port numbers, /etc/inetd.conf configures the inet daemon, and /etc/bootp.conf is not the standard configuration file location.
B
Correct answer
Explanation
RS-485 uses differential signaling over a twisted pair of wires to transmit data, which provides high noise immunity. Single-ended transmission, where signals are referenced to a common ground, is used by standards like RS-232.
-
100 Mbps
-
54 Mbps
-
24 Mbps
-
10 Mbps
B
Correct answer
Explanation
802.11a operates in the 5 GHz frequency band and supports a maximum theoretical data rate of 54 Mbps. It was one of the first high-speed wireless standards. Options A, C, and D are incorrect - 100 Mbps is closer to 802.11n/g speeds in ideal conditions, while 24 and 10 Mbps are far below 802.11a's specification.
-
z/OS e V1.8
-
z/OS V1 R9
-
z/OS V1 R1.11
-
z/OS for client V1.2
B
Correct answer
Explanation
This is a site-specific question about the mainframe operating system version used in SECOM. z/OS V1 R9 is the correct version. z/OS is IBM's mainframe operating system, and this question tests knowledge of the specific release running in the enterprise environment.
-
IEEE 802.3u
-
IEEE 802.3
-
Ethernet II
-
IEEE 802.3z
D
Correct answer
Explanation
IEEE 802.3z is the standard for Gigabit Ethernet (1000 Mbps). In contrast, 802.3u defines Fast Ethernet (100 Mbps), and 802.3 is the original base standard for Ethernet. The letter suffixes denote different speed and media specifications.
D
Correct answer
Explanation
DLCI (Data Link Connection Identifier) is the identifier used in Frame Relay to determine which virtual circuit a frame belongs to. Each DLCI identifies a specific PVC (Permanent Virtual Circuit) through the Frame Relay network. DTE and DCE are devices, and LMI is a signaling protocol, but only DLCI identifies the channel.
A
Correct answer
Explanation
Unacknowledged connectionless service means the sender transmits frames without waiting for acknowledgments. Each frame is independent and there's no connection setup. This is simple but provides no reliability guarantees.
-
Certified Novell Engineer
-
Chief Network Engineer
-
Certified Network Engineer
-
None of the Above
A
Correct answer
Explanation
CNE (Certified Novell Engineer) is a professional certification for network administrators using Novell NetWare. It was a widely recognized certification in the 1990s for Novell networking products.
-
Application
-
Network
-
Transport
-
Physical
C
Correct answer
Explanation
Sockets provide an interface for programming at the Transport layer of the OSI model, enabling applications to use TCP or UDP protocols for network communication. The Application layer uses socket services but doesn't define the socket interface itself.
-
Hardware
-
Software
-
Both Hardware and Software
-
None of the Above
C
Correct answer
Explanation
Firewalls can be implemented as hardware devices (network appliances, dedicated firewall appliances), software (host-based firewalls on individual machines, or software firewalls running on general-purpose hardware), or a combination of both approaches. Hybrid implementations are common in enterprise environments. Option C correctly captures this implementation flexibility.
-
Data Terminal Equipment
-
Distributed Terminal Environment
-
Data Transmission Equipment
-
Data Terminal Environment
A
Correct answer
Explanation
DTE stands for Data Terminal Equipment, which refers to end-user devices in a network (like computers, terminals) that initiate or terminate data communication. DTE interfaces with DCE (Data Circuit-Terminating Equipment) like modems to communicate over networks.
-
Distributed Computing Environment
-
Data Communications Equipment
-
Data Circuit-Terminating Equipment
-
Digital Communications Environment
C
Correct answer
Explanation
DCE stands for Data Circuit-terminating Equipment (also known as Data Communications Equipment in some contexts). It's the network-side device that connects DTE (Data Terminal Equipment) to the network - examples include modems, CSU/DSU units. The 'C' represents Circuit or Communications in this context.