Www.ciscopress.com Copyright 2003 CCNA 1 Chapter 9 TCP/IP Transport and Application Layers By Your Name.

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



Advertisements
Похожие презентации
Copyright 2003 CCNA 2 Chapter 19 Intermediate TCP/IP By Your Name.
Advertisements

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.
© 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 Ensuring the Reliability of Data Delivery Establishing a TCP Connection.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting Networks Understanding How TCP/IP Works.
Copyright 2003 CCNA 2 Chapter 17 TCP/IP Suite Error and Control Messages By Your Name.
Copyright 2003 By Your Name CCNA 3 Chapter 1 Review: The OSI Reference Model and Routing.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Serial Network Understanding the OSI Model.
© 2009 Avaya Inc. All rights reserved.1 Chapter Nine, Voic Pro in SCN Module Four – Distributed Voic Pro.
Copyright 2003 CCNA 2 Chapter 18 Basic Router Troubleshooting By Your Name.
Copyright 2003 CCNA 4 Chapter 16 Introduction to Network Administration By Your Name.
Copyright 2003 CCNA 4 Chapter 20 CCNA Certification Exam Review By Your Name.
Copyright 2003 CCNA 3 Chapter 10 Virtual Trunking Protocol By Your Name.
© 2009 Avaya Inc. All rights reserved.1 Chapter Nine, Voic Pro in SCN Module Three – Backup Voic Pro.
Copyright 2003 CCNA 1 Chapter 8 Routing Fundamentals and Subnets By Your Name.
Copyright 2003 CCNA 4 Chapter 11 Scaling IP Addresses By Your Name.
Copyright 2003 CCNA 3 Chapter 5 Switching Concepts By Your Name.
Copyright 2003 CCNA 4 Chapter 14 ISDN and DDR 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.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Транксрипт:

Copyright 2003 CCNA 1 Chapter 9 TCP/IP Transport and Application Layers By Your Name

Copyright 2003 Objectives TCP/IP transport layer TCP/IP application layer

Copyright 2003 Routed Protocols Versus Routing Protocols Routing protocols determine the path that routed protocols follow to their destinations.

Copyright 2003 The Transport Layer Functions Five basic services: Segmenting upper-layer application data Establishing end-to-end operations Sending segments from one end host to another end host Ensuring data reliability Providing flow control

Copyright 2003 Flow Control Avoids the problem of a host at one side of the connection overflowing the buffers in the host at the other side Ensures the integrity of the data

Copyright 2003 Session Establishment

Copyright 2003 Three-Way Handshake

Copyright 2003 Windowing A method of controlling the amount of information transferred end to end Information can be measured in terms of the number of packets or the number of bytes

Copyright 2003 Window Size Larger window sizes increase communication efficiency.

Copyright 2003 Acknowledgment Positive acknowledgment requires a recipient to communicate with the source, sending back an acknowledgment message when it receives data. Sender keeps a record of each data packet that it sends and expects an acknowledgment.

Copyright 2003 Layer 4 Protocols

Copyright 2003 TCP Connection oriented Reliable Divides outgoing messages into segments Reassembles messages at the destination station Resends anything not received Reassembles messages from incoming segments

Copyright 2003 UDP Connectionless Unreliable Transmits messages (called user datagrams) Provides no software checking for message delivery (unreliable) Does not reassemble incoming messages Uses no acknowledgments Provides no flow control

Copyright 2003 TCP/IP Protocol Graph

Copyright 2003 TCP Segment Format

Copyright 2003 UDP Segment Format

Copyright 2003 Port Numbers

Copyright 2003 Application Layer

Copyright 2003 TCP/IP Application Layer

Copyright 2003 Responsibilities Identifying and establishing the availability of intended communication partners Synchronizing cooperating applications Establishing agreement on procedures for error recovery Controlling data integrity

Copyright 2003 Application Layer Examples Domain Name System File Transfer Protocol Hypertext Transfer Protocol Simple Mail Transport Protocol Simple Network Management Protocol Telnet

Copyright 2003 Domain Name System

Copyright 2003 FTP FTP is a reliable, connection-oriented service that uses TCP to transfer files between systems that support FTP.

Copyright 2003 HTTP

Copyright 2003 SMTP servers communicate with each other using the Simple Mail Transport Protocol (SMTP) to send and receive mail.

Copyright 2003 SNMP The Simple Network Management Protocol (SNMP) is an application layer protocol that facilitates the exchange of management information between network devices. An SNMP managed network consists of the following: –Network management system (NMS) –Managed device –Agents

Copyright 2003 Telnet Telnet client software provides the ability to log in to a remote Internet host that is running a Telnet server application and then to execute commands from the command line.