Lecture 3
Lecture 3
https://www.site24x7.com/find-ip-
address-of-web-site.html
The OSI MODEL
• Designated ISO/IEC 7498-1, the OSI model is a
standard of the International Organization for
Standardization (ISO). It is a general-purpose
paradigm for discussing or describing how
computers communicate with one another
over a network. Its seven-layered approach to
data transmission divides the many operations
up into specific related groups of actions at
each layer.
OSI Layers
OSI Layers
An Exchange Using the OSI Model
• The seven layers of the OSI reference model can be divided into
two categories: upper layers and lower layers.
• The upper layers of the OSI model deal with application issues and
generally are implemented only in software. The highest layer, the
application layer, is closest to the end user. Both users and
application layer processes interact with software applications that
contain a communications component. The term upper layer is
sometimes used to refer to any layer above another layer in the OSI
model.
• The lower layers of the OSI model handle data transport issues.
The physical layer and the data link layer are implemented in
hardware and software. The lowest layer, the physical layer, is
closest to the physical network medium (the network cabling, for
example) and is responsible for actually placing information on the
medium.
The OSI model provides a conceptual framework
for communication between computers, but the
model itself is not a method of communication.
Actual communication is made possible by using
communication protocols. In the context of data
networking, a protocol is a formal set of rules
and conventions that governs how computers
exchange information over a network medium.
A protocol implements the functions of one or
more of the OSI layers.
OSI Model and Communication Between Systems
• Data in Session layer. The concept of each layer appending its header to the data
received and passing it to the next layer.
Physical Layer
Data Link Layer Example
Network Layer
Network Layer
Figure 3-8
Network Layer Example
• Application Layer
• TCP/IP also is a layered protocol but does not use all of the
OSI layers, though the layers are equivalent in operation
and function (Fig. 2). The network access layer is equivalent
to OSI layers 1 and 2. The Internet Protocol layer is
comparable to layer 3 in the OSI model. The host-to-host
layer is equivalent to OSI layer 4. These are the TCP and
UDP (user datagram protocol) functions. Finally, the
application layer is similar to OSI layers 5, 6, and 7
combined