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
-
Domain Name System
-
Domain Naming Synchronization
-
Domain Native System
-
Domain Naming Stack
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.
-
Wireless Application Protocol
-
Windows Application Protocol
-
Wired Application Protocol
-
None of these
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.
A
Correct answer
Explanation
RARP stands for Reverse Address Resolution Protocol. It is used by a diskless machine to obtain its IP address from its server.
-
Loader
-
Linker
-
Compiler
-
Firewall
-
Buffer
D
Correct answer
Explanation
This software in computer system usually runs on a proxy server of an organization and controls the flow of incoming and outgoing messages.
-
Hyper Transfer Telnet Protocol
-
Hyper Text Transfer Protocol
-
Highly Tructive Target Protocol
-
Hi Tendancy Transaction Protocol
B
Correct answer
Explanation
Hyper Text Transfer Protocol
-
ARP
-
RARP
-
ICMP
-
None of these
A
Correct answer
Explanation
ARP (Address Resolution Protocol) dynamically maps IP addresses to physical MAC addresses. When a device needs to communicate with another IP address on the same local network, it broadcasts an ARP request to discover the corresponding hardware address.
-
broadcast; all hosts
-
multicast; one host
-
unicast; all hosts
-
unicast; one host
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.
-
is 20 to 60 bytes long
-
is 20 bytes long
-
is 60 bytes long
-
none of these
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.
-
broadcast; all hosts
-
multicast; one host
-
unicast; all hosts
-
unicast; one host
C
Correct answer
Explanation
An ARP reply is unicast response to a broadcast request.
-
distance vector routing
-
link state routing
-
path vector routing
-
none of these
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.
-
inverse domain
-
generic domain
-
country domain
-
none of these
D
Correct answer
Explanation
POST is the HTTP method used to send data to the server in the request body. Unlike GET (which retrieves data), POST is designed for submitting information to be processed by the server.
-
DNS client
-
DNS server
-
Host machine
-
Root server
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.
-
primary
-
secondary
-
root
-
none of the above
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.
-
Configuration
-
Termination
-
Option negotiation
-
All of the above
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.