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
-
Transport
-
Application
-
Network
-
Physical
D
Correct answer
Explanation
The DTE physical layer are network nodes such as routers, servers and switches. DCEs are internetworking devices located normally with the telecom carrier. The connection between DTE and DCE can only be via physical cabling.
-
the device involved in the collision with the lowest MAC address
-
the device involved in the collision with the lowest IP address
-
any device in the collision domain whose backoff timer expires first
-
those that began transmitting at the same time
C
Correct answer
Explanation
After a collision, CSMA/CD's backoff algorithm has each device wait a random amount of time before attempting to retransmit. The device whose random backoff timer expires first gets priority to transmit - there is no inherent priority based on MAC address, IP address, or timing of the collision itself. This randomized approach helps prevent repeated collisions by ensuring devices don't all retry simultaneously.
-
Hubs cannot filter frames.
-
Using hubs is costly with regard to bandwidth availability.
-
Switches do and can not forward broadcasts.
-
Switches increase the number of collision domains in the network.
D
Correct answer
Explanation
Switches increases the number of collisions domains in the network. Switches that are configured with VLANs will reduce the size of the collision domains by increasing the number of collision domains in a network, but making them smaller than that of one big, flat network.
-
when connecting a through the console port
-
when connecting one switch to another switch
-
when connecting a host to a switch
-
when connecting a router to another router
C
Correct answer
Explanation
Straight-through cables connect unlike devices: one end uses T568A pinout, the other uses T568B. Host-to-switch connections require straight-through cables because the host transmits on pins 1/2 and receives on 3/6, while the switch does the opposite (receives on 1/2, transmits on 3/6). Crossover cables are for like devices (switch-to-switch, router-to-router, host-to-host) or when connecting to router Ethernet ports that operate as host devices.
-
a computer with a console connection to the WRT300N
-
a computer with a wireless connection to the WRT300N
-
a computer with an AUX port connection to the WRT300N
-
a computer configured in the same IP subnet as the WRT300N and a direct cable connection to it
D
Correct answer
Explanation
The Linksys WRT300N has a default IP address (typically 192.168.1.1) and requires an initial configuration via its web interface. To access this interface, your computer must be in the same IP subnet as the device (to enable IP communication) and connected via a direct cable (Ethernet) to one of the LAN ports. Console and AUX ports are Cisco-specific features not present on consumer devices like the WRT300N. A wireless connection cannot be used for initial configuration because the wireless radio is unconfigured until you access the setup interface.
-
Both stations will retransmit the data after a random wait time created by a backoff algorithm.
-
Both stations will send out a warning on the network before they retransmit the data.
-
A Transport layer protocol such as UDP or TCP will request a retransmission of the data.
-
One of the stations data transmission will fail.
A
Correct answer
Explanation
The access method (how the physical wire is accessed)in an Ethernet network is Carrier Sense Multiple Access/Collision Detection (CSMA/CD). In a CSMA/CD network stations listen to check if the network is busy, if the network is free the station transmits data. When two stations listen, and both determine the network is not busy, and start sending the data simultaneously a collision occurs. When the collision is detected both stations will retransmit the data after a random wait time created by a backoff algorithm.
-
ATM
-
ISDN
-
Frame Relay
-
metro Ethernet
A
Correct answer
Explanation
ATM (Asynchronous Transfer Mode) uses fixed-size 53-byte cells, consisting of a 5-byte header and 48-byte payload. This small, fixed cell size was chosen to reduce jitter and ensure predictable latency for voice and video traffic. ATM can operate over both Switched Virtual Circuits (SVCs), which are set up on demand, and Permanent Virtual Circuits (PVCs), which are pre-configured. ISDN uses 64kbps channels, Frame Relay uses variable-length frames, and Metro Ethernet uses standard Ethernet frames (not 48-byte payloads).
-
VTP is only compatible with the 802.1Q standard.
-
VTP adds to the complexity of managing a switched network.
-
VTP allows a to be configured to belong to more than one VTP domain.
-
VTP dynamically communicates VLAN changes to all switches in the same VTP domain.
D
Correct answer
Explanation
VTP (VLAN Trunking Protocol) synchronizes VLAN configuration information across all switches in the same VTP domain. When you create, delete, or rename a VLAN on one VTP server switch, those changes are automatically propagated to all other switches in the domain. This greatly simplifies VLAN management on large switched networks. Option A is false because VTP supports both ISL and 802.1Q trunking. Option B is subjective - VTP actually reduces complexity by automating VLAN management. Option C is false - a switch can only belong to one VTP domain at a time.
-
Backbone cable
-
Horizontal cable
-
Patch cable
-
Work area cable
A
Correct answer
Explanation
Fiber-optic cable is most commonly used for backbone cabling runs because it supports high bandwidth over long distances without signal degradation. Backbone cabling connects entrance facilities, equipment rooms, and telecommunications closets. Horizontal, patch, and work area cables (B, C, D) are typically copper due to shorter distances and cost considerations.
-
Piping
-
PDU
-
Streaming
-
Multiplexing
-
Encapsulation
D
Correct answer
Explanation
Multiplexing is the process of interleaving multiple data streams onto a single communication channel, which matches the description of data interleaving. The other options are incorrect: piping refers to data transfer between processes, PDU is protocol data unit (a data structure), streaming is continuous media delivery, and encapsulation is wrapping data with protocol headers.
-
To transmit a packet from one local device to another local device.
-
To transmit a frame from one interface to another interface.
-
To obtain a vendor code/serial number from the user.
-
To transmit data from one local device to remote device across Internet.
B
Correct answer
Explanation
Hardware addresses (MAC addresses) are used for Layer 2 communication to transmit frames between directly connected interfaces on the same local network segment. Option A is incorrect because packets (Layer 3) use IP addresses. Option C is incorrect because MAC addresses are burned into the NIC, not obtained from users. Option D is incorrect because remote communication requires IP addresses, not just MAC addresses.
-
systems are connected to different LAN segments
-
systems are connected to a bridged segment
-
systems are connected to their own switch port
-
systems are running over a fiber optic connection
C
Correct answer
Explanation
Full duplex Ethernet communication is only possible when systems are connected to their own switch port
-
Serial up
-
Dte rate
-
Dce rate
-
Clock rate
D
Correct answer
Explanation
When connecting two routers back-to-back via serial link without an external DCE device (like a CSU/DSU), one router must act as the DCE and provide clocking. The 'clock rate' command must be configured on the router's serial interface designated as the DCE end. Without this clock signal, the serial link cannot synchronize and will not function. The DTE (Data Terminal Equipment) end does not need clock rate configuration.
-
Interface reset
-
Unplugged cable
-
Improper LMI type
-
PPP negotiation failure
D
Correct answer
Explanation
The output shows that the Line Protocol is down, which typically indicates a PPP (Point-to-Point Protocol) negotiation failure between the two peers. PPP negotiation involves authentication, compression, and other parameter agreements between devices. When this fails, the line protocol goes down even if the physical connection is working. Interface reset, unplugged cable, or improper LMI type would typically show different symptoms (like 'Line Protocol Down' vs specific LMI errors).
-
Converts clear text data before transmission
-
Indicates which channel the data should flow on
-
Determines that the correct host is utilizing the network
-
Allows the host to choose which channel to use
C
Correct answer
Explanation
Authentication in a WLAN serves to verify and validate that only authorized hosts/devices can connect to and utilize the wireless network. It prevents unauthorized access by checking credentials (passwords, certificates, etc.) before allowing network connectivity. Authentication does not encrypt data (that's encryption), indicate channels (that's channel selection), or allow channel choice (that's client-side behavior). Its primary purpose is access control and identity verification.