Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

Computer Fundamentals → Introduction to Computer 38

PMTUD (Path MTU Discovery) determines?
Maximum packet size that can traverse the entire path without fragmentation
click to copy
Which IPv4 header field prevents routing loops?
TTL (Time To Live)
click to copy
OSPFv3 vs OSPFv2: OSPFv3 is designed for?
IPv6
click to copy
IS-IS routing protocol runs on?
Directly on Data Link layer (Layer 2) — no IP dependency
click to copy
RIP v2 maximum hop count is?
15
click to copy
Which protocol provides gateway redundancy (failover)?
HSRP (Cisco) / VRRP (standard)
click to copy
VRRP master election is based on?
Highest priority value (default 100)
click to copy
GRE (Generic Routing Encapsulation) tunnel?
Encapsulates packets of one protocol inside another protocol
click to copy
IPsec transport mode vs tunnel mode: tunnel mode?
Encapsulates and encrypts the entire original IP packet
click to copy
Which multicast protocol manages group membership on local networks?
IGMP (IPv4) / MLD (IPv6)
click to copy
PIM (Protocol Independent Multicast) is used for?
Routing multicast traffic between routers
click to copy
Anycast routing delivers packets to?
Nearest node in a group
click to copy
Which network protocol provides loop-free path selection in Layer 2?
STP/RSTP
click to copy
MSTP (802.1s) improves on RSTP by?
Supporting multiple spanning tree instances per VLAN group
click to copy
Which HTTP method is idempotent but NOT safe?
PUT
click to copy
HTTP/2 improvements over HTTP/1.1 include?
Binary framing, header compression (HPACK), multiplexing, server push
click to copy
gRPC uses which protocol and format?
HTTP/2 + Protocol Buffers (binary)
click to copy
Which protocol enables real-time bidirectional streaming?
WebSocket
click to copy
Server-Sent Events (SSE) provides?
One-way server-to-client real-time updates over HTTP
click to copy
Long polling technique?
Keeps HTTP connection open until server has new data, then reconnects
click to copy
SPF (Sender Policy Framework) prevents?
Email spoofing by listing authorized mail servers for a domain
click to copy
DMARC builds on SPF and DKIM by?
Providing policy for handling authentication failures and reporting
click to copy
Which protocol assigns MAC address for a given IP in IPv4?
ARP
click to copy
RARP (Reverse ARP) does?
MAC to IP mapping (predecessor to BOOTP/DHCP)
click to copy
BOOTP precedes which modern protocol?
DHCP
click to copy
TFTP uses which transport protocol?
UDP (port 69)
click to copy
SFTP vs SCP: SFTP provides?
Full file management (list, delete, rename) over SSH
click to copy
Which protocol synchronizes time with microsecond precision?
PTP (Precision Time Protocol IEEE 1588)
click to copy
SNMP trap vs SNMP polling: trap is?
Device sends unsolicited notification to manager on event
click to copy
Which SNMP version provides strongest security?
SNMPv3
click to copy
Syslog protocol sends log messages to?
Central syslog server (UDP/TCP port 514 or 6514 TLS)
click to copy
NetFlow/IPFIX is used for?
Network traffic flow monitoring and analysis
click to copy
Which protocol provides link-level flow control using PAUSE frames?
Ethernet flow control (IEEE 802.3x)
click to copy
LLDP (Link Layer Discovery Protocol) allows?
Network devices to advertise identity and capabilities to neighbors
click to copy
CDP (Cisco Discovery Protocol) is?
Cisco proprietary neighbor discovery protocol
click to copy
Which protocol provides dynamic port security?
802.1X
click to copy
DHCP Snooping prevents?
Rogue DHCP servers by filtering DHCP messages on untrusted ports
click to copy
Dynamic ARP Inspection (DAI) prevents?
ARP spoofing/poisoning by validating ARP packets against DHCP Snooping binding table
click to copy

Computer Fundamentals → Internet Basics 2

IKE (Internet Key Exchange) in IPsec is used for?
Negotiating and establishing Security Associations (key exchange)
click to copy
Which DNS record type is used for email authentication (DKIM)?
TXT (with DKIM public key)
click to copy