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

  2. Session

  3. Application

  4. Presentation

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

The Presentation layer (Layer 6) is responsible for data translation, compression, and encryption/decryption to ensure that the application layer can read the data.

Multiple choice
  1. Physical

  2. Transport

  3. Network

  4. Application

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

The Transport layer in the TCP/IP model is responsible for host-to-host communication, ensuring data delivery between processes on different hosts.

Multiple choice
  1. Transport

  2. Network

  3. Data Link

  4. Application

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

The Data Link layer is responsible for node-to-node data transfer and includes the Media Access Control (MAC) sublayer. This sublayer manages how devices gain access to the medium to transmit data.

Multiple choice
  1. Physical

  2. Session

  3. Application

  4. Network

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

The Network layer is responsible for logical addressing and routing across different networks, which is the core function of the Internet. It uses IP addresses to direct data packets.