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

  2. 8080

  3. 80

  4. 3389

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

HTTPS (HTTP Secure) uses TLS/SSL to encrypt traffic and operates over TCP port 443.

Multiple choice
  1. Destination MAC

  2. Destination IP

  3. Source MAC

  4. Source IP

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

ARP (Address Resolution Protocol) is used to map a known destination IP address to its corresponding physical MAC address on the local network segment.

Multiple choice
  1. 1

  2. 3

  3. 4

  4. 2

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

ARP operates between the Data Link (Layer 2) and Network (Layer 3) layers, but it is generally considered a Layer 2 protocol because it facilitates the delivery of frames.

Multiple choice
  1. Destination IP then Source IP

  2. Source MAC then Destination MAC

  3. Destination MAC then Source MAC

  4. Source IP then Destination IP

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

In an Ethernet II frame header, the first 6 bytes are the Destination MAC address, followed by the next 6 bytes which are the Source MAC address.

Multiple choice
  1. MAC and ODP

  2. LLC and PPP

  3. LDP and MAC

  4. LLC and MAC

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

The Data Link Layer (Layer 2 of the OSI model) is divided into two sub-layers: the Logical Link Control (LLC) sub-layer and the Media Access Control (MAC) sub-layer.

Multiple choice
  1. IPsec protocol suite

  2. Secure Sockets Layer

  3. Message Digest 5

  4. Secure Hash Algorithm 1

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

IPsec is a suite of protocols designed to provide security at the network layer, including confidentiality through encryption. SSL/TLS operates at the transport/application layer, while MD5 and SHA-1 are hashing algorithms, not encryption protocols.

Multiple choice
  1. network protocol analysis

  2. network connection security

  3. connection analysis

  4. defending malicious packet-filtering

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

Wireshark is a widely used network protocol analyzer. It allows users to capture and interactively browse the traffic running on a computer network.

Multiple choice
  1. SYN stealth scan

  2. TCP connect

  3. XMAS tree scan

  4. ACK scan

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

A SYN stealth scan (half-open scan) sends a SYN packet to the target. If a SYN/ACK is received, the port is open, but the scanner sends an RST packet instead of completing the handshake, thus avoiding a full connection.

Multiple choice
  1. Network Mapping

  2. Network Management

  3. Network Mapper

  4. Network Monitoring

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

Nmap stands for Network Mapper. It is a free and open-source utility for network discovery and security auditing.