SlideShare a Scribd company logo
Avish Bikaneria
Mrs. Arpita
Jain Mam
Mohanlal Sukhadia University,
Udaipur
CONTENT:
 OSI
 LAYERS OF OSI
 TCP/IP
 LAYERS OF TCP/IP
 NETWORK
 PROTOCOL
 CONNECTION ORIENTED & CONNECTION LESS SERIVES
 WHAT ARE PACKETS , FRAMES , AND DATAGRAM
 DIFFERENCE BETWEEN OSI AND TCPIP
 UDP
 DIFFERENCE BETWEEN UDP AND TCPIP
Topic:-
OSI (Open
Systems
Interconnection)
Open Systems Interconnection (OSI) is a set of internationally
recognized, non-proprietary standards for networking and
for operating system involved in networking functions.
An open system is a set of protocols that allow two
different systems to communicate regardless of their
underlying architecture
OSI reference model is a concept that describe the
steps to be followed for data communication to
take place.
Creating a guideline for network data
transmission between computer and components
that have different hardware vendors, software,
operating systems and protocols
Layers of OSI model
Layers of OSI model
• Application Layer (Layer-7): This is where the user application sits that
needs to transfer data between or among hosts. For example: HTTP, file
transfer application (FTP) and electronic mail etc.
• Presentation Layer (Layer-6): This layer helps to understand data
representation in one form on a host to other host in their built-in
representation. Data from the sender is converted to on-the-wire data
(general standard format) and at the receiver’s end it is converted to the
built-in representation of the receiver.
Layers of OSI model
• Session Layer (Layer-5): This layer provides session management
capabilities between hosts. For example, if some host needs a password
verification for access and if credentials are provided then for that session
password verification does not happen again. This layer can assist in
synchronization, dialog control and critical operation management (e.g.,
online bank transaction).
• Transport Layer (Layer-4): This layer provides end to end data delivery
among hosts. This layer takes data from the above layer and breaks it
smaller units called Segments and then gives it to the Network layer for
transmission.
 Network Layer (Layer-3): This layer helps to uniquely identify host and defines
the path which the packets will follow or be routed to reach the destination.
• Data Link Layer (Layer-2): This layer takes the raw transmission data (signal,
pulses etc.) from the Physical Layer and makes Data Frames, and sends that to
the upper layer and vice versa. This layer also checks any transmission errors
and sorts it out accordingly.
Layers of OSI model
 Physical Layer (Layer-1): This layer deals with hardware
technology and actual communication mechanism such as
signaling, voltage etc.
Layers of OSI model
TCP (Transmission Control Protocol)
Topic:-
TCP is one of the main protocols in TCP/IP networks.
Whereas the IP protocol deals only with packets, whereas TCP
enables two hosts to establish a connection and exchange of
data. TCP guarantees delivery of data and also guarantees
that packets will be delivered in the same order in which they
were sent.
TCP/IP
TCP/IP
Transmission Control Protocol (TCP)
Software that breaks messages into packets, hands
them off to the IP software for delivery, and then
orders and reassembles the packets at their
destination
Internet Protocol (IP)
Software that deals with the routing of packets
through the maze of interconnected networks to their
final destination
 TCP/IP Model Layers
 Each layer of the TCP/IP has a particular function to perform and each layer is completely
separate from the layer(s) next to it. The communication process that takes place, at its simplest
between two computers, is that the data moves from layer 4 to 3 to 2 then to 1 and the
information sent arrives at the second system and moves from 1 to 2 to 3 and then finally to
layer 4.
 Application Layer
 The application layer is concerned with providing network services to applications. There are
many application network processes and protocols that work at this layer, including HyperText
Transfer Protocol (HTTP), Simple Mail Transport Protocol (SMTP) and File Transfer Protocol
(FTP).
 At this layer sockets and port numbers are used to differentiate the path and sessions which
applications operate. Most application layer protocols, especially on the server side, have
specially allocated port numbers, e.g. HTTP = 80 and SMTP = 25, and FTP = 20 (Control), 21
(Data).
 Transport Layer
 This layer is concerned with the transmission of the data. The two main protocols that operate
