Important Memorisation Flashcards

Important memorisation topics based on lecture transcription (61 cards)

1
Q

What is the IP protocol number for TCP?

A

6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the IP protocol number for ICMP?

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What problem does IPv4 face?

A

Address exhaustion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What service does TCP give applications?

A

Reliable ordered byte stream

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How many packets make up the TCP three‑way handshake?

A

3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In TCP, sequence numbers count what?

A

Bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which TCP option enlarges the receive window?

A

Window scaling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which phase starts TCP congestion control?

A

Slow start

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the minimum TCP header size?

A

20 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the size of the UDP header?

A

8 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Does UDP guarantee delivery?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Give one application class that prefers UDP.

A

Voice or video

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which two extra fields does RTP add?

A

Timestamp and sequence number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Why does RTP include a timestamp?

A

To replay media at the right time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What kind of database is DNS?

A

Distributed hierarchical key‑value store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which DNS record delegates a sub‑zone?

A

NS record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which DNS record holds zone parameters?

A

SOA record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Which DNS flag shows an authoritative answer?

A

AA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the classic DNS message size limit without EDNS?

A

512 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What famous attack poisons DNS caches?

A

Kaminsky attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Which DNS field sets how long data may be cached?

A

TTL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is a glue record?

A

IP address of a delegated nameserver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What model does HTTP use?

A

Request–response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which HTTP method fetches only headers?

A

HEAD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Which header gives HTTP body length?
Content‑Length
26
If Content‑Length is missing, how is message end signalled?
TCP connection close
27
Which HTTP method is common for uploads?
POST
28
What device breaks a collision domain?
Switch (or bridge)
29
Which domain only a router divides?
Broadcast domain
30
What access method did early Ethernet use?
CSMA/CD
31
What is the max segment length for 10BASE5 coax?
500 metres
32
Why limit Ethernet cable length?
To detect collisions before frame ends
33
What standard defines VLAN tags?
802.1Q
34
Do VLANs provide security?
No
35
What main problem does NAT solve?
IPv4 address shortage
36
What mapping does a NAT table hold?
Internal IP/port to external IP/port
37
Typical idle TCP NAT timeout?
≈60 minutes
38
Typical idle UDP NAT timeout?
≈10 seconds
39
Which Internet principle does NAT break?
End‑to‑end principle
40
Which tech coined QoS terms like CBR and VBR?
ATM
41
How large is an ATM cell?
53 bytes
42
What does MPLS forward packets by?
Labels
43
Why shape traffic at a network edge?
To keep flow within agreed rate
44
How many bits are in an IPv4 address?
32
45
How many bits are in an IPv6 address?
128
46
What protocol carries ping and traceroute messages?
ICMP
47
Which ICMP type does ping use?
Echo request/reply
48
Which ICMP message does traceroute rely on?
Time Exceeded
49
Does ICMP carry user data?
No
50
What field advertises flow control in TCP?
Receive window size
51
Which IP header field says what protocol the payload is?
8‑bit Protocol field
52
What DNS flag turns a query into a response?
QR
53
Which DNS flag asks the server to recurse?
RD
54
Which DNS flag shows the server did recurse?
RA
55
Which DNS record carries arbitrary text like SPF?
TXT record
56
Which TCP option lets the sender recover multiple losses at once?
SACK (Selective Acknowledgement)
57
What event triggers TCP Fast Retransmit?
Receiving three duplicate ACKs
58
Which TCP option stamps packets for precise RTT measurement?
Timestamp option
59
Which ICMP message enables Path‑MTU Discovery?
Destination Unreachable – Fragmentation Needed
60
What algorithm does OSPF use for shortest‑path calculation?
Dijkstra’s algorithm
61
Why is RTP useful for multiple media streams?
Because it handles each stream separately with timestamps and SSRCs (streamIDs), allowing synchronised delivery of audio, video, and more in real time.