SlideShare a Scribd company logo
Network Standards and Models
Network Communication
• Recognize data
• Divide data into manageable chunk
• Add information to each chunk to:
– Determine where the data is coming from
– Identify where the data is going to
• Add timing and error checking information
• Put the data on the network and send it on
its way
Why Networking Standards are needed?
• Standards provide a fixed way for hardware and/or
software systems to communicate.
• Need for standard protocols so that software/hardware
from different vendors could communicate
• Network operating systems follow strict rules (protocols)
to control how each of the previous tasks are
accomplished.
• For example, USB enables two pieces of equipment to
interface even though they are manufactured by different
companies.
• By allowing hardware and software from different
companies to interconnect, standards help promote
competition.
Types of Standards
There are two main types of standards:
• Formal: a standard developed by an industry
or government standards-making body
• De facto: standards that emerge in the
marketplace and are widely used, but lack
official backing by a standards-making body
The Standardization Processes:Three Steps
• Specification: developing the classification
and identifying the problems to be
addressed.
• Identification of choices: identify solutions
to the problems and choose the “optimum”
solution.
• Acceptance: defining the solution, getting it
recognized by industry so that a uniform
solution is accepted.
Networking Standards Organizations
1. ANSI
2. EIA
3. IEEE
4. ISO
5. ITU
American National Standards Institute (ANSI)
• ANSI is an organization composed of more
than 1000 representatives from industry in
addition to other fields, such as chemical and
nuclear engineering, health and safety, and
construction.
• ANSI also represents the United States in
setting international standards.
Electronic Industries Alliance (EIA)
• EIA is a trade organization composed of
representatives from electronics manufacturing firms
across the United States.
• EIA began as the Radio Manufacturers Association
(RMA) in 1924; over time it evolved to include
manufacturers of televisions, semiconductors,
computers and networking devices.
Institute of Electrical and Electronic Engineers
(IEEE)
• The IEEE is an international society composed
of engineering professionals.
• Its goals are to promote development and
education in the electrical engineering and
computer science fields.
International Organization for Standardization (ISO)
• ISO is a collection of standards organizations
representing 130 countries.
• ISO’s goal is to establish international
technological standards to facilitate global
exchange of information and barrier-free trade.
International Telecommunication Union (ITU)
• The ITU is a specialized United Nations agency that
regulates international telecommunications, including
radio and TV frequencies, satellite and telephony
specifications, networking infrastructure, and tariffs
applied to global communications.
• It also provides developing countries with technical
expertise and equipment to advance those nations’
technological bases.
IEEE Networking Specifications
• 802.1 – Internetworking – Covers routing, bridging, and internetwork
communications.
• 802.2 – Logical Link Control – Relates to error and flow control over data
frames.
• 802.3 – Ethernet LAN – Covers all forms of Ethernet media and interfaces.
• 802.4 – Token Bus LAN – Covers all forms of Token Bus media and
interfaces.
• 802.5 – Token Ring LAN – Covers all forms of Token Ring media and
interfaces.
• 802.6 – Metropolitan Area Network (MAN) – Covers MAN technologies,
addressing, and services.
IEEE Networking Specifications
• 802.7 – Broadband Technical Advisory Group – Covers broadband
networking media, interfaces, and other equipment.
• 802.8 – Fiber Optic Technical Advisory Group – Covers use of fiber-optic
media and technologies for various networking types.
• 802.9 – Integrated Voice/Data Networks – Covers integration of voice and
data traffic over a single network medium.
• 802.10 – Network Security – Covers network access controls, encryption,
certification, and other security topics.
• 802.11 – Wireless Networks – Standards for wireless networking for many
different broadcast frequencies and usage techniques.
• 802.12 – High Speed Networking – Covers a variety of 100Mbps plus
technologies, including 100BASEVG-AnyLAN.
LAYERED TASKS
• Use of the concept of layers in our daily life.
• As an example, let us consider two friends who
communicate through postal mail.
• The process of sending a letter to a friend would be
complex if there were no services available from the
post office.
Sender, Receiver, and Carrier
Hierarchy
Tasks involved in sending a letter
THE OSI MODEL
• Established in 1947, the International Standards
Organization (ISO) is a multinational body dedicated
to worldwide agreement on international standards.
• An ISO standard that covers all aspects of network
communications is the Open Systems Interconnection
(OSI) model. It was first introduced in the late 1970s.
ISO is the organization.
OSI is the model.
Relationship of OSI Layers
• Each layer of the OSI model must communicate with the layer
above and below it
– For example, the Presentation layer must communicate
with the Application layer (one above) and the Session
layer (one below)
• As data passes down through the OSI layers, each layer
(except Physical) adds some information to the data
• When data reaches the receiving computer, the information
added by each layer of the OSI model is read and processed by
the corresponding layer on the receiving computer
• This is referred to as peer-layer communications
Relationships among Seven layers of the OSI model
Computer A Computer B
Virtual
Communication
Application
Presentation
Session
Transport
Network
Data Link
Physical
Application
Presentation
Session
Transport
Network
Data Link
Physical
The interaction between layers in the OSI model
An exchange using the OSI model
Physical layer
The physical layer is responsible for movements of
individual bits from one hop (node) to the next.
Data link layer
The data link layer is responsible for moving
frames from one hop (node) to the next.
Hop-to-hop delivery
Network layer
The network layer is responsible for the
delivery of individual packets from
the source host to the destination host.
Source-to-destination delivery
Transport layer
The transport layer is responsible for the delivery
of a message from one process to another.
Reliable process-to-process delivery of a message
Session layer
The session layer is responsible for dialog
control and synchronization.
Presentation layer
The presentation layer is responsible for translation,
compression, and encryption.
Application layer
The application layer is responsible for
providing services to the user.
Summary of layers
TCP/IP PROTOCOL SUITE
• The layers in the TCP/IP protocol suite do not exactly
match those in the OSI model.
• The original TCP/IP protocol suite was defined as
having four layers: host-to-network, internet,
transport, and application.
• However, when TCP/IP is compared to OSI, we can
say that the TCP/IP protocol suite is made of five
layers: physical, data link, network, transport, and
application.
TCP/IP and OSI model
ADDRESSING
Four levels of addresses are used in an internet employing the TCP/IP
protocols: physical, logical, port, and specific.
Relationship of layers and addresses in TCP/IP
Applying the OSI Model
OSI Process
Physical Layer
Places bits onto the network media
Data Link Layer
Packages data into frames
Adds FCS; adds physical addresses
passes to Physical layer
Network layer
Add network addresses
passes data to Data Link Layer
Transport layer
Subdivides data
adds sequencing info
passes data to Network layer
Session layer
Adds a control frame to data that
indicates that you have the right to transmit data
passes data to Transport layer
Presentation layer
encyrpts request (if necessary)
adds any codes required to implement formatting
passes request to Session layer
Application level
formulates request
for data and sends
request to Presentation layer
Request for e-mail is received by Physical layer
on receiving computer
Request is passed up the layers of the OSI model
Each layer read, processes and removes info added by cooresponding layer on sending computer
User Requests Mail
In Next Figure a node with physical address 10 sends a
frame to a node with physical address 87. The two nodes
are connected by a link (bus topology LAN). As the figure
shows, the computer with physical address 10 is the
sender, and the computer with physical address 87 is the
receiver.
Example 1
Physical addresses
Most local-area networks use a 48-bit (6-byte) physical
address written as 12 hexadecimal digits; every byte (2
hexadecimal digits) is separated by a colon, as shown
below:
Example2
07:01:02:01:2C:4B
A 6-byte (12 hexadecimal digits) physical address.
Next Figure shows a part of an internet with two routers
connecting three LANs. Each device (computer or router)
has a pair of addresses (logical and physical) for each
connection. In this case, each computer is connected to
only one link and therefore has only one pair of addresses.
Each router, however, is connected to three networks (only
two are shown in the figure). So each router has three
pairs of addresses, one for each connection.
Example 3
IP addresses
Next Figure shows two computers communicating via the
Internet. The sending computer is running three processes
at this time with port addresses a, b, and c. The receiving
computer is running two processes at this time with port
addresses j and k. Process a in the sending computer
needs to communicate with process j in the receiving
computer. Note that although physical addresses change
from hop to hop, logical and port addresses remain the
same from the source to destination.
Example 4
Port addresses
Communication Functions according to the OSI Model
User applications ..
Encryption/
decryption
compression/
expansion
Choice of
syntax
Session
control
Session to transport
mapping
Session
management
Session
synch.
Layer and flow
control
Error
recovery
Multiplexing
Connection
control
Routing Addressing
Error
control
Flow
control
Data link
establishment
Synch Framing
Access to
transm. media
Physical and
electrical interface
Activation/
deactivation of con.
Application layer
Presentation layer
Session layer
Transport layer
Network layer
Link layer
Physical layer
Thank you

