Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 904 Bytes

osi.md

File metadata and controls

23 lines (18 loc) · 904 Bytes

OSI

  • Full OSI Model - 7 Layers

    • Application
    • Presentation
    • Session
    • Transport
    • Network
    • Data Link
    • Physical
  • Simplified OSI model

Layer Protocols Concepts Where the code is
Application HTTP, SSH Urls, passwords Flask, Apache, etc
Transport TCP, UDP Port Numbers, Sessions OS kernel, system libraries
Internet IP IP addresses, routes OS kernel, routers
Hardware Wifi, Ethernet, DSL Signal Strength, Access Points Device Drivers

Resource