File tree Expand file tree Collapse file tree 3 files changed +2
-328
lines changed Expand file tree Collapse file tree 3 files changed +2
-328
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -60,11 +60,4 @@ HTTPS协议是由SSL+HTTP协议构建的可进行加密传输、身份认证的
60603 . 密钥交换 - 先使用RSA非对称公钥加密算法(客户端生成一个对称密钥,然后用SSL证书里带的服务器公钥将该对称密钥加密。随后发送到服务端,服务端用服务器私钥解密,到此,握手阶段完成。)或者DH交换算法在客户端与服务端双方确定一将要使用的密钥,这个密钥是双方都同意的一个简单,对称的密钥,这个过程是基于非对称加密方式和服务器的公钥/私钥的。
61614 . 加密通信 - 在服务器和客户端加密实际信息是用到对称加密算法,用哪个算法在Hello阶段已经确定。对称加密算法用对于加密和解密都很简单的密钥,这个密钥是基于第三步在客户端与服务端已经商议好的。与需要公钥/私钥的非对称加密算法相反。
6262
63- ## Socket
64- Socket本质是编程接口(API),对TCP/IP的封装,TCP/IP也要提供可供程序员做网络开发所用的接口,是操作系统对外开放的接口
65-
66- ![ ] ( https://github.com/xbox1994/2018-Java-Interview/raw/master/images/socket.jpg )
67-
68- ![ ] ( https://github.com/xbox1994/2018-Java-Interview/raw/master/images/socket.png )
69-
7063欢迎光临[ 我的博客] ( http://www.wangtianyi.top/?utm_source=github&utm_medium=github ) ,发现更多技术资源~
Original file line number Diff line number Diff line change 4949* [ 秒杀架构] ( https://github.com/xbox1994/2018-Java-Interview/blob/master/MD/秒杀架构.md )
5050* [ 搜索引擎] ( https://github.com/xbox1994/2018-Java-Interview/blob/master/MD/搜索引擎.md )
5151### 系统设计
52- * [ 从面试者角度设计一个系统设计题] ( http://www.wangtianyi.top/blog/2018/08/31/xi-tong-she-ji-mian-shi-ti-zong-he-kao-cha-mian-shi-zhe-de-da-zhao/?utm_source=github&utm_medium=github )
5352* [ 系统设计题答题套路] ( https://github.com/donnemartin/system-design-primer/blob/master/README-zh-Hans.md#%E5%A6%82%E4%BD%95%E5%A4%84%E7%90%86%E4%B8%80%E4%B8%AA%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1%E7%9A%84%E9%9D%A2%E8%AF%95%E9%A2%98 )
54- * [ 在AWS上扩展到数百万用户的系统] ( https://github.com/xbox1994/2018-Java-Interview/blob/master/MD/系统设计-在AWS上扩展到数百万用户的系统.md )
53+ * [ 在AWS上扩展到数百万用户的系统] ( https://www.wangtianyi.top/blog/2019/03/06/zai-awsshang-kuo-zhan-dao-shu-bai-mo-yong-hu-de-xi-tong/?utm_source=github&utm_medium=github )
54+ * [ 从面试者角度设计一个系统设计题] ( http://www.wangtianyi.top/blog/2018/08/31/xi-tong-she-ji-mian-shi-ti-zong-he-kao-cha-mian-shi-zhe-de-da-zhao/?utm_source=github&utm_medium=github )
5555
5656欢迎光临[ 我的博客] ( http://www.wangtianyi.top/?utm_source=github&utm_medium=github ) ,发现更多技术资源~
You can’t perform that action at this time.
0 commit comments