at this layer are Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). TCP
is regarded as being the reliable transmission protocol and it guarantees that the proper data
transfer will take place. UDP is not as complex as TCP and as such is not designed to be
reliable or guarantee data delivery. UDP is generally thought of as being a best effort data
delivery, i.e. once the data is sent, UDP will not carry out any checks to see that it has safely
arrived.
 The Internet Layer
 This is the layer that contains the packet construct that will be transmitted. This takes the form
of the Internet Protocol (IP) which describes a packet that contains a source IP Address,
destination IP Address and the actual data to be delivered.
 Network Access Layer
 This is the lowest level of the TCP/IP protocol stack and functions carried out here include
encapsulation of IP packets into frames for transmission, mapping IP addresses to physical
hardware addresses (MAC Addresses) and the use of protocols for the physical transmission of
data.
Topic:-
Network
NETWORK
A computer network can be as simple as two PCs
connected together via a single copper cable or it
can be grown up to the extreme level where every
computer in this world are connected to each
other, called The Internet.
A network also includes data exchange.
Topic:-
PROTOCOL
A uniform set of rules that enable two devices
to connect and transmit data to one another
protocols determine how data are transmitted
between computing devices and over networks
. They defines issues such as error control and
data compression methods.
Topic:-
CONNECTION ORIENTED & CONNECTIONLESS
SERVICES
CONNECTION –ORIENTED
Connection-oriented communication includes the steps of
setting up a call from one computer to another,
transmitting/receiving data, and then releasing the call,
like a voice phone call. However, the network connecting
the computers is a packet switched network, unlike the
phone system's circuit switched network. Connection-
oriented communication is done in one of two ways over
packet switched network: with and without virtual circuits
Connectionless:
Connectionless communication is just packet switching
where no call establishment and release occur. A
is broken into packets, and each packet is transferred
separately. Moreover, the packets can travel different
route to the destination since there is no connection.
Connectionless service is typically provided by the UDP
(User Datagram Protocol), which we will examine
later. The packets transferred using UDP are also
called datagrams.
Feature Connectionless Connection-oriented
How is data sent? one packet at a time as continuous stream of packets
Topic:-
WHAT ARE PACKETS ,
FRAMES AND
DATAGRAM
Packet: This term is considered by many to
most correctly refer to a message sent by
protocols operating at the network layer of
the OSI Reference Model. So, you will
commonly see people refer to “IP packets”.
However, this term is commonly also used to
refer generically to any type of message, as I
mentioned at the start of this topic
Datagram: This term is basically synonymous with “packet” and is
also used to refer to network layer technologies. It is also often
used to refer to a message that is sent at a higher level of the OSI
Reference Model (more often than “packet” is).
Frame: This term is most commonly associated with messages
that travel at low levels of the OSI Reference Model. In particular,
it is most commonly seen used in reference to data link
layer messages.
A packet is a group of bits of data. A frame is a place to put a
packet.
Topic:-
DIFFERENCE
BETWEEN OSI AND
TCPIP
DIFFERENCE BETWEEN OSI AND TCPIP
OSI
1. The OSI model is a reference model
2. In OSI model , the protocols came
after the model was described .
3. The OSI model has 7 layers.
4. The OSI model support both
connection and connection –
oriented communication in the
network layer , but only connection
– oriented communication in
transport .
TCPIP
1. The TCP|IP model is an
implementation of the OSI model.
2. In TCP|IP model , the protocols came
first , and the model was really just a
description of the existing protocols.
3. The TCPIP model has only 4 layer .
4. The TCPIP model supports both
connectionless and connection-
oriented communication in the
transport layer , giving user the
choice.
5. Follows horizontal approach .
6. OSI model has a separate
presentation layer.
7. OSI is a general model.
8. Protocols are hidden in OSI
model and are easily replaced as
the technology changes.
9. OSI model defines services ,
interface and protocols very
clearly and make clear
distinction between them.
5. Follows vertical approach.
6. TCP|IP does not have a
separate presentation layer.
7. TCPIP model cannot be used
in any other application.
8. In TCPIP replacing protocol is
not easy.
9. In TCPIP is not clearly
separate its services , interface
and protocols.
UDP(USER DATAGRM
PROTOCOL )
Topic:-
UDP(USER DATAGRAM PROTOCOL
 UDP is a one – to - one or one – to – many
connectionless and unreliable transport protocol.
 UDP packets are called as user datagram's.
 User datagram's consist of 8-bytes header
and data.
UDP is suitable for applications that need fast, efficient
transmission such as games .
UDP’s stateless nature is also responsible for servers that
answer small queries from huge number of client.
UDP is faster because there is no error checking
for packets.
Continue……
 Used for the transmission of small
amount of data.
 Accuracy is not of prime concern.
 Also used for multimedia
transmission.
 Faster compared to TCP.
• UDP header size is 8 bytes.
• Udp does not have an option for flow
control.
• There is no guarantee that the message or
packets sent would reach at all.
UDP DATAGRAM FORMAT
Header
(8 bytes)
Data
Source Port
(16 bits)
Message Length
(16 bits)
Checksum
(16 bits)
Destination Port
(16 bits)
DIFFERENCE BETWEEN UDP & TCPIP
 TCP us a connection-oriented protocol
 As a message makes its way across the INTERNET from
one computer to another. This is connection based.
 TCP rearranges DATA packets in the order specified
 TCP is suited for applications that require high reliability,
and transmission time is relatively less critical
 The speed for TCP is slower than UDP
 There is absolute guarantee that the data transferred
remains intact and arrives in the same order in which it
was sent.
 TCP header size is 20 bytes
UDP
 UDP is connectionless protocol.
 UDP is also a protocol used in message transport
or transfer . This is not connection based which
means that one program can send a load of
packets to another and that would be the end of
the relationship
 UDP is suitable for application that need fast ,
efficient transmission , such as games . UDP’s
stateless nature is also useful for servers that
answer small quires from huge numbers of clients
 UDP has no inherent order as all packets are
independent of each other . If ordering is required ,
it has to be managed by the application layer.
TCPIP
Osi model
Osi model

More Related Content

What's hot

Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And ProtocolsSteven Cahill
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
Mukesh Chinta
 
TCP - IP Presentation
TCP - IP PresentationTCP - IP Presentation
TCP - IP Presentation
Harish Chand
 
OSI Model
OSI ModelOSI Model
OSI Model
Rahul Bandhe
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
Sagar Gor
 
OSI 7 Layer Model
OSI 7 Layer ModelOSI 7 Layer Model
OSI 7 Layer Model
Pritom Chaki
 
OSI Layer
OSI LayerOSI Layer
OSI Layer
Mathi Vanan
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
miteshppt
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
vasanthimuniasamy
 
Ethernet
EthernetEthernet
Ethernet
sijil chacko
 
OSI reference model
OSI reference modelOSI reference model
OSI reference model
Satyam Jaiswal
 
Network switch
Network switchNetwork switch
Network switch
Ravinder Kaur
 
IEEE standards and Data Link Layer Protocol
IEEE standards and Data Link Layer ProtocolIEEE standards and Data Link Layer Protocol
IEEE standards and Data Link Layer ProtocolSajith Ekanayaka
 
Ethernet
EthernetEthernet
Ethernet
Mihika Shah
 
Data Link Layer
Data Link LayerData Link Layer
Data Link Layer
Sachii Dosti
 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IPMannu Khani
 
osi vs tcp/ip
osi vs tcp/iposi vs tcp/ip
osi vs tcp/ip
harish pillai
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
Naiyan Noor
 

What's hot (20)

Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And Protocols
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
 
TCP - IP Presentation
TCP - IP PresentationTCP - IP Presentation
TCP - IP Presentation
 
OSI Model
OSI ModelOSI Model
OSI Model
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
 
OSI 7 Layer Model
OSI 7 Layer ModelOSI 7 Layer Model
OSI 7 Layer Model
 
OSI Layer
OSI LayerOSI Layer
OSI Layer
 
OSI MODEL
    OSI MODEL    OSI MODEL
OSI MODEL
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
 
Ethernet
EthernetEthernet
Ethernet
 
OSI reference model
OSI reference modelOSI reference model
OSI reference model
 
Network switch
Network switchNetwork switch
Network switch
 
IEEE standards and Data Link Layer Protocol
IEEE standards and Data Link Layer ProtocolIEEE standards and Data Link Layer Protocol
IEEE standards and Data Link Layer Protocol
 
Ethernet
EthernetEthernet
Ethernet
 
Data Link Layer
Data Link LayerData Link Layer
Data Link Layer
 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IP
 
osi vs tcp/ip
osi vs tcp/iposi vs tcp/ip
osi vs tcp/ip
 
Chapter 4 data link layer
Chapter 4 data link layerChapter 4 data link layer
Chapter 4 data link layer
 

Similar to Osi model

CN-OSI-TCP-Models-001.pdf
CN-OSI-TCP-Models-001.pdfCN-OSI-TCP-Models-001.pdf
CN-OSI-TCP-Models-001.pdf
skknowledge
 
OsI reference model
OsI reference modelOsI reference model
OsI reference model
LakshmiSamivel
 
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptxpppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
zeyadosama505
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptx
DeepVala5
 
osireferencemodel-170703104058 (1).pdf
osireferencemodel-170703104058 (1).pdfosireferencemodel-170703104058 (1).pdf
osireferencemodel-170703104058 (1).pdf
Fira253524
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
shucaybcabdi
 
Difference between OSI Layer & TCP/IP Layer
Difference between OSI Layer & TCP/IP LayerDifference between OSI Layer & TCP/IP Layer
Difference between OSI Layer & TCP/IP Layer
Netwax Lab
 
Automation Networking By Shivam Singh
Automation Networking By Shivam SinghAutomation Networking By Shivam Singh
Automation Networking By Shivam Singh
Shivam Singh
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptx
gadisaAdamu
 
Learn basics of ip addressing
Learn basics of  ip addressingLearn basics of  ip addressing
Learn basics of ip addressing
Bobby Agustinus Ginting
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
Shamima Akther
 
Lecture 3- tcp-ip
Lecture  3- tcp-ipLecture  3- tcp-ip
Lecture 3- tcp-ip
Saman M. Almufti
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
EnumulaBhargava1
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
EnumulaBhargava1
 
IMD 251 - Networking
IMD 251 - NetworkingIMD 251 - Networking
IMD 251 - Networkingisma ishak
 
Please help!!!I can change a link layer protocol and the applicati.pdf
Please help!!!I can change a link layer protocol and the applicati.pdfPlease help!!!I can change a link layer protocol and the applicati.pdf
Please help!!!I can change a link layer protocol and the applicati.pdf
lejeunehayneswowel96
 
OSI and TCP/IP Model
OSI and TCP/IP ModelOSI and TCP/IP Model
OSI and TCP/IP Model
NajmulIslam38
 
Chapter 1.2 osi model
Chapter 1.2 osi modelChapter 1.2 osi model
Chapter 1.2 osi model
Naiyan Noor
 

Similar to Osi model (20)

CN-OSI-TCP-Models-001.pdf
CN-OSI-TCP-Models-001.pdfCN-OSI-TCP-Models-001.pdf
CN-OSI-TCP-Models-001.pdf
 
OsI reference model
OsI reference modelOsI reference model
OsI reference model
 
Internet1
Internet1Internet1
Internet1
 
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptxpppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptx
 
osireferencemodel-170703104058 (1).pdf
osireferencemodel-170703104058 (1).pdfosireferencemodel-170703104058 (1).pdf
osireferencemodel-170703104058 (1).pdf
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
Difference between OSI Layer & TCP/IP Layer
Difference between OSI Layer & TCP/IP LayerDifference between OSI Layer & TCP/IP Layer
Difference between OSI Layer & TCP/IP Layer
 
Automation Networking By Shivam Singh
Automation Networking By Shivam SinghAutomation Networking By Shivam Singh
Automation Networking By Shivam Singh
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptx
 
Ta 104-tcp
Ta 104-tcpTa 104-tcp
Ta 104-tcp
 
Learn basics of ip addressing
Learn basics of  ip addressingLearn basics of  ip addressing
Learn basics of ip addressing
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
 
Lecture 3- tcp-ip
Lecture  3- tcp-ipLecture  3- tcp-ip
Lecture 3- tcp-ip
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
IMD 251 - Networking
IMD 251 - NetworkingIMD 251 - Networking
IMD 251 - Networking
 
Please help!!!I can change a link layer protocol and the applicati.pdf
Please help!!!I can change a link layer protocol and the applicati.pdfPlease help!!!I can change a link layer protocol and the applicati.pdf
Please help!!!I can change a link layer protocol and the applicati.pdf
 
OSI and TCP/IP Model
OSI and TCP/IP ModelOSI and TCP/IP Model
OSI and TCP/IP Model
 
Chapter 1.2 osi model
Chapter 1.2 osi modelChapter 1.2 osi model
Chapter 1.2 osi model
 

More from dhawal mehta

Cyber laws
Cyber lawsCyber laws
Cyber laws
dhawal mehta
 
Multivibrators
MultivibratorsMultivibrators
Multivibrators
dhawal mehta
 
Internet service
Internet serviceInternet service
Internet service
dhawal mehta
 
Logic family
Logic familyLogic family
Logic family
dhawal mehta
 
Backup and recovery
Backup and recoveryBackup and recovery
Backup and recovery
dhawal mehta
 
Integrated circuits
Integrated circuitsIntegrated circuits
Integrated circuits
dhawal mehta
 
Excel presentation (short)
Excel presentation (short)Excel presentation (short)
Excel presentation (short)
dhawal mehta
 

More from dhawal mehta (7)

Cyber laws
Cyber lawsCyber laws
Cyber laws
 
Multivibrators
MultivibratorsMultivibrators
Multivibrators
 
Internet service
Internet serviceInternet service
Internet service
 
Logic family
Logic familyLogic family
Logic family
 
Backup and recovery
Backup and recoveryBackup and recovery
Backup and recovery
 
Integrated circuits
Integrated circuitsIntegrated circuits
Integrated circuits
 
Excel presentation (short)
Excel presentation (short)Excel presentation (short)
Excel presentation (short)
 

Recently uploaded

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
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
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
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
Himani415946
 
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
 
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
 
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
 
Output determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CCOutput determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CC
ShahulHameed54211
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
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
 
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptxLiving-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
TristanJasperRamos
 
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
 
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
 
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
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 

Recently uploaded (16)

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.!
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
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
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
 
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 ...
 
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
 
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
 
Output determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CCOutput determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CC
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
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
 
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptxLiving-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
 
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...
 
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...
 
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
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 

Osi model

  • 1. Avish Bikaneria Mrs. Arpita Jain Mam Mohanlal Sukhadia University, Udaipur
  • 2.
  • 3. CONTENT:  OSI  LAYERS OF OSI  TCP/IP  LAYERS OF TCP/IP  NETWORK  PROTOCOL  CONNECTION ORIENTED & CONNECTION LESS SERIVES  WHAT ARE PACKETS , FRAMES , AND DATAGRAM  DIFFERENCE BETWEEN OSI AND TCPIP  UDP  DIFFERENCE BETWEEN UDP AND TCPIP
  • 5. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system involved in networking functions. An open system is a set of protocols that allow two different systems to communicate regardless of their underlying architecture OSI reference model is a concept that describe the steps to be followed for data communication to take place. Creating a guideline for network data transmission between computer and components that have different hardware vendors, software, operating systems and protocols
  • 7. Layers of OSI model • Application Layer (Layer-7): This is where the user application sits that needs to transfer data between or among hosts. For example: HTTP, file transfer application (FTP) and electronic mail etc. • Presentation Layer (Layer-6): This layer helps to understand data representation in one form on a host to other host in their built-in representation. Data from the sender is converted to on-the-wire data (general standard format) and at the receiver’s end it is converted to the built-in representation of the receiver.
  • 8. Layers of OSI model • Session Layer (Layer-5): This layer provides session management capabilities between hosts. For example, if some host needs a password verification for access and if credentials are provided then for that session password verification does not happen again. This layer can assist in synchronization, dialog control and critical operation management (e.g., online bank transaction). • Transport Layer (Layer-4): This layer provides end to end data delivery among hosts. This layer takes data from the above layer and breaks it smaller units called Segments and then gives it to the Network layer for transmission.
  • 9.  Network Layer (Layer-3): This layer helps to uniquely identify host and defines the path which the packets will follow or be routed to reach the destination. • Data Link Layer (Layer-2): This layer takes the raw transmission data (signal, pulses etc.) from the Physical Layer and makes Data Frames, and sends that to the upper layer and vice versa. This layer also checks any transmission errors and sorts it out accordingly. Layers of OSI model
  • 10.  Physical Layer (Layer-1): This layer deals with hardware technology and actual communication mechanism such as signaling, voltage etc. Layers of OSI model
  • 11.
  • 12. TCP (Transmission Control Protocol) Topic:-
  • 13. TCP is one of the main protocols in TCP/IP networks. Whereas the IP protocol deals only with packets, whereas TCP enables two hosts to establish a connection and exchange of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent. TCP/IP
  • 14. TCP/IP Transmission Control Protocol (TCP) Software that breaks messages into packets, hands them off to the IP software for delivery, and then orders and reassembles the packets at their destination Internet Protocol (IP) Software that deals with the routing of packets through the maze of interconnected networks to their final destination
  • 15.  TCP/IP Model Layers  Each layer of the TCP/IP has a particular function to perform and each layer is completely separate from the layer(s) next to it. The communication process that takes place, at its simplest between two computers, is that the data moves from layer 4 to 3 to 2 then to 1 and the information sent arrives at the second system and moves from 1 to 2 to 3 and then finally to layer 4.  Application Layer  The application layer is concerned with providing network services to applications. There are many application network processes and protocols that work at this layer, including HyperText Transfer Protocol (HTTP), Simple Mail Transport Protocol (SMTP) and File Transfer Protocol (FTP).  At this layer sockets and port numbers are used to differentiate the path and sessions which applications operate. Most application layer protocols, especially on the server side, have specially allocated port numbers, e.g. HTTP = 80 and SMTP = 25, and FTP = 20 (Control), 21 (Data).
  • 16.  Transport Layer  This layer is concerned with the transmission of the data. The two main protocols that operate at this layer are Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). TCP is regarded as being the reliable transmission protocol and it guarantees that the proper data transfer will take place. UDP is not as complex as TCP and as such is not designed to be reliable or guarantee data delivery. UDP is generally thought of as being a best effort data delivery, i.e. once the data is sent, UDP will not carry out any checks to see that it has safely arrived.  The Internet Layer  This is the layer that contains the packet construct that will be transmitted. This takes the form of the Internet Protocol (IP) which describes a packet that contains a source IP Address, destination IP Address and the actual data to be delivered.  Network Access Layer  This is the lowest level of the TCP/IP protocol stack and functions carried out here include encapsulation of IP packets into frames for transmission, mapping IP addresses to physical hardware addresses (MAC Addresses) and the use of protocols for the physical transmission of data.
  • 17.
  • 19. NETWORK A computer network can be as simple as two PCs connected together via a single copper cable or it can be grown up to the extreme level where every computer in this world are connected to each other, called The Internet. A network also includes data exchange.
  • 20.
  • 22.
  • 23. A uniform set of rules that enable two devices to connect and transmit data to one another protocols determine how data are transmitted between computing devices and over networks . They defines issues such as error control and data compression methods.
  • 24. Topic:- CONNECTION ORIENTED & CONNECTIONLESS SERVICES
  • 25. CONNECTION –ORIENTED Connection-oriented communication includes the steps of setting up a call from one computer to another, transmitting/receiving data, and then releasing the call, like a voice phone call. However, the network connecting the computers is a packet switched network, unlike the phone system's circuit switched network. Connection- oriented communication is done in one of two ways over packet switched network: with and without virtual circuits
  • 26. Connectionless: Connectionless communication is just packet switching where no call establishment and release occur. A is broken into packets, and each packet is transferred separately. Moreover, the packets can travel different route to the destination since there is no connection. Connectionless service is typically provided by the UDP (User Datagram Protocol), which we will examine later. The packets transferred using UDP are also called datagrams. Feature Connectionless Connection-oriented How is data sent? one packet at a time as continuous stream of packets
  • 27. Topic:- WHAT ARE PACKETS , FRAMES AND DATAGRAM
  • 28. Packet: This term is considered by many to most correctly refer to a message sent by protocols operating at the network layer of the OSI Reference Model. So, you will commonly see people refer to “IP packets”. However, this term is commonly also used to refer generically to any type of message, as I mentioned at the start of this topic
  • 29. Datagram: This term is basically synonymous with “packet” and is also used to refer to network layer technologies. It is also often used to refer to a message that is sent at a higher level of the OSI Reference Model (more often than “packet” is). Frame: This term is most commonly associated with messages that travel at low levels of the OSI Reference Model. In particular, it is most commonly seen used in reference to data link layer messages. A packet is a group of bits of data. A frame is a place to put a packet.
  • 31. DIFFERENCE BETWEEN OSI AND TCPIP OSI 1. The OSI model is a reference model 2. In OSI model , the protocols came after the model was described . 3. The OSI model has 7 layers. 4. The OSI model support both connection and connection – oriented communication in the network layer , but only connection – oriented communication in transport . TCPIP 1. The TCP|IP model is an implementation of the OSI model. 2. In TCP|IP model , the protocols came first , and the model was really just a description of the existing protocols. 3. The TCPIP model has only 4 layer . 4. The TCPIP model supports both connectionless and connection- oriented communication in the transport layer , giving user the choice.
  • 32. 5. Follows horizontal approach . 6. OSI model has a separate presentation layer. 7. OSI is a general model. 8. Protocols are hidden in OSI model and are easily replaced as the technology changes. 9. OSI model defines services , interface and protocols very clearly and make clear distinction between them. 5. Follows vertical approach. 6. TCP|IP does not have a separate presentation layer. 7. TCPIP model cannot be used in any other application. 8. In TCPIP replacing protocol is not easy. 9. In TCPIP is not clearly separate its services , interface and protocols.
  • 34. UDP(USER DATAGRAM PROTOCOL  UDP is a one – to - one or one – to – many connectionless and unreliable transport protocol.  UDP packets are called as user datagram's.  User datagram's consist of 8-bytes header and data.
  • 35.
  • 36. UDP is suitable for applications that need fast, efficient transmission such as games . UDP’s stateless nature is also responsible for servers that answer small queries from huge number of client. UDP is faster because there is no error checking for packets. Continue……
  • 37.  Used for the transmission of small amount of data.  Accuracy is not of prime concern.  Also used for multimedia transmission.  Faster compared to TCP.
  • 38. • UDP header size is 8 bytes. • Udp does not have an option for flow control. • There is no guarantee that the message or packets sent would reach at all.
  • 39. UDP DATAGRAM FORMAT Header (8 bytes) Data Source Port (16 bits) Message Length (16 bits) Checksum (16 bits) Destination Port (16 bits)
  • 40. DIFFERENCE BETWEEN UDP & TCPIP  TCP us a connection-oriented protocol  As a message makes its way across the INTERNET from one computer to another. This is connection based.  TCP rearranges DATA packets in the order specified  TCP is suited for applications that require high reliability, and transmission time is relatively less critical  The speed for TCP is slower than UDP  There is absolute guarantee that the data transferred remains intact and arrives in the same order in which it was sent.  TCP header size is 20 bytes UDP  UDP is connectionless protocol.  UDP is also a protocol used in message transport or transfer . This is not connection based which means that one program can send a load of packets to another and that would be the end of the relationship  UDP is suitable for application that need fast , efficient transmission , such as games . UDP’s stateless nature is also useful for servers that answer small quires from huge numbers of clients  UDP has no inherent order as all packets are independent of each other . If ordering is required , it has to be managed by the application layer. TCPIP

Editor's Notes

  1. 5