OBJ 1.5 X Flashcards
File Transfer Protocol (FTP) 20/21
▪ Transfers computer files between a client and server on a computer
network
▪ Unsecure method
▪ Data transferred in the clear
Secure Shell (SSH) 22
▪ Cryptographic network protocol for operating network services securely
over an unsecured network
▪ Best known for remote login to computer systems by users
Secure File Transfer Protocol (SFTP) 22
▪ Provides file access, file transfer, and file management over any
reliable data stream
Telnet 23
▪ Provides bidirectional interactive text-oriented communication facility
using a virtual terminal connection
▪ Like SSH, but insecure
Simple Mail Transfer Protocol (SMTP) 25
▪ Internet standard for sending electronic mail
▪ RFC 821 was defined originally in 1982
▪ RFC 5321 developed in 2008 (current version)
Domain Name System (DNS) 53
Hierarchical decentralized naming system for computers, services, or
other resources connected to the Internet or a private network
▪ Converts domain names to IP addresses
Dynamic Host Configuration Protocol (DHCP) 67/68
▪ DHCP server dynamically assigns an IP address and other network
configuration parameters to a client
▪ Enables computers to request IP addresses and networking parameters
automatically?
▪ Reduces burden on network administrators
Trivial File Transfer Protocol (TFTP) 69
▪ Transmits files in both directions of a client-server application
▪ Used for booting an operating system from a local area network file
server
▪ Doesn’t provide user authentication or directory visibility
▪ Essentially a stripped-down version of FTP
Hypertext Transfer Protocol (HTTP) 80
▪ Foundation of data communication for WWW
▪ Designed for distributed, collaborative, and hypermedia presentation
across many devices
Post Office Protocol v3 (POP3) 110
▪ Used by local e-mail clients to retrieve e-mail from a remote server over
TCP/IP connection
Network Time Protocol (NTP) 123
▪ Provides clock synchronization between computer systems over packetswitched, variable-latency data networks
▪ Created in 1985, one of the oldest Internet protocols in current use
Internet Message Access Protocol (IMAP) 143
▪ Provides e-mail clients to retrieve e-mail messages from a mail server
over a TCP/IP connection
▪ Allows the end user to view and manipulate the messages as if they’re
stored locally
Simple Network Management Protocol (SNMP) 161/162
▪ Provides collection and organization of information about managed
devices on IP networks
▪ Can modify that information to change device behavior, commonly used
in network devices
Lightweight Directory Access Protocol (LDAP) 389
Open, vendor-neutral, industry standard for accessing and maintaining
distributed directory information services
▪ LDAP and Active Directory use this port
Hypertext Transfer Protocol Secure (HTTPS) [Secure Sockets Layer (SSL)] 443
▪ Foundation of ecommerce on WWW
▪ Designed for adding security to the insecure HTTP protocol