SlideShare una empresa de Scribd logo
1 de 44
Internetworking
Basics
What Is an Internetwork?
 is a collection of individual networks, connected by
intermediate networking devices, that functions as a single
large network.
 refers to the industry, products, and procedures that meet the
challenge of creating and administering internetworks.
History of Internetworking
 The first networks were time-sharing
networks that used mainframes and
attached terminals. Such environments
were implemented by both IBM’s Systems
Network Architecture (SNA) and Digital’s
network architecture.
Local-area networks (LANs)
 evolved around the PC revolution. LANs
enabled multiple users in a relatively small
geographical area to exchange files and
messages, as well as access shared
resources such as file servers and printers.
Wide-area networks (WANs)
 interconnect LANs with geographically
dispersed users to create connectivity.
Some of the technologies used for
connecting LANs include T1, T3, ATM,
ISDN, ADSL, Frame Relay, radio links, and
others. New methods of connecting
dispersed LANs are appearing everyday.
 Today, high-speed LANs and switched
internetworks are becoming widely used,
largely because they operate at very high
speeds and support such high-bandwidth
applications as multimedia and
videoconferencing.
Internetworking evolved as a solution
to three key problems:
 isolated LANs
 duplication of resources
 a lack of network management.
Isolated LANs
 made electronic communication between
different offices or departments impossible.
Duplication of resources
 meant that the same hardware and
software had to be supplied to each office
or department, as did separate support
staff.
lack of network management
 meant that no centralized method of
managing and troubleshooting networks
existed.
Internetworking Challenges
Connectivity
 The challenge when connecting various
systems is to support communication
among disparate technologies.
 Different sites, for example, may use
different types of media operating at
varying speeds, or may even include
different types of systems that need to
communicate.
Reliability
 Internetworks must provide a certain level
of reliability because companies rely
heavily on data communication.
 This is an unpredictable world, so many
large internetworks include redundancy to
allow for communication even when
problems occur.
Network management
 Network management must provide
centralized support and troubleshooting
capabilities in an internetwork.
 Configuration, security, performance, and
other issues must be adequately addressed
for the internetwork to function smoothly.
 Security within an internetwork is essential.
Flexibility
 Internetworks must be flexible enough to
change with new demands because
nothing in this world is stagnant.
Open System Interconnection
Reference Model
 describes how information from a software
application in one computer moves through
a network medium to a software application
in another computer.
 developed by the International Organization
for Standardization (ISO) in 1984, and it is
now considered the primary architectural
model for intercomputer communications.
Seven layers of the Open System
Interconnection (OSI) reference model:
 Layer 7—Application
• Layer 6—Presentation
• Layer 5—Session
• Layer 4—Transport
• Layer 3—Network
• Layer 2—Data link
• Layer 1—Physical
A handy way to remember the seven
layers is the sentence “All people seem to
need data processing.” The beginning letter
of each word corresponds to a layer.
 All—Application layer
 People—Presentation layer
 Seem—Session layer
 To—Transport layer
 Need—Network layer
 Data—Data link layer
 Processing—Physical layer
Characteristics of the OSI Layers
 The seven layers of the OSI reference model
can be divided into two categories: upper layers
and lower layers.
1. The upper layers of the OSI model deal with
application issues and generally are
implemented only in software.
2. The lower layers of the OSI model handle data
transport issues. The physical layer and the
data link layer are implemented in hardware and
software.
Protocols
 is a formal set of rules and conventions that
governs how computers exchange
information over a network medium.
 implements the functions of one or more of
the OSI layers.
variety of communication protocols
 LAN protocols
 WAN protocols
 network protocols
 routing protocols
LAN protocols
 operate at the physical and data link layers
of the OSI model and define
communication over the various LAN
media.
WAN protocols
 operate at the lowest three layers of the
OSI model and define communication over
the various wide-area media.
Routing protocols
 are network layer protocols that are
responsible for exchanging information
between routers so that the routers can
select the proper path for network traffic.
network protocols
 are the various upper-layer protocols that
