29
29

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[Server]よく使用するポート番号一覧メモ

Last updated at Posted at 2015-10-13

よくポート番号を忘れるので備忘録的に。

ポート番号 説明
20/TCP FTP - データ転送ポート
21/TCP FTP - コントロールポート
22/TCP,UDP Secure Shell (SSH) - セキュアログイン、セキュアなファイル転送(scpやsftpなど)、ポート転送などで用いられる。
23/TCP Telnet - 平文ベースのテキスト通信プロトコル
25/TCP,UDP Simple Mail Transfer Protocol (SMTP) - メール配信プロトコル
80/TCP,UDP Hypertext Transfer Protocol (HTTP)
110/TCP Post Office Protocol 3 (POP3)
443/TCP,UDP Hypertext Transfer Protocol over TLS/SSL (HTTPS)
465/TCP SMTP over SSL
587/TCP e-mail message submission(SMTP)
995/TCP Post Office Protocol 3 over TLS/SSL (POP3S)

参照元:Wikipedia

29
29
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
29
29

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?