Lecture 3
Lecture 3
Internet
Application
LECTURE-03
Application Layer
The designers of TCP/IP felt that the higher level
protocols should include the session and presentation
layer details. They simply created an application layer
that handles high-level protocols, issues of
representation, encoding, and dialog control. The
TCP/IP combines all application-related issues into
one layer, and assumes this data is properly packaged
for the next layer.
TCP/IP Protocol
Transport Layer
The transport layer deals with the quality-of-service
issues of reliability, flow control, and error correction.
One of its protocols, the transmission control protocol
(TCP), provides excellent and flexible ways to create
reliable, well-flowing, low-error network
communications. TCP is a connection-oriented
protocol. It dialogues between source and destination
while packaging application layer information into units
called segments.
TCP/IP Protocol
Internet Layer
The purpose of the Internet layer is to send source
packets from any network on the internetwork and
have them arrive at the destination independent of the
path and networks they took to get there. The specific
protocol that governs this layer is called the Internet
protocol (IP). Best path determination and packet
switching occur at this layer. Think of it in terms of the
postal system. When you mail a letter, you do not
know how it gets there (there are various possible
routes), but you do care that it arrives.
TCP/IP Protocol
Network Layer
The name of this layer is very broad and somewhat
confusing. It is also called the host-to-network layer. It
is the layer that is concerned with all of the issues that
an IP packet requires to actually make a physical link,
and then to make another physical link. It includes the
LAN and WAN technology details, and all the details in
the OSI physical and data link layers.
OSI model and the TCP/IP model
OSI model and the TCP/IP model
Similarities
both have layers
both have application layers, though they include very different
services
both have comparable transport and network layers
packet-switched (not circuit-switched) technology is assumed
networking professionals need to know both
Differences
TCP/IP combines the presentation and session layer issues into
its application layer
TCP/IP combines the OSI data link and physical layers into one
layer
TCP/IP appears simpler because it has fewer layers