0 / 5 complete
Module 04 of 05

Internet & Cloud Basics

The internet and cloud services power the modern workplace. Understanding how they work โ€” and the difference between them โ€” makes you a more effective, confident employee.

Key distinctions everyone should know

Several terms get used interchangeably in offices but mean very different things.

๐ŸŒ The Internet

The global network connecting billions of devices. It's infrastructure โ€” like a road system.

๐Ÿ” A Browser

Software you use to view content on the internet: Chrome, Firefox, Safari, Edge. Just one tool for accessing the internet.

๐Ÿ“ถ Wi-Fi

The wireless connection from your device to a router. Wi-Fi is local โ€” you can have Wi-Fi without internet access.

๐ŸŒ Internet Access

The router's upstream connection via an ISP. You can have internet without Wi-Fi (via Ethernet cable).

โ˜๏ธ The Cloud

Files and services hosted on remote servers. Google Drive, OneDrive, Zoom, Salesforce โ€” all cloud services.

๐Ÿ’ป Local Software

Software installed on your computer. Works without internet. Files live on your own hard drive.

๐Ÿค– Why This Matters for AI

Every major AI tool โ€” ChatGPT, Claude, Copilot, Gemini โ€” is a cloud service. When you type a prompt, it travels over the internet to remote servers loaded with GPUs (Module 1), gets processed, and the response streams back. This means: no internet = no AI tool access. High latency = slow AI responses. And critically, every prompt you send travels to someone else's servers โ€” which is why the cybersecurity module (Module 5) covers what data you should and shouldn't share with AI tools.

Anatomy of a URL

A URL (Uniform Resource Locator) is a web address. Every part has a specific meaning.

https://www.company.com/reports/q3-2024?format=pdf

https = secure connection (encrypted) ยท company.com = domain (who owns the site) ยท reports/q3-2024 = path (specific page/resource) ยท format=pdf = query parameter (extra instructions)

Security tip: Always check the protocol (https vs http) and the domain before entering passwords. Phishing sites mimic real URLs: paypa1.com vs paypal.com.

What cloud tools will you use?

๐Ÿ“ง
Microsoft 365
Email, Word, Excel, PPT
๐Ÿ—‚๏ธ
SharePoint / OneDrive
Cloud file storage
๐Ÿ”ต
Microsoft Teams
Chat & video meetings
๐Ÿ“น
Zoom
Video conferencing
๐Ÿ’š
Google Workspace
Docs, Sheets, Drive
๐Ÿ’ฌ
Slack
Team messaging

Local vs. cloud AI tools

Now that you understand the difference between local software and cloud services, there's an important distinction to make specifically for AI: not all AI tools work the same way. Some run entirely on remote servers; others run on your own machine. The difference matters for performance, privacy, cost, and capability.

Cloud / Commercial AI

The AI runs on the provider's servers. You access it through a browser or app, and your prompts travel over the internet to be processed remotely. This is how most people interact with AI today.

Examples: ChatGPT (OpenAI), Claude (Anthropic), Copilot (Microsoft), Gemini (Google)
Pros: Powerful models, no hardware requirements on your end, always up to date
Cons: Requires internet, your data leaves your machine, subscription costs, provider controls the model
Hardware needed: Any device with a web browser

Local / Open-Source AI

The AI model is downloaded and runs entirely on your own computer. Nothing leaves your machine โ€” your prompts and data stay local. This requires more technical setup and more powerful hardware.

Examples: Ollama, LM Studio, llama.cpp, GPT4All
Pros: Full data privacy, works offline, no subscription, you control the model
Cons: Needs a powerful GPU and substantial RAM (Module 1), smaller models than cloud, more setup effort
Hardware needed: Modern computer with a capable GPU and 16+ GB RAM

This is a spectrum, not a binary. Some tools blend both: Microsoft Copilot integrates cloud AI into local Office applications; some coding assistants run a small model locally but send complex queries to the cloud. The key question is always the same: where is the computation happening, and where is your data going? That question ties directly back to the hardware concepts in Module 1 (is your GPU powerful enough?) and forward to the security concepts in Module 5 (should this data leave your machine?).

๐Ÿค– A note on this from Claude

