Модель 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

Семь уровней: Физический, Канальный, Сетевой, Транспортный, Сеансовый, Представления, Прикладной.

📚 Источники