SlideShare a Scribd company logo
NETWORK
MODELS
CHAPTE
R 2
PRESENTER – Miss Arti
Gavas
DATA
COMMUNICATION
AND
NETWORKING
LAYERED TASKS
TASKS
INVOLVED IN
SENDING A
LETTER
OSI Model
 The model
 Functions of the layers
OSI Model
OSI Layers
An Exchange Using the OSI Model
Physical Layer
PHYSICAL LAYER -
FUNCTIONALITIES
Physical Layer coordinates the functions required to carry a bit stream over a
physical medium. It deals with the mechanical and electrical specifications of
the interface and transmission medium.
 Physical characteristics of interfaces and medium
 Representation of bits
 Data rate
 Synchronization of bits
 Line configuration
 Physical topology
 Transmission mode
Data Link Layer
DATA LINK LAYER -
FUNCTIONALITIES
The data link layer transforms the physical layer, a raw
transmission facility, to a reliable link. It makes the physical
layer appear error-free to the upper layer (network layer).
 Framing
 Physical Addressing
 Flow control
 Error control
 Access control
Data Link Layer Example
Network Layer
NETWORK LAYER -
FUNCTIONALITIES
The network layer is responsible for the source-to-destination
delivery of a packet, possibly across multiple networks
(links). Whereas the data link layer oversees the delivery of
the packet between two systems on the same network
(links), the network layer ensures that each packet gets from
its point of origin to its final destination.
 Logical Addressing
 Routing
Network Layer Exampl
Transport Layer
TRANSPORT LAYER -
FUNCTIONALITIES
The transport layer is responsible for process-to-process delivery of the
entire message. A process is an application program running on a host.
Whereas the network layer oversees source-to-destination delivery of
individual packets, it does not recognize any relationship between those
packets.
 Service point addressing
 Segmentation and reassembly
 Connection control
 Error control
 Flow control
Transport Layer Example
Session Layer
SESSION LAYER -
FUNCTIONALITIES
The services provided by the first three layers (physical, data
link, and network) are not sufficient for some processes. The
session layer is the network dialog controller. It establishes,
maintains, and synchronizes the interaction among
communicating systems.
 Dialogue control
 synchronization
Presentation Layer
PRESENTATION LAYER -
FUNCTIONALITIES
The presentation layer is concerned with the syntax and
semantics of the information exchanged between two
systems.
 Translation
 Encryption
 Compression
Application Layer
APPLICATION LAYER -
FUNCTIONALITIES
The application layer enables the user, whether human or
software, to access the network. It provides user interfaces
and support for services such as electronic mail, remote file
access and transfer, shared database management, and
other types of distributed information services.
 Network virtual terminal
 File transfer
 Mail services
 Directory services
Summary of Layer Functions
TCP IP PROTOCOL SUITE
TCP IP PROTOCOL SUITE
TCP/IP Protocol Architecture
Model
OSI Ref.
Layer No.
OSI Layer
Equivalent
TCP/IP Layer TCP/IP Protocol
Examples
5,6,7 Application,
session,
presentation
Application NFS, NIS, DNS, LDAP,
telnet, ftp, rlogin, rsh, rcp,
RIP, RDISC, SNMP, and
others
4 Transport Transport TCP, UDP, SCTP
3 Network Internet IPv4, IPv6, ARP, ICMP
2 Data link Data link PPP, IEEE 802.2
1 Physical Physical network Ethernet (IEEE 802.3),
Token Ring, RS-232, FDDI,
and others
TCP/IP Protocol Architecture
Model
 Physical Network Layer
 The physical network layer specifies
the characteristics of the hardware
to be used for the network.
 For example, physical network layer
specifies the physical characteristics
of the communications media.
 The physical layer of TCP/IP describes
hardware standards such as IEEE
802.3,
 the specification for Ethernet network
media, and RS-232,
 the specification for standard pin
connectors.
 Data-Link Layer
 The data-link layer identifies
the network protocol type of
the packet, in this instance
TCP/IP.
 The data-link layer also
provides error control and
“framing.”
 Examples of data-link layer
protocols are Ethernet IEEE
802.2 framing and Point-to-
Point Protocol (PPP) framing.
TCP/IP Protocol Architecture
Model
 Internet Layer
 The Internet layer, also
known as the network layer or
IP layer, accepts and
delivers packets for the
network.
 This layer includes the
powerful
 Internet Protocol (IP),
 Address Resolution Protocol
(ARP), and
 Internet Control Message