I'm a cloud AI tool โ€” when you type a prompt to me, it travels to Anthropic's servers, gets processed on their hardware, and the response comes back over the internet. I have no ability to run on your local machine. Tools like Ollama let you run smaller, open-source models locally instead. The tradeoff is real: I'm generally more capable, but your data leaves your computer. A local model is less powerful but keeps everything private. There's no single right answer โ€” it depends on what you're doing and what data is involved.

From your keyboard to the internet

When you type google.com and press Enter: (1) Your browser asks a DNS server to translate "google.com" into an IP address like 142.250.80.46. (2) Your computer sends a request through your router, through your ISP, across the internet. (3) Google's server processes the request and sends data back. (4) Your browser renders the page. This round trip typically takes 20โ€“100 milliseconds.

Every device on the internet has an IP address โ€” a unique identifier like 192.168.1.1. DNS (Domain Name System) is like a phone book: it translates human-readable names (google.com) into IP addresses. When IT says "flush your DNS," they're clearing a local cache to fix connectivity issues.

A VPN (Virtual Private Network) creates an encrypted tunnel from your device to a company server. When working from home, a VPN makes your connection appear to come from the company network โ€” giving you access to internal resources. It also encrypts your traffic, protecting it on public Wi-Fi. Your IT department provides VPN software and credentials.

Bandwidth = how much data can flow at once (highway lane width). Measured in Mbps. High bandwidth = fast downloads. Latency = how long for data to make a round trip (travel time). Measured in milliseconds. High latency = lag in video calls. You can have high bandwidth but high latency (satellite internet) โ€” fast downloads but laggy video calls.

Diagnosing internet problems

SymptomLikely CauseFirst Step
Nothing loads at allNo internet or network connectionCheck Wi-Fi icon โ€” are you connected?
One website won't loadSite may be down, or DNS issueTry another browser; check downdetector.com
Video call is choppyHigh latency or low bandwidthClose other tabs; try Ethernet cable
Can't access company files from homeVPN not connectedConnect to company VPN first
Email sends but won't receiveMailbox full or mail server issueCheck mailbox storage; check spam folder
Websites load very slowlyWeak Wi-Fi signalMove closer to router; restart router

Cloud and internet at work

Working from home โ€” can't access the company shared drive. Internet is fine.

The shared drive is on the company's internal network โ€” inaccessible from outside without a VPN. Connect to your company VPN first, then try accessing the drive again. This is one of the most common remote work issues.

Manager asks you to share a 200MB video file with a client. Too large for email.

Upload to OneDrive or Google Drive โ†’ Share โ†’ get a shareable link โ†’ send the link by email. Sharing links is better than attachments โ€” saves storage, ensures the latest version, and lets you control access.

Your video call is freezing and pixelating. Others can see and hear you fine.

The problem is your connection. Steps: (1) Close other browser tabs. (2) Move closer to router. (3) Plug into Ethernet if possible. (4) Lower camera resolution in settings. (5) Restart router. Video calls need โ‰ฅ3 Mbps and under 150ms latency.

You save a file to OneDrive. A colleague sees it on their computer within seconds. How?

OneDrive is a sync client. When you save, the OneDrive app uploads to Microsoft's servers. Your colleague's app detects the new file and downloads it automatically. This happens in near real-time as long as both computers are online.

๐Ÿงช Try It Yourself
  1. Decode a URL: Go to any website and look at the address bar. Identify the protocol (http/https), domain, and path.
  2. Test your connection speed: Go to speedtest.net and note your download speed (bandwidth) and ping (latency). Is it fast enough for video calls (โ‰ฅ3 Mbps, <150ms)?
  3. Check your cloud sync: If you use OneDrive or Google Drive, look for the sync icon in your system tray (bottom-right on Windows, top-right on Mac). Is it showing synced, syncing, or an error?
  4. Find your IP address: Google "what is my IP address" to see your public IP. Compare it to your local IP (Settings โ†’ Network on either OS).

Module 4 Quiz

Answer all questions to complete this module.

1. You're at a coffee shop connected to Wi-Fi, but no websites load. What's most likely happening?

2. What does a VPN do when you work from home?

3. When you send a prompt to ChatGPT or Claude, where does the processing happen?

4. Your company has strict data privacy rules. You need to use an AI tool to analyze sensitive employee records. Which approach best addresses the privacy concern?