exist in a given protocol suite.
OSI Model and Communication
Between Systems
 Information being transferred from a
software application in one computer
system to a software application in another
must pass through the OSI layers.
 For example, a software application in
System A has information to transmit to a
software application in System B.
• The application program in System A will pass its
information to the application layer (Layer 7) of
System A.
• The application layer then passes the information
to the presentation layer (Layer 6), which relays
the data to the session layer (Layer 5), and so on
down to the physical layer (Layer 1).
• At the physical layer, the information
is placed on the physical network
medium and is sent across the
medium to System B.
• The physical layer of System B removes the
information from the physical medium, and then
its physical layer passes the information up to the
data link layer (Layer 2), which passes it to the
network layer (Layer 3), and so on, until it reaches
the application layer (Layer 7) of System B.
• Finally, the application layer of System B passes
the information to the recipient application
program to complete the communication process.
Interaction Between OSI Model
Layers
 A given layer in the OSI model generally communicates with three
other OSI layers: the layer directly above it, the layer directly below
it, and its peer layer in other networked computer systems. The
data link layer in System A, for example, communicates with the
network layer of System A, the physical layer of System A, and the
data link layer in System B. Figure 1-4 illustrates this example.
OSI Layer Services
 One OSI layer communicates with another layer to
make use of the services provided by the second layer.
 The services provided by adjacent layers help a given
OSI layer communicate with its peer layer in other
computer systems.
 Three basic elements are involved in layer services:
1. the service user
2. the service provider
3. service access point (SAP).
service user
 is the OSI layer that requests services from
an adjacent OSI layer
service provider
 is the OSI layer that provides services to
service users.
 OSI layers can provide services to multiple
service users.
SAP
 is a conceptual location at which one OSI
layer can request the services of another
OSI layer.
Figure 1-5 illustrates how these three elements
interact at the network and data link layers.
OSI Model Layers and Information
Exchange
 The seven OSI layers use various forms of
control information to communicate with
their peer layers in other computer
systems.
 This control information consists of specific
requests and instructions that are
exchanged between peer OSI layers.
 Control information typically takes one of
two forms:
1. Headers are prepended to data that has
been passed down from upper layers.
2. Trailers are appended to data that has
been passed down from upper layers.
Information Exchange Process
 The information exchange process occurs
between peer OSI layers.
 Each layer in the source system adds
control information to data, and each layer
in the destination system analyzes and
removes the control information from that
data.
 If System A has data from a software application to send to System
B, the data is passed to the application layer.
 The application layer in System A then communicates any control
information required by the application layer in System B by
prepending a header to the data.
 The resulting information unit (a header and the data) is passed to
the presentation layer, which prepends its own header containing
control information intended for the presentation layer in System B.
 The information unit grows in size as each layer prepends its
own header (and, in some cases, a trailer) that contains
control information to be used by its peer layer in System B.
 At the physical layer, the entire information unit is placed onto
the network medium.
 The physical layer in System B receives the information unit
and passes it to the data link layer.
 The data link layer in System B then reads the control
information contained in the header prepended by the data
link layer in System A.
 The header is then removed, and the remainder of the
information unit is passed to the network layer.
 Each layer performs the same actions: The layer reads the
header from its peer layer, strips it off, and passes the
remaining information unit to the next highest layer.
 After the application layer performs these actions, the data is
passed to the recipient software application in System B, in
exactly the form in which it was transmitted by the application
in System A.

Más contenido relacionado

La actualidad más candente

TCP/IP Network ppt
TCP/IP Network pptTCP/IP Network ppt
TCP/IP Network ppt
extraganesh
 
Circuit and packet_switching
Circuit and packet_switchingCircuit and packet_switching
Circuit and packet_switching
hoanv
 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IP
Mannu Khani
 

La actualidad más candente (20)

data-link layer protocols
data-link layer protocols  data-link layer protocols
data-link layer protocols
 
