Mini Project(Lab 5)
<- Lab4 PART 1: Trobleshooting Bad Internet Connections 1) First, to check if the internet connection in the device is good we can use command ping to test out if the connection is established. -To stop ping, we can press Ctrl + C. -If the packets send is received without lost mean our internet connection is established perfectly. If ping command is not working, we can ping the route Gateway to determine where is the error at for bad internet connection: -If the ping for Gateway is successful, the problem is most likely on the router or the ISP itself. PART 2: Using File Transfer Protocol (FTP) to transfer files to another machine 1) First, we must have a FTP server installed in window device in order to setting up FTP connection between a linux based virtual machine. We must have FileZilla server installed and setup in Windows in order to create a FTP connection between another machine. 2) After setting up FileZilla, We can use command FTP <ipaddress(Windows)> to star...