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 24

5G NSSAI is for
Network slice selection
click to copy
NEF in 5G provides
Secure API exposure of 5G capabilities to external apps
click to copy
NWDAF uses data for
ML-based network optimization and analytics
click to copy
5G MEC places computing at
Network edge near base stations for low latency
click to copy
C-RAN stands for
Centralized or Cloud Radio Access Network
click to copy
D2D communication in 5G allows
Direct device-to-device without going through base station
click to copy
V2X stands for
Vehicle-to-Everything communication
click to copy
Network densification in 5G means
Deploying many small cells for capacity
click to copy
Small cell in 5G is
Low-power short-range base station for dense deployment
click to copy
Massive MIMO uses
64 or more antennas at base station
click to copy
Network slicing NSSMF stands for
Network Slice Subnet Management Function
click to copy
5G fronthaul connects
Remote Radio Head to Baseband Unit
click to copy
O-RAN interface between RU and DU is called
Open Fronthaul (FH)
click to copy
SON in LTE/5G automates
Network configuration optimization and healing
click to copy
ANR in SON stands for
Automatic Neighbor Relation
click to copy
REST is
Representational State Transfer
click to copy
SOAP is
Simple Object Access Protocol
click to copy
JSON vs XML difference is
JSON is lighter and easier to parse
click to copy
gRPC is faster than REST because
Binary protocol buffers and HTTP/2 multiplexing
click to copy
AMQP is used for
Enterprise message queuing and routing
click to copy
MQTT QoS level 0 is
At most once (fire and forget)
click to copy
MQTT QoS level 1 is
At least once delivery
click to copy
MQTT QoS level 2 is
Exactly once delivery
click to copy
CoAP confirmable message requires
ACK from receiver
click to copy

Computer Networks → Transport Layer 10

TCP ACK segment consumes how many sequence numbers
0
click to copy
TCP SYN segment consumes how many sequence numbers
1
click to copy
TCP FIN segment consumes how many sequence numbers
1
click to copy
TCP ISN is
Randomly generated for security
click to copy
TCP piggybacking means
Combining ACK with data going in opposite direction
click to copy
TCP silly window syndrome is solved by
Clark solution waiting for adequate space before advertising window
click to copy
TCP Nagle algorithm TCP_NODELAY disables for
Low-latency applications needing immediate small packet send
click to copy
TCP PAWS stands for
Protection Against Wrapped Sequence numbers
click to copy
TCP keepalive interval default is
2 hours (varies by OS)
click to copy
TCP Reno vs Tahoe difference is on triple duplicate ACK Reno sets cwnd to
ssthresh not 1
click to copy

Computer Networks → HTTP and HTTPS 6

HTTP status 200 means
OK Success
click to copy
HTTP status 204 means
No Content (success but no body)
click to copy
HTTP status 201 means
Created (resource successfully created)
click to copy
HTTP status 302 means
Found (temporary redirect)
click to copy
HTTP status 429 means
Too Many Requests (rate limited)
click to copy
HTTP status 503 means
Service Unavailable
click to copy