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
-
NIC
-
Network connector
-
MODEM
-
Internet card
-
None of these
A
Correct answer
Explanation
NIC (Network Interface Card) is the hardware component that allows a computer to connect to a network. It's commonly called a 'LAN card' because it's the physical interface for Local Area Network connections, implementing the physical and data-link layer protocols.
-
packet
-
data
-
access method
-
token
-
none of these
D
Correct answer
Explanation
In token ring networks, a special frame called the 'token' circulates continuously around the ring. Only the computer currently holding the token has permission to transmit data, preventing collisions and ensuring orderly access to the network medium.
-
mainframe
-
network
-
supercomputer
-
client
-
none of these
B
Correct answer
Explanation
Servers are powerful computers that provide shared resources like files, printers, applications, and services to client computers connected to a network. They handle requests from clients and manage centralized resources for efficient distribution.
-
router
-
modem
-
node
-
cable
-
none of these
A
Correct answer
Explanation
A router is required on a network to share a broadband Internet connection among multiple devices. While a modem connects to the ISP, only a router can distribute that connection to multiple devices through network address translation (NAT) and routing functions.
-
architecture
-
server
-
transmission
-
type
-
none of these
A
Correct answer
Explanation
Network architecture refers to the design and structure of the network, including its topology, protocols, hardware components, and how devices communicate. It's the blueprint that defines how the network is organized and functions.
-
modem
-
router
-
gateway
-
bridge
-
All of the above
A
Correct answer
Explanation
A modem (modulator-demodulator) converts digital computer signals to analog signals for transmission over telephone lines, then converts analog signals back to digital at the receiving end. This enables digital devices to communicate over analog phone infrastructure.
-
Clock synchronization
-
Collision avoidance
-
Broadcast
-
None of these
A
Correct answer
Explanation
Clock synchronization is used in the preamble of an Ethernet network. It provides synchronization and input timing to the frame to alert the receiving system.
-
Alternate mark inversion
-
Scrambling
-
Unipolar scheme
-
Polar scheme
-
Complexity
B
Correct answer
Explanation
It substitutes long zero level pulses with a combination of other levels to provide synchronization.
-
Logical Link Control (LLC)
-
Distributed Queue Dual Bus (DQDB)
-
Token Bus
-
CSMA/CD LAN
-
Token Ring
A
Correct answer
Explanation
The IEEE standard 802.2 defines the Logical Link Control (LLC).
D
Correct answer
Explanation
Every device has a dedicated point to point link to every other device. Dedicated means that, the link carries traffic only between the two devices it connects. Therefore, mesh topology provides bidirectional links between each possible nodes.
-
UTP
-
STP
-
BNC
-
All of the above
C
Correct answer
Explanation
BNC are the T-shaped connectors, used to connect the cable, at two ends and NIC's .
-
Data link control
-
Flow control
-
Routing
-
None of these
A
Correct answer
Explanation
Data link control is a bit oriented protocol for managing the flow of information in a data communication system.
-
Baseband
-
Broadband
-
Both 1st and 2nd options
-
None of these
B
Correct answer
Explanation
Broadband LAN uses frequency division multiplexing on a coaxial cable to exchange information.
-
IEEE802.5
-
CSMA/CD
-
IEEE802.4
-
None of the above
A
Correct answer
Explanation
It has a multiring functionality, so we can say, it looks like a FDDI. Both species 100 mbps token passing rings, two rings and one ring for a backbone.
-
Physical layer
-
Data link layer
-
Transport layer
-
Network layer
B
Correct answer
Explanation
Data link layer provides a raw transmission facility on a reliable link.It is responsible for moving frames from one node to the next.The following are the responsibilities of data link layer:framing,error control,access control,flow control and physical addressing. It delivers data on the data link layer by hop-to-hop(node-to-node) and a bridge operates on this layer between two adjacent nodes.it provides node to node delivery of data,so it is the correct answer.