Exam Objective 1.1 Flashcards
SSH
Secure Shell (SSH)
-Is a Cryptographic Network Protocol
-Uses TCP port 22
-Is used to remotely access the shell of a remote
client.
-Is the effective replacement for Telnet.
DNS
Domain Name System (DNS)
-Is a hierarchical and decentralized naming system
for computers, services, or other resources
connected to a private network or the Internet
-Uses UDP port 53.
-Gives an IP address for a Domain Name (ex.
www.Google.com)
SMTP
Simple Mail Transfer Protocol (SMTP)
-Used to send emails from Server to Server, as well
as to send mail from a device to a mail server.
-Uses TCP port 25.
Telnet
Telecommunication Network (Known as Telnet)
-allows you to log into devices remotely and gain
console access.
-Is connection-oriented but is an non-encrypted
connection.
-Telnet uses TPC port 23.
-Is rarely used anymore (was replaced by SSH).
SFTP
SSH File Transfer Protocol (known as SFTP)
-Is the secured (Encrypted) version of FTP.
-Provides File system functionality such as resuming
interupted transfers, directory listings, rand remote
file removal.
FTP
File Transfer Protocol (Known as FTP)
-Is an unsecured Protocol. It authenticates with a username and password,
-Has full-featured functionality.
-Runs off of two separate ports (TCP 20 for active
data mode, and TCP 21 for control).
TFTP
Trivial File Transfer Protocol (Known as TFTP)
-Is a simple file transfer application that reads and
writes files without any authentication and should
not be used on production systems.
-It runs off of UDP port 69.
DHCP
Dynamic Host Configuration Protocol (known as DHCP)
-Automates the configuration of IP addresses, subnet
masks and other options.
-Uses UDP ports 67 and 68.
-requires that all clients have access to a dhcp
server.
-These servers are often servers, appliances, or are
intigrated into a SOHO Router.
HTTP
Hypertest Transfer Protocol (Known as HTTP)
- uses TCP Port 80 - Is responsible for unsecured webpages. - Is not only used by browsers.
HTTPS
Hypertext Transfer Protocol Secure (Known as HTTPS)
- Is used for secure communications. - It uses public key encryption. - HTTPS uses TCP Port 443.
SNMP
Simple Network Management Protocol (Known as SNMP)
-Gathers statistics from network devices.
-Uses udp port 161.
-Version 3 requires authentication, is encrypted, and
maintains message integrity.
RDP
Remote Desktop Protocol (RDP)
-Uses TCP port 3389.
-Is common on many versions of windows.
-Can connect to an entire desktop or just an
application on a device.
-Clients for other operating systems (MacOS, Linux,
ETC) exist
NTP
Network Time Protocol (NTP)
-UsesUDP port 123
-Synchronizes a devices individual clock to the NTP
servers time so that all devices are in sync.
SIP
Session Initiation Protocol (SIP)
-uses tcp ports 5060 and 5061
-Is commonly used for VoIP services.
- can provide the Following services Call, RIng,
Hangup, Video Conferencing, instant messaging,
file transfers, etc.
SMB
Server Message Block (SMB also referred to as CIFS or Common Internet File System)
- is a protocol used by windows - is responsible for File sharing, Printer sharing - It uses tcp port 445. (NETBOIS-less)