Computer Knowledge

Computer Networks

2,614 Questions

Computer networks involve the architecture, protocols, and security measures used for digital communication. This collection covers OSI model layers, IP addressing, data transmission, and cryptographic standards. These concepts are vital for the computer knowledge sections of banking and government exams.

OSI model layersNetwork protocolsIP subnet maskingData encryption standardsServer configurationsNetwork commands

Computer Networks Questions

Multiple choice
  1. TCP, UDP, UDP and TCP

  2. UDP, TCP, TCP and UDP

  3. UDP, TCP, UDP and TCP

  4. TCP, UDP, TCP and UDP

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

Real-time multimedia needs connectionless service, so underlying transport layer protocol used is UDP. File transfer runs over TCP protocol with port no. 21. DNS runs over UDP protocol within port no. 53. Email needs SMTP protocol which runs over TCP protocol within port no. 25.

Multiple choice
  1. 1 and 4

  2. 1 and 2

  3. 2 and 3

  4. 1, 2 and 4

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

Program relocation at run time transfers complete block to some memory locations. This require as base address and block should be relatively addressed through this base address. This require both based addressing and relative addressing mode.

Multiple choice
  1. Recovery from packet losses

  2. Detection of duplicate packets

  3. Packet delivery in the correct order

  4. End to end connectivity

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

Transport protocols are mainly for providing end to end connections by making sockets. Recovery from packet loss & delivery in correct order, duplication is checked by Data link layer.

Multiple choice
  1. It is possible for a computer to have multiple IP addresses

  2. IP packets from the same source to the same destination can take different routes in the network

  3. IP ensures that a packet is discarded if it is unable to reach its destination within a given number of hops

  4. The packet source cannot set the route of an outgoing packets; the route is determined only by the routing tables in the routers on the way

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

Internet protocol ensures that a packet is forwarded if it is unable to reach its destination within a given no. of hops. One computer can have multiple IP addresses also packets having same source & destination can take different routes. Source doesn't decide where to route the packet, but it is decided by the routing tables at intermediate routers.

Multiple choice
  1. 7.69 × 106 bps

  2. 11.11 × 106 bps

  3. 12.33 × 106 bps

  4. 15.00 x 106 bps

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

Data packet size = 1000 byte        Number of packets = 5        Total data = 5000        Transmission time = 50 micro second/packet        Propagation delay = 200 micro second        So for 5 packets = 50 * 5 = 250 micro second        Total time for 5 packets = 250 + 200 = 450 micro second        Rate = Data/time = 5000*1000000/450 = 11.11*1000000 bps

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

Multiple choice
  1. 0.015/s

  2. 0.064/s

  3. 0.135/s

  4. 0.327/s

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

Multiple choice
  1. C1 and C2 both assume they are on the same network

  2. C2 assumes C1 is on same network, but C1 assumes C2 is on a different network

  3. C1 assumes C2 is on same network, but C2 assumes C1 is on a different network

  4. C1 and C2 both assume they are on different networks.

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