Top Banner
Lecture Week 4 OSI Transport Layer Network Fundamentals
22
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Lecture Week 4OSI Transport Layer

Network Fundamentals

Page 2: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Objectives• Explain the role of Transport Layer protocols

and services in supporting communications across data networks

• Analyze the application and operation of TCP mechanisms that support reliability

• Analyze the application and operation of TCP mechanisms that support reassembly and manage data loss.

• Analyze the operation of UDP to support communicate between two processes on end devices

Page 3: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Transport Layer Role and Services

• Explain the purpose of the Transport layer

Page 4: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Transport Layer Role and Services

• Major functions of the transport layer and the role it plays in data networks

Page 5: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Transport Layer Role and Services

• Supporting Reliable Communication

Page 6: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Transport Layer Role and Services

• Identify the basic characteristics of the UDP and TCP protocols

Page 7: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Transport Layer Role and Services• Identify how a port number is represented

and describe the role port numbers play in the TCP and UDP protocols.

Page 8: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Transport Layer Role and Services• Describe the role of segments in the

transport layer and the two principle ways segments can be marked for reassembly.

Page 9: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Application and Operation of TCP Mechanisms

• Trace the steps that show how the TCP reliability mechanism works as part of a session

Page 10: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Application and Operation of TCP Mechanisms

• Describe the role of port numbers in establishing TCP sessions and directing segments to server process

Page 11: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Application and Operation of TCP Mechanisms

• Trace the steps in the handshake in the establishment of TCP sessions

Page 12: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Application and Operation of TCP Mechanisms

• Trace the steps in the handshake in the termination of TCP sessions

Page 13: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Managing TCP Sessions

• Describe how TCP sequence numbers are used to reconstruct the data stream with segments placed in the correct order

Page 14: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Managing TCP Sessions

• Trace the steps used by the TCP protocol in which sequence numbers and acknowledgement numbers are used to manage exchanges in a conversation

Page 15: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Managing TCP Sessions

• Describe the retransmission.remedy for lost data employed by TCP

Page 16: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Managing TCP Sessions

• Describe the mechanisms in TCP that manage the interrelationship between window size, data loss and congestion during a session

Page 17: Lecture Week 4 OSI Transport Layer Network Fundamentals.

UDP Protocol

• Describe the characteristics of the UDP protocol and the types of communication for which it is best suited

Page 18: Lecture Week 4 OSI Transport Layer Network Fundamentals.

UDP Protocol

• Describe in detail the process specified by the UDP protocol to reassemble PDUs at the destination device

Page 19: Lecture Week 4 OSI Transport Layer Network Fundamentals.

UDP Protocol

• Describe how servers use port numbers to identify a specified application layer process and direct segments to the proper service or application

Page 20: Lecture Week 4 OSI Transport Layer Network Fundamentals.

UDP Protocol

• Trace the steps as the UDP protocol and port numbers are utilized in client-server communication.

Page 21: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Summary

Page 22: Lecture Week 4 OSI Transport Layer Network Fundamentals.

Thank You