TCP/IP Network ppt
TCP/IP Network pptTCP/IP Network ppt
TCP/IP Network ppt
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)
 
Computer network switching
Computer network switchingComputer network switching
Computer network switching
 
Transport layer
Transport layer Transport layer
Transport layer
 
Circuit and packet_switching
Circuit and packet_switchingCircuit and packet_switching
Circuit and packet_switching
 
Network Layer design Issues.pptx
Network Layer design Issues.pptxNetwork Layer design Issues.pptx
Network Layer design Issues.pptx
 
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol Suite
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference Model
 
TCP- Transmission Control Protocol
TCP-  Transmission Control Protocol TCP-  Transmission Control Protocol
TCP- Transmission Control Protocol
 
Transport layer
Transport layerTransport layer
Transport layer
 
User datagram protocol (udp)
User datagram protocol (udp)User datagram protocol (udp)
User datagram protocol (udp)
 
TCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer DescriptionTCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer Description
 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IP
 
Transport layer protocol
Transport layer protocolTransport layer protocol
Transport layer protocol
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
 
5. protocol layering
5. protocol layering5. protocol layering
5. protocol layering
 
Introduction to Distributed System
Introduction to Distributed SystemIntroduction to Distributed System
Introduction to Distributed System
 
Transport layer services
Transport layer servicesTransport layer services
Transport layer services
 
Network layer - design Issues
Network layer - design IssuesNetwork layer - design Issues
Network layer - design Issues
 

Destacado (9)

Network & maintanance
Network & maintananceNetwork & maintanance
Network & maintanance
 
Internetworking
InternetworkingInternetworking
Internetworking
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
01 basico redes
01 basico redes01 basico redes
01 basico redes
 
Internetworking
InternetworkingInternetworking
Internetworking
 
Chapter 3 networking and internetworking
Chapter 3 networking and internetworkingChapter 3 networking and internetworking
Chapter 3 networking and internetworking
 
Internetworking Overview
Internetworking OverviewInternetworking Overview
Internetworking Overview
 
3d internet
3d internet3d internet
3d internet
 
Internet, intranet and extranet
Internet, intranet and extranetInternet, intranet and extranet
Internet, intranet and extranet
 

Similar a Internetworking basics

Networking overview
Networking overviewNetworking overview
Networking overview
maxminhaj1
 
Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And Protocols
Steven Cahill
 

Similar a Internetworking basics (20)

Networking overview
Networking overviewNetworking overview
Networking overview
 
Assignment izaz sir
Assignment izaz sirAssignment izaz sir
Assignment izaz sir
 
7 Layers Of The OSI Model
7 Layers Of The OSI Model7 Layers Of The OSI Model
7 Layers Of The OSI Model
 
Network Fundamentals: OSI Model
Network Fundamentals: OSI Model Network Fundamentals: OSI Model
Network Fundamentals: OSI Model
 
THE OSI MODEL
THE OSI MODELTHE OSI MODEL
THE OSI MODEL
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And Protocols
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI model
 
OSI & TCP model
OSI & TCP modelOSI & TCP model
OSI & TCP model
 
Note 6
Note 6Note 6
Note 6
 
OSI MODEL
OSI MODELOSI MODEL
OSI MODEL
 
Assignment3
Assignment3Assignment3
Assignment3
 
Lecture 05
Lecture 05Lecture 05
Lecture 05
 
Practical Wireless, Ethernet and TCP/IP Networking
Practical Wireless, Ethernet and TCP/IP NetworkingPractical Wireless, Ethernet and TCP/IP Networking
Practical Wireless, Ethernet and TCP/IP Networking
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
 
3. osi model
3. osi model3. osi model
3. osi model
 
Osi model and tcpip model.
Osi model and tcpip model.Osi model and tcpip model.
Osi model and tcpip model.
 
CN unit 1 part 2 2023.ppt
CN unit 1 part 2 2023.pptCN unit 1 part 2 2023.ppt
CN unit 1 part 2 2023.ppt
 
