You use the internet every day, but most people cannot actually explain how it works or what a browser really is. Today you'll learn enough to sound like you know what you're doing, and you'll set up a bookmark bar that makes research for your Something Real project much faster.
Think of the last three websites you visited. What did you type (or tap) to get there? That text has a name and a structure. By the end of this lesson you'll be able to read it like an address on an envelope, and you'll know which parts matter for your safety.
Before you open anything, get these five ideas straight. They'll make every other step faster.
| Concept | Why it matters | Example |
|---|---|---|
| The internet — a global network of computers that can send data to each other | The internet is the network, not the browser | When you load {{code:citizensinformation.ie}}, your laptop sends a request across cables and wireless links to a server in Ireland and gets the page back |
| Web browser — an app on your device that fetches web pages and shows them to you | The browser is only a viewer; swapping browsers doesn't change the website | Chrome, Edge, Safari, and Firefox are all browsers — the same Revenue page works in all of them |
| URL — the address of a specific page, made of a protocol, a domain, and sometimes a path | Reading a URL lets you spot a fake site before you click it | In {{code:https://www.citizensinformation.ie/en/employment/}}, the protocol is https, the domain is citizensinformation.ie, and the path is /en/employment/ |
| HTTPS and the padlock — the "s" and the padlock icon mean the connection between you and the site is encrypted (scrambled so others can't read it) | A missing padlock on a login page means your password could be read in transit | The padlock on a bank site means your password can't be read by someone on the same Wi-Fi; no padlock on a login page is a hard stop |
| Browser tools — tabs (separate pages in one window), bookmarks (saved shortcuts to trusted pages), and history (an automatic list of pages you visited) | These three tools are how you research fast without losing your place or typing a URL wrong | One tab on a jobs site, one on Citizens Information, plus a bookmark to {{code:revenue.ie}} so you never accidentally type a fake look-alike |
Take this real URL and read it left to right:
https://www.citizensinformation.ie/en/employment/employment-rights-and-conditions/
.ie) tells you it's an Irish siteQuick check: Point at the domain in the URL above. Now point at the path. If you can do that, you're ready for the hands-on part.
Open the same website in two different browsers, and notice how the browser (the viewer) is separate from the website (what the internet delivers). You'll also practise reading a URL and using tabs and bookmarks.
| Issue | Solution |
|---|---|
| The site looks broken — text is plain, images are missing | This usually means one tab lost its connection, not that "the internet is down". Try reloading with {{kbd:Ctrl+R}} (Windows/Chromebook) or {{kbd:Cmd+R}} (Mac); if other tabs still work, the site itself is having trouble. |
| I don't see a padlock in the address bar | Check the URL starts with {{code:https://}} not {{code:http://}}. If it's http and the page is asking for any personal information, close the tab — the connection is not encrypted. |
| My bookmarks bar is missing | Press {{kbd:Ctrl+Shift+B}} (Windows/Chromebook) or {{kbd:Cmd+Shift+B}} (Mac) to toggle the bookmarks bar back on. |
| I typed a URL and got a scary warning page | The browser blocked the site because it looks like phishing or has an invalid security certificate. Do not click through. Close the tab and type the URL again — you may have hit a typo-squatter like {{code:revenu.ie}} instead of {{code:revenue.ie}}. |