首页 > Web开发 > 详细

HTTP and HTTPS network protocol stacks

时间:2017-01-28 10:46:43      阅读:320      评论:0      收藏:0      [点我收藏+]

 

wHTTPS就是在HTTP和TCP之间插入一个密码加密层。

HTTP The Definitive Guide

4.1.2 TCP Streams Are Segmented and Shipped by IP Packets
TCP sends its data in little chunks called IP packets (or IP datagrams). In this way, HTTP is the top
layer in a "protocol stack" of "HTTP over TCP over IP," as depicted in Figure 4-3a. A secure variant,
HTTPS, inserts a cryptographic encryption layer (called TLS or SSL) between HTTP and TCP (Figure
4-3b).

技术分享

 

HTTP and HTTPS network protocol stacks

原文:http://www.cnblogs.com/yuanjiangw/p/6354154.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!