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 40

Python requests library is used for
Making HTTP API calls in automation
click to copy
ncclient connects to devices via
NETCONF over SSH
click to copy
napalm get_interfaces returns
Interface details from network devices uniformly
click to copy
Scapy is used for
Packet crafting manipulation and network testing
click to copy
netmiko simplifies
SSH connections to multi-vendor network devices
click to copy
ICANN manages globally
Domain names and IP address allocation
click to copy
IANA coordinates
IP addressing DNS root and protocol parameter assignments
click to copy
IETF produces
Internet standards (RFCs)
click to copy
IEEE produces
Networking and electrical engineering standards
click to copy
3GPP standardizes
Cellular mobile standards 3G 4G 5G
click to copy
ITU-T standardizes
Telecommunications standards G-series H-series
click to copy
RIR ARIN covers
North America
click to copy
RIR RIPE covers
Europe and Middle East
click to copy
RIR APNIC covers
Asia Pacific
click to copy
RIR AFRINIC covers
Africa
click to copy
Peering vs transit key difference is
Peering is typically free bilateral; transit is paid forwarding
click to copy
Tier-1 ISP characteristic is
No upstream transit providers
click to copy
Hot potato routing hands off traffic
As early as possible to reduce own cost
click to copy
Cold potato routing keeps traffic
On own network as long as possible
click to copy
IXP physical infrastructure is usually
Large layer 2 switching fabric
click to copy
Route server at IXP is
Not in data path only in control plane
click to copy
CDN edge cache hit improves
Latency and origin offload
click to copy
Anycast in DNS routes
To nearest server by BGP routing metric
click to copy
DNS-based load balancing returns
Different IPs for same name based on load or location
click to copy
Geo-DNS returns answers based on
Geographic location of requester
click to copy
HLS uses which segmentation
2-10 second MPEG-TS or fMP4 segments
click to copy
DASH-MPD is
Media Presentation Description XML manifest file
click to copy
ABR streaming adjusts
Video quality bitrate based on available bandwidth
click to copy
CDN origin pull fetches when
Cached content expires or is not present
click to copy
WebRTC TURN relays when
P2P direct path fails due to symmetric NAT
click to copy
WebRTC STUN discovers
Public IP address and port through NAT
click to copy
ICE in WebRTC tries candidates in order
Relay first
click to copy
SDP negotiation in WebRTC is
Offer-answer model for codec and connection parameters
click to copy
RTSP is used for
Streaming media server control
click to copy
HLS vs DASH key difference is
HLS is Apple-created DASH is open standard
click to copy
Chaos Monkey was created by
Netflix
click to copy
Game days in SRE are
Planned failure exercises to test resilience
click to copy
Observability differs from monitoring because
Observability answers unknown questions monitoring answers known ones
click to copy
SLI is
Service Level Indicator (measured metric)
click to copy
SLO is
Service Level Objective (target for SLI)
click to copy