SlideShare a Scribd company logo
1 of 52
Download to read offline
Understanding the
         Host-to-Host
         Communications Model


         Building a Simple Network




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-1
Understanding Host-to-Host
         Communications




             Older model
                     – Proprietary
                     – Application and combinations software controlled by one
                       vendor
             Standards-based model
                     – Multivendor software
                     – Layered approach


© 2007 Cisco Systems, Inc. All rights reserved.                                  ICND1 v1.0—1-2
Why a Layered Network Model?

                                                   Standardizes interfaces
                                                   Facilitates modular engineering
                                                   Ensures interoperable
                                                    technology
                                                   Accelerates evolution
                                                   Reduces complexity
                                                   Simplifies teaching and learning




© 2007 Cisco Systems, Inc. All rights reserved.                                        ICND1 v1.0—1-3
The Seven Layers of the OSI Model (Cont.)




© 2007 Cisco Systems, Inc. All rights reserved.      ICND1 v1.0—1-4
The Application Layer
      • Example of the Application layer:
          File transfer
          Electronic mail
          Terminal access
          Web Browser
          Network management
                  – Simple Network Management
                    Protocol
          Name management
                  – Domain Name System




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-5
The Seven Layers of the OSI Model (Cont.)




© 2007 Cisco Systems, Inc. All rights reserved.      ICND1 v1.0—1-6
The Presentation Layer

         •        Let’s look at what is happening:


                                                  I have a good
                                                  file now.




                                                   I want that file too but in
                                                   3DES encryption format




© 2007 Cisco Systems, Inc. All rights reserved.                                  ICND1 v1.0—1-7
The Presentation Layer




                 The Presentation ensures that the information that
                 the application layer of one system sends out is
                 readable by the application layer of another system.



© 2007 Cisco Systems, Inc. All rights reserved.                         ICND1 v1.0—1-8
The Presentation Layer
              Actions of the Presentation layer:
                  Format of data ( binary, BCD, ASCII…)
                  Data structure ( .doc, .JPEG…)
                  Data encryption ( DES, 3DES…)




© 2007 Cisco Systems, Inc. All rights reserved.            ICND1 v1.0—1-9
The Seven Layers of the OSI Model (Cont.)




© 2007 Cisco Systems, Inc. All rights reserved.      ICND1 v1.0—1-10
The Session Layer




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-11
The Session Layer

 • The Session layer establishes, manages, and terminates
   sessions between two communicating hosts.




© 2007 Cisco Systems, Inc. All rights reserved.       ICND1 v1.0—1-12
The Seven Layers of the OSI Model (Cont.)




© 2007 Cisco Systems, Inc. All rights reserved.      ICND1 v1.0—1-13
The Transport Layer
 •        The Transport layer can guarantee that packets are received.




© 2007 Cisco Systems, Inc. All rights reserved.                          ICND1 v1.0—1-14
The Transport Layer

         •        The Transport layers segments and reassembles ( lặp ráp ) data into a data
                  stream




© 2007 Cisco Systems, Inc. All rights reserved.                                           ICND1 v1.0—1-15
The Transport Layer

        • Connectionless transmission
        • Connection-oriented transmission
        •        The three-way handshake
        •        Flow control
        •        Acknowledgement
        •        Windowing




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-16
The Transport Layer
         Connectionless transmissions


 •        Let’s look at what happens:




                                                  Post Office
                                                   system
                 Local                                          Destination
               Post Office                                      Post Office




© 2007 Cisco Systems, Inc. All rights reserved.                               ICND1 v1.0—1-17
The Transport Layer
         Connectionless transmissions
         (cont)




                                                  Post Office
                                                   system
               Local                                                   Destination
             Post Office                                               Post Office




                                                  Internet

                                Local                           Destination
Host A
                                Router                            Router


© 2007 Cisco Systems, Inc. All rights reserved.                                      ICND1 v1.0—1-18
The Transport Layer
         Connectionless transmissions
         (cont)


       •        User Datagram Protocol (UDP) is an example of connectionless
                protocol



        •       Applications that use UDP to send their data information is DNS,
                TFTP, SNMP….




© 2007 Cisco Systems, Inc. All rights reserved.                               ICND1 v1.0—1-19
The Transport Layer
         Connection-oriented transmissions


 •        Let’s look at what happens:




                                                  Post Office
                                                   system
                 Local                                          Destination
               Post Office                                      Post Office




© 2007 Cisco Systems, Inc. All rights reserved.                               ICND1 v1.0—1-20
The Transport Layer
    Connection-oriented transmissions
    (cont)




                                                  Post Office
                                                   system
               Local                                                   Destination
             Post Office                                               Post Office




                                                  Internet

                                Local                           Destination
