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 → Transport Layer 8

UDP maximum payload is
65507 bytes
click to copy
A socket is combination of
IP address and port number
click to copy
TCP flow control mechanism uses
Sliding window
click to copy
TCP congestion control initial phase is
Slow start
click to copy
In TCP slow start cwnd doubles every
RTT
click to copy
TCP SACK stands for
Selective Acknowledgment
click to copy
TCP TIME_WAIT lasts for
2 MSL
click to copy
TCP keepalive detects
Dead connections
click to copy

Computer Networks → Introduction to Computer Networks 20

Well-known ports range is
0-1023
click to copy
Registered ports range is
1024-49151
click to copy
Ephemeral ports range is
49152-65535
click to copy
Fast retransmit is triggered after how many duplicate ACKs
3
click to copy
Nagle algorithm batches small packets to
Improve throughput
click to copy
Silly window syndrome occurs when
Very small windows advertised causing inefficiency
click to copy
SYN flooding attack is type of
DoS - exhausting server connection table
click to copy
Stop-and-Wait ARQ window size is
1
click to copy
Go-Back-N with n-bit sequence max window size is
2^n-1
click to copy
Selective Repeat with n-bit sequence max window size is
2^(n-1)
click to copy
In Go-Back-N on error retransmit
From error frame to end of current window
click to copy
In Selective Repeat only which frame is retransmitted
The errored frame only
click to copy
ARQ stands for
Automatic Repeat Request
click to copy
NAK in Selective Repeat is used to
Request specific frame retransmission
click to copy
Piggybacking in data link means
Combining ACK with data going in opposite direction
click to copy
Stop-and-Wait efficiency is poor when
Propagation delay large relative to transmission time
click to copy
Bandwidth efficiency of pipelining over Stop-and-Wait is
Much higher
click to copy
SSH default port is
22
click to copy
DNS default port is
53
click to copy
DNS stands for
Domain Name System
click to copy

Computer Networks → HTTP and HTTPS 3

HTTP default port is
80
click to copy
HTTPS default port is
443
click to copy
HTTP stands for
Hyper Text Transfer Protocol
click to copy

Computer Networks → FTP and SMTP 6

FTP uses ports
20 and 21
click to copy
SMTP default port is
25
click to copy
POP3 default port is
110
click to copy
IMAP default port is
143
click to copy
SMTP stands for
Simple Mail Transfer Protocol
click to copy
FTP stands for
File Transfer Protocol
click to copy

Computer Networks → Application Layer 3

TELNET default port is
23
click to copy
DHCP server port is
67
click to copy
TELNET is used for
Remote terminal access
click to copy