SlideShare a Scribd company logo
2
Most read
3
Most read
5
Most read
ISO/OSI Model in Communication Networks
There are n numbers of users who use computer network and are located over the world. So to ensure,
national and worldwide data communication, systems must be developed which are compatible to
communicate with each other. ISO has developed this. ISO stands for International organization of
Standardization. This is called a model for Open System Interconnection (OSI) and is commonly
known as OSI model.
The ISO-OSI model is a seven layer architecture. It defines seven layers or levels in a complete
communication system.
Feature ofOSI Model :
1. Big picture of communication over network is understandable through this OSI model.
2. We see how hardware and software work together.
3. We can understand new technologies as they are developed.
4. Troubleshooting is easier by separate networks.
5. Can be used to compare basic functional relationships on different networks.
Functions of Different Layers :
Layer 1: The Physical Layer :
1. It is the lowest layer of the OSI Model.
2. It activates, maintains and deactivates the physical connection.
3. It is responsible for transmission and reception of the unstructured raw data over
network.
4. Voltages and data rates needed for transmission is defined in the physical layer.
5. It converts the digital/analog bits into electrical signal or optical signals.
6. Data encoding is also done in this layer.
Layer 2: Data Link Layer :
1. Data link layer synchronizes the information which is to be transmitted over the
physical layer.
2. The main function of this layer is to make sure data transfer is error free from
one node to another, over the physical layer.
3. Transmitting and receiving data frames sequentially is managed by this layer.
4. This layer sends and expects acknowledgements for frames received and sent
respectively. Resending of non-acknowledgement received frames is also handled
by this layer.
5. This layer establishes a logical layer between two nodes and also manages the
Frame traffic control over the network. It signals the transmitting node to
stop, when the frame buffers are full.
Layer 3: The Network Layer :
1. It routes the signal through different channels from one node to other.
2. It acts as a network controller. It manages the Subnet traffic.
3. It decides by which route data should take.
4. It divides the outgoing messages into packets and assembles the incoming
packets into messages for higher levels.
Layer 4: Transport Layer :
1. It decides if data transmission should be on parallel path or single path.
2. Functions such as Multiplexing, Segmenting or Splitting on the data are done
by this layer
3. It receives messages from the Session layer above it, convert the message into
smaller units and passes it on to the Network layer.
4. Transport layer can be very complex, depending upon the network requirements.
Transport layer breaks the message (data) into small units so that they are handled more
efficiently by the network layer.
Layer 5: The SessionLayer :
1. Session layer manages and synchronize the conversation between two different
applications.
2. Transfer of data from source to destination sessionlayer streams of data are
marked and are resynchronized properly, so that the ends of the messages are not
cut prematurely and data loss is avoided.
Layer 6: The PresentationLayer :
1. Presentation layer takes care that the data is sent in such a way that the receiver
will understand the information (data) and will be able to use the data.
2. While receiving the data, presentation layer transforms the data to be ready for the
application layer.
3. Languages(syntax) can be different of the two communicating systems. Under this
condition presentation layer plays a role of translator.
4. It perfroms Data compression, Data encryption, Data conversionetc.
Layer 7: Application Layer :
1. It is the topmost layer.
2. Transferring of files disturbing the results to the user is also done in this layer.
Mail services, directoryservices, networkresource etc are services provided
by application layer.
3. This layer mainly holds applicationprograms to act upon the receivedand to be
sent data.
Merits of OSI reference model:
1. OSI model distinguishes well between the services, interfaces and protocols.
2. Protocols of OSI model are very well hidden.
3. Protocols can be replaced by new protocols as technology changes.
4. Supports connection oriented services as well as connectionless service.
Demerits of OSI reference model:
1. Model was devised before the invention of protocols.
2. Fitting of protocols is tedious task.
3. It is just used as a reference model.
The TCP/IP Reference Model
TCP/IP means Transmission Control Protocol and Internet Protocol. It is the network model used
in the current Internet architecture as well. Protocols are set of rules which govern every
possible communication over a network. These protocols describe the movement of data
between the source and destination or the internet. These protocols offer simple naming and
addressing schemes.
Overview of TCP/IP reference model
TCP/IP that is Transmission Control Protocol and Internet Protocol was developed by
Department of Defence's Project Research Agency (ARPA, later DARPA) as a part of a research
project of network interconnection to connect remote machines.
The features that stood out during the research, which led to making the TCP/IP reference model
were:
 Support for a flexible architecture. Adding more machines to a network was easy.
 The network was robust, and connections remained intact untill the source and
