当前位置: 首页 > news >正文

TCP/UDP常见的端口号

简单介绍参考,

Various TCP and UDP ports - GeeksforGeeks

列表如下,

PORTServiceDescriptionTransport Protocol
7EchoPort just echoes whatever is sent to it. This feature can be used in many attacks, such as Smurf/Fraggle.TCP and UDP
20 /21File Transfer Protocol (FTP)Port used by FTP protocol to send data to the clientTCP
22Secure Shell (SSH)Used as secure replacement protocol for TelnetTCP and UDP
23TelnetPort used by Telnet to remotely connect to a workstation or server(unsecured)TCP
25Simple Mail Transfer Protocol (SMTP)Used to send E-Mail over internetTCP
53Domain Name System (DNS)Port for DNS requests, network routing, and zone transfersTCP and UDP
67 /68Dynamic Host Configuration Protocol (DHCP)Used on networks that do not use static IP address assignment.UDP
80Hypertext Transfer Protocol (HTTP)Used for browsing web-pages on a browserTCP
110Post Office Protocol (POP3)Port used to retrieve complete contents of a server mailboxTCP
143Internet Message Access Protocol (IMAP4)Internet Message Access Protocol (IMAP4) is a new protocol to read an email with a wider range of operationsTCP and UDP
194Internet Relay Chat Protocol(IRC)allows communication in form of text between multiple parties, one or more clients can connect to a centralized server.TCP and UDP
443HTTP with Secure Sockets Layer (SSL)Port used for secure web trafficTCP and UDP
3389Remote Desktop Protocol(RDP)Port used by remote desktop to remotely manage other windows systemTCP and UDP

更多详情参考,

https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers

相关文章:

  • ROS2进阶:基于cmake创建自己的开发包
  • ROS2进阶:如何查找特定的包(package)并列出包中所有节点(node)
  • ROS2进阶:VS2019调试ROS2-examples程序
  • Python Error: 系统找不到指定的文件。: ‘c:\\python38\\Scripts\\pep8.exe‘ -> ‘c:\\python38\\Scripts\\pep8.exe.del
  • Ubuntu中如何处理难缠的软件包升级
  • 3D进阶之OSG:从VS2019编译osgEarth开始
  • vcpkg如何全面卸载和重新安装包
  • 3D进阶之OSG: VS2019编译OpenSceneGraph
  • 3D进阶之OSG: 编译osgQt(附:Qt的下载与安装)
  • 3D进阶之OSG:如何让vs2019识别不带“.h”的osg头文件
  • Qt-creator warning: Missing Qt Debug Information
  • 3D进阶之OSG:快捷键
  • 3D进阶之OSG:最基本的显示osgviewer
  • 3D进阶之OSG:编译osgQt的旧版本
  • Linux常用命令:工具,文件包处理,文件命令
  • [译]前端离线指南(上)
  • 【vuex入门系列02】mutation接收单个参数和多个参数
  • bootstrap创建登录注册页面
  • java小心机(3)| 浅析finalize()
  • k8s如何管理Pod
  • node 版本过低
  • node-sass 安装卡在 node scripts/install.js 解决办法
  • Web标准制定过程
  • - 概述 - 《设计模式(极简c++版)》
  • 开发了一款写作软件(OSX,Windows),附带Electron开发指南
  • 来,膜拜下android roadmap,强大的执行力
  • 浅谈Golang中select的用法
  • 一道闭包题引发的思考
  • 智能网联汽车信息安全
  • 中国人寿如何基于容器搭建金融PaaS云平台
  • ​创新驱动,边缘计算领袖:亚马逊云科技海外服务器服务再进化
  • (9)目标检测_SSD的原理
  • (全部习题答案)研究生英语读写教程基础级教师用书PDF|| 研究生英语读写教程提高级教师用书PDF
  • (十三)Maven插件解析运行机制
  • (转)Android中使用ormlite实现持久化(一)--HelloOrmLite
  • (转)菜鸟学数据库(三)——存储过程
  • (转载)微软数据挖掘算法:Microsoft 时序算法(5)
  • .NET Core使用NPOI导出复杂,美观的Excel详解
  • .NET 服务 ServiceController
  • .NET 将多个程序集合并成单一程序集的 4+3 种方法
  • .Net中wcf服务生成及调用
  • @JSONField或@JsonProperty注解使用
  • @transactional 方法执行完再commit_当@Transactional遇到@CacheEvict,你的代码是不是有bug!...
  • [ 常用工具篇 ] POC-bomber 漏洞检测工具安装及使用详解
  • [1] 平面(Plane)图形的生成算法
  • [100天算法】-实现 strStr()(day 52)
  • [2013][note]通过石墨烯调谐用于开关、传感的动态可重构Fano超——
  • [2018][note]用于超快偏振开关和动态光束分裂的all-optical有源THz超表——
  • [Angular] 笔记 6:ngStyle
  • [C++]——带你学习类和对象
  • [CQOI 2010]扑克牌
  • [C语言]——C语言常见概念(1)
  • [HJ56 完全数计算]
  • [HTML]Web前端开发技术28(HTML5、CSS3、JavaScript )JavaScript基础——喵喵画网页
  • [JavaEE系列] wait(等待) 和 notify(唤醒)