Science & Technology Cluster57 Verified Questions

Computer Networks, TCP/IP Architecture & Cybersecurity Protocols GK Questions & Answers

Computer networking facilitates telecommunication and resource sharing across interconnected computing nodes. Geographic scope classifies networks into Personal Area Networks (PAN), Local Area Networks (LAN), Metropolitan Area Networks (MAN), and Wide Area Networks (WAN). Network topologies govern physical and logical arrangements, including Star, Bus, Ring, Tree, and Mesh topologies. Network architecture relies on two standardized reference models: the theoretical Open Systems Interconnection (OSI) 7-layer model (Physical, Data Link, Network, Transport, Session, Presentation, Application) developed by ISO, and the operational TCP/IP four-layer suite. The Internet Protocol routes packets globally; IPv4 utilizes 32-bit numerical addresses providing 4.3 billion unique identifiers, whereas IPv6 uses 128-bit hexadecimal addressing to overcome address exhaustion. Core internet protocols include Transmission Control Protocol (TCP) for reliable connection-oriented transport, User Datagram Protocol (UDP) for low-latency connectionless transmission, Domain Name System (DNS) for translating hostnames to IP addresses, and HTTPS utilizing Transport Layer Security (TLS) for cryptographic communication. Cybersecurity protocols deploy firewalls, public key infrastructure (PKI) encryption, and intrusion detection systems to protect digital infrastructure against malware, phishing, ransomware, and DDoS attacks.

Essential Concepts & Key Facts

High-yield conceptual summaries for competitive exams and rapid revision.

  • The OSI model comprises 7 hierarchical layers (Physical, Data Link, Network, Transport, Session, Presentation, Application).
  • IPv4 uses 32-bit addresses written in dotted decimal format, while IPv6 uses 128-bit addresses written in colon-separated hexadecimal notation.
  • TCP provides reliable, ordered, and error-checked byte-stream delivery via a three-way handshake (SYN, SYN-ACK, ACK).
  • DNS (Domain Name System) operates at the application layer, resolving human-readable domain names into machine-routable IP addresses.
  • HTTPS encrypts web traffic at the transport layer using TLS/SSL cryptography over default port 443, securing data against interception.