destination machines were functioning.
The overall idea was to allow one application on one computer to talk to(send data packets)
another application running on different computer.
Description of different TCP/IP protocols
Layer 1: Host-to-network Layer
1. Lowest layer of the all.
2. Protocol is used to connect to the host, so that the packets can be sent over it.
3. Varies from host to host and network to network.
Protocols used: ARPANET, SATNET, LAN, packet radio are the protocols which are used in this
layer.
Layer 2: Internet layer
1. Selection of a packet switching network which is based on a connectionless internetwork
layer is called a internet layer.
2. It is the layer which holds the whole architecture together.
3. It helps the packet to travel independently to the destination.
4. Order in which packets are received is different from the way they are sent.
5. IP (Internet Protocol) is used in this layer.
Protocols used: Internet Protocol (IP) is employed in Internet layer.
Layer 3: Transport Layer
1. It decides if data transmission should be on parallel path or single path.
2. Functions such as multiplexing, segmenting or splitting on the data is done by transport
layer.
3. The applications can read and write to the transport layer.
4. Transport layer adds header information to the data.
5. Transport layer breaks the message (data) into small units so that they are handled more
efficiently by the network layer.
6. Transport layer also arrange the packets to be sent, in sequence.
It does the same functions as that of transport layer in OSI model. Here are the key points
regarding transport layer:
 It uses TCP and UDP protocol for end to end transmission.
 TCP is reliable and connection oriented protocol.
 TCP also handles flow control.
 The UDP is not reliable and a connection less protocol also does not perform flow
control.
Protocols used: TCP/IP and UDP protocols are employed in this layer.
Layer 4: Application Layer
The TCP/IP specifications described a lot of applications that were at the top of the protocol
stack. Some of them were TELNET, FTP, SMTP, DNS etc.
1. TELNET is a two-way communication protocol which allows connecting to a remote
machine and run applications on it.
2. FTP(File Transfer Protocol) is a protocol, that allows File transfer amongst computer
users connected over a network. It is reliable, simple and efficient.
3. SMTP(Simple Mail Transport Protocol) is a protocol, which is used to transport
electronic mail between a source and destination, directed via a route.
4. DNS(Domain Name Server) resolves an IP address into a textual address for Hosts
connected over a network.
Application Layer
This layer is same as that of the OSI model and performs the following functions:
 It provides different services such as manipulation of information in several ways,
retransferring the files of information, distributing the results etc.
 The functions such as LOGIN or password checking are also performed by the
application layer.
Protocols used: TELNET, FTP, SMTP, DN, HTTP, NNTP are the protocols employed in this
layer.
Comparisonof OSI Reference Modeland TCP/IP Reference Model
Following are some major differences between OSI Reference Model and TCP/IP Reference
Model, with diagrammatic comparison below.
OSI(Open System Interconnection)
TCP/IP(Transmission Control Protocol / Internet
Protocol)
1. OSI is a generic, protocol independent
standard, acting as a communication
gateway between the network and end
user.
1. TCP/IP model is based on standard protocols
around which the Internet has developed. It is a
communication protocol, which allows connection of
hosts over a network.
2. In OSI model the transport layer
guarantees the delivery of packets.
2. In TCP/IP model the transport layer does not
guarantees delivery of packets. Still the TCP/IP
model is more reliable.
3. Follows vertical approach. 3. Follows horizontal approach.
4. OSI model has a separate Presentation
layer and Session layer.
4. TCP/IP does not have a separate Presentation layer
or Session layer.
5. OSI is a reference model around which
the networks are built. Generally it is used
as a guidance tool.
5. TCP/IP model is, in a way implementation of the
OSI model.
6. Network layer of OSI model provides
both connection oriented and
connectionless service.
6. The Network layer in TCP/IP model provides
connectionless service.
7. OSI model has a problem of fitting the
protocols into the model.
7. TCP/IP model does not fit any protocol
8. Protocols are hidden in OSI model and
are easily replaced as the technology
changes.
8. In TCP/IP replacing protocol is not easy.
9. OSI model defines services, interfaces
and protocols very clearly and makes
clear distinction between them. It is
protocol independent.
9. In TCP/IP, services, interfaces and protocols are
not clearly separated. It is also protocol dependent.
10. It has 7 layers 10. It has 4 layers
OsI reference model

