Chapter 2
Chapter 2
Layered models
OSI Model
– Made in 1947 by the ISO, the open system interconnection model or OSI for short was made
in 1970s.
– OSI is made up of seven layers
Data-link Layer
– The data link layer establishes and terminates connections between physical connected
nodes and moves data grams across a chosen link.
– It turns data grams to frames for transmission
– It governs error free transmission and encoding, decoding along with organising incoming
and outgoing data
Network layer
Transport layer
– Transport layer segments data into smaller units called segments for transmission and
–
reassembled them at the receiving end
– Also manages flow control to match sending and receiving rates. (Data integrity)
Session layer
Application layer
– End user software operates here, it provides protocols for sending and receiving data and
presents meaningful information to users.
– Protocols used HTTP, FTP, SMTP.
Step by step working of OSI model
TCP/IP model
– Consists of 5 layers
. Physical (bits)
. Datalink (frame)
. Network (datagram)
. Transport (segment)
. Application (combines the missing layers below into it)