OSI Model Notes Email Example
OSI Model Notes Email Example
This is the topmost layer. It allows users to access network services like email, file transfer, and web
browsing. It uses protocols like SMTP, HTTP, FTP. Example: You write and send an email using Gmail; this
layer starts the sending process.
This layer translates data to a network-understandable format. It encrypts data for security and compresses it
for faster transmission. Example: The email text is converted into binary, encrypted for safety, and possibly
compressed.
This layer starts, maintains, and ends connections (sessions) between devices. It controls the dialog and
adds checkpoints for recovery. Example: A session is started with the mail server and ends after email is
sent.
Breaks large messages into segments, adds port numbers, checks for errors, and ensures reliable delivery
using TCP or UDP. Example: Email is divided into parts; each part is checked and reassembled at the
receiver's end.
Adds IP addresses, decides best route using routers, and handles fragmentation. Example: Your email is
given IP addresses and routed across the internet to the server.
Converts data into frames, adds MAC addresses, detects and corrects errors locally. Example: Email data is
sent from your laptop to router with correct MAC addresses.
Handles actual bit transmission using cables or wireless. Defines hardware standards. Example: Email bits
are transmitted as electrical or wireless signals to the ISP.