From the time stamps recorded by ethereal, obtain the times it took to transfer the file with FTP and with TFTP. Use your knowledge of FTP, TFTP, TCP, and UDP to explain the outcome.
Include answers to the questions in Step 5.
```
[root@PC2 lab5]# ftp 10.0.5.11
Connected to 10.0.5.11.
220 (vsFTPd 1.1.3)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (10.0.5.11:root): root
331 Please specify the password.
Password:
230 Login successful. Have fun.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd /tftpboot
250 Directory successfully changed.
ftp> get large.d
local: large.d remote: large.d
227 Entering Passive Mode (10,0,5,11,239,225)
150 Opening BINARY mode data connection for large.d (1025339 bytes).
226 File send OK.
1025339 bytes received in 1.1 seconds (8.9e+02 Kbytes/s)
ftp> quit
221 Goodbye.
```
If we consider the amount of time it took for retrieving a file between the time of first data packet received and the time of last data packet received, the time for FTP to get a large.d is 1.1 second. (10.510312 – 9.396619 = 1.113693)
```
[root@PC2 labdata]# tftp 10.0.5.11
tftp> get large.d
Received 1027151 bytes in 2.3 seconds
tftp> quit
```
You might also like to view...
An Office background is a small graphic in the upper-right corner of the Access application window used to personalize Office 2016
Indicate whether the statement is true or false
To add an organization chart to a slide, you can apply a Content layout to a slide and then click the SmartArt Graphic ____ in the content placeholder.
A. dialog box B. icon C. handle D. animation