Port Config Flashcards
What is a protocol used to receive mail from a mail server. Messages are deleted from the server by default after being retrieved from the server. This is a problem if you use multiple devices to receive mail.
POP3 is post office protocol; the standard port is 110.
What is another protocol used to receive mail. It allows more control of the e-mail server with options to save messages, create folders, and organize messages.
IMAP is internet message access protocol, the standard port is 143.
Used to transfer files to and from a server
FTP is file transfer protocol and is port 21
Used to access remote devices with added encryption
SSH is secure shell which is on port 22
Used to access remote devices without encryption
Telnet which is on port 23
Used for sending mail
SMTP is simple mail transfer protocol on port 25
Translates domain names to IP addresses
DNS which is domain name system on port 53
Standard for communication on the web ; used to render pages in web browsers
HTTP which is hyper text transfer protocol on port 80
Secure communication on the web
HTTPS which is secure hyper text transfer protocol on port 443
Used to connect to remote computers
RDP which is Remote Desktop protocol on port 3389
Used for LAN communication
NetBIOS/NetBT which is network basic input output system on port 137-139
Used for shared access on a network
SMB/CIFS - server message block/common internet file system on port 445
Used for local service directory
SLP - service location protocol on port 427
Used for Apple file services
AFP - Apple file protocol on port 548
Used to assign IP addresses to network hosts
DHCP - dynamic host configuration protocol on port 67/68
Used to send and receive network management messages
SNMP - simple network management protocol on port 161/162
An SNMP management station receives SNMP notifications from agents on UDP port?
Port 162
An SNMP agent receives requests on UDP port?
Port 161
Which of the following answers refers to an API that enables communication between hosts on a LAN?
NetBIOS
Which port enables the FTP data connection for sending file data?
TCP Port 20
Transmission Control Protocol (TCP) is a connection-oriented protocol using a three-way handshake, which is a set of initial steps required to establish network connection. TCP supports retransmission of lost packets, flow control (managing the amount of data that is being sent), and sequencing (rearranging packets that arrived out of order). True or false?
True
User Datagram Protocol (UDP) is an example of a connectionless protocol. Because UDP does not support a three-way handshake while establishing a network connection, it is referred to as an unreliable or best-effort protocol. True or false?
False