More Related Content

PPT
NETWORK STANDARD
Kak Yong
 
PPTX
Network standards
hspatalia
 
PPTX
Networking Standards And Protocols
Steven Cahill
 
PPT
Networking standards
Online
 
PPTX
Networking Models
Aftab Mirza
 
PPTX
Computer Communication Architecture
Kamal Acharya
 
PPTX
Week 4 introducing network standards
Robert Almazan
 
PDF
Classification of Computer
AfsanaAkterRubi
 
NETWORK STANDARD
Kak Yong
 
Network standards
hspatalia
 
Networking Standards And Protocols
Steven Cahill
 
Networking standards
Online
 
Networking Models
Aftab Mirza
 
Computer Communication Architecture
Kamal Acharya
 
Week 4 introducing network standards
Robert Almazan
 
Classification of Computer
AfsanaAkterRubi
 

What's hot (20)

PDF
1st class
RakibulHasanEmon3
 
PDF
Network Software, System Software, Hardware, Software, Firmware, App
AfsanaAkterRubi
 
PDF
Computer Network Second Edition
Md Saylab
 
PPT
Chapter 1
Mike Qaissaunee
 
PPT
Chapter 4ver2
Mike Qaissaunee
 
PDF
OSI Model
TahsinaTabassum1
 
PPTX
Introduction to computer networks
Basma Gamal
 
