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 Networks → Introduction to Computer Networks 20

IP Fast Reroute LFA provides
Loop-free alternate paths for sub-50ms recovery
click to copy
TI-LFA uses segment routing for
100 percent coverage for IP FRR
click to copy
IPFRR RLFA uses
Remote LFA via tunnel to repair node
click to copy
IP FRR activation time is
Sub-50ms using pre-computed backup
click to copy
MPLS FRR protection types are
Link and node protection
click to copy
BGP large communities have
64-bit values (3 x 32-bit integers)
click to copy
BGP extended communities have
64-bit values
click to copy
BGP standard communities have
32-bit values (AS:value)
click to copy
BGP Graceful Restart helper assists
Restarting peer by maintaining forwarding during reconvergence
click to copy
BGP PIC (Prefix Independent Convergence) improves
Convergence time by pre-computing alternate BGP paths
click to copy
BGP maximum-paths enables
ECMP load balancing across multiple BGP paths
click to copy
BGP shutdown community signals
Planned maintenance to allow clean preprovide withdrawal
click to copy
BGP blackhole community triggers
Upstream provider to null-route traffic (DDoS mitigation)
click to copy
BGP aggregate-address creates
Summary route from more specific routes
click to copy
BGP suppress-map with aggregate hides
Specific routes covered by aggregate selectively
click to copy
Multicast group join uses
IGMP (IPv4) or MLD (IPv6)
click to copy
IGMP v1 leave group uses
Timeout - no explicit leave
click to copy
IGMP v2 adds
Explicit leave group message
click to copy
IGMP v3 adds
Source filtering (SSM support)
click to copy
PIM-SM uses
Shared trees with RP and source trees
click to copy

Computer Networks → Routing Algorithms 10

OSPF external metric E1 adds
Internal OSPF cost to external route metric
click to copy
OSPF external metric E2 does not add
Internal OSPF cost to external route metric
click to copy
OSPF database overflow protects
Router from excessive LSA flooding
click to copy
OSPF flood reduction reduces
LSA refresh flooding in stable networks
click to copy
OSPF stub area blocks Type
5 and 4 LSAs (external routes)
click to copy
OSPF totally stub area blocks Type
3 4 and 5 LSAs
click to copy
OSPF NSSA allows Type
7 LSAs (converted to Type 5 at ABR)
click to copy
OSPF totally NSSA blocks Type
3 4 5 but allows Type 7
click to copy
OSPF route preference IA vs E1 vs E2 order is
IA then E1 then E2
click to copy
OSPF area 0 requirement can be bypassed using
Virtual link through non-backbone area
click to copy

Computer Networks → Transport Layer 10

TCP initial window size is
10 MSS or 14600 bytes per RFC 6928
click to copy
TCP cubic is default in
Linux kernel
click to copy
TCP BBR (Bottleneck Bandwidth RTT) is
Google-developed model-based congestion control
click to copy
TCP Vegas uses
RTT change as congestion signal
click to copy
TCP RACK (Recent ACK) improves
Loss detection using time rather than just ACK counting
click to copy
TCP TFO (TCP Fast Open) allows
Data in SYN packet using pre-negotiated cookie
click to copy
TCP ECN (Explicit Congestion Notification) allows
Network to signal congestion without dropping packets
click to copy
TCP delayed ACK coalesces
Up to 2 ACKs to reduce overhead
click to copy
TCP receive buffer auto-tuning
Grows buffer based on BDP
click to copy
TCP send buffer should be at least
Full BDP (bandwidth delay product)
click to copy