TCP VS UDP Flashcards
1
Q
Analogie for TCP?
A
Like a phone call, There’s connection, info coming in and going out
2
Q
Analogie for UDP?
A
.mailbox .Connectionless .No status checking
3
Q
What is in TCP?
A
-it’s reliable -connection orientated -threeway handshake -sequence numbers -ack (acknowledgement number)
4
Q
What is in Udp?
A
-Unreliable compared to tcp -connectionless -simple Header (addressing on data) less header info on udp compared to TCp
5
Q
What is used to analyze protocols?
A
Wireshark
6
Q
What do engineers call Wireshark?
A
Packet sniffer
7
Q
Grab any packet, what can you see?
A
Source and destination info and header info