SlideShare a Scribd company logo
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.
Internetworking basics
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.
Internetworking basics
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.

More Related Content

PPTX
Internetworking
PPT
Osi model
PPT
HDLC, PPP and SLIP
PPT
02 protocol architecture
PPT
Data Link Layer
PPTX
TCP IP Model | Computer Science
PPTX
Networking Models
PPT
OSI Layers
Internetworking
Osi model
HDLC, PPP and SLIP
02 protocol architecture
Data Link Layer
TCP IP Model | Computer Science
Networking Models
OSI Layers

What's hot (20)

PPT
Chapter 4 data link layer
PPTX
Transport layer
PPTX
Transport layer protocol
PPTX
Point To Point Protocol
PPTX
Computer Network - Network Layer
PPTX
IP addressing seminar ppt
PPT
Network layer tanenbaum
PPSX
Issues in Data Link Layer
PPTX
Application layer protocols
PPT
Unit 3 Network Layer PPT
PPT
data-link layer protocols
PPT
Transport services
PPT
Network Layer,Computer Networks
PPTX
Routing ppt
PPTX
Protocols and the TCP/IP Protocol Suite
PPTX
Application Layer
PPTX
Network layer - design Issues
PPTX
What is Ethernet
PPTX
Arp and rarp
PPTX
Ipv4 and Ipv6
Chapter 4 data link layer
Transport layer
Transport layer protocol
Point To Point Protocol
Computer Network - Network Layer
IP addressing seminar ppt
Network layer tanenbaum
Issues in Data Link Layer
Application layer protocols
Unit 3 Network Layer PPT
data-link layer protocols
Transport services
Network Layer,Computer Networks
Routing ppt
Protocols and the TCP/IP Protocol Suite
Application Layer
Network layer - design Issues
What is Ethernet
Arp and rarp
Ipv4 and Ipv6
Ad

Viewers also liked (9)

PDF
Network & maintanance
PDF
Internetworking
PPTX
Cloud Computing
PDF
01 basico redes
PPTX
Internetworking
PPT
Chapter 3 networking and internetworking
PPT
Internetworking Overview
PPT
3d internet
PPTX
Internet, intranet and extranet
Network & maintanance
Internetworking
Cloud Computing
01 basico redes
Internetworking
Chapter 3 networking and internetworking
Internetworking Overview
3d internet
Internet, intranet and extranet
Ad

Similar to Internetworking basics (20)

PPT
Lalit bhati ppt osi
PPT
Ncsweek2 osi model
PDF
Network internet
PDF
Networks internet
DOCX
Networking overview
PPT
Lecture 05
PPTX
7 layers of osi models
PPT
1_Operating System.ppt
PPTX
Computer network layers
PDF
Networking for MBA
PDF
Ch 2 network
PPT
Open Systems Interconnection (OSI) modelModel.ppt
PPT
Introduction_Network_lecture_ for begginers.ppt
PPT
OSI Network Reference Model
PPT
Layer_arc_and_OSI_MODEL.ppt
DOC
Ccna complete notes
PPT
Routers BY RAJIT(9816115641)
 
PPTX
Pwani notes-Network Essentials.pp for Internet Protocoltx
PPTX
Unit 1 Introduction (1).pptx
Lalit bhati ppt osi
Ncsweek2 osi model
Network internet
Networks internet
Networking overview
Lecture 05
7 layers of osi models
1_Operating System.ppt
Computer network layers
Networking for MBA
Ch 2 network
Open Systems Interconnection (OSI) modelModel.ppt
Introduction_Network_lecture_ for begginers.ppt
OSI Network Reference Model
Layer_arc_and_OSI_MODEL.ppt
Ccna complete notes
Routers BY RAJIT(9816115641)
 
Pwani notes-Network Essentials.pp for Internet Protocoltx
Unit 1 Introduction (1).pptx

Recently uploaded (20)

PPTX
PptxGenJS_Demo_Chart_20250317130215833.pptx
PDF
Unit-1 introduction to cyber security discuss about how to secure a system
PDF
Testing WebRTC applications at scale.pdf
PPTX
Introduction to Information and Communication Technology
PPTX
SAP Ariba Sourcing PPT for learning material
PPTX
522797556-Unit-2-Temperature-measurement-1-1.pptx
PPTX
Digital Literacy And Online Safety on internet
PPTX
Slides PPTX World Game (s) Eco Economic Epochs.pptx
PDF
Triggering QUIC, presented by Geoff Huston at IETF 123
PDF
An introduction to the IFRS (ISSB) Stndards.pdf
PPTX
innovation process that make everything different.pptx
DOCX
Unit-3 cyber security network security of internet system
PDF
WebRTC in SignalWire - troubleshooting media negotiation
PDF
SASE Traffic Flow - ZTNA Connector-1.pdf
PPTX
QR Codes Qr codecodecodecodecocodedecodecode
PDF
Slides PDF The World Game (s) Eco Economic Epochs.pdf
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PDF
Sims 4 Historia para lo sims 4 para jugar
PDF
RPKI Status Update, presented by Makito Lay at IDNOG 10
PPTX
presentation_pfe-universite-molay-seltan.pptx
PptxGenJS_Demo_Chart_20250317130215833.pptx
Unit-1 introduction to cyber security discuss about how to secure a system
Testing WebRTC applications at scale.pdf
Introduction to Information and Communication Technology
SAP Ariba Sourcing PPT for learning material
522797556-Unit-2-Temperature-measurement-1-1.pptx
Digital Literacy And Online Safety on internet
Slides PPTX World Game (s) Eco Economic Epochs.pptx
Triggering QUIC, presented by Geoff Huston at IETF 123
An introduction to the IFRS (ISSB) Stndards.pdf
innovation process that make everything different.pptx
Unit-3 cyber security network security of internet system
WebRTC in SignalWire - troubleshooting media negotiation
SASE Traffic Flow - ZTNA Connector-1.pdf
QR Codes Qr codecodecodecodecocodedecodecode
Slides PDF The World Game (s) Eco Economic Epochs.pdf
INTERNET------BASICS-------UPDATED PPT PRESENTATION
Sims 4 Historia para lo sims 4 para jugar
RPKI Status Update, presented by Makito Lay at IDNOG 10
presentation_pfe-universite-molay-seltan.pptx

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.
  • 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.
  • 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.