More Related Content

PPT
Networking and Internetworking Devices
21viveksingh
 
PDF
Computer network notes
LakshmiSamivel
 
PPTX
Data link layer
Mukesh Chinta
 
PPT
Introduction to Application layer
Dr. C.V. Suresh Babu
 
PPTX
Ethernet Computer network
miteshppt
 
PPTX
Reference models in Networks: OSI & TCP/IP
Mukesh Chinta
 
PDF
Protocols and standards
PriyankaM69
 
Networking and Internetworking Devices
21viveksingh
 
Computer network notes
LakshmiSamivel
 
Data link layer
Mukesh Chinta
 
Introduction to Application layer
Dr. C.V. Suresh Babu
 
Ethernet Computer network
miteshppt
 
Reference models in Networks: OSI & TCP/IP
Mukesh Chinta
 
Protocols and standards
PriyankaM69
 

What's hot (20)

PPTX
Point To Point Protocol
Phan Vuong
 
PPT
Internetworking.49
myrajendra
 
PPT
Chapter 2 - Network Models
Wayne Jones Jnr
 
PPTX
System interconnect architecture
Gagan Kumar
 
PPTX
Point to-point protocol (ppp)
Kongu Engineering College, Perundurai, Erode
 
PPTX
Session Layer
sarangaprabod
 
PPT
TCP/IP Network ppt
extraganesh
 
PDF
Interconnection Network
Heman Pathak
 
PPTX
Transmission impairments(presentation)
Vivek Kumar
 
PPTX
Network layer - design Issues
قصي نسور
 
PPT
Design issues for the layers
jayaprakash
 
PPTX
Database System Architectures
Information Technology
 
PPTX
Deductive databases
Dabbal Singh Mahara
 
PPT
Network Layer
Rutwik Jadhav
 
PPTX
Introduction to Distributed System
Sunita Sahu
 
PPT
Chapter 1: Introduction to Data Communication and Networks
Shafaan Khaliq Bhatti
 
PPTX
Ethernet
sijil chacko
 
PPT
Chapter 4 data link layer
Naiyan Noor
 
PPT
ATM Networking Concept
Tushar Ranjan
 
PDF
Difference between OSI Layer & TCP/IP Layer
Netwax Lab
 
Point To Point Protocol
Phan Vuong
 
Internetworking.49
myrajendra
 
Chapter 2 - Network Models
Wayne Jones Jnr
 
System interconnect architecture
Gagan Kumar
 
Point to-point protocol (ppp)
Kongu Engineering College, Perundurai, Erode
 
Session Layer
sarangaprabod
 
TCP/IP Network ppt
extraganesh
 
Interconnection Network
Heman Pathak
 
Transmission impairments(presentation)
Vivek Kumar
 
Network layer - design Issues
قصي نسور
 
Design issues for the layers
jayaprakash
 
Database System Architectures
Information Technology
 
Deductive databases
Dabbal Singh Mahara
 
Network Layer
Rutwik Jadhav
 
Introduction to Distributed System
Sunita Sahu
 
Chapter 1: Introduction to Data Communication and Networks
Shafaan Khaliq Bhatti
 
Ethernet
sijil chacko
 
Chapter 4 data link layer
Naiyan Noor
 
ATM Networking Concept
Tushar Ranjan
 
Difference between OSI Layer & TCP/IP Layer
Netwax Lab
 
Ad

Similar to OsI reference model (20)

PPTX
COMPUTER NETWORK_OSI & TCP/IP
Sweta Kumari Barnwal
 
PPTX
computer network OSI layer
Sangeetha Rangarajan
 
PPTX
Sargation university's open system interconnection
KingPinYT
 
PPTX
OSI model.pptx computer networking ,OSI model
snarajpoot6
 
PPTX
OSI Pankaj yadav
BBAU Lucknow University
 
PPTX
OSI reference model
shanthishyam
 
PPTX
Osi model
Priyanka Sharma
 
PDF
Unit 2 ppt-idc
hiya123jes
 
DOCX
Osi model and tcpip model.
kona paul
 
PPTX
osi-tcp ppt 1.pptx........................
swarnimprateek
 
PPTX
network plus comptia chapter two project
AliAzarifar
 
PPTX
Assignment3
MahfujurRahman63
 
