Ports And Protocols Flashcards
FTP (File Transfer Protocol)
Port
-tcp /20
-tcp/21
Sends and receives files between systems.
SSH (Secure Shell)
Port - TCP/22
Encrypted console login.
SCP (Secure Copy)
Port - TCP/22
Relatively simple file copy over SSH.
SFTP (Secure File Transfer Protocol)
Port: tcp/22
SSH file transfer with file management.
Telnet (Telecommunication Network)
Port tcp/23
Remote console login to network devices.
DNS (Domain Name Services)
Udp/53, tcp/53
Converts domain names to IP addresses.
TFTP (Trivial File Transfer Protocol)
UDP/69
A very simple file transfer application
HTTP (Hypertext Transfer Protocol)
Port: tcp/80
Web Server Communication
NetBIOS (Network Basic Input/output System)
Port: udp/137 udp/138
NetBIOS over UDP - Name Service, Datagram Service
NetBIOS (Network Basic Input/output System)
Port: tcp/139
NetBIOS over tcp - Session service
IMAP (Internet Message Access Protocol)
Port:tcp/143
Retrieve and store email
SNMP (Simple Network Management Protocol)
Port: udp/161
Gather statistics and manage network devices.
TLS/SSL (Transport Layer Security and Secure Socket Layer)
Port tcp/443
Secure protocols for web browsing.
HTTPS (Hypertext Transfer Protocol Secure)
Port: tcp/43
Web Server Communication with encryption
FTPS (FTP over SSL)
Port: tcp990, tcp989
Adds security to FTP with TLS/SSL.