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. Domain Name System

  2. Domain Naming Synchronization

  3. Domain Native System

  4. Domain Naming Stack

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

DNS stands for Domain Name System, which translates domain names (like google.com) into IP addresses that computers use. 'Naming' (B) and 'Native' (C) are incorrect terms. 'Stack' (D) refers to TCP/IP stack, not DNS.

Multiple choice
  1. Wireless Application Protocol

  2. Windows Application Protocol

  3. Wired Application Protocol

  4. None of these

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

WAP (Wireless Application Protocol) is a technical standard for accessing information over mobile wireless networks like 2G/3G cellular networks. It enabled mobile phones to access simplified web content and services before modern smartphones, though it was limited by slow speeds and basic displays. WAP created a foundation for mobile internet access, leading to today's sophisticated mobile web browsing capabilities.

Multiple choice
  1. Hyper Transfer Telnet Protocol

  2. Hyper Text Transfer Protocol

  3. Highly Tructive Target Protocol

  4. Hi Tendancy Transaction Protocol

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

Hyper Text Transfer Protocol

Multiple choice
  1. broadcast; all hosts

  2. multicast; one host

  3. unicast; all hosts

  4. unicast; one host

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

ARP (Address Resolution Protocol) requests are broadcast messages sent to all hosts on a local network to discover the MAC address associated with a known IP address. Broadcast ensures all devices receive the request, but only the target IP responds.

Multiple choice
  1. is 20 to 60 bytes long

  2. is 20 bytes long

  3. is 60 bytes long

  4. none of these

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

The IP header has a minimum size of 20 bytes (when no options are present) and can extend up to 60 bytes (when options are included). The IHL (Internet Header Length) field specifies the header length in 32-bit words.

Multiple choice
  1. broadcast; all hosts

  2. multicast; one host

  3. unicast; all hosts

  4. unicast; one host

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

 An ARP reply is unicast response to a broadcast request.

Multiple choice
  1. distance vector routing

  2. link state routing

  3. path vector routing

  4. none of these

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

BGP (Border Gateway Protocol) is a path vector routing protocol that exchanges reachability information between autonomous systems. It carries the full path of AS numbers to prevent routing loops and apply policy-based routing.

Multiple choice
  1. DNS client

  2. DNS server

  3. Host machine

  4. Root server

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

A DNS resolver is the client-side component that initiates DNS queries on behalf of applications. It sends queries to DNS servers and caches responses for future use, acting as the client in the DNS system.

Multiple choice
  1. primary

  2. secondary

  3. root

  4. none of the above

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

A secondary DNS server obtains its zone data by transferring it from a primary DNS server through zone transfer (AXFR/IXFR). This provides redundancy and load distribution for DNS services.

Multiple choice
  1. Configuration

  2. Termination

  3. Option negotiation

  4. All of the above

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

LCP (Link Control Protocol) packets in PPP serve three key purposes: configuration (establishing connection parameters), termination (closing connections), and option negotiation (agreeing on protocol parameters like authentication methods). Option D covers all these functions.