The Presentation Layer (Layer 6)
As we move toward the top of the stack, we stop worrying about how data is sent and start worrying about the format of the data itself, Welcome to Layer 6: The Presentation Layer
If Layer 5 was the session coordinator, Layer 6 is the Translator. Its job is to ensure that the data sent by the application layer of one system can be read by the application layer of another
1. The Mission: Syntax and Formatting
The Presentation Layer acts as a “buffer” between the network and the application. It handles three critical tasks:
- Translation: Converting different data formats (like EBCDIC to ASCII) so different operating systems can understand each other.
- Compression: Shrinking the data so it takes up less bandwidth. Think of a .zip file or a compressed .jpeg image.
- Encryption/Decryption: This is where SSL/TLS (the “S” in HTTPS) traditionally sits. Layer 6 handles the scrambling of data so that even if it’s intercepted at the lower layers, it remains unreadable
2. Real-World Example: Media Formats
Every time you look at a file extension, you are seeing Layer 6 at work.
- Images: JPG, PNG, GIF.
- Video: MP4, MOV.
- Text: ASCII, Unicode
The Application Layer (Layer 7)
We have arrived at the peak. Layer 7: The Application Layer Is the only layer the user actually interacts with
Common Misconception: People often think Google Chrome or Microsoft Outlook is Layer 7. In reality, Layer 7 is the Protocol those programs use to talk to the network. Chrome is just the window; the HTTP/HTTPS protocol is the Layer 7 “engine” behind it.
1. The Mission: Network Services
Layer 7 will provide the interface between the software running on your computer and the network itself. It identifies communication partners, determines resource availability, and synchronizes communication.
2. The protocols We Use Every Day
This is the layer of the “Acronyms.” As a Help Desk Technician or Support Associate, you will likely deal with these daily:
- HTTP/HTTPS: Web browsing
- DNS: Translating “thecyberledger.com” to an IP address
- SMTP/IMAP/POP3: Sending and receiving email.
- FTP/SFTP: Moving files
- DHCP: Automatically assigning IP addresses to devices on your companies Wi-Fi.
ðSeries Finale: The OSI Master View
We have successfully traversed the entire 7-Layer stack. Lets wrap up the week with a quick cheat sheet for the Network+ Exam
| Layer # | Name | PDU | Hardware/Concept |
| 7 | Application | Data | HTTP, DNS, DHCP, FTP |
| 6 | Presentation | Data | SSL/TLS, Encryption, JPG, GIF |
| 5 | Session | Data | NetBIOS, RPC, Session setup/teardown |
| 4 | Transport | Segment | TCP (Reliable), UDP (Fast), Ports |
| 3 | Network | Packet | Routers, IP Addresses, ICMP |
| 2 | Data Link | Frame | Switches, MAC Addresses, VLANs |
| 1 | Physical | Bit | Cables, Hubs, NICs, Voltage |
What’s Coming Up On Monday?
Now that we have the “Theoretical” OSI model down, we need to look at the “Real World” version: The TCP/IP Model. Join me on Monday as I compare the two and see how 7 layers become 4.
ð Sources & Further Reading.
- CompTIA Network+ N10-009:Â Objective 1.1 â The Session Layer.
- Professor Messer:Â Understanding the OSI Model
- Jason Dion:Â Section 3 â OSI Model â Layer 5
- The Cyber Ledger:Â Layer 5 â The Session Layer
This article is an independent summary of my learning journey. All trademarks and copyrighted materials belong to their respective owners.