Protocol (ICMP).
 IP Protocol
 The IP protocol and its associated routing protocols are
possibly the most significant of the entire TCP/IP suite. IP is
responsible for the following:
 IP addressing – The IP addressing conventions are part
of the IP protocol. Designing an IPv4 Addressing Scheme
introduces IPv4 addressing and IPv6 Addressing Overview
introduces IPv6 addressing.
 Host-to-host communications – IP determines the
path a packet must take, based on the receiving system's IP
address.
 Packet formatting – IP assembles packets into units
that are known as datagrams. Datagrams are fully
described in Internet Layer: Where Packets Are Prepared
for Delivery.
 Fragmentation – If a packet is too large for transmission
over the network media, IP on the sending system breaks
the packet into smaller fragments. IP on the receiving
system then reconstructs the fragments into the original
TCP/IP Protocol Architecture
Model
 Internet Layer
 ARP Protocol
 The Address Resolution Protocol
(ARP) conceptually exists
between the data-link and
Internet layers.
 ARP assists IP in directing
datagrams to the appropriate
receiving system by mapping
Ethernet addresses (48 bits
long) to known IP
addresses (32 bits long).
 ICMP Protocol
 The Internet Control Message
Protocol (ICMP) detects and
reports network error
conditions. ICMP reports on the
following:
 Dropped packets – Packets that
arrive too fast to be processed
 Connectivity failure – A
destination system cannot be
reached
 Redirection – Redirecting a
sending system to use another
router
TCP/IP Protocol Architecture
Model
 Transport Layer
 The TCP/IP transport layer ensures
that packets arrive in sequence
and without error, by swapping
acknowledgments of data
reception, and retransmitting
lost packets.
 This type of communication is known
as end-to-end.
 Transport layer protocols at this level
are Transmission Control Protocol
(TCP), User Datagram Protocol
(UDP), and Stream Control
Transmission Protocol (SCTP). TCP
and SCTP provide reliable, end-to-end
service. UDP provides unreliable
datagram service.
 TCP Protocol
 TCP enables applications to communicate with each other as
though they were connected by a physical circuit. TCP sends
data in a form that appears to be transmitted in a character-by-
character fashion, rather than as discrete packets. This
transmission consists of the following:
 Starting point, which opens the connection
 Entire transmission in byte order
 Ending point, which closes the connection.
 TCP attaches a header onto the transmitted
data. This header contains many parameters
that help processes on the sending system
connect to peer processes on the receiving
system.
 TCP confirms that a packet has reached its
destination by establishing an end-to-end
connection between sending and receiving
TCP/IP Protocol Architecture
Model
 SCTP Protocol
 SCTP is a reliable, connection-oriented
transport layer protocol that provides the
same services to applications that are
available from TCP.
 Moreover, SCTP can support connections
between systems that have more than one
address, or multihomed.
 The SCTP connection between sending and
receiving system is called an association.
 Data in the association is organized in
chunks. Because SCTP supports
multihoming, certain applications, particularly
applications used by the telecommunications
industry, need to run over SCTP, rather than
 UDP Protocol
 UDP provides datagram
delivery service.
 UDP does not verify
connections between
receiving and sending
hosts. Because UDP
eliminates the processes
of establishing and
verifying connections,
applications that send
small amounts of data use
UDP.
Addressing
 4 levels
 Physical(link
address)
 Logical(IP)
 Port address
 Specific
address(email
Address)
THANK YOU!

More Related Content

PPT
Ieee 802.11 wireless lan
PDF
Twitter Big Data
PPTX
SYBSC IT COMPUTER NETWORKS UNIT III Connecting LANs, Backbone Networks, and V...
PPT
OSI 7 Layer Model
PPT
Database Chapter 3
PPTX
Inheritance and its types In Java
PPTX
Database System Architectures
PPT
A Technical Seminar on OSI model
Ieee 802.11 wireless lan
Twitter Big Data
SYBSC IT COMPUTER NETWORKS UNIT III Connecting LANs, Backbone Networks, and V...
OSI 7 Layer Model
Database Chapter 3
Inheritance and its types In Java
Database System Architectures
A Technical Seminar on OSI model

What's hot (20)

