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

Binary XOR used in error detection because?
XOR of data with parity = 0 if no error
click to copy
Ones complement addition: end-around carry means?
Add the carry bit back to LSB
click to copy
Negative zero in ones complement is represented as?
11111111
click to copy
The biased exponent in IEEE 754 single precision uses bias of?
127
click to copy
Which protocol provides IP address autoconfiguration in IPv6?
SLAAC (Stateless Address Autoconfiguration)
click to copy
ICMPv6 NDP (Neighbor Discovery Protocol) replaces which IPv4 protocols?
ARP and ICMP router discovery
click to copy
Which IPv6 address type replaces ARP?
Link-local solicited-node multicast
click to copy
OSPF area 0 is called?
Backbone area
click to copy
BGP is classified as which type of routing protocol?
EGP (Exterior Gateway Protocol)
click to copy
BGP uses which transport protocol?
TCP (port 179)
click to copy
EIGRP is a?
Cisco proprietary advanced distance vector protocol
click to copy
MPLS (Multi Protocol Label Switching) forwards packets based on?
Short fixed-length labels — faster than IP routing
click to copy
SD-WAN stands for?
Software Defined Wide Area Network
click to copy
SDN (Software Defined Networking) separates?
Data and control planes
click to copy
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

Computer Fundamentals → Number System 2

Binary number 10000000000 has how many zeros?
10
click to copy
Hexadecimal is more convenient than binary for memory addresses because?
Each byte is represented by exactly 2 hex digits
click to copy