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

  2. MAC

  3. UDP

  4. TCP

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

TCP is a connection-oriented protocol, meaning it establishes a formal connection (the three-way handshake) before data transfer begins to ensure reliability.

Multiple choice
  1. Application

  2. Session

  3. Transport

  4. Network

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

The Application Layer is the highest layer in the OSI model, making it the one that interacts directly with software applications used by the user.

Multiple choice
  1. DATA

  2. PACKET

  3. FRAME

  4. BITS

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

At the Data Link Layer, data is encapsulated into frames. Packets are associated with the Network Layer, and bits are associated with the Physical Layer.

Multiple choice
  1. Hypertext Transfer Protocol (HTTP)

  2. Simple Mail Transfer Protocol (SMTP)

  3. Internet Message Access Protocol (IMAP)

  4. Remote Desktop Protocol (RDP)

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

TCP port 143 is the standard port assigned to IMAP (Internet Message Access Protocol), which is used for retrieving email from a server.

Multiple choice
  1. 110

  2. 143

  3. 123

  4. 443

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

POP3 is a standard mail protocol used to receive emails from a remote server to a local client. It is officially assigned to TCP port 110.

Multiple choice
  1. Secure Shell (SSH)

  2. File Transfer Protocol (FTP)

  3. Telnet

  4. Simple Mail Transfer Protocol (SMTP

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

Telnet is an older protocol used for remote terminal access. It operates on port 23.