Chapter 7 Flashcards
Protocols and Ports
TCP (Transmission Control Protocol)
*more important to remember Is slower due to reliability due to 3-way handshake
UDP (User Datagram Protocol)
Most commonly used in real-time applications and streaming Is unreliable and does not guarantee the successful sending of data packets. Is faster due to unreliability and the number of packets sent. (EX: HTTP: is an example of UDP, any video viewing is used by UDP)
Webpage Protocols
FTP (File Transfer Protocol)- Could be used to transfer files. Port 21
SFTP(Secure File Transfer Protocol)-For encrypted file transfer. Port 22.
*More security is slower. Less security is faster.
HTTP (Hypertext Transport Protocol)-is responsible for standard internet/ webpage access. Uses port 80
HTTPS (Hypertext Transport Protocol Secured)-Is responsible for encrypted internet/webpage access. Uses port 443
Remote Access Protocols
Telnet (Teletype Network)- Used to remote into another device via console access. Faster. Not secure. Port 23.
SSH (Secure Shell)-Used to remote into another device via console or secure shell via encryption. Port 22. Port 22 is also for SFTP.
RDP (Remote Desktop Protocol)-Used to access a device through a GUI (Graphical User Interface). Port 3389.
Email Protocols
Outgoing
SMTP(Simple Message Transport)-Sends out mail. Port 25.
Incoming
POP3(Post Office Protocol)-Older protocol that is used for receiving standard mail. Port 110
IMAP(Internet Map access protocol)- responsible for receiving email Port 143. Emails are stored from the servers themselves. We are more familiar with it. Synchronizes email.
Other Protocols
DHCP(Dynamic Host Configuration Protocol)-Automatically assigns IP addresses → is used to locate your device on a network. No IP address, no network access. Port 67 & 68.
DNS (Domain Name Service)- Resolves or translates domain names to IP addresses. Port 53.
SMB (Server Message Block)- enables the ability to share files and printers on a network. Ports 137-139.
SNMP (Simple Network Management Protocol)- Monitors the network. Port 161.
LDAP(Lightwork Directory Access Protocol)- Allows you to access files. Allows you to look up information that is stored. Port 389.
FTP
Port 21
SFTP
Port 22
HTTP
Port 80
HTTPS
Port 443
Telnet
Port 23
SSH
Port 22
RDP
Port 3389
SMTP
Port 25
POP3
Port 110