Intro To Protocols Flashcards
File transfer protocol
Transfer of computer files between a client and server
What ports does FTP use ?
20 for data transfers
21 for control (commands and responses)
What does FTP allow users to do ?
Upload, download, delete, and manage files on a remote server but does not encrypt its traffic
Secure file transfer protocol
Extension of SSH to provide a secure method for transferring files
What port does SFTP use ?
Port 22
Telnet
Text-oriented communication facility using a virtual terminal connection
Which port does telnet use ?
Port 23
What is telnet known for ?
Being insecure since it transmits data in plaintext
Secure shell
Provide a secure channel over an unsecured network
When is SSH recommended ?
When connecting to servers,switches, and routers
What does SSH support?
Secure logging in, file transfers, and port forwarding
What does SSH encrypt ?
All traffic including passwords
What does SSH replace ?
FTP and telnet
What are two traits of DNS ?
Hierarchical and decentralized naming system
What port does DNS use ?
Port 53
What port does SSH use ?
Port 22
How can DNS be sent ?
Via TCP or UDP protocols
What does DNS do ?
Translates more readily memorized domain names to the numerical IP addresses
Dynamic host configuration protocol
Dynamically assigns an IP address
Which ports does DHCP use ?
UDP 67 (server)
UDP 68 (client)
What does DHCP facilitate ?
Automatic and centralized management of IP addressing
What does DHCP allow devices to do ?
Obtain IP addresses, subnet masks, default gateways, and DNS server information without manual configuration
Trivial file transfer protocol
FTP with no authentication
What port does TFTP use ?
Port 69
What is TFTP typically used for ?
Transferring boot files or configurations to devices in a local network
Where is TFTP generally used ?
In controlled environments
Hypertext Transfer protocol
Provides a standard for web browsers and servers to communicate
Which port does HTTP use ?
Port 80
What does HTTP transfer ?
Hypermedia documents (HTML)
What is HTTP considered ?
A stateless protocol where each command is executed independently
HTTPS/TLS
HTTPS when using TLS enhances security further compared to SSL
What is the port for HTTPS ?
443
What does the secure 443 port provide ?
Secure web browsing by encrypting the data and ensuring the integrity and security of the data transmitted
Transport Layer Security
Standard security technology for establishing an encrypted link between web serves and browsers
Simple Mail Transfer Protocol
Email transmission across the internet
What is SMTP primarily for, and what port does it use ?
Uses port 25 to primarily send emails from an email client to an email server or between servers
SMTP over TLS (SMTPS)
SMTP secure email transmission over TLS
What port and protocol does SMTPS use ?
TCP port 587