Protocols and Ports Flashcards
2.1 Compare and contrast Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) ports, protocols, and their purposes
What are the transport layer protocols in the TCP/IP stack?
There are two transport layer protocols in the TCP/IP stack, which are TCP and UDP.
What does the initials TCP denote?
TCP stands for the Transport Control Protocol. TCP provides guaranteed connection-oriented delivery.
What does UDP denote?
UDP stand for User Datagram Protocol which provides no guaranteed, contactless delivery.
Which default port(s) does the File Transfer Protocol (FTP) use?
FTP uses ports 20 and 21 by default.
Which default port(s) does the Simple Mail Transfer Protocol (SMTP) use?
SMTP uses port 25.
Which default port(s) does the Internet Mail Access Protocol (IMAP) uses?
IMAP uses port 143
Which default port(s) does the Post Office Protocol version 3 (POPv3) use?
POPv3 uses port 110.
Which default port(s) does the Hypertext Transfer Protocol (HTTP) use?
HTTP uses TCP port 80.
Which default port(s) does the Hypertext Transfer Protocol Secure (HTTPS) use?
HTTPS uses port 443.
Which default port(s) does the Trivial File Transfer Protocol (TFTP) use?
TFTP uses UDP port 69.
Which default port(s) does the Telnet use?
Telnet uses port 23.
Which default port(s) does the Secure Shell (SSH) use?
SSH uses TCP port 22.
Which default port(s) does the Remote Desktop Protocol (RDP) use?
RDP uses port 3389.
Which default port(s) does the Domain Name System (DNS) use?
DNS uses port 53.
Which default port(s) does the NetBIOS use?
NetBIOS use ports 137 and 139.
Which default port(s) does the Dynamic Host Configuration Protocol (DHCP) use?
DHCP uses UDP ports 67 and 68
Which default port(s) does the Simple Network Management Protocol (SNMP) use?
SNMP uses ports 161 and 162
Which default port(s) does the Lightweight Directory Access Protocol (LDAP) use?
LDAP uses port 389
Which default port(s) does the Sever Message Block (SMB) use?
SMB uses port 445
What does the initials SMTP denote?
Simple Mail Transfer Protocol
What does the initials TLS denote with regards to network transmission security?
Transport Layer Security
Which protocol is used to transmit data securely between a File Transfer Protocol (FTP) client and an FTP server?
Secure File Transfer Protocol (SFTP), which uses SSH; or File Transfer Protocol Security (FTPS), which uses Secure Socket Layer (SSL).
What does the initials HTTP denote?
Hypertext Transfer Protocol
What does the initials SNTP denote?
Simple Network Time Protocol
Which protocol is used for transferring files from one computer to another?
File Transfer Protocol (FTP)
Which lower-layer protocol provides communication between computers or other network devices by using unique global addressing?
Internet Protocol;
Which protocol resolves IP address to Media Access Control (MAC) address?
Address Resolution Protocol (ARP)
What does the acronym POP3 denote?
Post Office Protocol version 3
Which service translates domain names into numeric IP addresses?
Domain Name Systems (DNS)
What does the initials RDP denote?
Remote Desktop Protocol
What does the initials HTTPS denote?
Hypertext Transfer Protocol Security
What does the acronym IMAP denote?
Internet Mail Access Protocol
What does the initials ARP denote?
Address Resolution Protocol
Which of the TCP/IP protocols was designed as a replacement for Telnet?
Secure Shell (SSH)
The SSH protocol uses encryption to secure the connection between a client and a server. All user authentication, commands, output, and file transfers are encrypted to protect against attacks in the network.
Which TCP/IP protocol allows a user to log into a remote computer and manage files as if
they were logged in locally?
Remote Desktop Protocol
Which TCP/IP protocol is used to provide shared access to files and printers on the network? A. FTP B. SSH C. SMB D. SMTP
File Transfer Protocol
Which TCP/IP Internet layer protocol is responsible for delivering error messages if communication between two computers fails? A. ICMP B. IP C. TCP D. UDP
The main Internet layer protocol is Internet Protocol (IP), and it’s the workhorse of TCP/ IP. Another key protocol at this layer is Internet Control Message Protocol (ICMP), which is responsible for delivering error messages. If you’re familiar with the ping utility, you’ll know that it utilizes ICMP to send and receive packets. Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) are both communication protocols; TCP guarantees delivery but UDP does not.
Which TCP/IP protocol, developed by Microsoft, uses port 3389 to connect to a remote computer?
RDP
Which TCP/IP protocol, that’s designed to download email, allows for multiple clients to be simultaneously connected to the same mailbox?
Internet Message Access Protocol (IMAP) is a secure protocol designed to download email. It has several advantages over the older Post Office Protocol 3 (POP3). First, IMAP4 works in connected and disconnected modes. Second, it lets you store the email on the server, as opposed to POP3, which requires you to download it. Third, IMAP4 allows multiple clients to be simultaneously connected to the same inbox.