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

Multiple choice
  1. NIC

  2. Network connector

  3. MODEM

  4. Internet card

  5. None of these

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. packet

  2. data

  3. access method

  4. token

  5. none of these

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. mainframe

  2. network

  3. supercomputer

  4. client

  5. none of these

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. architecture

  2. server

  3. transmission

  4. type

  5. none of these

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. modem

  2. router

  3. gateway

  4. bridge

  5. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. Clock synchronization

  2. Collision avoidance

  3. Broadcast

  4. None of these

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. Physical layer

  2. Data link layer

  3. Transport layer

  4. Network layer

Reveal answer Fill a bubble to check yourself
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.