Protocols Flashcards
FTP 20/21
File Transfer Protocol
•Transfers files between a client and server on a network
•unsecure
•Data transferred in the clear
SSH 22
Secure Shell
•cryptographic network protocol for operating network services securely over an unsecured network
•best known for remote login to computer systems by users
Telnet 23
•Provides bidirectional interactive text-oriented communication facility using a virtual terminal connection
•like SSH, but unsecure
SMTP 25
Simple Mail Transfer Protocol
•internet standard for sending email
•RFC 821 was defined originally in 1982
• RFC 5321 developed in 2008 (current version)
DNS 67,68
Domain Name Service
• hierarchical decentralized baking system for computers, services, or other resources connected to the internet
• converts domain names to IP addresses
DHCP 67,68
Dynamic host control protocol
• DHCP server dynamically assigns an IP address and other network configuration parameters to a client
• enables computers to request IP addresses and network parameters automatically
• Reduces burden on network administrators
TFTP 69
Trivial File Transfer Protocol
•