© 2005 Cisco Systems, Inc. All rights reserved.INTRO v2.14-1 Connecting Networks Understanding How TCP/IP Works.

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



Advertisements
Похожие презентации
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Ensuring the Reliability of Data Delivery Understanding How UDP and TCP Work.
Advertisements

© 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 In the OSI model, it is the transport layer that manages the reliability of.
© 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 Ensuring the Reliability of Data Delivery Establishing a TCP Connection.
© 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 Module Summary A network is a connected collection of devices (computers, interconnections,
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Ethernet Network Defining a LAN.
© 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. BGP v Route Selection Using Policy Controls Using Multihomed BGP Networks.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS Concepts Introducing Basic MPLS Concepts.
© 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 Serial Network Exploring the Functions of Networking.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Module Summary LANs are networks that are located in a limited area, with their components.
© 2003, Cisco Systems, Inc. All rights reserved. CSPFA Chapter 3 Cisco PIX Firewall Technology and Features.
© 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 Connecting to Remote Networks Using Dedicated Connections for WANs.
© 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 Connecting Networks Understanding How TCP/IP Works

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Outline Overview TCP/IP TCP/IP Suite TCP/IP Stack vs. OSI Model Internet Protocol UDP TCP TCP/IP Applications Summary

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v TCP/IP Evolution ARPANET or DARPANET: U.S. Department of Defense decentralized network that ensured the safe transport of data between mainframe computers at different strategic locations by creating alternate communication routes TCP/IP used as protocol system in ARPANET or DARPANET National Science Foundation network based on ARPANET or DARPANET: Evolved into Internet TCP/IP: Protocol for Internet

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v TCP/IP Popularity Allows data to be routed over large networks Used by virtually all operating systems and platforms Large number of utilities and tools Required for connection to the Internet

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Defines four layers Uses different names for Layers 1 through 3 Combines Layers 5 through 7 into single application layer TCP/IP Stack

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v TCP/IP Stack versus the OSI Model

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Internet Protocol Characteristics Operates at network layer of OSI Connectionless protocol Packets treated independently Hierarchical addressing Best-effort delivery No data recovery features

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v UDP Characteristics Operates at transport layer of OSI and TCP/IP models Provides applications with access to the network layer without the overhead of reliability mechanisms Connectionless protocol Limited error checking Best-effort delivery No data recovery features

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v TCP Characteristics Operates at the transport layer of the TCP/IP stack Provides applications with access to the network layer Connection-oriented protocol Full-duplex mode operation Error checking Sequencing of data packets Acknowledgement of receipt Data recovery features

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v File transfer –FTP –TFTP –Network File System –Simple Mail Transfer Protocol Remote login –Telnet –rlogin Network management –Simple Network Management Protocol Name management –Domain Name System TCP/IP Application Layer Overview

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary TCP/IP was the protocol used in DARPANET, the decentralized network of computers created by the U.S. Department of Defense that became the basis for the Internet. TCP/IP is now the most widely used protocol for a number of reasons, including its flexible addressing scheme, usability by most operating systems and platforms, its many tools and utilities, and the need to use it to connect to the Internet. The components of the TCP/IP stack are the network access, Internet, transport, and application layers.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary (Cont.) The OSI model and the TCP/IP stack are similar in structure and function, with correlation at the physical, data-link, network, and transport layers. The OSI model divides the application layer of the TCP/IP stack into three separate layers. The IP component of the term TCP/IP determines where packets of data are to be routed based on their destination addresses. IP is connectionless, operates at the network layer, delivers data packets on a best-effort basis, uses hierarchical addressing, and does not provide any data recovery functions.

© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Summary (Cont.) UDP is a protocol that operates at the transport layer and provides applications with access to the network layer without the overhead of the reliability mechanisms of TCP. UDP is a connectionless, best-effort delivery protocol. TCP is a protocol that operates at the transport layer and provides applications with access to the network layer. TCP is connection-oriented, provides error checking, delivers data reliably, operates in full-duplex mode, and provides some data recovery functions. TCP/IP supports a number of applications, including FTP (supports bidirectional binary and ASCII file transfers), TFTP (transfers configuration files and Cisco IOS images), and Telnet (provides capability to remotely access another computer).

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