Common Ports Flashcards

1
Q

FTP

A. 26
B. 42
C. 21
D. 23

A

21

FTP is one of the most commonly used file transfer protocols on the Internet and within private networks. An FTP server can easily be set up with little networking knowledge and provides the ability to easily relocate files from one system to another. FTP control is handled on TCP port 21 and its data transfer can use TCP port 20 as well as dynamic ports depending on the specific configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SSH

A. 22
B. 45
C. 24
D. 77

A

22

SSH is the primary method used to manage network devices securely at the command level. It is typically used as a secure alternative to Telnet which does not support secure connections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Telnet

A. 34
B. 67
C. 24
D. 23

A

23

Telnet is the primary method used to manage network devices at the command level. Unlike SSH which provides a secure connection, Telnet does not, it simply provides a basic unsecured connection. Many lower level network devices support Telnet and not SSH as it required some additional processing. Caution should be used when connecting to a device using Telnet over a public network as the login credentials will be transmitted in the clear.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SMTP

A. 23
B. 25
C. 42
D. 69

A

25

SMTP is used for two primary functions, it is used to transfer mail (email) from source to destination between mail servers and it is used by end users to send email to a mail system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DNS

A. 55
B. 99
C. 53
D. 46

A

53

The DNS is used widely on the public internet and on private networks to translate domain names into IP addresses, typically for network routing. DNS is hieratical with main root servers that contain databases that list the managers of high level Top Level Domains (TLD) (such as .com). These different TLD managers then contain information for the second level domains that are typically used by individual users (for example, cisco.com). A DNS server can also be set up within a private network to private naming services between the hosts of the internal network without being part of the global system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DHCP

A. 67
B. 72
C. 53
D. 56

A

67

DHCP is used on networks that do not use static IP address assignment (almost all of them). A DHCP server can be set up by an administrator or engineer with a poll of addresses that are available for assignment. When a client device is turned on it can request an IP address from the local DHCP server, if there is an available address in the pool it can be assigned to the device. This assignment is not permanent and expires at a configurable interval; if an address renewal is not requested and the lease expires the address will be put back into the poll for assignment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

HTTP

A. 445
B. 96
C. 80
D. 144

A

80

HTTP is one of the most commonly used protocols on most networks. HTTP is the main protocol that is used by web browsers and is thus used by any client that uses files located on these servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

POP

A. 110
B. 242
C. 33
D. 680

A

110

POP version 3 is one of the two main protocols used to retrieve mail from a server. POP was designed to be very simple by allowing a client to retrieve the complete contents of a server mailbox and then deleting the contents from the server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

NTP

A. 456
B. 123
C. 555
D. 342

A

123

One of the most overlooked protocols is NTP. NTP is used to synchronize the devices on the Internet. Even most modern operating systems support NTP as a basis for keeping an accurate clock. The use of NTP is vital on networking systems as it provides an ability to easily interrelate troubles from one device to another as the clocks are precisely accurate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

IMAP

A. 143
B. 567
C. 224
D. 134

A

143

IMAP version3 is the second of the main protocols used to retrieve mail from a server. While POP has wider support, IMAP supports a wider array of remote mailbox operations which can be helpful to users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

HTTPS

A. 442
B. 243
C. 443
D. 543

A

443

HTTPS is used in conjunction with HTTP to provide the same services but doing it using a secure connection which is provided by either SSL or TLS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly