[Q1] A File Transfer Application
ping -c 10 n1p3You should see messages that indicate 10 packets being sent at 1 second intervals, and the Traffic plot should indicate this traffic.
netstat -i scp /usr/bin/emacs n1p3:junk netstat -iSince the emacs executable file is about 4 Megabytes, the scp command will be transfering this file to the file named junk in your home directory on n1p3. Scp should report information of the transfer volume and speed. Answer Questions 2, and 3.