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. sender

  2. receiver

  3. channel

  4. both (a) and (b)

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

Correct option is (3).

Multiple choice
  1. Star

  2. Ring

  3. Bus

  4. Physical

  5. Logical

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

Logical topology shows how data flows within a network. Topologies are either physical or logical. Physical topology refers to the placement of the network's various components, including device location and cable installation. Logical topology is the way that the signals act on the network media, or the way that the data passes through the network from one device to the next without regard to the physical interconnection of the devices. Bus, Ring and Star topologies are logical topologies.

Multiple choice
  1. TCP/IP

  2. LAN

  3. MAN

  4. PSTN

  5. ISDN

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

TCP/IP is not a network. TCP/IP, short for Transmission Control Protocol/Internet Protocol, is the suite of communications protocols used to connect hosts on the internet.

Multiple choice
  1. It is connectionless.

  2. Cell delivery is guaranteed but their order is not.

  3. Cell delivery is not guaranteed but their order is guaranteed.

  4. Cell delivery is guaranteed and their order too.

  5. It is a circuit-switched technology.

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

ATM networks are connection-oriented. Making a call requires first sending a message to set up a connection. After that, subsequent cells follow the same path to the destination. Cell delivery is not guaranteed, but their order is guaranteed. If cells 1 and 2 are sent in that order, then if both arrive, they will arrive in that order, never first 2 and then 1.

Multiple choice
  1. Connection-oriented packet switched

  2. Connectionless packet switched

  3. Connection-oriented byte delivery

  4. Connection-oriented bit delivery

  5. Connectionless byte delivery

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

X.25 is a connection-oriented packet switched network.