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

  2. DNS

  3. FTP

  4. Telnet

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

TCP port 80 is the standard port assigned to HTTP (Hypertext Transfer Protocol), which is used for unencrypted web traffic. DNS uses port 53, FTP uses 20/21, and Telnet uses 23.

Multiple choice
  1. Online Gaming

  2. Email

  3. File Tranfer

  4. Web Browsing

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

UDP is preferred for online gaming because it prioritizes speed and low latency over reliability; lost packets are generally ignored rather than retransmitted, which would cause lag.

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.