Host A
                                Router                            Router



© 2007 Cisco Systems, Inc. All rights reserved.                                      ICND1 v1.0—1-21
The Transport Layer
          Connection-oriented transmissions
         (cont)

       •        Transmission Control Protocol (TCP) is an example of connection-
                oriented protocol

        •       Applications that use TCP to send their data information is DNS,
                FTP, HTTP, HTTPs, SMTP, POP3, TELNET, SSH, …




© 2007 Cisco Systems, Inc. All rights reserved.                               ICND1 v1.0—1-22
The Transport Layer
         the three-way handshake

         •        In connection-oriented transmission, both the sender and receiver
                  have to establish the session.


     •       It is called three-way handshake




© 2007 Cisco Systems, Inc. All rights reserved.                                ICND1 v1.0—1-23
The Transport Layer
         the three-way handshake (cont)

     • • InLet’safter receives the synchronize segment from Host B, itHost A,
         Host B (receiver)what examine the synchronize packet from will
            the look at after happens:
     • Host Athree-way handshake process, when Host A (sender) want to
         send an acknowledgement segment to synchronize segment receiver
         establishit will send with Host B (receiver), it first send to the to to
         if agree, a session acknowledgement Host B to acknowledge Host
         a synchronize segment.
         A.
         connection.



                                                  Synchronize (Can I talk to you ?)
                                                        Connection Established

                                                  Ack (Yes), Synchronize ( Can I talk to you ?)
                                                             Data Transfer
                                                           (send(Yes)
                                                             Ack segments)




© 2007 Cisco Systems, Inc. All rights reserved.                                                   ICND1 v1.0—1-24
The Transport layer
         Flow Control

         •        Once data transfer is in progress, congestion can occur for two
                  reasons.




© 2007 Cisco Systems, Inc. All rights reserved.                                 ICND1 v1.0—1-25
The Transport layer
         Flow Control (cont)

         •        First, the sending device might be able to generate traffic faster
                  than the network can transfer it.




© 2007 Cisco Systems, Inc. All rights reserved.                                    ICND1 v1.0—1-26
The Transport layer
         Flow Control (cont)

         •        The second reason is that multiple devices need to send data to
                  the same destination.




© 2007 Cisco Systems, Inc. All rights reserved.                                ICND1 v1.0—1-27
The Transport layer
         Flow Control (cont)

         •        When datagram arrive too quickly for a device to process, it
                  temporarily stores them in memory.
                                        ta
                                      da
                                 ta
                              da




© 2007 Cisco Systems, Inc. All rights reserved.                                  ICND1 v1.0—1-28
The Transport layer
         Flow Control (cont)

         •        If the datagrams are part of a small burst, this buffering solves the
                  problem.
                                        ta
                                      da
                                 ta
                              da




© 2007 Cisco Systems, Inc. All rights reserved.                                    ICND1 v1.0—1-29
The Transport layer
         Flow Control (cont)

         •        However, if the traffic continues at this rate, the device eventually
                  exhausts its memory and must discard additional datagrams that
                  arrive.
                                  ta
                                 da

                                         ta
                                       da
                            ta
                          da

                                 ta
                               da




© 2007 Cisco Systems, Inc. All rights reserved.                                     ICND1 v1.0—1-30
The Transport layer
         Flow Control (cont)

         •        Instead of losing the data, the transport function can issue a “not
                  ready” indicator to the sender.
                                   ta
                                 da

                                          ta
                                        da
                            ta
                          da

                                 ta
                              da




© 2007 Cisco Systems, Inc. All rights reserved.                                    ICND1 v1.0—1-31
The Transport layer
         Flow Control (cont)
                                   ta
                                 da

                                          ta
                                        da
                            ta
                          da

                                ta
                              da




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-32
The Transport layer
         Flow Control (cont)

         •        After the receiving device has processed sufficient segments to free
                  space in its buffer, the receiver sends a “ready transport “ indicator –
                  which is like a go signal.
                                       ta
                                      da

                                              ta
                                            da




                                                               go
                                 ta
                              da

                                    ta
                                  da




                                                           t
                                                         or
                                                       sp
                                                     an
                                                   Tr




© 2007 Cisco Systems, Inc. All rights reserved.                                              ICND1 v1.0—1-33
The Transport layer
         Flow Control (cont)




                                                                go

                                                            t
                                                         or
                                                       sp
                                                     an
                                                  Tr




© 2007 Cisco Systems, Inc. All rights reserved.                      ICND1 v1.0—1-34
The Transport Layer
         Acknowledgement

         •        The transport layer provide a reliable service regardless of the quality of
                  the underlying network




