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 → HTTP and HTTPS 1

WebSocket upgrade uses which HTTP method
GET with Upgrade header
click to copy

Computer Networks → Introduction to Computer Networks 36

SSE (Server-Sent Events) is
One-way server-to-client streaming
click to copy
AMQP exchange types include
Direct fanout topic and headers
click to copy
Kafka is
Distributed event streaming platform
click to copy
RabbitMQ implements
AMQP protocol
click to copy
OVN in OpenStack provides
Open Virtual Network overlay
click to copy
Geneve encapsulation provides
Variable metadata for extensible network virtualization
click to copy
NVGRE competes with
VXLAN
click to copy
ACI EPG stands for
End Point Group
click to copy
ACI contract defines
Communication rules between EPGs
click to copy
NSX distributed firewall is at
Each hypervisor kernel for VM-level segmentation
click to copy
VMware NSX-T supports
Multiple hypervisors KVM ESXi and containers
click to copy
AWS transit gateway acts as
Hub connecting multiple VPCs and on-premises
click to copy
AWS PrivateLink avoids traffic going through
Public internet
click to copy
Network tap is
Passive hardware splitter for non-intrusive monitoring
click to copy
Wireshark capture filter is applied
Before capture at driver level (BPF)
click to copy
Wireshark display filter is applied
After capture to filter displayed packets
click to copy
tcpdump -i any captures on
All interfaces
click to copy
nmap -sS performs
TCP SYN half-open scan
click to copy
nmap -sU performs
UDP scan
click to copy
nmap -O attempts
OS fingerprinting
click to copy
iperf3 -s starts iperf in
Server mode
click to copy
MTR combines
Ping and traceroute for continuous path analysis
click to copy
Bandwidth-delay product equals
Bandwidth x Delay (bits in flight)
click to copy
Little Law in queuing N equals
Lambda x W
click to copy
M/M/1 queue as utilization approaches 1
Queue length approaches infinity
click to copy
Goodput excludes
Overhead retransmissions and protocol headers
click to copy
Shannon limit for fiber is approximately
Around 100 Tbps per fiber
click to copy
CWDM supports fewer wavelengths than DWDM because
Wider channel spacing 20 nm vs 0.8 nm
click to copy
DP-QPSK encodes per symbol
8 bits (4 per polarization x 2 polarizations)
click to copy
OTN G.709 wraps SONET/SDH with
Enhanced OAM FEC and mapping
click to copy
Flex-grid DWDM uses
Variable channel widths for spectral efficiency
click to copy
SDM uses multiple fiber
Cores or modes for more capacity
click to copy
BGP NEXT_HOP attribute contains
IP address of next router to reach destination
click to copy
BGP ORIGIN i means route was
Learned from interior IGP
click to copy
BGP ORIGIN e means route was
Learned from exterior EGP protocol
click to copy
BGP ORIGIN ? means route was
Redistributed (incomplete origin)
click to copy

Computer Networks → Types of Networks 2

VXLAN VNI 0 is
Not valid - reserved
click to copy
SPAN vs tap key difference is
SPAN may drop packets; tap always captures all traffic
click to copy

Computer Networks → Routing Algorithms 1

OSPF Type 7 LSA is converted to Type 5 at
ABR when leaving NSSA
click to copy