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

Multiple choice
  1. Bus

  2. Star

  3. Mesh

  4. Ring

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Star topology requires a central controller or hub that all devices connect to. This central hub manages all communication between connected devices, unlike bus, mesh, or ring topologies.

Multiple choice
  1. 1.0 Mbps

  2. 2.0 Mbps

  3. 2.5 Mbps

  4. 5.0 Mbps

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

With 40 stations on an Ethernet LAN segmented by a 10-port bridge, each segment handles 4 stations (40/10). If the total bandwidth is 10 Mbps and each segment gets 1 Mbps (10/10 ports), then each station in a segment gets 0.25 Mbps (1/4). However, if we calculate based on standard Ethernet collision domain reduction: a 10-port bridge creates 10 collision domains, each with 10 Mbps / 4 stations = 2.5 Mbps effective average per station. The calculation depends on traffic patterns but 2.5 Mbps is a reasonable approximation.

Multiple choice
  1. A new type of cabling system for Wide Area Networks

  2. A second local area network that can connect with another online LAN to share access

  3. A new standard for Internet browsers

  4. An association to develop advanced Internet technology

  5. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Internet2 is a consortium (not a technology or cable system) led by over 300 universities and organizations to develop and deploy advanced network applications and technologies. It focuses on high-speed research and education networks, not consumer-grade browsers or basic LAN connections.

Multiple choice
  1. Message

  2. Symbolic interaction

  3. Context

  4. Semaphore telegraph

  5. Encryption

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Context refers to the conditions that precede or surround the communication. It consists of present or past events from which the meaning of the messages is derived, though it may also, in the case of written communications, depend upon the statements preceding and following the quotation in question.

Multiple choice
  1. link

  2. bus

  3. bi-directional wires

  4. cables

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A bus is a shared communication pathway that connects multiple components (CPU, memory, I/O devices) allowing data transfer. A link connects only two devices, while cables are physical connections.

Multiple choice
  1. coder

  2. decoder

  3. data selector

  4. multivibrator

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A multiplexer is fundamentally a data selector - it selects one of multiple input signals and transmits it to a single output based on control signals. The term 'data selector' directly describes this selection function.

Multiple choice
  1. data selector

  2. data distributor

  3. multiplexer

  4. encoder

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A demultiplexer distributes one input signal to multiple outputs, functioning as a data distributor. A multiplexer is called a data selector (opposite function). An encoder converts multiple inputs to coded outputs, not distribution.

Multiple choice
  1. Mesh topology

  2. Star topology

  3. Bus topology

  4. Ring topology

  5. Tree toplogy

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In mesh topology, every device connects to every other device. Hence, if any link in the network fails, the whole network does not fails. So, it is the most reliable network.