Steps:

  1. Windows Users: Open the Windows PowerShell program.
    Mac Users: Open the Terminal program.
  2. Choose an Internet URL, such as www.yahoo.com
  3. At the prompt, type in the following command and press Enter:

    Windows:
    ping -n 5 www.yahoo.com

    Mac:
    ping -c 5 www.yahoo.com

    (Replace www.yahoo.com with the URL you chose)
  4. Look at the output. If you have packets lost, try another URL. Save your first successful output.
  5. At the prompt, type in the following command and press Enter:

    Windows:
    ipconfig /all

    Mac:
    ifconfig

    Save your output!
  6. At the prompt, type in the following command and press Enter:

    Windows:
    tracert www.yahoo.com

    Mac:
    traceroute www.yahoo.com

    (Replace www.yahoo.com with the URL you chose)
    Save your output!

Upon Completion: