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 389

  2. TCP 636

  3. TCP 22

  4. UDP 69

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

LDAP (Lightweight Directory Access Protocol) is an open, vendor-neutral industry standard for accessing and maintaining distributed directory information services, using TCP port 389.

Multiple choice
  1. TCP 25

  2. TCP 110

  3. TCP 143

  4. TCP 636

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

POP3 (Post Office Protocol version 3) is a standard mail protocol used to receive emails from a remote server to a local client. It operates over TCP port 110.

Multiple choice
  1. TCP 53

  2. UDP 53

  3. TCP 88

  4. UDP 88

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

While standard DNS queries use UDP port 53, DNS zone transfers require a reliable connection to ensure data integrity, so they use TCP port 53.

Multiple choice
  1. TCP 80

  2. TCP 110

  3. TCP 49

  4. TCP 88

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

Kerberos is a network authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. It uses TCP port 88.

Multiple choice
  1. TCP 67,68

  2. TCP 20,21

  3. TCP 989,990

  4. UDP 137,138

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

FTPS (FTP over SSL/TLS) adds support for the Transport Layer Security and the Secure Sockets Layer cryptographic protocols. It uses ports 989 and 990.

Multiple choice
  1. TCP 22

  2. TCP 23

  3. UDP 161

  4. UDP 1812

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

SCP uses SSH for secure file transfer, which operates on TCP port 22. SMTP uses port 25, SNMP uses UDP 161, and RADIUS uses UDP 1812.

Multiple choice
  1. TCP 20

  2. TCP 25

  3. UDP 88

  4. UDP 69

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

SMTP uses TCP port 25 for email transmission between mail servers. FTP uses port 20, Kerberos uses UDP 88, and TFTP uses UDP 69.

Multiple choice
  1. Destination Address

  2. Payload

  3. Route Instructions

  4. Error Control bits

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

A data packet typically contains a header (with source and destination addresses), a payload (the actual data), and a trailer (with error control bits). Route instructions are determined by routers, not stored inside the packet itself.

Multiple choice
  1. 802.1x

  2. CHAP

  3. EAP

  4. Kerberos

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

IEEE 802.1x is the standard for port-based network access control, which provides authentication between a device and a RADIUS server. While EAP is used within 802.1x, 802.1x is the framework for the connection.

Multiple choice
  1. Kerberos

  2. EAP

  3. 802.1x

  4. CHAP

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

EAP (Extensible Authentication Protocol) is an authentication framework that provides transport for various authentication methods between a client and an authenticator, such as a RADIUS server.