I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Single, undifferentiated\nsecurity control"] -- "Layer-specific security applied" --> B["Defense-in-depth\nsystem built"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: A framework that analyzes the security threats specific to each of the seven network layers defined by the International Organization for Standardization ( ISO ) and applies matching security technologies and solutions to counter them.

Features:
( Layered Security ) Implements a multi-layer defense system in which a threat is still blocked at another layer even if a specific layer is compromised.
( Visibility ) Provides fine-grained control over network traffic through protocol analysis at each layer.
( Accountability ) Enables precise identification of where a fault or security incident occurred, allowing for rapid response.

II. Mechanism & Components

OSI 7-Layer Security Architecture

  • Lower Layers (Physical / Data Link): Handle physical connectivity and security between adjacent nodes.
  • Upper Layers (Transport / Application): Control end-to-end encryption and data visibility.

Security Activities and Core Protocols by Layer

LayerPrimary Security ThreatCountermeasure Technology/ProtocolSecurity Equipment / Solution
7. ApplicationSQL Injection, XSS, HTTP FloodingS-HTTP, PGP / S-MIME, DNSSECWAF, Anti-Spam
6. PresentationData tampering, decryption attacksFormat verification, encryption / compression-
5. SessionSession HijackingSSH, RPC security-
4. TransportPort Scanning, SYN FloodingSSL / TLS, WTLSFW, Load Balancer
3. NetworkIP Spoofing, ICMP FloodingIPSec (AH, ESP), VPNRouter ACL, IPS
2. Data LinkMAC Flooding, ARP Spoofing802.1x, MAC filteringL2 / L3 security switch
1. PhysicalEavesdropping (Tapping), physical destructionPhysical shielding, port lockingCCTV, fingerprint recognition

III. Advanced Topics & Comparison

Upper-Layer (L4-L7) Focused Security Strengthening

Where security once centered on simple blocking at L3/L4, it is now evolving toward intelligent, DPI (Deep Packet Inspection)-based security that analyzes application payloads.

Securing Visibility into Encrypted Traffic

With the surge in SSL / TLS usage, deploying SSL visibility solutions (SSL Inspection) alongside existing defenses is essential to detect malware hidden inside encrypted traffic.

Integration with Zero Trust

Beyond individual layer-by-layer responses, there is a growing need to move toward an integrated security architecture that applies “never trust, always verify” to every access request across all layers.

Last updated 18 Aug 2026, 00:00 UTC. history