常用 tcp port 及 netstat 命令 Netstat 命令 Reference

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  20:   FTP Data
21: FTP Connect
22: SFTP
23: Telnet 遠端登錄
25: SMTP 簡單郵件傳輸協定
53: DNS
67: DHCP
68: DHCP
80: HTTP
109: POP2 郵局協定 第2版 接收電子郵件
110: POP3 郵局協定 第3版 接收電子郵件
111: Sun遠端程序呼叫協定
113: Windows Authentication Service 驗證服務
119: NEWS 網路新聞傳輸協定
137: NetBIOS NetBIOS 名稱服務
139: NetBIOS NetBIOS 對談服務
443: HTTPS
1433: Microsoft SQL 資料庫系統
1434: Microsoft SQL 活動監視器
8080: HTTP 代理伺服器

Netstat 命令

1
2
3
4
-a Displays all connections and listening ports
-e Displays Ethernet statistics. This may be combined with the -s option
-n Displays addresses and port numbers in numerical form
-o Displays the owning process ID associated with each connection

Reference

TCP/UDP埠列表
常用 TCP Port作用(各種Port介紹)