© 2005 Cisco Systems, Inc. All rights reserved.INTRO v2.16-1 Ensuring the Reliability of Data Delivery Establishing a TCP Connection.

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



Advertisements
Похожие презентации
© 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.
Advertisements

© 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 Building a Simple Serial Network Understanding the OSI Model.
TCP/IP Protocol Suite 1 Chapter 12 Upon completion you will be able to: Transmission Control Protocol Be able to name and understand the services offered.
Copyright 2003 CCNA 1 Chapter 9 TCP/IP Transport and Application Layers By Your Name.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary TCP/IP is the most widely used networking protocol, with functions that can.
© 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 Managing Your Network Environment Getting Information About Remote Devices.
© 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 Connecting Networks Understanding How TCP/IP 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 Growing the Network Understanding the Challenges of Shared LANs.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Operating and Configuring Cisco IOS Devices Configuring a Router.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Configuring Catalyst Switch Operations Introducing Basic Layer 2 Switching and Bridging Functions.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary The topology of a network describes the layout of the cabling and devices.
© 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.INTRO v Building a Simple Ethernet Network Understanding How an Ethernet LAN Works.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Configuring Catalyst Switch Operations Identifying Problems That Occur in Redundant Switched.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting Networks Exploring the IP Packet Delivery Process.
© 2006 Cisco Systems, Inc. All rights reserved. HIPS v Configuring Rules Configuring Rules Common to Windows and UNIX.
Транксрипт:

© 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 Outline Overview Establishing a Connection with a Peer System Flow Control Acknowledgment Windowing TCP Sequence Number and Acknowledgment Numbers Summary Lab 6-1: Establishing a Telnet Connection to a Remote Terminal Server

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

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Three-Way Handshake ctl = which control bits in the TCP header are set to 1

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

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

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

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

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v TCP Sequence and Acknowledgement Numbers

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary Using TCP as the transport layer protocol, before applications can transfer data, both the sending and the receiving applications inform their respective operating systems that a connection will be initiated. Once synchronization has occurred, the two end systems have established a connection and data transfer can begin. Flow control avoids the problem of a transmitting host overflowing the buffers in the receiving host and slowing network performance. TCP provides sequencing of segments with a forward reference acknowledgment. When a single segment is sent, receipt is acknowledged and the next segment is then sent.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary (Cont.) The TCP window size decreases the transmission rate to a level at which congestion and data loss do not occur. The TCP window size allows for a specified number of unacknowledged segments to be sent. A fixed window is a window with an unchanging size that can accommodate a specific flow of segments. A TCP sliding window is a window that can change size dynamically to accommodate the flow of segments. TCP provides the sequencing of segments by providing sequence numbers and acknowledgment numbers in the TCP headers.

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