PPT
Osi model 7 Layers
Siddique Ibrahim
 
PPT
Chapter 3
Mike Qaissaunee
 
PPTX
Cn 04,32,36-Cn all chapters1- computer networks- gtu
Jay Patel
 
PPT
Data communications
UMaine
 
PDF
IP & MAC Addressing
Shamima Akther
 
PPT
Chapter 2
Mike Qaissaunee
 
PPT
Chapter 1: Introduction to Data Communication and Networks
Shafaan Khaliq Bhatti
 
PPT
IMD 251 - Networking
isma ishak
 
PPTX
Osi reference model and the tcp
Agrippa Mungazi
 
PPTX
Slides for protocol layering and network applications
jajinekkanti
 
PPTX
Computer Network basic
Satyendra Mohan
 
PPT
Networks Basics
SiliconExpert Technologies
 
PDF
Osi model
Khaled Md. Saifullah
 
Network Software, System Software, Hardware, Software, Firmware, App
AfsanaAkterRubi
 
Computer Network Second Edition
Md Saylab
 
Chapter 1
Mike Qaissaunee
 
Chapter 4ver2
Mike Qaissaunee
 
OSI Model
TahsinaTabassum1
 
Introduction to computer networks
Basma Gamal
 
Osi model 7 Layers
Siddique Ibrahim
 
Chapter 3
Mike Qaissaunee
 
Cn 04,32,36-Cn all chapters1- computer networks- gtu
Jay Patel
 
Data communications
UMaine
 