© 2007 Cisco Systems, Inc. All rights reserved.                                           ICND1 v1.0—1-35
The Transport Layer
         Acknowledgement (cont)




                                                     ta
                                                  da
                                                             ta
                                                          da




© 2007 Cisco Systems, Inc. All rights reserved.                   ICND1 v1.0—1-36
The Transport Layer
         Windowing
         •        Acknowledging every data segment, however, has its drawback
                  (điều trở ngại).

          •        If the sender has to wait for an acknowledgement of each data
                   segment, the throughput will be very low.




                                                     ta
                                                  da
                                                             ta
                                                          da




© 2007 Cisco Systems, Inc. All rights reserved.                                ICND1 v1.0—1-37
The Transport Layer
         Windowing (cont)



              TCP                                                                      TCP

                                              You and I will use window size of 1 ?
                                                                 I agree
            Sender                                                                    Receiver
          Send 1
                                                                                       Ack 2
          Send 2
                                                                                       Ack 3




© 2007 Cisco Systems, Inc. All rights reserved.                                              ICND1 v1.0—1-38
The Transport Layer
         Windowing (cont)

         •        Now let’s examine an example with windows size of 3.

              TCP                                                                      TCP

                                              You and I will use window size of 3 ?
                                                                 I agree
             Sender                                                                   Receiver
          Send 1
          Send 2
          Send 3
                                                                                      Ack 4

          Send 4
          Send 5
          Send 6
                                                                                      Ack 5

          Send 5
                                                                                      Ack 7
© 2007 Cisco Systems, Inc. All rights reserved.                                              ICND1 v1.0—1-39
The Seven Layers of the OSI Model (Cont.)




© 2007 Cisco Systems, Inc. All rights reserved.      ICND1 v1.0—1-40
The Seven Layers of the OSI Model (Cont.)




© 2007 Cisco Systems, Inc. All rights reserved.      ICND1 v1.0—1-41
Ethernet Frame Structure




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-42
MAC Address Components




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-43
MAC Addresses




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-44
The Seven Layers of the OSI Model




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-45
Data Stream                                           Data Stream
                     Application                                                                                                          Application




                                                                           Data Stream                                Data Stream         Data Stream
                    Presentation                                                                                                         Presentation




                       Session                                                                                                              Session




                           Data                                                                                Data    Data   Data
                      Transport                                            Data   Data     Data
                                                                                                                                           Transport




                                     1                        IP Header      1
                                                              IP Header Data 1                                                                 Data
                   IP Header
                       Network                                                                                 IP Header         1
                                                                                                                                            Network




                                                  Frame Header IP Header
                                                  Frame Header IP Header          1
                                                                                  1   II                                                 IP Header      1
                      Data Link                                                                   Frame Header IP Header         1   I     Data Link




                       Physical                                                                                                             Physical




© 2007 Cisco Systems, Inc. All rights reserved.                                                                                                             ICND1 v1.0—1-46
TCP/IP Stack



             Defines four layers
             Uses different names for Layers 1
              through 3
             Combines Layers 5 through 7 into
              single application layer




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-47
TCP/IP Stack vs. the OSI Model




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-48
Data Encapsulation




© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-49
Summary

             The OSI reference model defines the network functions that occur
              at each layer.
             The information sent on a network is referred to as data or data
              packets. If one computer wants to send data to another computer,
              the data must first be packaged by a process called
              encapsulation.
             When the remote device receives a sequence of bits, the physical
              layer at the remote device passes the bits to the data link layer for
              manipulation. This process is referred to as de-encapsulation.




© 2007 Cisco Systems, Inc. All rights reserved.                                ICND1 v1.0—1-50
Summary (Cont.)

             TCP/IP is now the most widely used protocol for a number of
              reasons, including its flexible addressing scheme, its 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.
             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.




© 2007 Cisco Systems, Inc. All rights reserved.                                ICND1 v1.0—1-51
© 2007 Cisco Systems, Inc. All rights reserved.   ICND1 v1.0—1-52

More Related Content

What's hot

Network virtualization
Network virtualizationNetwork virtualization
Network virtualizationRabah GUEDREZ
 
Comp tia n+_session_02
Comp tia n+_session_02Comp tia n+_session_02
Comp tia n+_session_02Niit Care
 
Comp tia n+_session_07
Comp tia n+_session_07Comp tia n+_session_07
Comp tia n+_session_07Niit Care
 
Alcatellucentsdn2013
Alcatellucentsdn2013Alcatellucentsdn2013
Alcatellucentsdn2013deepersnet
 
