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 40

OpenFlow protocol is used in?
SDN to communicate between controller and forwarding devices
click to copy
Network Function Virtualization (NFV) means?
Running network functions (firewall, LB) as software on standard hardware
click to copy
Which DNS record type maps hostname to IPv4 address?
A
click to copy
Which DNS record maps hostname to IPv6 address?
AAAA
click to copy
DNS MX record is used for?
Mail server routing
click to copy
DNS CNAME record creates?
Alias from one hostname to another
click to copy
Reverse DNS lookup uses which DNS record?
PTR
click to copy
DNS SOA record contains?
Start of Authority: primary NS, admin email, serial, refresh, retry, expire
click to copy
DNS TTL (Time To Live) controls?
How long DNS resolvers cache the record
click to copy
DNSSEC adds to DNS?
Cryptographic signatures to prevent DNS spoofing
click to copy
DoH (DNS over HTTPS) provides?
Encrypted DNS queries via HTTPS (port 443)
click to copy
DoT (DNS over TLS) encrypts DNS using?
TLS on port 853
click to copy
DHCP lease time determines?
How long a device keeps its assigned IP before renewal
click to copy
DHCP DORA process stands for?
Discover, Offer, Request, Acknowledge
click to copy
APIPA address is assigned when?
DHCP server is unavailable — self-assigned fallback address
click to copy
Which protocol is used for dynamic routing in ISP backbone networks?
BGP
click to copy
Spanning Tree Protocol (STP) prevents?
Layer 2 switching loops
click to copy
RSTP (802.1w) improves on STP by?
Faster convergence (seconds vs minutes)
click to copy
Which protocol allows a switch to become a DHCP client?
DHCP client (standard)
click to copy
LACP (Link Aggregation Control Protocol) is used for?
Bundling multiple physical links into one logical link
click to copy
Port mirroring/SPAN is used for?
Copying traffic from one port to another for analysis
click to copy
802.1Q VLAN tagging adds how many bytes to Ethernet frame?
4
click to copy
VLAN ID range in 802.1Q is?
1-4094
click to copy
QinQ (802.1ad) double tagging is used for?
Service provider VLANs (VLAN tunneling for customer traffic)
click to copy
PoE (Power over Ethernet) provides?
DC power over Ethernet cables to devices (IP cameras, APs)
click to copy
Which organization assigns globally unique MAC addresses?
IEEE (first 3 bytes = OUI)
click to copy
Unicast MAC address has LSB of first byte?
Set to 0
click to copy
Broadcast MAC address is?
FF:FF:FF:FF:FF:FF
click to copy
Which protocol detects IP address conflicts on a network?
Gratuitous ARP
click to copy
ICMP type 0 is?
Echo Reply
click to copy
ICMP type 11 (Time Exceeded) is used by?
traceroute
click to copy
TCP RST flag is used to?
Abruptly terminate connection
click to copy
TCP FIN flag initiates?
Graceful connection close
click to copy
TCP sequence numbers provide?
In-order delivery and reliable data reassembly
click to copy
TCP sliding window implements?
Flow control — limits sender based on receiver buffer space
click to copy
TCP slow start algorithm?
Begins with small congestion window, doubling until threshold
click to copy
CUBIC is a?
TCP congestion control algorithm (default in Linux)
click to copy
QUIC protocol developed by Google uses?
UDP as transport, providing reliability and security like TCP+TLS
click to copy
HTTP/3 is built on?
QUIC (over UDP)
click to copy
WebSocket provides?
Full-duplex persistent connection over single TCP connection
click to copy