IP & MAC Addressing
Shamima Akther
 
Chapter 2
Mike Qaissaunee
 
Chapter 1: Introduction to Data Communication and Networks
Shafaan Khaliq Bhatti
 
IMD 251 - Networking
isma ishak
 
Osi reference model and the tcp
Agrippa Mungazi
 
Slides for protocol layering and network applications
jajinekkanti
 
Computer Network basic
Satyendra Mohan
 
Ad

Viewers also liked (20)

PPTX
Sept 2017 technology management
shahin raj
 
PPT
02 Network Models(강의용)
guestafa80f
 
PPTX
Unit 1 network models & typical examples(part a)
Vishal kakade
 
PPTX
Sept 2017 topologies and communication media
shahin raj
 
PPT
Sept 2017 introduction
shahin raj
 
PPTX
Sept 2017 communication system and protocols
shahin raj
 
PPTX
Sept 2017 multimedia
shahin raj
 
PPTX
Sept 2017 cisco certification routers
shahin raj
 
PPTX
Sept 2017 static routing and packet forwarding
shahin raj
 
PDF
6 fundamental liberties
shahin raj
 
PPT
Chapter 2: Network Models
Shafaan Khaliq Bhatti
 
PPTX
Sept 2017 dynamic routing
shahin raj
 
PPT
Chapter 2 - Network Models
Wayne Jones Jnr
 
PPT
Sept 2017 network design
shahin raj
 
PPTX
Sept 2017 osi and tcp ip protocols
shahin raj
 
PDF
Network models and Attacks
N S
 
PPT
Network Models
TechiNerd
 
PPTX
Josetnis rodriguez electiva i.pptx
Josetnis Del Valle Rodriguez Rodriguez
 
PPTX
Computer network : models and topologies
Anup Pandey
 
PPTX
Albert Eckhout (1610 1666)
Mauricio Trindade
 
Sept 2017 technology management
shahin raj
 
02 Network Models(강의용)
guestafa80f
 
Unit 1 network models & typical examples(part a)
Vishal kakade
 
Sept 2017 topologies and communication media
shahin raj
 
Sept 2017 introduction
shahin raj
 
Sept 2017 communication system and protocols
shahin raj
 
Sept 2017 multimedia
shahin raj
 
Sept 2017 cisco certification routers
shahin raj
 
Sept 2017 static routing and packet forwarding
shahin raj
 
6 fundamental liberties
shahin raj
 
Chapter 2: Network Models
Shafaan Khaliq Bhatti
 
Sept 2017 dynamic routing
shahin raj
 
Chapter 2 - Network Models
Wayne Jones Jnr
 
Sept 2017 network design
shahin raj
 
Sept 2017 osi and tcp ip protocols
shahin raj
 
Network models and Attacks
N S
 
Network Models
TechiNerd
 
Josetnis rodriguez electiva i.pptx
Josetnis Del Valle Rodriguez Rodriguez
 
Computer network : models and topologies
Anup Pandey
 
Albert Eckhout (1610 1666)
Mauricio Trindade
 
Ad

Similar to Sept 2017 network standards and models (20)

PPTX
Internet Networking with its working.pptx
Guna Dhondwad
 
PPTX
UNIT 3 - EXPLAINING THE NEED OF COMPUTER NETWORK
LeahRachael
 
PPT
Osi model
sayyed sabir
 
PPTX
Lecture 01 {Introduction}.pptx
SurendraBasnet6
 
PPT
Dc2 t1
Nachiket Rajput
 
PPTX
18200121001_PCC-CS-602.pptx 18200121001_PCC-CS-602.ppt18200121001_PCC-CS-602....
SoumyajitBagchi9
 
PDF
Unit 1 part 1 dcn data communication and networks
DhruvShah758147
 
PDF
ppt_dcn.pdf
MouDhara1
 
PPTX
ppt_dcn.pptx networks networks security of networks
DrNeetuSharma5
 
PDF
The-OSI-and-TCPIP-Models protocol suit.pdf
FasikaGetachew3
 
