Модель OSI

Семирівнева модель мережевої взаємодії.

🌐 Терміни іншими мовами:

The OSI Model defines seven layers that computer systems use to communicate over a network. It was the first standard model for network communications, adopted by all major computer and telecommunication companies in the early 1980s. Each layer provides a specific service to the layer above it and utilizes the services of the layer below.

        graph LR
  Center["Модель OSI"]:::main
  Rel_tcp_ip["tcp-ip"]:::related -.-> Center
  click Rel_tcp_ip "/terms/tcp-ip"
  Rel_model_context_protocol["model-context-protocol"]:::related -.-> Center
  click Rel_model_context_protocol "/terms/model-context-protocol"
  Rel_network_protocols["network-protocols"]:::related -.-> Center
  click Rel_network_protocols "/terms/network-protocols"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 Перевірка знань

1 / 1

🧒 Простими словами

Модель OSI — це як 7-поверховий будинок, де кожен поверх має свою роботу. Перший поверх відповідає за дроти, а сьомий — за те, що бачить користувач. Вся пошта має пройти через усі поверхи, щоб бути відправленою.

🤓 Expert Deep Dive

Хоча на практиці частіше використовується стек TCP/IP, OSI залишається стандартом для навчання. Рівні: Фізичний, Канальний, Мережевий, Транспортний, Сеансовий, Представлення, Прикладний.

📚 Джерела