Showing 25 Curated Questions57 Total in Bank
1ID: GK-COMP-00273
mediumOSI Model, TCP/IP, DNS & Networking
What specialized implementation of Network Address Translation (NAT) maps thousands of private local IP addresses to a single public IP address by assigning unique source TCP/UDP port numbers?
Verified Explanation
Port Address Translation (PAT), also termed NAT Overload or NAPT, dynamically maps multiple private IP hosts onto a single registered public IP address by tracking unique Layer 4 source port numbers in a translation table.
2ID: GK-COMP-00329
easyOSI Model, TCP/IP, DNS & Networking
In local host network configuration, what is the primary role of the configured 'Default Gateway' IP address?
Verified Explanation
A default gateway is the node (typically a router interface) on a computer network that serves as the forwarding host to other networks when no specific route specification matches the destination IP address of an outbound packet.
3ID: GK-COMP-00333
mediumOSI Model, TCP/IP, DNS & Networking
Which variation of Network Address Translation (NAT), often termed Port Address Translation (PAT) or NAT Overload, allows thousands of internal private host IPs to share a single public IP address simultaneously?
Verified Explanation
Port Address Translation (PAT / NAT Overload) maps multiple private IP addresses to a single public IP address by assigning unique, dynamic source TCP/UDP port numbers to each outgoing connection in a translation state table.
4ID: GK-COMP-00089
easyOSI Model, TCP/IP, DNS & Networking
Which network address delivery scheme routes an IP packet to the single topologically nearest server among a group of potential servers sharing the same IP address, widely used by CDNs and root DNS servers?
Verified Explanation
In Anycast routing, multiple geographically distributed nodes advertise the exact same IP address via BGP. Routers direct incoming client packets to the closest server in terms of routing metric/latency.
5ID: GK-COMP-00280
hardOSI Model, TCP/IP, DNS & Networking
What network routing methodology assigns the exact same single IP address to multiple geographically distributed servers, routing client requests to the topologically nearest instance via BGP?
Verified Explanation
Anycast is a network addressing and routing methodology where a single destination IP address is advertised by multiple routing nodes. Internet routers direct traffic to the topologically closest node based on BGP routing metrics, widely used by Root DNS and CDNs.
6ID: GK-COMP-00093
mediumOSI Model, TCP/IP, DNS & Networking
What is the four-step message sequence exchanged between a client and a DHCP server to negotiate an IP address lease on a local area network?
Verified Explanation
The standard DHCP leasing process is known as DORA: DHCPDISCOVER (broadcast by client), DHCPOFFER (unicast/broadcast by server), DHCPREQUEST (client requests offered IP), and DHCPACK (server confirms lease).
7ID: GK-COMP-00392
mediumOSI Model, TCP/IP, DNS & Networking
Which core protocol is used on IPv4 local area networks to map a known 32-bit Logical IP Address to a physical 48-bit Media Access Control (MAC) address?
Verified Explanation
ARP (Address Resolution Protocol) broadcasts a query across the local subnet to find the hardware MAC address associated with a specific IPv4 address.
8ID: GK-COMP-00400
hardOSI Model, TCP/IP, DNS & Networking
What form of Network Address Translation (NAT) maps thousands of private internal IP addresses to a single public IP address by assigning unique source TCP/UDP port numbers?
Verified Explanation
Port Address Translation (PAT), also known as NAT Overload or NAPT, dynamically tracks internal sockets using unique source port numbers mapped against a single public IPv4 address.
9ID: GK-COMP-00043
hardOSI Model, TCP/IP, DNS & Networking
Which network address translation technique maps multiple internal private IP addresses to a single public IP address by assigning unique source TCP/UDP port numbers?
Verified Explanation
Port Address Translation (PAT), also known as NAT Overload, modifies both source IP and source port numbers in packet headers to permit thousands of private hosts to share one public IP.
10ID: GK-COMP-00402
hardOSI Model, TCP/IP, DNS & Networking
Which network routing methodology allows multiple geographically distributed server nodes to share the exact same IP address, directing client queries to the topographically nearest node via BGP?
Verified Explanation
Anycast routes traffic to the nearest destination node among a group of servers advertising identical IP addresses via BGP, heavily utilized in DNS Root Servers and CDNs.
11ID: GK-COMP-00582
hardOSI Model, TCP/IP, DNS & Networking
What security framework uses Route Origin Authorizations (ROAs) and cryptographic PKI certificates to validate that an Autonomous System (AS) is legitimately authorized to originate specific IP address prefixes in BGP?
Verified Explanation
RPKI (Resource Public Key Infrastructure) creates cryptographically signed ROAs proving that a specific AS is authorized to announce an IP prefix, protecting the global routing table from BGP hijacking and accidental route leaks.
12ID: GK-COMP-00579
hardOSI Model, TCP/IP, DNS & Networking
Which network routing methodology advertises the exact same unicast IP destination address from multiple geographically distributed server locations, allowing BGP to route user requests to the topologically nearest node?
Verified Explanation
Anycast assigns the same IP address to multiple distributed nodes. Global BGP routing directs traffic from any client to the topologically closest server instance, commonly used by root DNS servers and CDNs (e.g., Cloudflare).
13ID: GK-COMP-00151
mediumOSI Model, TCP/IP, DNS & Networking
How does the diagnostic network utility 'traceroute' (or 'tracert' in Windows) identify intermediate router hops along an IP packet's path?
Verified Explanation
Traceroute discovers routers along a path by sending UDP, ICMP, or TCP probes with an IP Time-To-Live (TTL) starting at 1 and incrementing by 1 for each successive probe. When a router receives a packet with TTL=1, it decrements it to 0, discards the packet, and sends back an ICMP 'Time Exceeded' (Type 11) message revealing its IP address.
14ID: GK-COMP-00264
easyOSI Model, TCP/IP, DNS & Networking
Which standardized IPv4 address is universally reserved to represent the local host (loopback interface) of the local computer system?
Verified Explanation
In IPv4 networking (RFC 1122), the entire 127.0.0.0/8 block is reserved for loopback communications, with 127.0.0.1 being the standard loopback IP address representing 'localhost' for internal testing.
15ID: GK-COMP-00326
easyOSI Model, TCP/IP, DNS & Networking
Which networking protocol functions at the interface of the Network and Data Link layers to resolve a known 32-bit IPv4 address into its corresponding 48-bit physical MAC address on a local Ethernet segment?
Verified Explanation
Address Resolution Protocol (ARP, defined in RFC 826) broadcasts an inquiry packet on the local Ethernet segment asking 'Who has this IP address?' and receives a unicast response containing the target host's physical 48-bit MAC address.
16ID: GK-COMP-00514
mediumOSI Model, TCP/IP, DNS & Networking
How does Port Address Translation (PAT), also known as NAT Overload, allow hundreds of private LAN devices to access the public Internet simultaneously?
Verified Explanation
PAT (NAT Overload) tracks concurrent sessions by modifying and tracking unique Layer 4 source port numbers on a single public IP address, allowing thousands of internal private IP devices to share one public IP.
17ID: GK-COMP-00575
mediumOSI Model, TCP/IP, DNS & Networking
What technique allows multiple private internal IPv4 devices to share a single public routable IPv4 address by mapping distinct source port numbers at the router firewall?
Verified Explanation
Port Address Translation (PAT), also known as NAT Overload, maps multiple private IP addresses to a single public IP address by assigning unique source TCP/UDP port numbers to each outgoing flow.
18ID: GK-COMP-00100
hardOSI Model, TCP/IP, DNS & Networking
In IP Multicast routing protocols (like PIM-DM), what verification mechanism checks whether a multicast packet arrived on the exact router interface that would be used to unicast back to the source, dropping it if not to prevent multicast packet loops?
Verified Explanation
Reverse Path Forwarding (RPF) checks whether the multicast packet arrived on the interface that leads back to the packet's source IP address in the unicast routing table. If it arrives on any other interface, the packet is silently discarded.
19ID: GK-COMP-00265
easyOSI Model, TCP/IP, DNS & Networking
In IP network configuration, what term designates the local router interface address that forwards data packets destined for remote subnets outside the local area network?
Verified Explanation
The Default Gateway is the routing device on a local network that acts as the access point to external networks (such as the Internet) whenever a host transmits packets to an IP destination outside its local subnet.
20ID: GK-COMP-00523
hardOSI Model, TCP/IP, DNS & Networking
How does Anycast IP routing operate to provide high availability, low latency, and DDoS mitigation for global services like DNS root servers and CDNs?
Verified Explanation
Anycast allows multiple physical servers across the globe to announce the same IP address via BGP. Upstream Internet routers automatically route client traffic to the topologically nearest server node according to BGP routing metrics.
21ID: GK-COMP-00145
easyOSI Model, TCP/IP, DNS & Networking
What is the standard IPv6 loopback address used by a host to send network packets to itself?
Verified Explanation
In IPv6, the loopback address is represented as ::1 (consisting of 127 zero bits followed by a single one bit, ::1/128), which is the exact IPv6 equivalent of IPv4's 127.0.0.1 loopback address.
22ID: GK-COMP-00147
easyOSI Model, TCP/IP, DNS & Networking
What is the primary function of an Address Resolution Protocol (ARP) cache table stored in a host's operating system?
Verified Explanation
An ARP cache is a temporary lookup table maintained in an operating system's RAM that maps known Layer 3 IP addresses to their corresponding Layer 2 physical MAC addresses on the local subnet to prevent redundant ARP broadcast requests.
23ID: GK-COMP-00148
easyOSI Model, TCP/IP, DNS & Networking
In standard IPv4 networking, what does a Subnet Mask (such as 255.255.255.0) delineate?
Verified Explanation
A subnet mask is a 32-bit bitmask that separates an IP address into two parts: the contiguous binary 1s designate the Network identifier, while the binary 0s designate the specific Host identifier within that network.
24ID: GK-COMP-00573
mediumOSI Model, TCP/IP, DNS & Networking
Which network protocol resolves a known IPv4 address to its corresponding physical MAC address on a local Ethernet broadcast domain?
Verified Explanation
ARP (Address Resolution Protocol) broadcasts an ARP Request query onto the local Ethernet link asking 'Who has IP X.X.X.X? Tell MAC Y:Y:Y:Y', mapping IP addresses to physical MAC addresses.
25ID: GK-COMP-00025
easyOSI Model, TCP/IP, DNS & Networking
How many total bits are used in an IPv4 address compared to a next-generation IPv6 address?
Verified Explanation
IPv4 uses 32-bit addresses (approx 4.3 billion unique IPs), whereas IPv6 expands the address space to 128 bits (approx 3.4 x 10^38 addresses).

Related Knowledge Topics to Discover

Indian Polity & Constitution
Indian Constitution & Fundamental Rights

Comprehensive Indian Constitution and Fundamental Rights GK questions. Study Articles 12 to 35, Right to Equality, Right to Freedom, Writ jurisdictions (Habeas Corpus, Mandamus), and landmark Supreme Court rulings.

Explore Topic
Indian Polity & Constitution
Supreme Court & Indian Judicial System

Explore Supreme Court of India GK questions and answers. Learn Articles 124 to 147, original and appellate jurisdictions, advisory powers (Article 143), writ powers (Article 32), and landmark constitutional rulings.

Explore Topic
Indian Economy
National Income Accounting: GDP, GNP, NNP & GVA

Master National Income Accounting GK questions and answers. Study Gross Domestic Product (GDP), Gross National Product (GNP), Net National Product (NNP), Gross Value Added (GVA), factor cost vs market price, and CSO/NSO methodology.

Explore Topic

Looking for more specific GK questions?

Search across all 57 Computer Networks, TCP/IP Architecture & Cybersecurity Protocols questions or browse 44,700+ verified questions across 65 domains.

Open Interactive Search