PPTX
File systems versus a dbms
PPTX
What is Ethernet
PPTX
Database Normalization - First, second and Third Normal Forms with an example
PPTX
Networking devices
PPTX
Introduction to Data-Link Layer
PPTX
Server system architecture
PPT
Collision & broadcast domain
PDF
C++ Files and Streams
PPT
osi vs tcp/ip
PPT
Wishbone classic bus cycle
PPT
Wishbone interface and bus cycles
PPT
Inheritance : Extending Classes
PPTX
Guided Transmission Media
PPT
Buffer management --database buffering
PPTX
Open shortest path first (ospf)
PDF
IPocalypse
PPT
TCP IP Addressing
PPT
Ddbms1
PPTX
Database abstraction
PPTX
Relational Algebra,Types of join
File systems versus a dbms
What is Ethernet
Database Normalization - First, second and Third Normal Forms with an example
Networking devices
Introduction to Data-Link Layer
Server system architecture
Collision & broadcast domain
C++ Files and Streams
osi vs tcp/ip
Wishbone classic bus cycle
Wishbone interface and bus cycles
Inheritance : Extending Classes
Guided Transmission Media
Buffer management --database buffering
Open shortest path first (ospf)
IPocalypse
TCP IP Addressing
Ddbms1
Database abstraction
Relational Algebra,Types of join
Ad

Similar to SYBSC IT COMPUTER NETWORKS UNIT I Network Models (20)

PPSX
2. UNIT I-NETWORK MODELS for studying computer networks
PPT
Network Models
PPT
PPTX
02 network models
PPTX
Lecture 1 Network Reference Models Final.pptx
PDF
Unit 2 ppt-idc
PPT
OSI Model.ppt
PPT
Unit I_Part 2.ppt will helpful for network
PPTX
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
PPT
OSI model (7 LAYER )
PPT
Osi , tcp/ip protocol and Addressing
PDF
Unit_I_Computer Networks 4.pdf
PPTX
TCP/IP Introduction
PPT
Lecture 06
PPTX
Reference models in Networks: OSI & TCP/IP
PPTX
lecture 4.pptx
PPTX
Chapter 1-2-Network Models_data_communication.pptx
PPT
449838944-Lec-02-Network-Model-1-ppt.ppt
PPT
Aplication layer functionality and protocols session 02PPT2-W1-S2-R0.ppt
PPTX
UNIT 2 - Networking Reference Models & Networking Devices.pptx
2. UNIT I-NETWORK MODELS for studying computer networks
Network Models
02 network models
Lecture 1 Network Reference Models Final.pptx
Unit 2 ppt-idc
OSI Model.ppt
Unit I_Part 2.ppt will helpful for network
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI model (7 LAYER )
Osi , tcp/ip protocol and Addressing
Unit_I_Computer Networks 4.pdf
TCP/IP Introduction
Lecture 06
Reference models in Networks: OSI & TCP/IP
lecture 4.pptx
Chapter 1-2-Network Models_data_communication.pptx
449838944-Lec-02-Network-Model-1-ppt.ppt
Aplication layer functionality and protocols session 02PPT2-W1-S2-R0.ppt
UNIT 2 - Networking Reference Models & Networking Devices.pptx
Ad

More from Arti Parab Academics (20)

PPTX
COMPUTER APPLICATIONS Module 4.pptx
PPTX
COMPUTER APPLICATIONS Module 1 HPSY - Copy.pptx
PPTX
COMPUTER APPLICATIONS Module 5.pptx
PPTX
COMPUTER APPLICATIONS Module 1 CAH.pptx
PPTX
COMPUTER APPLICATIONS Module 3.pptx
PPTX
COMPUTER APPLICATIONS Module 2.pptx
PPTX
Health Informatics- Module 5-Chapter 2.pptx
PPTX
Health Informatics- Module 5-Chapter 3.pptx
PPTX
Health Informatics- Module 4-Chapter 3.pptx
PPTX
Health Informatics- Module 3-Chapter 2.pptx
PPTX
Health Informatics- Module 4-Chapter 1.pptx
PPTX
Health Informatics- Module 4-Chapter 2.pptx
PPTX
Health Informatics- Module 3-Chapter 3.pptx
PPTX
Health Informatics- Module 5-Chapter 1.pptx
PPTX
Health Informatics- Module 3-Chapter 1.pptx
PPTX
Health Informatics- Module 2-Chapter 2.pptx
PPTX
Health Informatics- Module 1-Chapter 1.pptx
PPTX
Health Informatics- Module 2-Chapter 3.pptx
PPTX
Health Informatics- Module 2-Chapter 1.pptx
PPTX
Health Informatics- Module 1-Chapter 2.pptx
COMPUTER APPLICATIONS Module 4.pptx
COMPUTER APPLICATIONS Module 1 HPSY - Copy.pptx
COMPUTER APPLICATIONS Module 5.pptx
COMPUTER APPLICATIONS Module 1 CAH.pptx
COMPUTER APPLICATIONS Module 3.pptx
COMPUTER APPLICATIONS Module 2.pptx
Health Informatics- Module 5-Chapter 2.pptx
Health Informatics- Module 5-Chapter 3.pptx
Health Informatics- Module 4-Chapter 3.pptx
Health Informatics- Module 3-Chapter 2.pptx
Health Informatics- Module 4-Chapter 1.pptx
Health Informatics- Module 4-Chapter 2.pptx
Health Informatics- Module 3-Chapter 3.pptx
Health Informatics- Module 5-Chapter 1.pptx
Health Informatics- Module 3-Chapter 1.pptx
Health Informatics- Module 2-Chapter 2.pptx
Health Informatics- Module 1-Chapter 1.pptx
Health Informatics- Module 2-Chapter 3.pptx
Health Informatics- Module 2-Chapter 1.pptx
Health Informatics- Module 1-Chapter 2.pptx

