FTP & TFTP | Day 43

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:53 AM on 3/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

What does FTP stand for?

File Transfer Protocol

2
New cards

What does TFTP stand for?

Trivial File Transfer Protocol

3
New cards

Does TFTP use authentication?

No (no username/PW)

4
New cards

Does TFTP use encryption?

No

5
New cards

TFTP servers listen on UDP port […]

69

6
New cards

TFTP uses '[…]' communication, in which the client and server alternately send messages.

lock-step

7
New cards

What are the three phases of a TFTP file transfer?

Connection Data Transfer Connection Termination

8
New cards

What does the TFTP 'TID' stand for?

Transfer ID

9
New cards

The random ports used in TFTP are also called:

TIDs (Transfer IDs)

10
New cards

Which protocol is more lightweight and simple, FTP or TFTP?

TFTP

11
New cards

Which protocol provides more functionality, FTP or TFTP?

FTP

12
New cards

FTP […] connections use TCP port 21.

control

13
New cards

FTP control connections use […] port 21.

TCP

14
New cards

FTP control connections use TCP port […].

21

15
New cards

FTP […] connections use TCP port 20.

data

16
New cards

FTP data connections use […] port 20.

TCP

17
New cards

FTP data connections use TCP port […].

20

18
New cards

TFTP servers listen on […] port 69.

UDP

19
New cards

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

active

20
New cards

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

server

21
New cards

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

passive

22
New cards

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

client

23
New cards

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

disk

24
New cards

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

opaque

25
New cards

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

nvram

26
New cards

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

network

27
New cards

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

show flash

28
New cards

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

show file systems

29
New cards

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

boot system filepath

30
New cards

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

copy tftp: flash:

31
New cards

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

copy ftp: flash:

32
New cards

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

ip ftp username username

33
New cards

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

ip ftp password password

34
New cards

Does FTP use authentication?

Yes (username/PW)

35
New cards

Does FTP use encryption?

No (FTPS does)

36
New cards

What two kinds of connection are used in FTP?

Control Data