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

Multiple choice
  1. Port 23

  2. Port 25

  3. Port 21

  4. Port 22

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

SSH is a secure protocol used for remote login and command execution. It is assigned to port 22.

Multiple choice
  1. 23

  2. 25

  3. 20

  4. 22

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

FTP uses two ports: port 21 for control commands and port 20 for data transfer. While 21 is the primary control port, 20 is the dedicated data port.

Multiple choice
  1. 23

  2. 22

  3. 21

  4. 25

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

FTP uses port 21 for the control connection, which is used to send commands to the server. Port 20 is used for the data connection.