Comp tia n+_session_04
Comp tia n+_session_04Comp tia n+_session_04
Comp tia n+_session_04Niit Care
 
Comp tia n+_session_01
Comp tia n+_session_01Comp tia n+_session_01
Comp tia n+_session_01Niit Care
 
TBIZ2011 - Juniper. Next Generation Data Center
TBIZ2011 - Juniper. Next Generation Data Center TBIZ2011 - Juniper. Next Generation Data Center
TBIZ2011 - Juniper. Next Generation Data Center TechnologyBIZ
 
1ip Tunneling And Vpn Technologies 101220042129 Phpapp01
1ip Tunneling And Vpn Technologies 101220042129 Phpapp011ip Tunneling And Vpn Technologies 101220042129 Phpapp01
1ip Tunneling And Vpn Technologies 101220042129 Phpapp01Hussein Elmenshawy
 
Comp tia n+_session_06
Comp tia n+_session_06Comp tia n+_session_06
Comp tia n+_session_06Niit Care
 
Evolution of Network Virtualization
Evolution of Network VirtualizationEvolution of Network Virtualization
Evolution of Network VirtualizationPavan Hasabnis
 
Webcast: Reduce Costs, Improve Agility with Convergenomics
Webcast: Reduce Costs, Improve Agility with ConvergenomicsWebcast: Reduce Costs, Improve Agility with Convergenomics
Webcast: Reduce Costs, Improve Agility with ConvergenomicsEmulex Corporation
 
Key Considerations for MPLS IP-VPN Success
Key Considerations for  MPLS IP-VPN SuccessKey Considerations for  MPLS IP-VPN Success
Key Considerations for MPLS IP-VPN SuccessXO Communications
 
(4,5) enlaces wan traduccion
(4,5) enlaces wan traduccion(4,5) enlaces wan traduccion
(4,5) enlaces wan traduccioniaraujo100301
 
Fiber Channel over Ethernet (FCoE) – Design, operations and management best p...
Fiber Channel over Ethernet (FCoE) – Design, operations and management best p...Fiber Channel over Ethernet (FCoE) – Design, operations and management best p...
Fiber Channel over Ethernet (FCoE) – Design, operations and management best p...Cisco Canada
 
Network Configuration Example: Configuring VPLS Pseudowires on MX Series Devi...
Network Configuration Example: Configuring VPLS Pseudowires on MX Series Devi...Network Configuration Example: Configuring VPLS Pseudowires on MX Series Devi...
Network Configuration Example: Configuring VPLS Pseudowires on MX Series Devi...Juniper Networks
 
White Paper: IP VPN and Ethernet WAN Services
White Paper: IP VPN and Ethernet WAN ServicesWhite Paper: IP VPN and Ethernet WAN Services
White Paper: IP VPN and Ethernet WAN ServicesMetrodata Limited
 

What's hot (20)

Network virtualization
Network virtualizationNetwork virtualization
Network virtualization
 
Qf deck
Qf deckQf deck
Qf deck
 
Comp tia n+_session_02
Comp tia n+_session_02Comp tia n+_session_02
Comp tia n+_session_02
 
Comp tia n+_session_07
Comp tia n+_session_07Comp tia n+_session_07
Comp tia n+_session_07
 
Alcatellucentsdn2013
Alcatellucentsdn2013Alcatellucentsdn2013
Alcatellucentsdn2013
 
Comp tia n+_session_04
Comp tia n+_session_04Comp tia n+_session_04
Comp tia n+_session_04
 
Comp tia n+_session_01
Comp tia n+_session_01Comp tia n+_session_01
Comp tia n+_session_01
 
TBIZ2011 - Juniper. Next Generation Data Center
TBIZ2011 - Juniper. Next Generation Data Center TBIZ2011 - Juniper. Next Generation Data Center
TBIZ2011 - Juniper. Next Generation Data Center
 
Chapter 1 services in a converged wan
Chapter 1   services in a converged wanChapter 1   services in a converged wan
Chapter 1 services in a converged wan
 
1ip Tunneling And Vpn Technologies 101220042129 Phpapp01
1ip Tunneling And Vpn Technologies 101220042129 Phpapp011ip Tunneling And Vpn Technologies 101220042129 Phpapp01
1ip Tunneling And Vpn Technologies 101220042129 Phpapp01
 
Atomf ov
Atomf ovAtomf ov
Atomf ov
 
Comp tia n+_session_06
Comp tia n+_session_06Comp tia n+_session_06
Comp tia n+_session_06
 
Big Data Smarter Networks
Big Data Smarter NetworksBig Data Smarter Networks
Big Data Smarter Networks
 
Evolution of Network Virtualization
Evolution of Network VirtualizationEvolution of Network Virtualization
Evolution of Network Virtualization
 
