Chapter 7: Transport Layer Flashcards
What is the Transport Layer?
7.1.1.1
transport layer is responsible for establishing a temporary communication session between two applications
What is the primary responsibilities of transport layer protocols?
7.1.1.1
Tracking the individual communication between applications on the source and destination hosts
Segmenting data for manageability and reassembling segmented data into streams of application data at the destination
Identifying the proper application for each communication stream
What Protocol Does HTTP, FTP, TELNET, SMTP
7.1.1.8
TCP
What Protocol Does DNS, VoIP, IPTV
7.1.1.8
UDP
What Service use Both TCP and UDP
DNS, voIP, TFTP
What are the Well known Ports numbers range
7.1.2.8
0 - 1023
What are the registered Port Numbers range
7.1.2.8
1024 - 49151
What Command is used to check ports?
7.1.2.9
netstat
What is the main difference between TCP and UDP?
7.2.1.1
Reliability
What are the 3 Step for Connection?
7.2.1.3
- Send SYN
- SYN, ACK
- Established
What is URG?
7.2.1.3
Urgent pointer field significant
What is ACK?
7.2.1.3
Acknowledgement field significant
What is PSH?
7.2.1.3
Push function
What is RST?
7.2.1.3
Reset the connection
What is SYN?
7.2.1.3
Synchronize sequence numbers