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. Run faster

  2. Go on line

  3. Share information and/or share peripheral equipment

  4. E-mail

  5. None of these

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

A LAN (Local Area Network) connects computers in a limited area like an office or building. Its primary purpose is enabling connected devices to share resources such as files, printers, scanners, and internet access.

Multiple choice
  1. Simplex

  2. Half duplex

  3. Multiplexing

  4. Full duplex

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

Multiplexing is a technique that combines multiple input signals from different sources into one output signal and transmits them over a shared high-speed communication channel. This maximizes bandwidth utilization. Simplex and duplex modes describe transmission directions, not signal combining.

Multiple choice
  1. thin client

  2. fat client

  3. very thin client

  4. none of these

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

In two-tier architecture, the client handles presentation and business logic (fat client), while the server manages data. This contrasts with three-tier where business logic moves to a middle tier. 'Tire' is a typo for 'tier'.

Multiple choice
  1. Broadcast

  2. Point-to-point linking

  3. Narrowcast linking

  4. None of these

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

Broadcast and point-to-point are standard transmission technologies. Narrowcast linking is not a recognized standard transmission technology term; the correct terminology is narrowcast (similar to broadcast but targeted to a specific audience), not narrowcast linking.

Multiple choice
  1. Network multi-media

  2. Interactive multi-media

  3. MPEG video

  4. All of the above

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

Client-server computing is particularly useful in networked multimedia applications where centralized servers manage resources and clients handle presentation. While it can be used in other contexts, network multimedia is a primary application domain.

Multiple choice
  1. Routers to strengthen the attenuated signals

  2. Repeaters to establish physical connection between various LANs

  3. Bridges to optimize the transmission path of messages

  4. Gateways to allow a network to use the resources of another main frame

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

Gateways enable networks to access resources on other systems, including mainframes. Routers strengthen signals, repeaters establish connections, and bridges optimize paths - but these functions are misstated. Gateways correctly provide cross-system resource access.

Multiple choice
  1. automatic dial-up

  2. attenuation and amplification

  3. dynamic equalization

  4. all of the above

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

Automatic dial-up allows modems to connect automatically when needed. Attenuation and amplification manage signal strength during transmission. Dynamic equalization adjusts for varying line conditions. All three are desirable features for effective modem operation.

Multiple choice
  1. Single user systems

  2. Multiuser systems

  3. Both 1 and 2

  4. None of these

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

Multiuser systems are designed to support multiple users simultaneously, often through terminals or network connections. Single user systems serve only one user at a time.

Multiple choice
  1. Tape

  2. Channel

  3. Pipe

  4. None of these

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

A pipe is a Unix/Linux inter-process communication mechanism that allows the output of one program to become the input to another. Channels and tapes are storage or transmission media, not IPC facilities.