PPTX
Network fundamentals
Syed Measum Haider Bokhari
 
PDF
Unit_I_Computer Networks 4.pdf
Arumugam90
 
PPTX
Osi model vs TCP/IP
Mannu Khani
 
PDF
OSI &TCP/IP Model
Shamima Akther
 
DOCX
OSI Model and TCP/IP Model.
City University, Dhaka, Bangladesh
 
PPTX
Protocols
Aashima Wadhwa
 
PPTX
Osi reference model and the tcp
Agrippa Mungazi
 
COMPUTER NETWORK_OSI & TCP/IP
Sweta Kumari Barnwal
 
computer network OSI layer
Sangeetha Rangarajan
 
Sargation university's open system interconnection
KingPinYT
 
OSI model.pptx computer networking ,OSI model
snarajpoot6
 
OSI Pankaj yadav
BBAU Lucknow University
 
OSI reference model
shanthishyam
 
Osi model
Priyanka Sharma
 
Unit 2 ppt-idc
hiya123jes
 
Osi model and tcpip model.
kona paul
 
osi-tcp ppt 1.pptx........................
swarnimprateek
 
network plus comptia chapter two project
AliAzarifar
 
Assignment3
MahfujurRahman63
 
Network fundamentals
Syed Measum Haider Bokhari
 
Unit_I_Computer Networks 4.pdf
Arumugam90
 
Osi model vs TCP/IP
Mannu Khani
 
OSI &TCP/IP Model
Shamima Akther
 
OSI Model and TCP/IP Model.
City University, Dhaka, Bangladesh
 
Protocols
Aashima Wadhwa
 
Osi reference model and the tcp
Agrippa Mungazi
 
Ad

More from LakshmiSamivel (14)

PPT
Greedy Algorithm for Computer Science.ppt
LakshmiSamivel
 
PPTX
General methodin Data Structure for UG.pptx
LakshmiSamivel
 
PPTX
DIVIDE AND CONQUERMETHOD IN DATASTRUCTURE.pptx
LakshmiSamivel
 
PPTX
DataSructure-Time and Space Complexity.pptx
LakshmiSamivel
 
PPTX
Basic Queue Operation in DataStructure.pptx
LakshmiSamivel
 
PPTX
Presentation DM.pptx
LakshmiSamivel
 
PPTX
Dos.pptx
LakshmiSamivel
 
PPTX
Formatting tags
LakshmiSamivel
 
PPTX
Classification of datastructure.ppt
LakshmiSamivel
 
PPTX
Top down parsing
LakshmiSamivel
 
PPTX
Semaphore
LakshmiSamivel
 
PPTX
Firewall ppt
LakshmiSamivel
 
PPTX
View
LakshmiSamivel
 
PPT
Procedures andcursors
LakshmiSamivel
 
Greedy Algorithm for Computer Science.ppt
LakshmiSamivel
 
General methodin Data Structure for UG.pptx
LakshmiSamivel
 
DIVIDE AND CONQUERMETHOD IN DATASTRUCTURE.pptx
LakshmiSamivel
 
DataSructure-Time and Space Complexity.pptx
LakshmiSamivel
 
Basic Queue Operation in DataStructure.pptx
LakshmiSamivel
 
Presentation DM.pptx
LakshmiSamivel
 
Dos.pptx
LakshmiSamivel
 
Formatting tags
LakshmiSamivel
 
Classification of datastructure.ppt
LakshmiSamivel
 
Top down parsing
LakshmiSamivel
 
Semaphore
LakshmiSamivel
 
Firewall ppt
LakshmiSamivel
 
Procedures andcursors
LakshmiSamivel
 

Recently uploaded (20)

PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
Introduction to pediatric nursing in 5th Sem..pptx
AneetaSharma15
 
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
PPTX
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
PPTX
PROTIEN ENERGY MALNUTRITION: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
PPTX
How to Apply for a Job From Odoo 18 Website
Celine George
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PPTX
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PPTX
Gupta Art & Architecture Temple and Sculptures.pptx
Virag Sontakke
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
PPTX
Virus sequence retrieval from NCBI database
yamunaK13
 
PPTX
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
PPTX
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PDF
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
Introduction to pediatric nursing in 5th Sem..pptx
AneetaSharma15
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
PROTIEN ENERGY MALNUTRITION: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
How to Apply for a Job From Odoo 18 Website
Celine George
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
Gupta Art & Architecture Temple and Sculptures.pptx
Virag Sontakke
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
Virus sequence retrieval from NCBI database
yamunaK13
 
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 

