Computer Knowledge
Computer Networks
2,095 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
-
Normally the CSU/DSU is the designated demarcation point for the service provider but not the customer.
-
The segment between the demarcation point and the central office is known as the last mile.
-
The local loop is the segment between the CSU/DSU and the serial port.
-
Putting data on the local loop is the responsibility of the DTE.
B
Correct answer
Explanation
The 'last mile' refers to the final leg of the telecommunications network from the provider's central office to the customer premises. This includes the local loop (the physical copper/fiber lines). The demarcation point is where provider responsibility ends, typically at the customer's building entrance.
-
The network for a default route
-
A summarization of classful addresses
-
A network containing both private and public addresses
-
A set of discontiguous networks controlled by an ISP
B
Correct answer
Explanation
A supernet is a summarized route that combines multiple contiguous classful networks into a single larger network block. This reduces routing table size. It is not a default route (0.0.0.0/0), does not mix public/private addresses, and represents contiguous networks.
-
The two routers are connected on a multiaccess network.
-
The hello and dead intervals are different on the two routers.
-
They have different OSPF router IDs.
-
They have different process IDs.
B
Correct answer
Explanation
OSPF routers must have matching hello and dead intervals to form an adjacency. Different intervals prevent routers from recognizing each other as valid neighbors. Process IDs are locally significant and can differ, different router IDs are expected and necessary, and multiaccess networks work fine with proper DR/BDR election.
-
Cross-over
-
Straight-through
-
Rollover
-
Patch cable
C
Correct answer
Explanation
A rollover cable (also called a console cable) is used to connect a PC terminal to a router's console port. The cable pins are reversed at one end (pin 1 connects to pin 8, pin 2 to pin 7, etc.), which is required for the console connection. Straight-through cables connect different devices, while crossover cables connect similar devices.
-
Autonomous system
-
Contiguous networks
-
Process ID
-
BGP
A
Correct answer
Explanation
An Autonomous System (AS) is defined as a collection of networks under a single administrative entity that presents a common routing policy to the internet. This is the standard definition used in BGP and inter-domain routing. AS numbers identify these systems globally.
-
Switch A
-
Switch B
-
Switch C
-
Switch D
-
Switch F
-
Not widely available
-
Does not support encryption
-
Consumes more network bandwidth
-
Does not support authentication
B
Correct answer
Explanation
Telnet transmits all data (including usernames and passwords) in clear text over the network, making it vulnerable to eavesdropping and packet sniffing attacks. SSH encrypts the entire session, providing confidentiality and integrity. Telnet is widely available (option A is wrong), uses minimal bandwidth (option C is wrong), and does support authentication (option D is wrong - you authenticate with username/password, just not securely). The lack of encryption is Telnet's fundamental security weakness.
-
ISDN and ATM are circuit-switched technologies that are used to establish on demand a path through the service provider network.
-
Data link layer protocols like PPP and HDLC define how data is encapsulated for transmission across a WAN link.
-
A packet-switching network establishes a dedicated circuit between nodes for the duration of the communication session.
-
Frame relay switches are normally considered to be customer premises equipment (CPE) and are maintained by local administrators.
B
Correct answer
Explanation
Data link layer protocols like PPP (Point-to-Point Protocol) and HDLC (High-Level Data Link Control) define how data is encapsulated into frames for transmission across WAN links. They handle framing, error detection, and authentication. Option A is incorrect because ISDN is circuit-switched but ATM is a cell-switched technology. Option C describes circuit-switching, not packet-switching. Option D is wrong because Frame Relay switches are service provider equipment, not customer premises equipment maintained by local administrators.
-
Boot ROM
-
Fast Ethernet ports
-
Flash
-
Serial ports
-
UART
-
Routing protocols are incompatible with this function.
-
It restricts the communication sent to voice traffic only.
-
A telephone must be used to initially start transferring data.
-
Data cannot be transferred until a circuit has been established.
D
Correct answer
Explanation
Circuit-switched WAN implementations require establishing a dedicated physical circuit through the network before any data transfer can begin. This call setup time creates a delay before communication can start, which is inefficient for bursty data traffic compared to packet-switched networks. The circuit must be fully established end-to-end first, then data flows, then the circuit is torn down - this setup/teardown overhead is the key drawback. Voice traffic is actually well-suited to circuit switching.
-
There is a native VLAN mismatch.
-
The link between Switch1 and Switch2 is up but not trunked.
-
The is not properly configured for inter-VLAN routing.
-
VLAN 50 is not allowed to entering the trunk between Switch1 and Switch2.
D
Correct answer
Explanation
If Computer A can communicate with Computer B (likely on the same switch) but not with C or D (on the other switch), the trunk link between switches isn't carrying VLAN 50 traffic. By default, trunks carry all VLANs unless explicitly restricted. If VLAN 50 was previously removed from the allowed list or the trunk wasn't properly configured, inter-switch communication for that VLAN fails. Native VLAN mismatch (A) would cause different errors. A non-trunked link (B) wouldn't allow any VLAN traffic to pass.
A
Correct answer
Explanation
ESS (Extended Service Set) is a wireless topology where multiple access points are connected to the same wired network and share the same SSID, enabling seamless roaming. IBSS (Independent Basic Service Set), also called ad hoc mode, is a peer-to-peer network between wireless devices without an access point. Ad hoc (C) is the same as IBSS. Only ESS (A) supports roaming between access points because stations can move between APs while maintaining connectivity to the same network.
-
AUX
-
Ethernet
-
Console
-
Telnet
-
SSH
B
Correct answer
Explanation
When network services fail, in-band management access typically uses the Ethernet port. The console port (C) requires physical access and a console cable, which isn't always available. AUX (A) is a modem port for remote out-of-band access. Telnet (D) and SSH (E) are application-layer protocols that require network services to be functioning. If network services are down, you can't Telnet or SSH. The Ethernet port (B) is the correct answer because it provides in-band management access and doesn't depend on the failed network services - you can connect directly to the router's Ethernet interface for management.
-
Wi-Fi
-
satellite
-
WiMAX
-
Metro Ethernet
C
Correct answer
Explanation
WiMAX (Worldwide Interoperability for Microwave Access) is defined in IEEE 802.16 and provides broadband wireless access with speeds and quality comparable to DSL and cable. It offers last-mile broadband connectivity and can cover large geographic areas, making it an alternative to wired broadband connections.