PPTX
Basics concept of network and internet mansi
MansiGupta298
 
PPTX
OSI model.pptx
SmtArunaAsafAliGovtP
 
PPT
Data Communication and Networking
UtkarshaManpiya1
 
PDF
Introduction to Networks_v0.2
Sohail Gohir
 
PPT
lecture1.ppt
ssuser9e1626
 
PPT
lecture1 (1).ppt
ssuserb73103
 
PPT
Data Communication-1.ppt
ssusere16bd9
 
PPT
lecture1.ppt
harun kamau
 
PPTX
unit-1fon (1).pptx
DeepVala5
 
Internet Networking with its working.pptx
Guna Dhondwad
 
UNIT 3 - EXPLAINING THE NEED OF COMPUTER NETWORK
LeahRachael
 
Osi model
sayyed sabir
 
Lecture 01 {Introduction}.pptx
SurendraBasnet6
 
18200121001_PCC-CS-602.pptx 18200121001_PCC-CS-602.ppt18200121001_PCC-CS-602....
SoumyajitBagchi9
 
Unit 1 part 1 dcn data communication and networks
DhruvShah758147
 
ppt_dcn.pdf
MouDhara1
 
ppt_dcn.pptx networks networks security of networks
DrNeetuSharma5
 
The-OSI-and-TCPIP-Models protocol suit.pdf
FasikaGetachew3
 
Basics concept of network and internet mansi
MansiGupta298
 
OSI model.pptx
SmtArunaAsafAliGovtP
 
Data Communication and Networking
UtkarshaManpiya1
 
Introduction to Networks_v0.2
Sohail Gohir
 
lecture1.ppt
ssuser9e1626
 
lecture1 (1).ppt
ssuserb73103
 
Data Communication-1.ppt
ssusere16bd9
 
lecture1.ppt
harun kamau
 
unit-1fon (1).pptx
DeepVala5
 

Recently uploaded (20)

PDF
The Effect of Artifact Removal from EEG Signals on the Detection of Epileptic...
Partho Prosad
 
PDF
Advanced LangChain & RAG: Building a Financial AI Assistant with Real-Time Data
Soufiane Sejjari
 
PPTX
Tunnel Ventilation System in Kanpur Metro
220105053
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
STUDY OF NOVEL CHANNEL MATERIALS USING III-V COMPOUNDS WITH VARIOUS GATE DIEL...
ijoejnl
 
PPT
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
PDF
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
PDF
Packaging Tips for Stainless Steel Tubes and Pipes
heavymetalsandtubes
 
PPTX
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
PPTX
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
PPTX
quantum computing transition from classical mechanics.pptx
gvlbcy
 
PPTX
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
PDF
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PDF
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
PDF
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
The Effect of Artifact Removal from EEG Signals on the Detection of Epileptic...
Partho Prosad
 
Advanced LangChain & RAG: Building a Financial AI Assistant with Real-Time Data
Soufiane Sejjari
 
Tunnel Ventilation System in Kanpur Metro
220105053
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
STUDY OF NOVEL CHANNEL MATERIALS USING III-V COMPOUNDS WITH VARIOUS GATE DIEL...
ijoejnl
 
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
Packaging Tips for Stainless Steel Tubes and Pipes
heavymetalsandtubes
 
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
quantum computing transition from classical mechanics.pptx
gvlbcy
 
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 

