๐ก L2_L7_STANDARDS // NETWORKING
Subnet bounds, layer interactions, frame translations, transceivers, and DHCP mappings.
CIDR Subnet & Mask Calculator
IPV4 SUBNETTINGUsable Host Range:
10.240.84.193 โ 10.240.84.222
Wildcard: 0.0.0.31
Binary Mask: 11111111.11111111.11111111.11100000
Protocol Anatomy: "ping google.com"
DEEP PACKET FLOWLocal Socket & Route Inspection
User executes 'ping google.com'. The ICMP binary creates a raw socket socket(AF_INET, SOCK_RAW, IPPROTO_ICMP). The OS checks local host routing rules ('ip route') to determine the outgoing interface and default gateway IP.
Local Source: 10.240.0.45 | Target Domain: google.com | Socket: AF_INET (RAW)Optical Transceiver & DOM Diagnostics
L1 / L2 HARDWARECalculated Decibel-Milliwatts:
-4.20 dBm
Interactive OSI Model
Select a layer to inspect protocol bindings and physical equipment.
Layer 7: Application
L7 SPECFunctional Responsibility:
End-user interfaces and network-aware application processes.
HTTP, DNS, DHCP, SSH, FTP, SMTP
Layer 7 Web Application Firewalls, Application Load Balancers
Interview Scenario Reference
Q: Explain DHCP's port usage under UDP transport. A: DHCP utilizes UDP. Clients send packets from Source Port 68 to Destination Port 67 (Server). Servers reply from Source Port 67 to Destination Port 68 (Client).
DHCP State Machine: The DORA Process
Source IP: 0.0.0.0:68 โ Destination IP: 255.255.255.255:67
Action: Client broadcasts network parameter search query across local Layer 2 segment.