- Progressive Web Application Development by Example
- Chris Love
- 102字
- 2021-08-05 10:33:23
What is HTTPS?
HTTPS is HTTP within SSL/TLS. TLS establishes a secure tunnel for bidirectional binary data communications between two hosts (the web server and browser). HTTP (Hypertext Transport Text Protocol) is the communications protocol that the client and server use to talk to each other:

So, think of HTTP as water inside a pipe. The pipe is the TLS encryption and the water is the data. The primary difference between HTTPS and the water analogy is that HTTPS is bidirectional and plumbing isn't.
There are other communication protocols that support TLS, such as web sockets (WSS), email (SMTPS), and FTP (FTPS).
推薦閱讀
- 計(jì)算機(jī)網(wǎng)絡(luò)與通信(第2版)
- 網(wǎng)絡(luò)教育學(xué)習(xí)指導(dǎo)
- 解析QUIC/HTTP3:未來(lái)互聯(lián)網(wǎng)的基石
- 數(shù)字烏托邦
- Learning Karaf Cellar
- 物聯(lián)網(wǎng)信息安全
- 物聯(lián)網(wǎng)關(guān)鍵技術(shù)及應(yīng)用
- Building RESTful Web Services with Spring 5(Second Edition)
- 通信簡(jiǎn)史:從信鴿到6G+
- 6G:面向2030年的移動(dòng)通信
- 網(wǎng)絡(luò)設(shè)計(jì)與應(yīng)用(第2版)
- 人際網(wǎng)絡(luò)
- 智慧的物聯(lián)網(wǎng):感知中國(guó)和世界的技術(shù)
- 路由與交換技術(shù)
- Oracle ADF Faces Cookbook