Important Memorisation Flashcards
Important memorisation topics based on lecture transcription (61 cards)
What is the IP protocol number for TCP?
6
What is the IP protocol number for ICMP?
1
What problem does IPv4 face?
Address exhaustion
What service does TCP give applications?
Reliable ordered byte stream
How many packets make up the TCP three‑way handshake?
3
In TCP, sequence numbers count what?
Bytes
Which TCP option enlarges the receive window?
Window scaling
Which phase starts TCP congestion control?
Slow start
What is the minimum TCP header size?
20 bytes
What is the size of the UDP header?
8 bytes
Does UDP guarantee delivery?
No
Give one application class that prefers UDP.
Voice or video
Which two extra fields does RTP add?
Timestamp and sequence number
Why does RTP include a timestamp?
To replay media at the right time
What kind of database is DNS?
Distributed hierarchical key‑value store
Which DNS record delegates a sub‑zone?
NS record
Which DNS record holds zone parameters?
SOA record
Which DNS flag shows an authoritative answer?
AA
What is the classic DNS message size limit without EDNS?
512 bytes
What famous attack poisons DNS caches?
Kaminsky attack
Which DNS field sets how long data may be cached?
TTL
What is a glue record?
IP address of a delegated nameserver
What model does HTTP use?
Request–response
Which HTTP method fetches only headers?
HEAD