1 / 29

Introduction to TCP/IP

Introduction to TCP/IP. Chapter 2. TCP/IP Structure and Addressing - OSI Model Review. Primary Functions of the OSI Model Layers. The OSI Model Layers Table provides an overview of each OSI model layer ’ s primary functions. OSI Model Layer. Unit of Information. Layer Function.

Download Presentation

Introduction to TCP/IP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to TCP/IP Chapter 2

  2. TCP/IP Structure and Addressing - OSI Model Review Primary Functions of the OSI Model Layers • The OSI Model Layers Table provides an overview of each OSI model layer’s primary functions. OSI Model Layer Unit of Information Layer Function Address type Application User Functionality Program Presentation Character representation Compression Security Character and words Session Establishing, conducting, and ending sessions Transmitting messages from sending computer process to receiving computer process Message Process to process between applications Transport

  3. TCP/IP Structure and Addressing - OSI Model Review Primary Functions of the OSI Model Layers OSI Model Layer Unit of Information Layer Function Address type Packet address identifying receiver’s network and host location Network Transmitting individual packets across a network Packet Transmitting frames containing a packet across a link en route to final destination NIC (next node in network) Data Link Frame Physical Bit Transmitting bits in the form of signals across physical media

  4. OSI Reference Model Review Allows users to transfer files, send mail, etc. Only layer that users can communicate with directly Key features are ease of use and functionality 7 Application Standardized data encoding and decoding Data compression Data encryption and decryption Provides Services 6 Presentation Manages user sessions Reports upper-layer errors Supports Remote Procedure Call activities 5 Session Connects processes Connection management (e.g., TCP) Error and flow control Connectionless, unreliable (e.g., UDP) 4 Transport Internetwork packet routing Minimizes subnet congestion Resolves differences between subnets 3 Network Moves Data Network access control - MAC address Packet framing Error and flow control 2 Data Link Moves bits across a physical medium Interface between network medium and network devices Defines electrical and mechanical characteristics of LAN Physical 1

  5. TCP/IP Structure and Addressing - OSI Model Review The Physical Layer • The Physical Layer only transmits bits to, and receives bits from, the physical medium, and does not “see” the bits as organized into meaningful patterns, such as an address. • The Physical Layer operates depending on the chosen network topology.

  6. TCP/IP Structure and Addressing - OSI Model Review Physical Addresses • A physical address is also referred to as a: • Hardware address • Adapter address • Network interface card (NIC) address • Medium Access Control (MAC) address • A physical address is required for network devices to ultimately deliver information to a given network node.

  7. TCP/IP Structure and Addressing - OSI Model Review The Data Link Layer • We can categorize physical addresses, for the purposes of networking, into two general types: • A LAN address is commonly found in an Ethernet or Token Ring LAN environment. • WAN addresses in High-Level Data Link Control (HDLC) or frame relay network protocol addressing • Divided into two distinct parts • MAC • The MAC address of the node – interfaces with lower layers • LLC • Tags and identifies protocols - interfaces with upper layers

  8. TCP/IP Structure and Addressing - OSI Model Review Logical Addresses • A logical address is generally implemented as a software entity rather than a hardware entity. • There are two primary types of logical addresses, as follows: • Network addresses, processed at the Network Layer • Port or process addresses, processed at the Transport Layer

  9. TCP/IP Structure and Addressing - OSI Model Review The Network Layer • Because layer protocols designate both a host and a network, they allow us to build hierarchical networks. • The Three-Layer Network Hierarchy Diagram illustrates this concept.

  10. TCP/IP Structure and Addressing - OSI Model Review The Network Layer Three-Layer Network Hierarchy

  11. TCP/IP Structure and Addressing - OSI Model Review The Transport Layer • The Well-Known Port Numbers Table lists some of the more commonly used TCP and User Datagram Protocol (UDP) addresses. Decimal Protocol-Description 20 21 23 25 53 67 69 161 TCP-FTP Data TCP-FTP TCP-TELNET TCP-SMTP TCP/UDP-DNS UDP-BOOTP/DHCP UDP-TFTP UDP-SNMP

  12. TCP/IP Structure and Addressing - OSI Model Review The Transport Layer • The Transport Layer is responsible not only for application addressing, but also for providing reliable communications over the best effort Layer 3 protocols. • The Transport Layer provides: • Flow control • Windowing • Data sequencing • Recovery

  13. TCP/IP Structure and Addressing - OSI Model Review Layers 5 through 7 • The remaining OSI model layers work with the data itself. These layers leave the end-to-end data transport issues to the lower four layers: • The Session Layer • The Presentation Layer • The Application Layer

  14. TCP/IP Structure and Addressing - OSI Model Review The Session Layer • The Session Layer: • establishes, manages, and terminates sessions between applications. • provides its services to the Presentation Layer. • synchronizes dialog between Presentation Layer entities and manages their data exchange.

  15. TCP/IP Structure and Addressing - OSI Model Review The Presentation Layer • The Presentation Layer: • ensures that information sent by the Application Layer of one system is formatted in a manner in which the destination system’s Application Layer can read it. • can translate between multiple data representation formats, if necessary.

  16. TCP/IP Structure and Addressing - OSI Model Review The Application Layer • The Application Layer: • is the layer closest to the user. • provides user application services to application processes outside the OSI model’s scope and does not support the other layers. • identifies and establishes the intended communication partners availability, synchronizes cooperating applications, and establishes agreed procedures for application error recovery and data integrity control. • determines whether sufficient resources exist for the intended communications.

  17. TCP/IP Structure and Addressing - Internet Protocol Suite This lesson covers important aspects and protocols of a TCP/IP system. • Lesson 2.3 – The TCP/IP protocol suite • TCP/IP suite pre-dates the OSI model • The TCP/IP model is the defacto model in use on the internet KEY POINT Each TCP/IP architecture layer has a specific purpose.

  18. TCP/IP Structure and Addressing - Internet Protocol Suite Overview of the TCP/IP Protocol Suite • The TCP/IP Protocols Diagram shows a detailed picture of the TCP/IP layers. TCP/IP Protocols

  19. TCP/IP Structure and Addressing - Internet Protocol Suite Overview of the TCP/IP Protocol Suite • The TCP/IP model layers function as follows: • Network Interface Layer • Internetwork Layer • Transport Layer • Application Layer

  20. TCP/IP Structure and Addressing - Internet Protocol Suite Network Interface Layer Protocols • The Network Interface Layer protocols define rules that determine how a host accesses a LAN. • These low-level protocols define how a host connects to the network.

  21. TCP/IP Structure and Addressing - Internet Protocol Suite Internetwork Layer Protocols • The Internetwork Layer protocols define the basic unit of transfer across a network and provide support for a global addressing scheme and routing. • IP, in its current version 4, provides the following functions: • A global addressing structure • Service type requests • Packet fragmentation • Packet reassembly

  22. TCP/IP Structure and Addressing - Internet Protocol Suite Internetwork Layer Protocols • Other protocols at the Internetwork Layer include: • Address Resolution Protocol (ARP)/ Reverse ARP (RARP) • Internet Control Message Protocol (ICMP) • Internet Group Management Protocol (IGMP)

  23. TCP/IP Structure and Addressing - Internet Protocol Suite Transport Layer Protocols • The Transport Layer’s primary function is to provide communication from one application program to another. • TCP/IP provides applications two different levels of service: • TCP • UDP

  24. TCP/IP Structure and Addressing - Internet Protocol Suite Application Layer Protocols • An application passes data to the Transport Layer protocols, which sequence the data into messages, or byte streams, for transport across the network. • The TCP/IP protocol suite includes the following Application Layer protocols: • Telnet • File Transfer Protocol (FTP) • Simple Mail Transfer Protocol (SMTP) • Simple Network Management Protocol (SNMP)

  25. TCP/IP Structure and Addressing - Internet Protocol Suite Application Layer Protocols • DNS • Post Office Protocol 3 (POP3) • Hypertext Transfer Protocol (HTTP) • Network News Transfer Protocol (NNTP) • UNIX-to-UNIX Copy Program (UUCP) protocol

  26. TCP/IP address types • Physical • 00-00-23-55-46-78 • Logical • 10.10.1.2 • Port • 80, 443, 23, etc

  27. Multiplexing Using TCP Port Numbers • Multiplexing relies on the use of a concept called a socket. A socket consists of three things: • An IP address • A transport protocol • A port number

  28. Overview of TCP/IP Applications -Port Numbers • Jessie receives 3 packets: • A UDP-based ad application • A TCP-based wire-transfer application • A TCP web server application …Jessie needs to know which application to give the data to, but all three packets are from the same Ethernet and IP address. You might think that Jessie could look at whether the packet contains a UDP or a TCP header, but, as you see in the figure, two applications (wire transfer and web) both are using TCP.

  29. OSI Reference Model Review

More Related