M3Q16: Core Protocols Flashcards

Module 3: Quiz 16

1
Q

The following protocols allow for command line access to network devices.

(choose all that apply)

A. ICMP
B. SSH
C. RDP
D. Telnet

A

B. (SSH), D. (Telnet)

Explanation: SSH (Secure Shell) and Telnet are both protocols for remote access to the command line interface of network devices. SSH uses encryption while Telnet does not; all Telnet traffic is completely clear text. SSH or Telnet could be used to access a remote router, firewall, or switch to make configuration changes from a remote location.

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

Telnet should be used instead of SSH for security purposes.

A. True
B. False

A

B. False

Explanation: Using Telnet is a security concern for companies because all communications over Telnet are in clear text, even usernames and passwords. SSH should be used instead in order to increase security with remote access to network devices.

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

Which of the following TCP ports are used by SSH. (choose all that apply)

A. 20
B. 21
C. 22
D. 23

A

C. 22

Explanation: SSH (Secure Shell) uses TCP port 22

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

Which of the following TCP ports are used by Telnet.

(choose all that apply)

A. 20
B. 21
C. 22
D. 23

A

D. 23

Explanation: Telnet uses TCP port 23.

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

______________ is the protocol responsible for ping and traceroute.

A. ICMP
B. RDP
C. TFTP
D. Ping

A

A. ICMP

Explanation: ICMP (Internet Control Message Protocol) is used by applications such as Ping and Traceroute to produce IP based reachability outputs. With the Ping application in particular the ICMP Echo and ICMP Echo reply are used to check IP reachability status of a network node.

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

Which of the following TCP ports are used by FTP.

(choose all that apply)

A. 20
B. 21
C. 22
D. 23

A

A. (20), B. (21)

Explanation: FTP (File Transfer Protocol) uses TCP port 20 (FTP data transfer) & 21 (FTP control). Port 21 use used to manage the FTP sessions and port 20 is the port which the data actually transfers over during the file transfer.

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

Trivial File Transfer Protocol (TFTP) uses UDP port 69 and is considered to be connectionoriented.

A. True
B. False

A

B. False

Explanation: TFTP (Trivial File Transfer Protocol) does use UDP port 69, but because it uses UDP is considered to be connection-less. FTP on the other hand uses TCP and is connection-oriented.

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