Result PDF
Result PDF
• The top layer of the OSI model • Enables two networked resources to hold ongoing
communications (called a session) across a network
• Provides a set of interfaces for sending and • Applications on either end of the session are able to ex
hange data for the duration of the session
receiving applications and to use network
This layer is:
services, such as: message handling and
• Responsible for initiating, maintaining and terminating
database query processing sessions
• Responsible for security and access control to session
• Responsibility: The application layer is information (via session participant identification)
responsible for providing services to the user. • Responsible for synchronization services, and for
checkpoint services
1
10/10/2018
• Manages the transmission of data across a network • Handles special data frames (packets) between
• Manages the flow of data between parties by segmenting the Network layer and the Physical layer
long data streams into smaller data chunks (based on
allowed “packet” size for a given transmission medium) • At the receiving end, this layer packages raw
• Reassembles chunks into their original sequence at the data from the physical layer into data frames for
receiving end delivery to the Network layer
• Provides acknowledgements of successful transmissions
and requests resends for packets which arrive with errors • At the sending end this layer handles conversion
of data into raw formats that can be handled by
• The transport layer is responsible for the delivery
of a message from one process to another. the Physical Layer
• Handles addressing messages for delivery, as • Converts bits into electronic signals for outgoing messages
well as translating logical network addresses and • Converts electronic signals into bits for incoming messages
names into their physical counterparts • This layer manages the interface between the the computer and the
network medium (coax, twisted pair, etc.)
• Responsible for deciding how to route • This layer tells the driver software for the MAU (media attachment
transmissions between computers unit, ex. network interface cards (NICs, modems, etc.)) what needs
to be sent across the medium
• This layer also handles the decisions needed to • The bottom layer of the OSI model
get data from one point to the next point along a
network path • The physical layer is responsible for movements of
• individual bits from one hop (node) to the next.
• This layer also handles packet switching and
network congestion control
2
10/10/2018
12
11 13
3
10/10/2018
Layer of Models
Layer-2 Transport Layer
TCP/IP 4-layers OSI 7-layers
Application
Message
Application
Segments
Transport
Transport h M h M h M
Network
Network
Network Interface Network Interface
15 17
4
10/10/2018
Message Message
Application Application
Segments Segments
h M h M h M h M h M h M
Transport Transport
Network Network h h M h h M h h M
h h M h h M h h M
Packets
Network Interface Datagrams / Packets Network Interface
h h h M h h h M
19 21
Frames
5
10/10/2018
Concept
Difference (continue)
• OSI: Open Systems • TCP/IP: Transport • The OSI model • The TCP/IP model
Interconnection. It Control supports both has only one mode in
was developed by Protocol/Internet connectionless and the network layer
ISO as a first step Protocol. TCP is used connection-oriented (connectionless) but
toward international in connection with IP communication in the supports both modes
standardization of the and operates at the network layer, but in the transport layer,
protocol used in transport layer. IP is only connection- giving the user
various layers. It the set of convention oriented choice.
deals with connecting used to pass packets communication in the
open system.. from one host to transport layer.
another.
Difference Difference
(continue)
• OSI makes the • TCP/IP does not
distinction between originally clearly • OSI emphasis on • TCP/IP treats reliability as
services, interfaces, distinguish between providing a reliable data an end to end Problem.
and protocol. services, interface, transfer service, Each The transport layer
layer of the OSI model handles all error detection
• The OSI model was and protocol.
detects and handles and recovery, it was
devised before the • TCP/IP model was errors, all data checksums,
protocols were just a description of transmitted includes acknowledgments, and
invented. It can be the existing protocols. checksums. The transport timeouts to control
made to work in The model and the layer checks source- transmissions and
destination reliability. provides end-to-end
diverse protocol fit perfectly. verification.
heterogeneous
networks.
6
10/10/2018
Difference (continue)