Skip to content

Protocols

Every system speaks.
Protocols are the grammar that shape how data moves, how trust is built, and how services connect.
This section is where I learn that language.


How this section works

I organize protocols by the OSI model, from physical transmission to application logic.
Each protocol gets its own page, linked below, with explanations and notes.
Some entries will be deep dives. Others will be quick references.
The goal is clarity: Enough to understand how the protocol works, how it’s used, and how it can be abused or defended.


OSI Layer Map

Layer 1 - Physical

  • Ethernet (as framing standard)
  • ARP - Address Resolution Protocol

Layer 3 - Network

  • IP - Internet Protocol
  • ICMP - Internet Control Message Protocol

Layer 4 - Transport

  • TCP - Transmission Control Protocol
  • UDP - User Datagram Protocol

Layer 5 - Session

Layer 6 - Presentation

  • TLS - Transport Layer Security

Layer 7 - Application


Why protocols matter to me

Protocols are the terrain of every network.
If I want to understand how systems communicate, how attackers pivot, or how defenders intercept — I need to understand the protocols.

This section is my map.
Not just of what each protocol does, but how it fits into the bigger picture.