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

More Related Content

What's hot

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
Shubham Khedekar
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
Rajesh Sadhukha
 
Circuit and packet_switching
Circuit and packet_switchingCircuit and packet_switching
Circuit and packet_switching
hoanv
 
Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer
Dr. SELVAGANESAN S
 
Media Access Control
Media Access ControlMedia Access Control
Media Access Control
VijayaLakshmi514
 
TCP/ IP
TCP/ IP TCP/ IP
Frame relay
Frame relay Frame relay
Frame relay balub4
 
IPV4 Frame Format
IPV4 Frame FormatIPV4 Frame Format
IPV4 Frame Format
Aditya Rawat
 
OSI Model
OSI ModelOSI Model
OSI Model
Rahul Bandhe
 
Network protocol
Network protocolNetwork protocol
Network protocol
SWAMY NAYAK
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
Keshav Maheshwari
 
Switching
SwitchingSwitching
Switching
Shankar Gangaju
 
Data link control
Data link controlData link control
Data link control
Iffat Anjum
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
Naiyan Noor
 
Network protocals
Network protocalsNetwork protocals
Network protocals
reddivarihareesh
 
data-link layer protocols
data-link layer protocols  data-link layer protocols
data-link layer protocols
BE Smârt
 
ATM Networking Concept
ATM Networking ConceptATM Networking Concept
ATM Networking Concept
Tushar Ranjan
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
kirbadh
 
Ethernet
EthernetEthernet
Ethernet
sijil chacko
 

What's hot (20)

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
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 
Circuit and packet_switching
Circuit and packet_switchingCircuit and packet_switching
Circuit and packet_switching
 
Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer
 
Media Access Control
Media Access ControlMedia Access Control
Media Access Control
 
TCP/ IP
TCP/ IP TCP/ IP
TCP/ IP
 
Frame relay
Frame relay Frame relay
Frame relay
 
IPV4 Frame Format
IPV4 Frame FormatIPV4 Frame Format
IPV4 Frame Format
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Network protocol
Network protocolNetwork protocol
Network protocol
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
The medium access sublayer
 The medium  access sublayer The medium  access sublayer
The medium access sublayer
 
Switching
SwitchingSwitching
Switching
 
Data link control
Data link controlData link control
Data link control
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
 
Network protocals
Network protocalsNetwork protocals
Network protocals
 
data-link layer protocols
data-link layer protocols  data-link layer protocols
data-link layer protocols
 
ATM Networking Concept
ATM Networking ConceptATM Networking Concept
ATM Networking Concept
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
 
Ethernet
EthernetEthernet
Ethernet
 

Viewers also liked

Network & maintanance
Network & maintananceNetwork & maintanance
Network & maintananceAdel ALsayed
 
Internetworking
InternetworkingInternetworking
InternetworkingDhanya LK
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
Samuel Dratwa
 
01 basico redes
01 basico redes01 basico redes
01 basico redesdiegfc
 
Chapter 3 networking and internetworking
Chapter 3 networking and internetworkingChapter 3 networking and internetworking
Chapter 3 networking and internetworkingAbDul ThaYyal
 
Internetworking Overview
Internetworking OverviewInternetworking Overview
Internetworking Overview
scooby_doo
 

Viewers also liked (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 to Internetworking basics

Networking overview
Networking overviewNetworking overview
Networking overviewmaxminhaj1
 
Assignment izaz sir
Assignment izaz sirAssignment izaz sir
Assignment izaz sir
ahmad iqbal
 
7 Layers Of The OSI Model
7 Layers Of The OSI Model7 Layers Of The OSI Model
7 Layers Of The OSI Model
Angela Weber
 
Network Fundamentals: OSI Model
Network Fundamentals: OSI Model Network Fundamentals: OSI Model
Network Fundamentals: OSI Model
Diwash Sapkota
 
THE OSI MODEL
THE OSI MODELTHE OSI MODEL
THE OSI MODEL
Md Saylab
 
OSI Model
OSI ModelOSI Model
Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And ProtocolsSteven Cahill
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI model
Manjeet MN
 
OSI & TCP model
OSI & TCP modelOSI & TCP model
OSI & TCP model
Nafizul Islam
 
Note 6
Note 6Note 6
OSI MODEL
OSI MODELOSI MODEL
Assignment3
Assignment3Assignment3
Assignment3
MahfujurRahman63
 
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
Living Online
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
Shamima Akther
 
3. osi model
3. osi model3. osi model
3. osi model
ShafqatAli503316
 
Osi model and tcpip model.
Osi model and tcpip model.Osi model and tcpip model.
Osi model and tcpip model.
kona paul
 
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
mohanravi1986
 
OSI Model and TCP/IP Model.
OSI Model and TCP/IP Model.OSI Model and TCP/IP Model.
OSI Model and TCP/IP Model.
City University, Dhaka, Bangladesh
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptx
DeepVala5
 

Similar to 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
 

Recently uploaded

一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
VivekSinghShekhawat2
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 

Recently uploaded (20)

一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 

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.