Webcast: Reduce Costs, Improve Agility with Convergenomics
Webcast: Reduce Costs, Improve Agility with ConvergenomicsWebcast: Reduce Costs, Improve Agility with Convergenomics
Webcast: Reduce Costs, Improve Agility with Convergenomics
 
Key Considerations for MPLS IP-VPN Success
Key Considerations for  MPLS IP-VPN SuccessKey Considerations for  MPLS IP-VPN Success
Key Considerations for MPLS IP-VPN Success
 
(4,5) enlaces wan traduccion
(4,5) enlaces wan traduccion(4,5) enlaces wan traduccion
(4,5) enlaces wan traduccion
 
Fiber Channel over Ethernet (FCoE) – Design, operations and management best p...
Fiber Channel over Ethernet (FCoE) – Design, operations and management best p...Fiber Channel over Ethernet (FCoE) – Design, operations and management best p...
Fiber Channel over Ethernet (FCoE) – Design, operations and management best p...
 
Network Configuration Example: Configuring VPLS Pseudowires on MX Series Devi...
Network Configuration Example: Configuring VPLS Pseudowires on MX Series Devi...Network Configuration Example: Configuring VPLS Pseudowires on MX Series Devi...
Network Configuration Example: Configuring VPLS Pseudowires on MX Series Devi...
 
White Paper: IP VPN and Ethernet WAN Services
White Paper: IP VPN and Ethernet WAN ServicesWhite Paper: IP VPN and Ethernet WAN Services
White Paper: IP VPN and Ethernet WAN Services
 

Viewers also liked

Presentations tips
Presentations tipsPresentations tips
Presentations tipsvinod jadav
 
