Intro to IP Flashcards
1
Q
TCP
A
Transmission Control Protocol
connection oriented - a formal connection setup and close, “reliable” delivery, flow control
2
Q
UDP
A
User Datagram Protocol
connectionless - no formal open/close to the connection, “unreliable” delivery, no flow control
3
Q
why use UDP?
A
Real time communication, no way to stop and resend the data
connectionless protocols (DHCP, TFTP)
4
Q
communication using TCP
A
connection oriented protocols prefer a “return receipt” (HTTPS, SSH)
the application doesn’t worry about out of order frames or missing data
5
Q
Speedy delivery
A
the IP delivery truck delivers from one IP address to another IP address