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

NUMA-aware memory allocation uses?
Allocate memory on the NUMA node closest to the thread
click to copy
PCIe peer-to-peer (P2P) allows?
Two PCIe devices to transfer data directly without CPU involvement
click to copy
NVMe over Fabrics (NVMe-oF) extends NVMe?
Over network (RDMA, FC, TCP) for disaggregated storage with NVMe latency
click to copy
RDMA (Remote Direct Memory Access) allows?
Network adapter to directly read/write remote memory — bypassing remote CPU
click to copy
RoCE (RDMA over Converged Ethernet) provides?
RDMA capability over standard Ethernet infrastructure
click to copy
Which memory bus standard replaced the dedicated front-side bus?
QPI/UPI (Intel) and HyperTransport (AMD)
click to copy
Intel UPI (Ultra Path Interconnect) connects?
Multiple CPUs in multi-socket servers
click to copy
Power consumption breakdown in modern CPUs: dynamic power scales with?
CV²f (Capacitance × Voltage² × frequency)
click to copy
Leakage current in transistors becomes dominant at?
Small process nodes (sub-22nm) — significant even when transistor is off
click to copy
Which technology reduces power in CPUs by temporarily stopping clock signal to idle blocks?
Clock gating
click to copy
Adiabatic computing attempts to?
Recover energy from computation rather than dissipating it as heat
click to copy
HBM (High Bandwidth Memory) is connected to the GPU/CPU via?
Through Silicon Via (TSV) on the same package (2.5D/3D)
click to copy
2.5D integration uses?
Dies placed side-by-side on a silicon interposer connected by short interconnects
click to copy
Which memory has the lowest latency?
SRAM (on-die cache)
click to copy
Crossbar switch in memory systems allows?
Any input to connect to any output simultaneously — O(n²) connections
click to copy
Directory-based cache coherence scales better than snooping because?
Reduces broadcast traffic — messages sent only to relevant nodes
click to copy
Write-invalidate vs write-update cache protocol: write-invalidate?
Invalidates all other copies when one core writes — most common today
click to copy
Which cache coherence protocol state allows only one cache to have a dirty copy?
Modified (M) state in MESI
click to copy
Which layer of OSI model deals with node-to-node data delivery?
Data Link layer
click to copy
Which protocol is connection-oriented at Layer 4?
TCP
click to copy
Which field in IPv4 header identifies the upper-layer protocol?
Protocol field
click to copy
IPv4 fragmentation occurs when?
Packet size exceeds MTU of the path
click to copy
IPv6 handles fragmentation differently by?
Only source host fragments; routers do not
click to copy
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

Computer Fundamentals → Memory Units 1

SRAM vs DRAM speed: SRAM is faster because?
No refresh needed — flip-flop based storage with no capacitor discharge
click to copy

Computer Fundamentals → Internet Basics 1

IKE (Internet Key Exchange) in IPsec is used for?
Negotiating and establishing Security Associations (key exchange)
click to copy