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 31

X.509 is standard for
Digital certificates
click to copy
CRL stands for
Certificate Revocation List
click to copy
OCSP is faster than CRL because
Provides real-time per-certificate status check
click to copy
Certificate pinning prevents
MITM attacks by binding known certificate to host
click to copy
HSTS tells browser to
Always use HTTPS for the domain
click to copy
RSS in networking distributes
Network interrupts across multiple CPU cores
click to copy
Zero-copy networking avoids
Data copy between kernel and user space
click to copy
RDMA latency is typically
Sub-microsecond
click to copy
InfiniBand is used in
HPC clusters for ultra-low latency
click to copy
RoCE stands for
RDMA over Converged Ethernet
click to copy
iWARP provides
RDMA over TCP/IP
click to copy
NIC promiscuous mode passes
All frames to OS regardless of destination MAC
click to copy
Blockchain consensus PoW requires
Computational work to add block
click to copy
Blockchain consensus PoS requires
Holding stake (cryptocurrency) to validate
click to copy
DHT is used in
P2P networks for distributed key-value storage
click to copy
Byzantine fault tolerance handles
Nodes acting maliciously or arbitrarily
click to copy
CAP theorem P (partition tolerance) means
System continues despite network partition
click to copy
BASE in distributed systems stands for
Basically Available Soft state Eventually consistent
click to copy
ACID in databases stands for
Atomicity Consistency Isolation Durability
click to copy
Microservices architecture uses
Collection of small independent services
click to copy
Event sourcing stores
All events that led to current state
click to copy
CQRS stands for
Command Query Responsibility Segregation
click to copy
IPSec AH provides
Integrity and authentication without encryption
click to copy
IPSec ESP provides
Encryption integrity and authentication
click to copy
IKE in IPSec stands for
Internet Key Exchange
click to copy
IPSec transport mode protects
Payload only keeping original IP header
click to copy
IPSec tunnel mode protects
Entire original IP packet including header
click to copy
Certificate Authority hierarchy root CA signs
Intermediate CA certificates
click to copy
EV certificate provides
Extended Validation with higher identity assurance
click to copy
BGP GTSM (TTL security) protects against
Remote spoofed BGP attacks using TTL requirement
click to copy
BGP route dampening penalizes
Frequently flapping routes
click to copy

Computer Networks → Transport Layer 4

TCP window scaling extends window to
1 GB using shift count
click to copy
TCP MSS negotiation occurs at
Connection setup SYN SYN-ACK
click to copy
TCP TSO reduces
CPU load by offloading segmentation to NIC
click to copy
BGP TCP MD5 signature protects
BGP session from spoofed TCP segments
click to copy

Computer Networks → Presentation Layer 3

DTLS is needed because TLS requires
UDP not supported by TLS directly
click to copy
SSL 3.0 was deprecated due to
POODLE attack vulnerability
click to copy
TLS 1.3 removed
Static RSA and non-PFS cipher suites
click to copy

Computer Networks → Routing Algorithms 2

OSPF convergence after link failure involves
Flooding new LSAs and running SPF
click to copy
IS-IS advantage over OSPF is
Multi-protocol support IPv4 IPv6 and others natively
click to copy