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. Packet switching does not observe any transmission path in hops.

  2. Best case = 2, average case = 2, worst case = 2

  3. Best case = 1, average case = n/4, worst case = n/2

  4. Best case = 1, average case = 1, worst case = 1

  5. None of the above

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

This is the case of ring topology,  which has such type of transmission paths in hops.

Multiple choice
  1. The data sent in message switching is of limited size.

  2. The data sent in packet switching is of limited size.

  3. The packet switching technique divides data in to multiple packets before sent in the network.

  4. The message switching technique can sent arbitrary long data units.

  5. None of the above

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

The data packets do not have any limit in message switching technique.

Multiple choice
  1. The transmission delay will be less in slotted ALOHA.

  2. The transmission delay will be negligible in case of pure ALOHA.

  3. Both slotted and pure ALOHA will have transmission with the same rate of delay.

  4. There will be no collision or delay possible in case of low load.

  5. None of the above

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

All of the above are the false statement.

Multiple choice
  1. The InetAddress class

  2. The ContentHandler class

  3. The URLStreamHandler class

  4. The RemoteStackVariable class

  5. ThreadDeathEvent()

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

This class in the java.net package is used to read a stream of data that is generated by a network connection and produce an object.