OsI reference model

  • 1. ISO/OSI Model in Communication Networks There are n numbers of users who use computer network and are located over the world. So to ensure, national and worldwide data communication, systems must be developed which are compatible to communicate with each other. ISO has developed this. ISO stands for International organization of Standardization. This is called a model for Open System Interconnection (OSI) and is commonly known as OSI model. The ISO-OSI model is a seven layer architecture. It defines seven layers or levels in a complete communication system. Feature ofOSI Model : 1. Big picture of communication over network is understandable through this OSI model. 2. We see how hardware and software work together. 3. We can understand new technologies as they are developed. 4. Troubleshooting is easier by separate networks. 5. Can be used to compare basic functional relationships on different networks. Functions of Different Layers : Layer 1: The Physical Layer : 1. It is the lowest layer of the OSI Model. 2. It activates, maintains and deactivates the physical connection. 3. It is responsible for transmission and reception of the unstructured raw data over network. 4. Voltages and data rates needed for transmission is defined in the physical layer. 5. It converts the digital/analog bits into electrical signal or optical signals. 6. Data encoding is also done in this layer.
  • 2. Layer 2: Data Link Layer : 1. Data link layer synchronizes the information which is to be transmitted over the physical layer. 2. The main function of this layer is to make sure data transfer is error free from one node to another, over the physical layer. 3. Transmitting and receiving data frames sequentially is managed by this layer. 4. This layer sends and expects acknowledgements for frames received and sent respectively. Resending of non-acknowledgement received frames is also handled by this layer. 5. This layer establishes a logical layer between two nodes and also manages the Frame traffic control over the network. It signals the transmitting node to stop, when the frame buffers are full. Layer 3: The Network Layer : 1. It routes the signal through different channels from one node to other. 2. It acts as a network controller. It manages the Subnet traffic. 3. It decides by which route data should take. 4. It divides the outgoing messages into packets and assembles the incoming packets into messages for higher levels. Layer 4: Transport Layer : 1. It decides if data transmission should be on parallel path or single path. 2. Functions such as Multiplexing, Segmenting or Splitting on the data are done by this layer 3. It receives messages from the Session layer above it, convert the message into smaller units and passes it on to the Network layer. 4. Transport layer can be very complex, depending upon the network requirements. Transport layer breaks the message (data) into small units so that they are handled more efficiently by the network layer. Layer 5: The SessionLayer : 1. Session layer manages and synchronize the conversation between two different applications. 2. Transfer of data from source to destination sessionlayer streams of data are marked and are resynchronized properly, so that the ends of the messages are not cut prematurely and data loss is avoided.
  • 3. Layer 6: The PresentationLayer : 1. Presentation layer takes care that the data is sent in such a way that the receiver will understand the information (data) and will be able to use the data. 2. While receiving the data, presentation layer transforms the data to be ready for the application layer. 3. Languages(syntax) can be different of the two communicating systems. Under this condition presentation layer plays a role of translator. 4. It perfroms Data compression, Data encryption, Data conversionetc. Layer 7: Application Layer : 1. It is the topmost layer. 2. Transferring of files disturbing the results to the user is also done in this layer. Mail services, directoryservices, networkresource etc are services provided by application layer. 3. This layer mainly holds applicationprograms to act upon the receivedand to be sent data. Merits of OSI reference model: 1. OSI model distinguishes well between the services, interfaces and protocols. 2. Protocols of OSI model are very well hidden. 3. Protocols can be replaced by new protocols as technology changes. 4. Supports connection oriented services as well as connectionless service. Demerits of OSI reference model: 1. Model was devised before the invention of protocols. 2. Fitting of protocols is tedious task. 3. It is just used as a reference model.
  • 4. The TCP/IP Reference Model TCP/IP means Transmission Control Protocol and Internet Protocol. It is the network model used in the current Internet architecture as well. Protocols are set of rules which govern every possible communication over a network. These protocols describe the movement of data between the source and destination or the internet. These protocols offer simple naming and addressing schemes. Overview of TCP/IP reference model TCP/IP that is Transmission Control Protocol and Internet Protocol was developed by Department of Defence's Project Research Agency (ARPA, later DARPA) as a part of a research project of network interconnection to connect remote machines. The features that stood out during the research, which led to making the TCP/IP reference model were:  Support for a flexible architecture. Adding more machines to a network was easy.  The network was robust, and connections remained intact untill the source and destination machines were functioning. The overall idea was to allow one application on one computer to talk to(send data packets) another application running on different computer. Description of different TCP/IP protocols Layer 1: Host-to-network Layer 1. Lowest layer of the all. 2. Protocol is used to connect to the host, so that the packets can be sent over it. 3. Varies from host to host and network to network. Protocols used: ARPANET, SATNET, LAN, packet radio are the protocols which are used in this layer.
  • 5. Layer 2: Internet layer 1. Selection of a packet switching network which is based on a connectionless internetwork layer is called a internet layer. 2. It is the layer which holds the whole architecture together. 3. It helps the packet to travel independently to the destination. 4. Order in which packets are received is different from the way they are sent. 5. IP (Internet Protocol) is used in this layer. Protocols used: Internet Protocol (IP) is employed in Internet layer. Layer 3: Transport Layer 1. It decides if data transmission should be on parallel path or single path. 2. Functions such as multiplexing, segmenting or splitting on the data is done by transport layer. 3. The applications can read and write to the transport layer. 4. Transport layer adds header information to the data. 5. Transport layer breaks the message (data) into small units so that they are handled more efficiently by the network layer. 6. Transport layer also arrange the packets to be sent, in sequence. It does the same functions as that of transport layer in OSI model. Here are the key points regarding transport layer:  It uses TCP and UDP protocol for end to end transmission.  TCP is reliable and connection oriented protocol.  TCP also handles flow control.  The UDP is not reliable and a connection less protocol also does not perform flow control. Protocols used: TCP/IP and UDP protocols are employed in this layer. Layer 4: Application Layer The TCP/IP specifications described a lot of applications that were at the top of the protocol stack. Some of them were TELNET, FTP, SMTP, DNS etc. 1. TELNET is a two-way communication protocol which allows connecting to a remote machine and run applications on it. 2. FTP(File Transfer Protocol) is a protocol, that allows File transfer amongst computer users connected over a network. It is reliable, simple and efficient. 3. SMTP(Simple Mail Transport Protocol) is a protocol, which is used to transport electronic mail between a source and destination, directed via a route. 4. DNS(Domain Name Server) resolves an IP address into a textual address for Hosts connected over a network.
  • 6. Application Layer This layer is same as that of the OSI model and performs the following functions:  It provides different services such as manipulation of information in several ways, retransferring the files of information, distributing the results etc.  The functions such as LOGIN or password checking are also performed by the application layer. Protocols used: TELNET, FTP, SMTP, DN, HTTP, NNTP are the protocols employed in this layer. Comparisonof OSI Reference Modeland TCP/IP Reference Model Following are some major differences between OSI Reference Model and TCP/IP Reference Model, with diagrammatic comparison below. OSI(Open System Interconnection) TCP/IP(Transmission Control Protocol / Internet Protocol) 1. OSI is a generic, protocol independent standard, acting as a communication gateway between the network and end user. 1. TCP/IP model is based on standard protocols around which the Internet has developed. It is a communication protocol, which allows connection of hosts over a network. 2. In OSI model the transport layer guarantees the delivery of packets. 2. In TCP/IP model the transport layer does not guarantees delivery of packets. Still the TCP/IP model is more reliable. 3. Follows vertical approach. 3. Follows horizontal approach. 4. OSI model has a separate Presentation layer and Session layer. 4. TCP/IP does not have a separate Presentation layer or Session layer. 5. OSI is a reference model around which the networks are built. Generally it is used as a guidance tool. 5. TCP/IP model is, in a way implementation of the OSI model. 6. Network layer of OSI model provides both connection oriented and connectionless service. 6. The Network layer in TCP/IP model provides connectionless service. 7. OSI model has a problem of fitting the protocols into the model. 7. TCP/IP model does not fit any protocol 8. Protocols are hidden in OSI model and are easily replaced as the technology changes. 8. In TCP/IP replacing protocol is not easy. 9. OSI model defines services, interfaces and protocols very clearly and makes clear distinction between them. It is protocol independent. 9. In TCP/IP, services, interfaces and protocols are not clearly separated. It is also protocol dependent. 10. It has 7 layers 10. It has 4 layers