How the Internet Works

Understand what the internet actually is, how websites load, and the difference between the internet and your local network — essential context for every task you do online.

📘 Reading Lesson

Lesson Notes

Read through the key concepts before you try the challenge.

Real-World Scenario

The internet is down at Lakeside Medical Associates — and your supervisor asks you to check whether it is a local Wi-Fi problem, an issue with the office's router, or the internet provider's outage. Without understanding how the internet works, these all sound like the same thing. With a basic understanding of internet infrastructure, you know exactly what to check first and what to report to IT.

What the Internet Is

The internet is a global network of interconnected computers that communicate using a shared set of rules called protocols. Understanding its basic structure helps you troubleshoot connectivity problems and communicate clearly with IT support:

  • Your local network (LAN) is the network inside your office — the computers, printers, and other devices connected to the office's router and switch via Wi-Fi or ethernet cables. Devices on the local network can communicate with each other even when the internet is down. If you can print to the office printer but cannot reach Gmail, the local network is working — the problem is the internet connection itself.
  • Your internet connection is provided by an ISP (Internet Service Provider) — a company like Comcast, AT&T, or a regional provider that connects your office's router to the wider internet. The router receives internet service from the ISP's network and distributes it to devices in your office via Wi-Fi and ethernet ports. If the ISP has an outage, no device in your office can reach the internet, but local network functions (file sharing, local printing) still work.
  • IP addresses are the identification numbers computers use to find each other on a network — similar to a mailing address. Your computer has a local IP address (like 192.168.1.5) that identifies it on your office's local network. Websites also have IP addresses, but we access them using domain names (like google.com) because names are easier to remember. The DNS (Domain Name System) translates domain names into IP addresses behind the scenes.
  • A website is just a file (or collection of files) stored on a remote computer called a web server — when you type a URL in your browser, the browser requests those files from the server, the server sends them to your computer, and your browser displays them as a webpage. If a website is slow, the problem could be with the server (overloaded), your internet connection (slow), or your browser (a bug or extension conflict).

Wi-Fi vs. Ethernet

In an office setting, understanding the difference between Wi-Fi and wired ethernet connections affects speed, reliability, and security — all three matter in a medical office:

  • Ethernet (wired) connections are faster and more reliable than Wi-Fi — a physical cable connects your computer directly to the office network switch. Wired connections do not suffer from interference, signal degradation through walls, or competition from other wireless devices. For workstations that stay in one place — such as a front desk computer — ethernet is preferred. The EHR system and other clinical software typically run better on wired connections.
  • Wi-Fi (wireless) is convenient but more variable — signal strength depends on distance from the router, physical obstacles (walls, metal furniture), and interference from other wireless devices. If your computer shows full Wi-Fi bars but internet pages load slowly, try an ethernet connection as a diagnostic test. In a multi-story medical building, a Wi-Fi extender or access point on each floor ensures consistent coverage.
  • Guest Wi-Fi vs. office Wi-Fi — many offices run two separate wireless networks: a private network for staff devices and office computers, and a public/guest network for the waiting room. Never connect office computers containing patient data to the guest network, and never share the staff network password with patients or visitors. The two networks are intentionally isolated for security.

Troubleshooting Basic Connectivity

When something is not connecting, following a simple diagnostic sequence helps you identify the problem quickly rather than calling IT for every connectivity issue:

  • Step 1 — Check if only your computer is affected or if it affects all computers. Ask a colleague if they can reach the internet. If only your computer is affected, the issue is specific to your workstation (check your Wi-Fi or ethernet connection, try toggling airplane mode, or restart your network adapter: right-click the network icon in the taskbar > Troubleshoot). If multiple computers are affected, the problem is the router or ISP.
  • Step 2 — Restart the computer and the router. Most temporary connectivity issues resolve with a restart. For the router, unplug it from the wall for 30 seconds, then plug it back in and wait 2 minutes for it to fully reconnect. The router should not need to be restarted more than once a month — if it does, there is an underlying problem to report to IT.
  • Step 3 — Check the ISP status page from a phone on cellular data to determine whether there is a known outage. Most ISPs have a status page or app. If a known outage is listed, the only action is to wait and notify your supervisor so they can manage patient appointments accordingly.
  • Step 4 — Report to IT with specifics. 'The internet is not working' is not actionable. 'All workstations in the front office cannot reach the internet but local network printing works. We restarted the router 10 minutes ago with no change. The ISP status page shows no outage in our area' gives IT exactly what they need to diagnose the problem remotely.

Responsible Use

The office internet connection is a business resource intended for work-related tasks. Using it for personal streaming, heavy downloads, or online gaming during clinic hours slows the connection for everyone — including clinical staff accessing the EHR system and billing staff processing insurance claims. Most office networks are monitored by IT, and internet usage logs can be reviewed. Keep personal internet use to your break time and use your personal device's cellular data rather than the office Wi-Fi for personal browsing during the workday.

AI Assist

💡 AI Task: Ask ChatGPT — 'The internet is not working at my medical office and I need to troubleshoot it before calling IT. Walk me through a step-by-step diagnostic process, starting from the simplest possible cause and ending with what information I should give IT if I cannot resolve it myself.' Print the response and keep it at your workstation for the next time connectivity goes out.

Knowledge Check

All office computers cannot reach the internet, but the local network printer still works. What does this most likely indicate?

Challenge

Apply what you've learned in this lesson.

Build a simple Internet Troubleshooting Checklist for Lakeside Medical Associates.

  1. Check your workstation's current IP address: open Command Prompt (search 'cmd' in the Start menu) and type 'ipconfig'. Record your IPv4 address. Note whether it starts with 192.168 (local network) or something else.
  2. Test your internet connection by opening a web browser and navigating to three different websites. Note which ones load and which do not. Open one from a well-known provider (google.com) and one from a medical professional site.
  3. In a Word document, write a 5-step Internet Connectivity Troubleshooting Checklist for Lakeside Medical Associates — one sentence per step, written clearly enough for a non-technical new hire to follow.
  4. Save the checklist as 'LMA_InternetTroubleshooting_2025-05.docx' and export as a PDF. This is a real deliverable your office could use.