Module 9: The Transport Layer Flashcards
Is TCP Connectionless or Connection Orientated
Connection Orientated
Is TCP Stateful or Stateless
Stateful - as it keeps track of the “state” of the sessions
Is TCP reliable or unreliable
Reliable with flow control.
Does UDP provide reliable and flow control
No
Is UDP connectionless or connection orientated
connectionless
Is UDP Stateful or Stateless
Stateless - it does not track the information sent
What kind of delivery protocol does UDP have?
Best effort delivery protocol
Three stages of the TCP handshake
Syn
Syn Ack
Ack
What port number is FTP
20 and 21 uses TCP
What port number is SSH
22 uses TCP
What port number is Telnet
23 uses TCP
What port number is SNTP
25 uses TCP
What port number is DNS
53 and uses UDP
What port number is HTTP
80 uses TCP
What port number is HTTPS
443 uses TCP