📜  tls 出现在 osi 层的什么位置 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:31.745000             🧑  作者: Mango

代码示例1
TLS and SSL do not fit neatly into any single layer of the OSI model or the TCP/IP model. TLS runs "on top of some reliable transport protocol (e.g., TCP)," which would imply that it is above the transport layer. It serves encryption to higher layers, which is normally the function of the presentation layer.