© 2005 Cisco Systems, Inc. All rights reserved.INTRO v2.16-1 Ensuring the Reliability of Data Delivery Understanding How UDP and TCP Work.

Презентация:



Advertisements
Похожие презентации
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting Networks Understanding How TCP/IP Works.
Advertisements

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Ensuring the Reliability of Data Delivery Establishing a TCP Connection.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary In the OSI model, it is the transport layer that manages the reliability of.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Serial Network Understanding the OSI Model.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary TCP/IP is the most widely used networking protocol, with functions that can.
Copyright 2003 CCNA 1 Chapter 9 TCP/IP Transport and Application Layers By Your Name.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting to Remote Networks Understanding WAN Technologies.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary A network is a connected collection of devices (computers, interconnections,
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary The Cisco Discovery Protocol is an information-gathering tool used by network.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Route Selection Using Policy Controls Using Multihomed BGP Networks.
© 2006 Cisco Systems, Inc. All rights reserved. CVOICE v Introduction to VoIP Introducing VoIP Network Technologies.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Managing Your Network Environment Getting Information About Remote Devices.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting Networks Exploring the IP Packet Delivery Process.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Growing the Network Choosing the Right Network Topology.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting to Remote Networks Using Packet Switching in WANs.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting to Remote Networks Using Dedicated Connections for WANs.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Ethernet Network Defining a LAN.
© 2005 Cisco Systems, Inc. All rights reserved. IPTX v Introducing Cisco CallManager Express Understanding VoIP Challenges and Solutions.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Ethernet Network Understanding How an Ethernet LAN Works.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Growing the Network Maximizing the Benefits of Switching.
Транксрипт:

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Ensuring the Reliability of Data Delivery Understanding How UDP and TCP Work

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Outline Overview Transport Layer Functions Reliable vs. Best Effort UDP and TCP UDP and TCP Port Numbers UDP and TCP Header Formats Summary

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Transport Layer Session multiplexing Segmentation Flow control (when required) Connection-oriented (when required) Reliability (when required)

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Reliable vs. Best Effort Comparison

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v TCP/IP Protocol Stack

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v UDP Characteristics

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v TCP Characteristics

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Port Numbers

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v UDP Header

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v TCP Header

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary The transport layer operates between the network layer and the application layer and provides communication services directly to the application processes running on different hosts. UDP is a best-effort, connectionless protocol used for applications that do not require error checking or sequence numbering, such as voice and video streaming. TCP is a reliable, connection-oriented protocol that ensures delivery of packets without error and in correct order.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary (Cont.) UDP and TCP use ports to support multiple conversations between different network devices. UDP delivers TFTP, SNMP, and RIP. TCP delivers FTP, Telnet, and SMTP. The UDP header length is always 64 bits. The TCP header follows the Internet header, supplying information specific to the TCP protocol. This division allows for the existence of host-level protocols other than TCP.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v