OSI Model and TCP/IP Model.
OSI Model and TCP/IP Model.OSI Model and TCP/IP Model.
OSI Model and TCP/IP Model.
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptx
 

Último

Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Monica Sydney
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
JOHNBEBONYAP1
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
ydyuyu
 
75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx
Asmae Rabhi
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girlsRussian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Monica Sydney
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
ydyuyu
 

Último (20)

Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
 
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime NagercoilNagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
Nagercoil Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nagercoil
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
 
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
 
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girlsRussian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.Meaning of On page SEO & its process in detail.
Meaning of On page SEO & its process in detail.
 
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac RoomVip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 

Internetworking basics

  • 2. What Is an Internetwork?  is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.  refers to the industry, products, and procedures that meet the challenge of creating and administering internetworks.
  • 3.
  • 4. History of Internetworking  The first networks were time-sharing networks that used mainframes and attached terminals. Such environments were implemented by both IBM’s Systems Network Architecture (SNA) and Digital’s network architecture.
  • 5. Local-area networks (LANs)  evolved around the PC revolution. LANs enabled multiple users in a relatively small geographical area to exchange files and messages, as well as access shared resources such as file servers and printers.
  • 6. Wide-area networks (WANs)  interconnect LANs with geographically dispersed users to create connectivity. Some of the technologies used for connecting LANs include T1, T3, ATM, ISDN, ADSL, Frame Relay, radio links, and others. New methods of connecting dispersed LANs are appearing everyday.
  • 7.  Today, high-speed LANs and switched internetworks are becoming widely used, largely because they operate at very high speeds and support such high-bandwidth applications as multimedia and videoconferencing.
  • 8. Internetworking evolved as a solution to three key problems:  isolated LANs  duplication of resources  a lack of network management.
  • 9. Isolated LANs  made electronic communication between different offices or departments impossible.
  • 10. Duplication of resources  meant that the same hardware and software had to be supplied to each office or department, as did separate support staff.
  • 11. lack of network management  meant that no centralized method of managing and troubleshooting networks existed.
  • 13. Connectivity  The challenge when connecting various systems is to support communication among disparate technologies.  Different sites, for example, may use different types of media operating at varying speeds, or may even include different types of systems that need to communicate.
  • 14. Reliability  Internetworks must provide a certain level of reliability because companies rely heavily on data communication.  This is an unpredictable world, so many large internetworks include redundancy to allow for communication even when problems occur.
  • 15. Network management  Network management must provide centralized support and troubleshooting capabilities in an internetwork.  Configuration, security, performance, and other issues must be adequately addressed for the internetwork to function smoothly.  Security within an internetwork is essential.
  • 16. Flexibility  Internetworks must be flexible enough to change with new demands because nothing in this world is stagnant.
  • 17. Open System Interconnection Reference Model  describes how information from a software application in one computer moves through a network medium to a software application in another computer.  developed by the International Organization for Standardization (ISO) in 1984, and it is now considered the primary architectural model for intercomputer communications.
  • 18. Seven layers of the Open System Interconnection (OSI) reference model:  Layer 7—Application • Layer 6—Presentation • Layer 5—Session • Layer 4—Transport • Layer 3—Network • Layer 2—Data link • Layer 1—Physical
  • 19. A handy way to remember the seven layers is the sentence “All people seem to need data processing.” The beginning letter of each word corresponds to a layer.  All—Application layer  People—Presentation layer  Seem—Session layer  To—Transport layer  Need—Network layer  Data—Data link layer  Processing—Physical layer
  • 20. Characteristics of the OSI Layers  The seven layers of the OSI reference model can be divided into two categories: upper layers and lower layers. 1. The upper layers of the OSI model deal with application issues and generally are implemented only in software. 2. The lower layers of the OSI model handle data transport issues. The physical layer and the data link layer are implemented in hardware and software.
  • 21.
  • 22. Protocols  is a formal set of rules and conventions that governs how computers exchange information over a network medium.  implements the functions of one or more of the OSI layers.
  • 23. variety of communication protocols  LAN protocols  WAN protocols  network protocols  routing protocols
  • 24. LAN protocols  operate at the physical and data link layers of the OSI model and define communication over the various LAN media.
  • 25. WAN protocols  operate at the lowest three layers of the OSI model and define communication over the various wide-area media.
  • 26. Routing protocols  are network layer protocols that are responsible for exchanging information between routers so that the routers can select the proper path for network traffic.
  • 27. network protocols  are the various upper-layer protocols that exist in a given protocol suite.
  • 28. OSI Model and Communication Between Systems  Information being transferred from a software application in one computer system to a software application in another must pass through the OSI layers.  For example, a software application in System A has information to transmit to a software application in System B.
  • 29. • The application program in System A will pass its information to the application layer (Layer 7) of System A. • The application layer then passes the information to the presentation layer (Layer 6), which relays the data to the session layer (Layer 5), and so on down to the physical layer (Layer 1).
  • 30. • At the physical layer, the information is placed on the physical network medium and is sent across the medium to System B.
  • 31. • The physical layer of System B removes the information from the physical medium, and then its physical layer passes the information up to the data link layer (Layer 2), which passes it to the network layer (Layer 3), and so on, until it reaches the application layer (Layer 7) of System B. • Finally, the application layer of System B passes the information to the recipient application program to complete the communication process.
  • 32. Interaction Between OSI Model Layers  A given layer in the OSI model generally communicates with three other OSI layers: the layer directly above it, the layer directly below it, and its peer layer in other networked computer systems. The data link layer in System A, for example, communicates with the network layer of System A, the physical layer of System A, and the data link layer in System B. Figure 1-4 illustrates this example.
  • 33. OSI Layer Services  One OSI layer communicates with another layer to make use of the services provided by the second layer.  The services provided by adjacent layers help a given OSI layer communicate with its peer layer in other computer systems.  Three basic elements are involved in layer services: 1. the service user 2. the service provider 3. service access point (SAP).
  • 34. service user  is the OSI layer that requests services from an adjacent OSI layer
  • 35. service provider  is the OSI layer that provides services to service users.  OSI layers can provide services to multiple service users.
  • 36. SAP  is a conceptual location at which one OSI layer can request the services of another OSI layer.
  • 37. Figure 1-5 illustrates how these three elements interact at the network and data link layers.
  • 38. OSI Model Layers and Information Exchange  The seven OSI layers use various forms of control information to communicate with their peer layers in other computer systems.  This control information consists of specific requests and instructions that are exchanged between peer OSI layers.
  • 39.  Control information typically takes one of two forms: 1. Headers are prepended to data that has been passed down from upper layers. 2. Trailers are appended to data that has been passed down from upper layers.
  • 40. Information Exchange Process  The information exchange process occurs between peer OSI layers.  Each layer in the source system adds control information to data, and each layer in the destination system analyzes and removes the control information from that data.
  • 41.  If System A has data from a software application to send to System B, the data is passed to the application layer.  The application layer in System A then communicates any control information required by the application layer in System B by prepending a header to the data.  The resulting information unit (a header and the data) is passed to the presentation layer, which prepends its own header containing control information intended for the presentation layer in System B.
  • 42.  The information unit grows in size as each layer prepends its own header (and, in some cases, a trailer) that contains control information to be used by its peer layer in System B.  At the physical layer, the entire information unit is placed onto the network medium.  The physical layer in System B receives the information unit and passes it to the data link layer.
  • 43.  The data link layer in System B then reads the control information contained in the header prepended by the data link layer in System A.  The header is then removed, and the remainder of the information unit is passed to the network layer.
  • 44.  Each layer performs the same actions: The layer reads the header from its peer layer, strips it off, and passes the remaining information unit to the next highest layer.  After the application layer performs these actions, the data is passed to the recipient software application in System B, in exactly the form in which it was transmitted by the application in System A.