{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Lab 07: The Internet\n", "\n", "- **Name**: Domer McDomerson\n", "- **Netid**: dmcdomer" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Activity 1: SpeedTest\n", "\n", "For the first activity, you are to measure the speed of various networking technologies by using the [SpeedTest] website. You are to use the following three connection types:\n", "\n", "1. **Wired connection from your laptop or a lab machine**\n", "\n", "2. **Wireless connection from your laptop**\n", "\n", "3. **Cellular connection from your phone (make sure you are using 4G/LTE and not WiFi)**\n", "\n", "\n", "To test the speed of each connection, simply go to the website on the appropriate device: www.speedtest.net and hit the `Go` button. This will measure your **Ping**, **Download**, and **Upload** speeds to generate a result such as:\n", "\n", "\n", "\n", "\n", "[SpeedTest]: https://www.speedtest.net/" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Speed Tests\n", "\n", "Run the [SpeedTest] on each connection type a few times to get a representative sample and then complete the table below:\n", "\n", "| Connection Type | Ping (ms) | Download (Mbps) | Upload (Mbps) |\n", "|-----------------|-----------|-----------------|---------------|\n", "| Wireless | 0 | 0 | 0 |\n", "| Wired | 0 | 0 | 0 |\n", "| Cellular | 0 | 0 | 0 |\n", "\n", "