7 Layers
7 Layers
Paano natatanggap?
What is a OSI ?
OSI REFERENCE MODEL
THE OSI MODEL
Established in 1947, the International Organization for
Standardization(ISO) is a multinational body dedicated to worldwide
agreement on international standards. An ISO standard that covers all
aspects of network communications is the Open Systems
Interconnection (OSI) model. It was first introduced in the late 1970s.
Note:
◦ ISO is the organization.
◦ OSI is the model.
2.5
OPEN SYSTEMS INTERCONNECTION
• The International Standards Organization (ISO) developed the OSI
(Open Systems Interconnection) model. It divides network
communication into seven layers.
• Layers 1-4 are considered the lower layers, and mostly concern
themselves with moving data around.
2.7
Layer 1. Physical Layer
• describe the electrical or optical signals used for communication.
• - optical” –involving the use of devices that get information for a computer
by identifying patterns of light.
• Layer one is simply wiring, fiber, network cards, and anything else that is
used to make two network devices communicate.
DATA LAYER – LAYER 2
2.14
Hop-to-hop Delivery
2.15
Layer 3. Network Layer
• The Network layer of the OSI model is responsible for managing
logical addressing information in the packets and the delivery of
those packets to the correct destination.
2.18
Layer 4. Transport Layer
The Transport layer handles transport functions
such as reliable or unreliable delivery of the data
to the destination. On the sending computer, the
transport layer is responsible for breaking the
data into smaller packets, so that if any packet is
lost during transmission, the missing packets will
be sent again.
Transport layer
• The transport layer is responsible for the delivery of a message from
one process to another.
• Service-point addressing
• Segmentation and reassembly
• Connection control
• Flow control
• Error control
2.20
Missing packets are determined by
acknowledgments (ACKs) from the remote
device, when the remote device receives the
packets. At the receiving system, the transport
layer will be responsible for opening all of the
packets and reconstructing the original
message.
• Another function of the transport layer is TCP segment sequencing.
Sequencing is a connection-oriented service that takes TCP segments
that are received out of order and place them in the right order.
Layer 5. Session Layer
• The participating devices must agree on the rules. Once the rules are
established, the data transfer phase begins. Connection termination
occurs when the session is complete, and communication ends
gracefully.
Layer 6. Presentation Layer
2.26
PRESENTATION LAYER
• On the other side of communication, when the presentation layer
receives network data from the session layer, it makes sure that the data
is in the proper format and once again converts it, if it is not.
• Real traffic data will be often generated from the Application Layer.
This may be a web request generated from HTTP protocol, a
command from telnet protocol, a file download request from FTP
protocol etc.
Summary of layers
2.29