Sept 2017 network standards and models

  • 2. Network Communication • Recognize data • Divide data into manageable chunk • Add information to each chunk to: – Determine where the data is coming from – Identify where the data is going to • Add timing and error checking information • Put the data on the network and send it on its way
  • 3. Why Networking Standards are needed? • Standards provide a fixed way for hardware and/or software systems to communicate. • Need for standard protocols so that software/hardware from different vendors could communicate • Network operating systems follow strict rules (protocols) to control how each of the previous tasks are accomplished. • For example, USB enables two pieces of equipment to interface even though they are manufactured by different companies. • By allowing hardware and software from different companies to interconnect, standards help promote competition.
  • 4. Types of Standards There are two main types of standards: • Formal: a standard developed by an industry or government standards-making body • De facto: standards that emerge in the marketplace and are widely used, but lack official backing by a standards-making body
  • 5. The Standardization Processes:Three Steps • Specification: developing the classification and identifying the problems to be addressed. • Identification of choices: identify solutions to the problems and choose the “optimum” solution. • Acceptance: defining the solution, getting it recognized by industry so that a uniform solution is accepted.
  • 6. Networking Standards Organizations 1. ANSI 2. EIA 3. IEEE 4. ISO 5. ITU
  • 7. American National Standards Institute (ANSI) • ANSI is an organization composed of more than 1000 representatives from industry in addition to other fields, such as chemical and nuclear engineering, health and safety, and construction. • ANSI also represents the United States in setting international standards.
  • 8. Electronic Industries Alliance (EIA) • EIA is a trade organization composed of representatives from electronics manufacturing firms across the United States. • EIA began as the Radio Manufacturers Association (RMA) in 1924; over time it evolved to include manufacturers of televisions, semiconductors, computers and networking devices.
  • 9. Institute of Electrical and Electronic Engineers (IEEE) • The IEEE is an international society composed of engineering professionals. • Its goals are to promote development and education in the electrical engineering and computer science fields.
  • 10. International Organization for Standardization (ISO) • ISO is a collection of standards organizations representing 130 countries. • ISO’s goal is to establish international technological standards to facilitate global exchange of information and barrier-free trade.
  • 11. International Telecommunication Union (ITU) • The ITU is a specialized United Nations agency that regulates international telecommunications, including radio and TV frequencies, satellite and telephony specifications, networking infrastructure, and tariffs applied to global communications. • It also provides developing countries with technical expertise and equipment to advance those nations’ technological bases.
  • 12. IEEE Networking Specifications • 802.1 – Internetworking – Covers routing, bridging, and internetwork communications. • 802.2 – Logical Link Control – Relates to error and flow control over data frames. • 802.3 – Ethernet LAN – Covers all forms of Ethernet media and interfaces. • 802.4 – Token Bus LAN – Covers all forms of Token Bus media and interfaces. • 802.5 – Token Ring LAN – Covers all forms of Token Ring media and interfaces. • 802.6 – Metropolitan Area Network (MAN) – Covers MAN technologies, addressing, and services.
  • 13. IEEE Networking Specifications • 802.7 – Broadband Technical Advisory Group – Covers broadband networking media, interfaces, and other equipment. • 802.8 – Fiber Optic Technical Advisory Group – Covers use of fiber-optic media and technologies for various networking types. • 802.9 – Integrated Voice/Data Networks – Covers integration of voice and data traffic over a single network medium. • 802.10 – Network Security – Covers network access controls, encryption, certification, and other security topics. • 802.11 – Wireless Networks – Standards for wireless networking for many different broadcast frequencies and usage techniques. • 802.12 – High Speed Networking – Covers a variety of 100Mbps plus technologies, including 100BASEVG-AnyLAN.
  • 14. LAYERED TASKS • Use of the concept of layers in our daily life. • As an example, let us consider two friends who communicate through postal mail. • The process of sending a letter to a friend would be complex if there were no services available from the post office. Sender, Receiver, and Carrier Hierarchy
  • 15. Tasks involved in sending a letter
  • 16. THE OSI MODEL • Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement on international standards. • An ISO standard that covers all aspects of network communications is the Open Systems Interconnection (OSI) model. It was first introduced in the late 1970s. ISO is the organization. OSI is the model.
  • 17. Relationship of OSI Layers • Each layer of the OSI model must communicate with the layer above and below it – For example, the Presentation layer must communicate with the Application layer (one above) and the Session layer (one below) • As data passes down through the OSI layers, each layer (except Physical) adds some information to the data • When data reaches the receiving computer, the information added by each layer of the OSI model is read and processed by the corresponding layer on the receiving computer • This is referred to as peer-layer communications
  • 18. Relationships among Seven layers of the OSI model Computer A Computer B Virtual Communication Application Presentation Session Transport Network Data Link Physical Application Presentation Session Transport Network Data Link Physical
  • 19. The interaction between layers in the OSI model
  • 20. An exchange using the OSI model
  • 21. Physical layer The physical layer is responsible for movements of individual bits from one hop (node) to the next.
  • 22. Data link layer The data link layer is responsible for moving frames from one hop (node) to the next.
  • 24. Network layer The network layer is responsible for the delivery of individual packets from the source host to the destination host.
  • 26. Transport layer The transport layer is responsible for the delivery of a message from one process to another.
  • 28. Session layer The session layer is responsible for dialog control and synchronization.
  • 29. Presentation layer The presentation layer is responsible for translation, compression, and encryption.
  • 30. Application layer The application layer is responsible for providing services to the user.
  • 32. TCP/IP PROTOCOL SUITE • The layers in the TCP/IP protocol suite do not exactly match those in the OSI model. • The original TCP/IP protocol suite was defined as having four layers: host-to-network, internet, transport, and application. • However, when TCP/IP is compared to OSI, we can say that the TCP/IP protocol suite is made of five layers: physical, data link, network, transport, and application.
  • 33. TCP/IP and OSI model
  • 34. ADDRESSING Four levels of addresses are used in an internet employing the TCP/IP protocols: physical, logical, port, and specific. Relationship of layers and addresses in TCP/IP
  • 36. OSI Process Physical Layer Places bits onto the network media Data Link Layer Packages data into frames Adds FCS; adds physical addresses passes to Physical layer Network layer Add network addresses passes data to Data Link Layer Transport layer Subdivides data adds sequencing info passes data to Network layer Session layer Adds a control frame to data that indicates that you have the right to transmit data passes data to Transport layer Presentation layer encyrpts request (if necessary) adds any codes required to implement formatting passes request to Session layer Application level formulates request for data and sends request to Presentation layer Request for e-mail is received by Physical layer on receiving computer Request is passed up the layers of the OSI model Each layer read, processes and removes info added by cooresponding layer on sending computer User Requests Mail
  • 37. In Next Figure a node with physical address 10 sends a frame to a node with physical address 87. The two nodes are connected by a link (bus topology LAN). As the figure shows, the computer with physical address 10 is the sender, and the computer with physical address 87 is the receiver. Example 1
  • 39. Most local-area networks use a 48-bit (6-byte) physical address written as 12 hexadecimal digits; every byte (2 hexadecimal digits) is separated by a colon, as shown below: Example2 07:01:02:01:2C:4B A 6-byte (12 hexadecimal digits) physical address.
  • 40. Next Figure shows a part of an internet with two routers connecting three LANs. Each device (computer or router) has a pair of addresses (logical and physical) for each connection. In this case, each computer is connected to only one link and therefore has only one pair of addresses. Each router, however, is connected to three networks (only two are shown in the figure). So each router has three pairs of addresses, one for each connection. Example 3
  • 42. Next Figure shows two computers communicating via the Internet. The sending computer is running three processes at this time with port addresses a, b, and c. The receiving computer is running two processes at this time with port addresses j and k. Process a in the sending computer needs to communicate with process j in the receiving computer. Note that although physical addresses change from hop to hop, logical and port addresses remain the same from the source to destination. Example 4
  • 44. Communication Functions according to the OSI Model User applications .. Encryption/ decryption compression/ expansion Choice of syntax Session control Session to transport mapping Session management Session synch. Layer and flow control Error recovery Multiplexing Connection control Routing Addressing Error control Flow control Data link establishment Synch Framing Access to transm. media Physical and electrical interface Activation/ deactivation of con. Application layer Presentation layer Session layer Transport layer Network layer Link layer Physical layer