Common Ports Flashcards
(38 cards)
What is Telnet?
Telecommunication Network
What port is Telnet?
tcp/23
What does Telnet do?
Login to devices
Console Access
In-the-clear communication
Why is Telnet not the best choice for production systems?
Your data is not encrypted (it butt naked)
What does SSH stand for?
Secure Shell
What port is SSH?
tcp/22
What does SSH do?
Encryption communication link
Looks and acts just as Telnet
What does DNS stand for?
Domain Name System
What does DNS do?
Converts names to IP addresses
What port is DNS?
udp/53
What does SMTP stand for?
Simple Mail Transfer Protocol
What does SMTP do?
Sever to server email transfer
What does SFTP stand for?
Secure File Transfer Protocol
What does SFTP use?
Uses the SSHFTP
What does SFTP do?
Provides file system functionality- resumes interrupted transfers, directory listings, remote file removal.
Encrypted Communication- using SSH
What port is SFTP?
tcp/22
What does FTP stand for?
File Transport Protocol
What port is FTP?
tcp/20
What does FTP do?
Transfers files between systems
Authenticates with a username and password
Full-featured functionality (list, add, delet, etc.)
What does TFTP stand for?
Trivial File Transfer Protocol
What port is TFTP?
udp/69
What does TFTP do?
Very simple file transfer application- read and write files
No authentication- not used on production systems
What does DHCP stand for?
Dynamic Host Configuration Protocol
What ports are DHCP?
udp/67, udp/68