7 способов увеличить трафик онлайн СМИ. Для Всеукраинского Медиаконгресса(Кие...
7 способов увеличить трафик онлайн СМИ. Для Всеукраинского Медиаконгресса(Кие...7 способов увеличить трафик онлайн СМИ. Для Всеукраинского Медиаконгресса(Кие...
7 способов увеличить трафик онлайн СМИ. Для Всеукраинского Медиаконгресса(Кие...Gorlach Evgenij
 
130325 diplomado - promoción y gestión de empresas de la ess
130325 diplomado - promoción y gestión de empresas de la ess130325 diplomado - promoción y gestión de empresas de la ess
130325 diplomado - promoción y gestión de empresas de la essHulasko Antonio Meza Soza
 
продвижение небольшого интернет магазина с нуля до первых продаж
продвижение небольшого интернет магазина с нуля до первых продажпродвижение небольшого интернет магазина с нуля до первых продаж
продвижение небольшого интернет магазина с нуля до первых продажGorlach Evgenij
 
Culture, Trust And Leadership
Culture, Trust And LeadershipCulture, Trust And Leadership
Culture, Trust And LeadershipSimonStarmore
 
Biology activity for group 4
Biology activity for group 4Biology activity for group 4
Biology activity for group 4seemamahesh
 
Windows embedded compact 7 overview slide share presentation
Windows embedded compact 7 overview slide share presentationWindows embedded compact 7 overview slide share presentation
Windows embedded compact 7 overview slide share presentationMicrosoft Windows Embedded
 
The Quamoco Quality Modelling and Assessment Approach
The Quamoco Quality Modelling and Assessment ApproachThe Quamoco Quality Modelling and Assessment Approach
The Quamoco Quality Modelling and Assessment ApproachStefan Wagner
 
Nguyen thikimthanh baivetygia17
Nguyen thikimthanh baivetygia17Nguyen thikimthanh baivetygia17
Nguyen thikimthanh baivetygia17Tho Con
 
Tcp Udp Icmp And The Transport Layer
Tcp Udp Icmp And The Transport LayerTcp Udp Icmp And The Transport Layer
Tcp Udp Icmp And The Transport Layertmavroidis
 
Network infrastructure - TCP/IP
Network infrastructure - TCP/IPNetwork infrastructure - TCP/IP
Network infrastructure - TCP/IPraymondkao
 

Viewers also liked (20)

Presentations tips
Presentations tipsPresentations tips
Presentations tips
 
7 способов увеличить трафик онлайн СМИ. Для Всеукраинского Медиаконгресса(Кие...
7 способов увеличить трафик онлайн СМИ. Для Всеукраинского Медиаконгресса(Кие...7 способов увеличить трафик онлайн СМИ. Для Всеукраинского Медиаконгресса(Кие...
7 способов увеличить трафик онлайн СМИ. Для Всеукраинского Медиаконгресса(Кие...
 
130325 diplomado - promoción y gestión de empresas de la ess
130325 diplomado - promoción y gestión de empresas de la ess130325 diplomado - promoción y gestión de empresas de la ess
130325 diplomado - promoción y gestión de empresas de la ess
 
Linkedin Visuals
Linkedin VisualsLinkedin Visuals
Linkedin Visuals
 
Vrcq1642
Vrcq1642Vrcq1642
Vrcq1642
 
CD Presentation
CD PresentationCD Presentation
CD Presentation
 
продвижение небольшого интернет магазина с нуля до первых продаж
продвижение небольшого интернет магазина с нуля до первых продажпродвижение небольшого интернет магазина с нуля до первых продаж
продвижение небольшого интернет магазина с нуля до первых продаж
 
Exakis - SharePoint online comme plateforme e-business B2B
Exakis - SharePoint online comme plateforme e-business B2BExakis - SharePoint online comme plateforme e-business B2B
Exakis - SharePoint online comme plateforme e-business B2B
 
Culture, Trust And Leadership
Culture, Trust And LeadershipCulture, Trust And Leadership
Culture, Trust And Leadership
 
Biology activity for group 4
Biology activity for group 4Biology activity for group 4
Biology activity for group 4
 
Windows embedded compact 7 overview slide share presentation
Windows embedded compact 7 overview slide share presentationWindows embedded compact 7 overview slide share presentation
Windows embedded compact 7 overview slide share presentation
 
CCNA Icnd110 s02l04
CCNA Icnd110 s02l04CCNA Icnd110 s02l04
CCNA Icnd110 s02l04
 
CCNA Icnd110 s02l08
 CCNA Icnd110 s02l08 CCNA Icnd110 s02l08
CCNA Icnd110 s02l08
 
The Quamoco Quality Modelling and Assessment Approach
The Quamoco Quality Modelling and Assessment ApproachThe Quamoco Quality Modelling and Assessment Approach
The Quamoco Quality Modelling and Assessment Approach
 
Nguyen thikimthanh baivetygia17
Nguyen thikimthanh baivetygia17Nguyen thikimthanh baivetygia17
Nguyen thikimthanh baivetygia17
 
Zend ACL Basics
Zend ACL BasicsZend ACL Basics
Zend ACL Basics
 
ZYNCRO - Zyncro, la solution de réseau social d'entreprise la plus complète ...
ZYNCRO  - Zyncro, la solution de réseau social d'entreprise la plus complète ...ZYNCRO  - Zyncro, la solution de réseau social d'entreprise la plus complète ...
ZYNCRO - Zyncro, la solution de réseau social d'entreprise la plus complète ...
 
Tcp Udp Icmp And The Transport Layer
Tcp Udp Icmp And The Transport LayerTcp Udp Icmp And The Transport Layer
Tcp Udp Icmp And The Transport Layer
 
Network infrastructure - TCP/IP
Network infrastructure - TCP/IPNetwork infrastructure - TCP/IP
Network infrastructure - TCP/IP
 
Osi model
Osi modelOsi model
Osi model
 

Similar to Osi tcp ip1 models (20)

Cours Cisco
Cours CiscoCours Cisco
Cours Cisco
 
CCNA Icnd110 s01l03
CCNA Icnd110 s01l03CCNA Icnd110 s01l03
CCNA Icnd110 s01l03
 
1.Network basic.ppt
1.Network basic.ppt1.Network basic.ppt
1.Network basic.ppt
 
CCNA Icnd110 s01l05
CCNA Icnd110 s01l05CCNA Icnd110 s01l05
CCNA Icnd110 s01l05
 
Network basics. eng. moaath alshaikh
Network basics. eng. moaath alshaikhNetwork basics. eng. moaath alshaikh
Network basics. eng. moaath alshaikh
 
CCNA Icnd110 s01l06
CCNA Icnd110 s01l06CCNA Icnd110 s01l06
CCNA Icnd110 s01l06
 
CCNA Icnd110 s01l01
CCNA Icnd110 s01l01CCNA Icnd110 s01l01
CCNA Icnd110 s01l01
 
CCNA Icnd110 s05l01
CCNA Icnd110 s05l01CCNA Icnd110 s05l01
CCNA Icnd110 s05l01
 
CCNA Icnd110 s01l07
CCNA Icnd110 s01l07CCNA Icnd110 s01l07
CCNA Icnd110 s01l07
 
Network basics 2 eng. moaath alshaikh
Network basics 2 eng. moaath alshaikhNetwork basics 2 eng. moaath alshaikh
Network basics 2 eng. moaath alshaikh
 
CCNA Icnd110 s02l07
CCNA Icnd110 s02l07CCNA Icnd110 s02l07
CCNA Icnd110 s02l07
 
CISCO
CISCOCISCO
CISCO
 
Network basics 3 eng. moaath alshaikh
Network basics 3 eng. moaath alshaikhNetwork basics 3 eng. moaath alshaikh
Network basics 3 eng. moaath alshaikh
 
QSpiders - Day1 Network Basics
QSpiders - Day1 Network BasicsQSpiders - Day1 Network Basics
QSpiders - Day1 Network Basics
 
ccna 001 course goal
ccna 001 course goalccna 001 course goal
ccna 001 course goal
 
CCNA Icnd110 s01l09
CCNA Icnd110 s01l09CCNA Icnd110 s01l09
CCNA Icnd110 s01l09
 
CCNA Icnd110 s05l02
CCNA Icnd110 s05l02CCNA Icnd110 s05l02
CCNA Icnd110 s05l02
 
Gsm protl
Gsm protlGsm protl
Gsm protl
 
CCNA Icnd110 s01l04
CCNA Icnd110 s01l04CCNA Icnd110 s01l04
CCNA Icnd110 s01l04
 
CCNA Icnd110 s04l06
CCNA Icnd110 s04l06CCNA Icnd110 s04l06
CCNA Icnd110 s04l06
 

Recently uploaded

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 

Recently uploaded (20)

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 

Osi tcp ip1 models

  • 1. Understanding the Host-to-Host Communications Model Building a Simple Network © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-1
  • 2. Understanding Host-to-Host Communications  Older model – Proprietary – Application and combinations software controlled by one vendor  Standards-based model – Multivendor software – Layered approach © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-2
  • 3. Why a Layered Network Model?  Standardizes interfaces  Facilitates modular engineering  Ensures interoperable technology  Accelerates evolution  Reduces complexity  Simplifies teaching and learning © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-3
  • 4. The Seven Layers of the OSI Model (Cont.) © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-4
  • 5. The Application Layer • Example of the Application layer:  File transfer  Electronic mail  Terminal access  Web Browser  Network management – Simple Network Management Protocol  Name management – Domain Name System © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-5
  • 6. The Seven Layers of the OSI Model (Cont.) © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-6
  • 7. The Presentation Layer • Let’s look at what is happening: I have a good file now. I want that file too but in 3DES encryption format © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-7
  • 8. The Presentation Layer The Presentation ensures that the information that the application layer of one system sends out is readable by the application layer of another system. © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-8
  • 9. The Presentation Layer Actions of the Presentation layer:  Format of data ( binary, BCD, ASCII…)  Data structure ( .doc, .JPEG…)  Data encryption ( DES, 3DES…) © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-9
  • 10. The Seven Layers of the OSI Model (Cont.) © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-10
  • 11. The Session Layer © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-11
  • 12. The Session Layer • The Session layer establishes, manages, and terminates sessions between two communicating hosts. © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-12
  • 13. The Seven Layers of the OSI Model (Cont.) © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-13
  • 14. The Transport Layer • The Transport layer can guarantee that packets are received. © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-14
  • 15. The Transport Layer • The Transport layers segments and reassembles ( lặp ráp ) data into a data stream © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-15
  • 16. The Transport Layer • Connectionless transmission • Connection-oriented transmission • The three-way handshake • Flow control • Acknowledgement • Windowing © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-16
  • 17. The Transport Layer Connectionless transmissions • Let’s look at what happens: Post Office system Local Destination Post Office Post Office © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-17
  • 18. The Transport Layer Connectionless transmissions (cont) Post Office system Local Destination Post Office Post Office Internet Local Destination Host A Router Router © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-18
  • 19. The Transport Layer Connectionless transmissions (cont) • User Datagram Protocol (UDP) is an example of connectionless protocol • Applications that use UDP to send their data information is DNS, TFTP, SNMP…. © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-19
  • 20. The Transport Layer Connection-oriented transmissions • Let’s look at what happens: Post Office system Local Destination Post Office Post Office © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-20
  • 21. The Transport Layer Connection-oriented transmissions (cont) Post Office system Local Destination Post Office Post Office Internet Local Destination Host A Router Router © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-21
  • 22. The Transport Layer Connection-oriented transmissions (cont) • Transmission Control Protocol (TCP) is an example of connection- oriented protocol • Applications that use TCP to send their data information is DNS, FTP, HTTP, HTTPs, SMTP, POP3, TELNET, SSH, … © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-22
  • 23. The Transport Layer the three-way handshake • In connection-oriented transmission, both the sender and receiver have to establish the session. • It is called three-way handshake © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-23
  • 24. The Transport Layer the three-way handshake (cont) • • InLet’safter receives the synchronize segment from Host B, itHost A, Host B (receiver)what examine the synchronize packet from will the look at after happens: • Host Athree-way handshake process, when Host A (sender) want to send an acknowledgement segment to synchronize segment receiver establishit will send with Host B (receiver), it first send to the to to if agree, a session acknowledgement Host B to acknowledge Host a synchronize segment. A. connection. Synchronize (Can I talk to you ?) Connection Established Ack (Yes), Synchronize ( Can I talk to you ?) Data Transfer (send(Yes) Ack segments) © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-24
  • 25. The Transport layer Flow Control • Once data transfer is in progress, congestion can occur for two reasons. © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-25
  • 26. The Transport layer Flow Control (cont) • First, the sending device might be able to generate traffic faster than the network can transfer it. © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-26
  • 27. The Transport layer Flow Control (cont) • The second reason is that multiple devices need to send data to the same destination. © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-27
  • 28. The Transport layer Flow Control (cont) • When datagram arrive too quickly for a device to process, it temporarily stores them in memory. ta da ta da © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-28
  • 29. The Transport layer Flow Control (cont) • If the datagrams are part of a small burst, this buffering solves the problem. ta da ta da © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-29
  • 30. The Transport layer Flow Control (cont) • However, if the traffic continues at this rate, the device eventually exhausts its memory and must discard additional datagrams that arrive. ta da ta da ta da ta da © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-30
  • 31. The Transport layer Flow Control (cont) • Instead of losing the data, the transport function can issue a “not ready” indicator to the sender. ta da ta da ta da ta da © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-31
  • 32. The Transport layer Flow Control (cont) ta da ta da ta da ta da © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-32
  • 33. The Transport layer Flow Control (cont) • After the receiving device has processed sufficient segments to free space in its buffer, the receiver sends a “ready transport “ indicator – which is like a go signal. ta da ta da go ta da ta da t or sp an Tr © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-33
  • 34. The Transport layer Flow Control (cont) go t or sp an Tr © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-34
  • 35. The Transport Layer Acknowledgement • The transport layer provide a reliable service regardless of the quality of the underlying network © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-35
  • 36. The Transport Layer Acknowledgement (cont) ta da ta da © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-36
  • 37. The Transport Layer Windowing • Acknowledging every data segment, however, has its drawback (điều trở ngại). • If the sender has to wait for an acknowledgement of each data segment, the throughput will be very low. ta da ta da © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-37
  • 38. The Transport Layer Windowing (cont) TCP TCP You and I will use window size of 1 ? I agree Sender Receiver Send 1 Ack 2 Send 2 Ack 3 © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-38
  • 39. The Transport Layer Windowing (cont) • Now let’s examine an example with windows size of 3. TCP TCP You and I will use window size of 3 ? I agree Sender Receiver Send 1 Send 2 Send 3 Ack 4 Send 4 Send 5 Send 6 Ack 5 Send 5 Ack 7 © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-39
  • 40. The Seven Layers of the OSI Model (Cont.) © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-40
  • 41. The Seven Layers of the OSI Model (Cont.) © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-41
  • 42. Ethernet Frame Structure © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-42
  • 43. MAC Address Components © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-43
  • 44. MAC Addresses © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-44
  • 45. The Seven Layers of the OSI Model © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-45
  • 46. Data Stream Data Stream Application Application Data Stream Data Stream Data Stream Presentation Presentation Session Session Data Data Data Data Transport Data Data Data Transport 1 IP Header 1 IP Header Data 1 Data IP Header Network IP Header 1 Network Frame Header IP Header Frame Header IP Header 1 1 II IP Header 1 Data Link Frame Header IP Header 1 I Data Link Physical Physical © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-46
  • 47. TCP/IP Stack  Defines four layers  Uses different names for Layers 1 through 3  Combines Layers 5 through 7 into single application layer © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-47
  • 48. TCP/IP Stack vs. the OSI Model © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-48
  • 49. Data Encapsulation © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-49
  • 50. Summary  The OSI reference model defines the network functions that occur at each layer.  The information sent on a network is referred to as data or data packets. If one computer wants to send data to another computer, the data must first be packaged by a process called encapsulation.  When the remote device receives a sequence of bits, the physical layer at the remote device passes the bits to the data link layer for manipulation. This process is referred to as de-encapsulation. © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-50
  • 51. Summary (Cont.)  TCP/IP is now the most widely used protocol for a number of reasons, including its flexible addressing scheme, its 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.  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. © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-51
  • 52. © 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-52