TCP Transmission Control Protocol Ports Flashcards
What is TCP Port 21?
FTP = File Transfer Protocol
Used to transfer files
What is TCP Port 22?
SSH/SFTP = Secure Shell/ FTP over SSH
What is TCP Port 23?
Telnet
Unsecure remote administration interface
SSH has replaced Telnet as its vulnerable
What is TCP Port 25?
SMTP = Simple Mail Transfer Protocol
Allows email servers to send mail
What is TCP Port 53?
DNS = Domain Name System
- Translates IP’s to names and names to IP’s
- Used for zone transfers
- DNS is Port 53 on TCP and UDP (different port protocols)
What is TCP Port 80?
HTTP = HyperText Transfer Protocol
Web traffic - unsecured version of sending traffic through the web
What is TCP Port 110?
POP3 = Post Office Protocol version 3 which is a legacy mailbox access protocol
What is TCP Port 111?
RPCBIND = Maps Remote Procedure Call (RPC) services to port numbers in a UNIX-like environment
UNIX-like environment = Unix, Linux, and macOS X
What is TCP Port 135?
MSRPC = Advertises what RPC services are available in a Windows environment
What is TCP Port 139?
NETBIOS-SSN = NetBIOS Session Service which supports Windows File Sharing with pre-Windows 2000 version hosts
What is TCP Port 143?
IMAP = Internet Mail Access Protocol
New version of mail services that replaced POP3
What is TCP Port 443?
HTTPS = HyperText Transfer Protocol Secure
Web traffic - secured version of sending traffic through the web
What is TCP Port 445?
Microsoft-DS = Supports Windows File Sharing (Server Message Block over TCP/IP) on current Windows networks
What is TCP Port 993?
IMAPS = Internet Mail Access Protocol Secure
What is TCP Port 995?
POP3S = Post Office Protocol Secure
- Secured version of POP3 protocol
- SSL or TLS tunnel will be created between client and server