diff --git a/technology/internet/OSI Model.md b/technology/internet/OSI Model.md index 60b3ce1..f78b579 100644 --- a/technology/internet/OSI Model.md +++ b/technology/internet/OSI Model.md @@ -14,7 +14,7 @@ layer. | ----- | ------------ | ----------------------------------------------- | | 7 | Application | [HTTP](HTTP.md), [FTP](FTP.md), [SMTP](SMTP.md) | | 6 | Presentation | SSL/TLS, [ASCII](../files/ASCII.md) | -| 5 | Session | Sockets | +| 5 | Session | Sockets | | 4 | Transport | [TCP](TCP.md), [UDP](UDP.md), [QUIC](QUIC.md) | | 3 | Network | IP, ICMP | | 2 | Data Link | MAC, ARP |