Category: Network
-

What Is a Port Number? Isn’t an IP Address Enough? ── What 80 and 443 Mean, and What “Opening a Port” Really Is
“You need to open a port.” “Port 443 is blocked.” ── What exactly is this “port number” that keeps appearing in settings screens and error messages? It turns out the IP address, the address of a computer, only carries a parcel as far as the destination machine. Inside it, several…
-

What Is a Server? How Is It Different from Your Own Computer? ── What “the Server Is Down” Really Means, and How Web, Mail, and DNS Servers Differ
“The server is down.” “You’ll need to sign up for a rental server.” ── We hear these phrases every day, but what exactly is a server? It turns out a server is not the name of a special machine, but the name of a role: “answer when asked.” Starting from…
-

What Is the Cache? Why Does “I Updated It but Nothing Changed” Happen? ── Why the Second Visit Is Faster, and How to Fix the Side Effect
A site you updated keeps showing the old version, and support keeps telling you to “clear your cache” ── but what is the cache, really? It turns out the cache is the very reason pages open faster the second time, and the “nothing changed” incident is the side effect of…
-

What Are Cookies? Why Do You Stay Logged In? ── The Real Meaning of “Accept Cookies?”
The sites and work systems you casually stay logged into ── close the browser, come back tomorrow, and they still greet you signed in. But behind them, the server tends to forget you with every single request. So why are you remembered? The answer is the cookie ── the same…
-

What Is HTTPS, and What Makes HTTP Dangerous? The Real Meaning of the Lock Icon in Your Address Bar ── How You Can Send a “Secret Box” Nobody Else Can Open
“As long as it’s HTTPS, you’re safe” ── but how true is that, really? And when HTTP gets flagged as “Not secure”, what exactly isn’t secure about it? HTTPS puts everything between you and a website into a “secret box” that nobody along the route can open ── but how…
-

What Happens Between Typing a URL and the Page Appearing? ── DNS, IP, DHCP, NAT, Switches and Routers, and Firewalls, Explained Step by Step
You type a URL into the address bar, hit Enter, and the page appears in under a second ── behind that instant, your PC borrows an address, looks up a phone book, entrusts its package to a sorting clerk and the town exit, passes a checkpoint inspection, and receives an…
-

Switch vs Router: What’s Actually Different? ── The Town’s Sorting Clerk and the Town Exit (MAC vs IP Two-Story Addresses, Hubs vs Switches, and Why Your Wi-Fi Router Is Really Several Devices in One)
At home there’s “the router.” Under the office desk there’s a different box with a whole row of LAN ports ── so what’s the difference between the two? The answer lies in how each one uses addresses. A switch hands packages to recipients within the same town (the same network)…
-

Why Does Your IP Address Assign Itself? ── DHCP Explained Through a “Move-In Process” (DORA, Leases, Pool Exhaustion, and the Truth About 169.254)
You type in the Wi-Fi password and the web just works ── yet you never entered an address, and someone, somewhere, must be assigning one to your device. That someone is DHCP. This article explains the building-manager mechanism that lends addresses on fixed-term leases: the four-step DORA move-in process, why…
-

What Is NAT? The “Translation Desk” That Lets Everyone Share One IP ── Why You’re Unreachable from Outside, the NAT Table, Port Forwarding, and Game NAT Types
Check “what is my IP” on every device in your house and you get the same value back ── the thing working behind that mystery is NAT (Network Address Translation). This article covers the “translation desk and ledger” mechanism that lets everyone share one global IP, why outside-initiated traffic structurally…
-

What Is a VPN? The Encrypted Tunnel That Lets Your PC Pretend It’s in the Office ── Encapsulation, Full vs. Split Tunnels, and How Company VPNs Differ from VPN Apps
That “Connect VPN” button you click every work-from-home morning ── behind it, your traffic is being sealed into encrypted envelopes and carried through a “tunnel” to the office. This article covers the two problems a VPN solves (snooping on the route, and internal systems being unreachable from outside), how tunneling…