Recently uploaded (20)

PPTX
Cell Types and Its function , kingdom of life
PDF
Complications of Minimal Access Surgery at WLH
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
RMMM.pdf make it easy to upload and study
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Classroom Observation Tools for Teachers
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
Business Ethics Teaching Materials for college
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
Cell Types and Its function , kingdom of life
Complications of Minimal Access Surgery at WLH
2.FourierTransform-ShortQuestionswithAnswers.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Abdominal Access Techniques with Prof. Dr. R K Mishra
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
RMMM.pdf make it easy to upload and study
Microbial diseases, their pathogenesis and prophylaxis
Classroom Observation Tools for Teachers
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Cell Structure & Organelles in detailed.
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Pharma ospi slides which help in ospi learning
Business Ethics Teaching Materials for college
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
102 student loan defaulters named and shamed – Is someone you know on the list?

SYBSC IT COMPUTER NETWORKS UNIT I Network Models

  • 1. NETWORK MODELS CHAPTE R 2 PRESENTER – Miss Arti Gavas DATA COMMUNICATION AND NETWORKING
  • 3. OSI Model  The model  Functions of the layers
  • 6. An Exchange Using the OSI Model
  • 8. PHYSICAL LAYER - FUNCTIONALITIES Physical Layer coordinates the functions required to carry a bit stream over a physical medium. It deals with the mechanical and electrical specifications of the interface and transmission medium.  Physical characteristics of interfaces and medium  Representation of bits  Data rate  Synchronization of bits  Line configuration  Physical topology  Transmission mode
  • 10. DATA LINK LAYER - FUNCTIONALITIES The data link layer transforms the physical layer, a raw transmission facility, to a reliable link. It makes the physical layer appear error-free to the upper layer (network layer).  Framing  Physical Addressing  Flow control  Error control  Access control
  • 11. Data Link Layer Example
  • 13. NETWORK LAYER - FUNCTIONALITIES The network layer is responsible for the source-to-destination delivery of a packet, possibly across multiple networks (links). Whereas the data link layer oversees the delivery of the packet between two systems on the same network (links), the network layer ensures that each packet gets from its point of origin to its final destination.  Logical Addressing  Routing
  • 16. TRANSPORT LAYER - FUNCTIONALITIES The transport layer is responsible for process-to-process delivery of the entire message. A process is an application program running on a host. Whereas the network layer oversees source-to-destination delivery of individual packets, it does not recognize any relationship between those packets.  Service point addressing  Segmentation and reassembly  Connection control  Error control  Flow control
  • 19. SESSION LAYER - FUNCTIONALITIES The services provided by the first three layers (physical, data link, and network) are not sufficient for some processes. The session layer is the network dialog controller. It establishes, maintains, and synchronizes the interaction among communicating systems.  Dialogue control  synchronization
  • 21. PRESENTATION LAYER - FUNCTIONALITIES The presentation layer is concerned with the syntax and semantics of the information exchanged between two systems.  Translation  Encryption  Compression
  • 23. APPLICATION LAYER - FUNCTIONALITIES The application layer enables the user, whether human or software, to access the network. It provides user interfaces and support for services such as electronic mail, remote file access and transfer, shared database management, and other types of distributed information services.  Network virtual terminal  File transfer  Mail services  Directory services
  • 24. Summary of Layer Functions
  • 27. TCP/IP Protocol Architecture Model OSI Ref. Layer No. OSI Layer Equivalent TCP/IP Layer TCP/IP Protocol Examples 5,6,7 Application, session, presentation Application NFS, NIS, DNS, LDAP, telnet, ftp, rlogin, rsh, rcp, RIP, RDISC, SNMP, and others 4 Transport Transport TCP, UDP, SCTP 3 Network Internet IPv4, IPv6, ARP, ICMP 2 Data link Data link PPP, IEEE 802.2 1 Physical Physical network Ethernet (IEEE 802.3), Token Ring, RS-232, FDDI, and others
  • 28. TCP/IP Protocol Architecture Model  Physical Network Layer  The physical network layer specifies the characteristics of the hardware to be used for the network.  For example, physical network layer specifies the physical characteristics of the communications media.  The physical layer of TCP/IP describes hardware standards such as IEEE 802.3,  the specification for Ethernet network media, and RS-232,  the specification for standard pin connectors.  Data-Link Layer  The data-link layer identifies the network protocol type of the packet, in this instance TCP/IP.  The data-link layer also provides error control and “framing.”  Examples of data-link layer protocols are Ethernet IEEE 802.2 framing and Point-to- Point Protocol (PPP) framing.
  • 29. TCP/IP Protocol Architecture Model  Internet Layer  The Internet layer, also known as the network layer or IP layer, accepts and delivers packets for the network.  This layer includes the powerful  Internet Protocol (IP),  Address Resolution Protocol (ARP), and  Internet Control Message Protocol (ICMP).  IP Protocol  The IP protocol and its associated routing protocols are possibly the most significant of the entire TCP/IP suite. IP is responsible for the following:  IP addressing – The IP addressing conventions are part of the IP protocol. Designing an IPv4 Addressing Scheme introduces IPv4 addressing and IPv6 Addressing Overview introduces IPv6 addressing.  Host-to-host communications – IP determines the path a packet must take, based on the receiving system's IP address.  Packet formatting – IP assembles packets into units that are known as datagrams. Datagrams are fully described in Internet Layer: Where Packets Are Prepared for Delivery.  Fragmentation – If a packet is too large for transmission over the network media, IP on the sending system breaks the packet into smaller fragments. IP on the receiving system then reconstructs the fragments into the original
  • 30. TCP/IP Protocol Architecture Model  Internet Layer  ARP Protocol  The Address Resolution Protocol (ARP) conceptually exists between the data-link and Internet layers.  ARP assists IP in directing datagrams to the appropriate receiving system by mapping Ethernet addresses (48 bits long) to known IP addresses (32 bits long).  ICMP Protocol  The Internet Control Message Protocol (ICMP) detects and reports network error conditions. ICMP reports on the following:  Dropped packets – Packets that arrive too fast to be processed  Connectivity failure – A destination system cannot be reached  Redirection – Redirecting a sending system to use another router
  • 31. TCP/IP Protocol Architecture Model  Transport Layer  The TCP/IP transport layer ensures that packets arrive in sequence and without error, by swapping acknowledgments of data reception, and retransmitting lost packets.  This type of communication is known as end-to-end.  Transport layer protocols at this level are Transmission Control Protocol (TCP), User Datagram Protocol (UDP), and Stream Control Transmission Protocol (SCTP). TCP and SCTP provide reliable, end-to-end service. UDP provides unreliable datagram service.  TCP Protocol  TCP enables applications to communicate with each other as though they were connected by a physical circuit. TCP sends data in a form that appears to be transmitted in a character-by- character fashion, rather than as discrete packets. This transmission consists of the following:  Starting point, which opens the connection  Entire transmission in byte order  Ending point, which closes the connection.  TCP attaches a header onto the transmitted data. This header contains many parameters that help processes on the sending system connect to peer processes on the receiving system.  TCP confirms that a packet has reached its destination by establishing an end-to-end connection between sending and receiving
  • 32. TCP/IP Protocol Architecture Model  SCTP Protocol  SCTP is a reliable, connection-oriented transport layer protocol that provides the same services to applications that are available from TCP.  Moreover, SCTP can support connections between systems that have more than one address, or multihomed.  The SCTP connection between sending and receiving system is called an association.  Data in the association is organized in chunks. Because SCTP supports multihoming, certain applications, particularly applications used by the telecommunications industry, need to run over SCTP, rather than  UDP Protocol  UDP provides datagram delivery service.  UDP does not verify connections between receiving and sending hosts. Because UDP eliminates the processes of establishing and verifying connections, applications that send small amounts of data use UDP.
  • 33. Addressing  4 levels  Physical(link address)  Logical(IP)  Port address  Specific address(email Address)