当前位置:网站首页>What are port 80 and port 443?What's the difference?
What are port 80 and port 443?What's the difference?
2022-08-11 03:32:00 【IDC02_FEIYA】
What are ports 80 and 443?What's the difference?
There are many services that a server can provide, such as HTTP, FTP, Telnet and other services.Why can so many services be provided at the same time?A very important reason is that different ports are used to provide different services. For example, the TCP/IP protocol stipulates that the web defaults to port 80, and the FTP defaults to port 21.Through different ports, the computer can communicate with the outside world without interfering with each other.
Many users know port 80 and port 443, but don't understand these two ports. What is the difference between port 80 and port 443?Feifei will share with you today~
Port 80
Service: HTTP (HyperText Transport Protocol)
Description: For web browsing, the server listens to the port requested by the web client.You can access the website by adding ":80" to the HTTP address (the so-called "URL"), because the default port for browsing web services is 80, so you only need to enter the URL, instead of ":80".For example, http://www.idc02.com is actually accessing http://www.idc02.com:80.The Trojan Executor opens this port.
Port 443
Service: Https
Description: Web browsing port, another HTTP that provides encryption and transmission over a secure port.Some websites with high security requirements, such as banking, securities, shopping, etc., all use HTTPS services, so that the corresponding exchange of information on these websites can prevent others from seeing, and what other people capture is encrypted.data to ensure the security of transactions.The URL starts with https:// instead of the usual http://.
The difference between port 80 and port 443
1, different protocols
Port 80 is the HTTP (HyperText Transport Protocol) port, which is open to the HyperText Transport Protocol. This is the protocol most frequently used for Internet surfing, and is mainly used for WWW (World Wide Web), the protocol for transmitting information on the World Wide Web.
Port 443 serves HTTPS, which can be said to be HTTP based on SSL (Secure Sockets Protocol) secure connections.SSL/TLS runs at a level higher than TCP/IP, but lower than the application layer where HTTP is located. Therefore, HTTP can establish a connection on the basis of SSL connection, thereby realizing the security and confidentiality of HTTP connection.So HTTPS is actually a combination of two protocols, that is, SSL at the transport layer and HTTP at the application layer are used together.
2, different port vulnerabilities
Port 80: Some Trojans can use port 80 to attack computers, such as Executor, RingZero, etc.
Port 443: HTTPS services generally use SSL (Secure Socket Layer) to ensure security, but SSL vulnerabilities may be attacked by hackers, such as hacking online banking systems, stealing credit card accounts, etc.
3, different operations
Port 80 is to access the website by adding ":80" to the HTTP address (the so-called "URL"), because the default port number for browsing web services is 80, so you only need to enter the URL, no need to enter "":80".
Port 443 URLs start with https:// instead of the usual http://.Due to the certificate function of SSL/TLS, in order for the HTTPS protocol to work properly, at least the server must have a PKI certificate to prove the true identity of the service provider to the user connecting to the server, but not the client - because the certificate needs to be issued by the CAIssued and charged, and the client generally does not need to prove its identity to the server.
The above is about the sharing of port 80 and port 443, I hope it can help you~
Thank you for reading, please pay attention to not get lost~
边栏推荐
- Qnet Weak Network Test Tool Operation Guide
- 图解LeetCode——640. 求解方程(难度:中等)
- 【FPGA】名词缩写
- 学编程的第十三天
- 高度塌陷问题的解决办法
- Goodbye Chongqing paper invoices!The issuance of electronic invoices for accommodation expenses will soon completely replace the invoices of hotels, catering and gas stations
- Environment configuration of ESP32 (arduino arduino2.0 VScode platform which is easy to use?)
- rac备库双节点查询到的表最后更新时间不一致
- 作业8.10 TFTP协议 下载功能
- Ten Advanced Concepts of SQL Development
猜你喜欢

Unity2D animation (1) introduction to Unity scheme - animation system composition and the function of use

【愚公系列】2022年08月 Go教学课程 035-接口和继承和转换与空接口

高校就业管理系统设计与实现

rac备库双节点查询到的表最后更新时间不一致

font

The problem that Merge will be lost again after code Revert has been solved

阿里低代码框架 lowcode-engine 之自定义物料篇
![[yu gong series] Go program 035-08 2022 interfaces and inheritance and transformation and empty interface](/img/cb/41e5f553b0b776dccf0e39f9bf377f.png)
[yu gong series] Go program 035-08 2022 interfaces and inheritance and transformation and empty interface

STC8H development (15): GPIO drive Ci24R1 wireless module

【FPGA】day22-SPI协议回环
随机推荐
DNS separation resolution and intelligent resolution
用户如何克服程序化交易中的情绪问题?
console.log alternatives you didn't know about
【ADI低功耗2k代码】基于ADuCM4050的ADXL363、TMP75的加速度、温度检测及串口打印、蜂鸣器播放音乐(孤勇者)
AI+医疗:使用神经网络进行医学影像识别分析
The last update time of the tables queried by the two nodes of the rac standby database is inconsistent
大马驮2石粮食,中马驮1石粮食,两头小马驮一石粮食,要用100匹马,驮100石粮食,如何分配?
The development of the massage chair control panel makes the massage chair simple and intelligent
【FPGA】day21-移动平均滤波器
Summary of debugging skills
获取链表长度
typedef defines the structure array type
JS-DOM element object
没想到MySQL还会问这些...
App Basic Framework Construction丨Log Management - KLog
多商户商城系统功能拆解26讲-平台端分销设置
Design and Realization of Employment Management System in Colleges and Universities
一次简单的 JVM 调优,学会拿去写到简历里
Meaning of df and df -lh
树莓派入门(5)系统备份