Computer Knowledge

Computer Networks

2,461 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. port

  2. pipe

  3. node

  4. protocol

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

In the TCP/IP model, a port number serves as the transport service access point. It allows the transport layer to distinguish between different applications or services running on the same host.

Multiple choice
  1. True

  2. False

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

Video streaming typically uses UDP because it prioritizes speed and real-time delivery over the error correction and retransmission overhead inherent in TCP. Using TCP for live streaming often results in unacceptable latency.

Multiple choice
  1. is a connection-oriented protocol

  2. uses a three way handshake to establish a connection

  3. receives data from application as a single stream

  4. all of the mentioned

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

TCP is a connection-oriented protocol that uses a three-way handshake to establish a reliable session, and it processes data streams from the application layer.

Multiple choice
  1. it sends data as a stream of related packets

  2. all UDP packets are treated independently by transport layer

  3. it is received in the same order as sent order

  4. it sends data very quickly

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

UDP is connectionless because it does not establish a session before sending data. Each datagram is treated as an independent unit by the transport layer, with no relationship to previous or subsequent packets.

Multiple choice
  1. Internet Control Message Protocol

  2. Neighbor Discovery Protocol

  3. Stream Control Transmission Protocol

  4. Dynamic Host Configuration Protocol

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

SCTP (Stream Control Transmission Protocol) is a transport layer protocol designed to provide reliable, message-oriented communication. ICMP and NDP are network layer protocols, and DHCP is an application layer protocol.

Multiple choice
  1. Internet Packet Exchange

  2. Internet Packet Xchange

  3. Internet Protocol Exchange

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

IPX stands for Internetwork Packet Exchange, a protocol used in early networking environments like Novell NetWare.

Multiple choice
  1. To connect networks

  2. To create packets

  3. yes

  4. To establish multicast group memberships

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

IGMP (Internet Group Management Protocol) is used by hosts and adjacent routers to establish and manage multicast group memberships.

Multiple choice
  1. Routes the packet

  2. Sources the data

  3. Assigns addresses to packets

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

The primary purpose of the Internet Protocol (IP) is to provide logical addressing and routing for packets across interconnected networks. While IP facilitates routing, its fundamental role is defining the addressing scheme that allows data to be directed to the correct destination.