Intro To Protocols Flashcards
(95 cards)
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 without encrypting 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
Through what protocols 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
Automatically assigns an IP address
Which ports does DHCP use ?
UDP 67 (server)
UDP 68 (client)
What can DHCP provide IP addresses?
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