FTP & TFTP Flashcards

1
Q

What two kinds of connection are used in FTP?

A

Control
Data

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

Does FTP use authentication?

A

Yes (username/PW)

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

Configure the FTP password of the device:
R1(config)# […]

A

ip ftp password password

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

Configure the FTP username of the device:
R1(config)# […]

A

ip ftp username username

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

Copy a file from an FTP server to the router’s flash:
R1# […]

A

copy ftp: flash:

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

Copy a file from a TFTP server to the router’s flash:
R1# […]

A

copy tftp: flash:

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

Specify the OS file the device should use when next time it boots:
R1(config)# […]

A

boot system filepath

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

Display the file systems of the device:
R1# […]

A

show file systems

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

Display the contents of flash memory:
R1# […]

A

show flash

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

The […] file system type represents external file systems, for example FTP/TFTP servers.

A

network

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

The […] file system type is used for the device’s internal NVRAM.

A

nvram

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

The […] file system type represents logical systems used for internal functions.

A

opaque

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

The […] file system type is used for storage devices such as flash memory.

A

disk

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

In FTP passive mode, the […] initiates the data connection.

A

client

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

In FTP […] mode, the client initiates the data connection.

A

passive

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

In FTP active mode, the […] initiates the data connection.

17
Q

In FTP […] mode, the server initiates the data connection.

18
Q

TFTP servers listen on […] port 69.

19
Q

FTP data connections use TCP port […].

20
Q

FTP data connections use […] port 20.

21
Q

FTP […] connections use TCP port 20.

22
Q

FTP control connections use TCP port […].

23
Q

FTP control connections use […] port 21.

24
Q

FTP […] connections use TCP port 21.

25
Which protocol provides more functionality, FTP or TFTP?
FTP
26
Which protocol is more lightweight and simple, FTP or TFTP?
TFTP
27
The random ports used in TFTP are also called:
TIDs (Transfer IDs)
28
What does the TFTP 'TID' stand for?
Transfer ID
29
What are the three phases of a TFTP file transfer?
Connection Data Transfer Connection Termination
30
TFTP uses '[...]' communication, in which the client and server alternately send messages.
lock-step
31
TFTP servers listen on UDP port [...]
69
32
Does TFTP use encryption?
No
33
Does TFTP use authentication?
No (no username/PW)
34
What does TFTP stand for?
Trivial File Transfer Protocol
35
What does FTP stand for?
File Transfer Protocol
36
Does FTP use encryption?
No (FTPS does)