Networking on Windows 11

Windows 11 Fundamentals

Chapter 7 · Networking on Windows 11

Networking Fundamentals already covers the underlying concepts — IP addressing, DNS, ports, the whole stack — in real depth, independent of any one operating system. This chapter is the Windows-specific half: how those concepts surface in Windows 11's own settings, and the handful of Windows-only behaviors (network profiles chief among them) that don't exist in the general model at all.

Network Profiles — Public vs. Private

Every network Windows connects to is assigned a profilePrivate (a trusted home or work network) or Public (an untrusted network, like a coffee shop or airport). The profile isn't cosmetic labeling; it changes real, active behavior:

Network discoveryFile/printer sharingFirewall rule set
PrivateOn — other devices on the network can see this PCEnabled by defaultLooser, trusted-network rule set
PublicOff — this PC stays invisible to other devicesDisabled by defaultStricter, untrusted-network rule set

This is enforced by Windows Firewall maintaining genuinely separate rule sets per profile — a rule enabled for Private doesn't apply while connected to a network currently classified as Public, and vice versa, without needing to be manually toggled each time.

Picking the wrong profile has real, silent consequences
Selecting Public on a genuinely trusted home network (or Private on an untrusted one) doesn't produce an error — it silently applies the wrong rule set. A user who can't find a shared printer, or can't see another PC on their own home network, has very often connected under the Public profile rather than Private, with nothing in the interface actively flagging the mismatch.

Wi-Fi & Ethernet Setup

Wi-Fi connects through the taskbar's quick-settings panel or Settings > Network & internet > Wi-Fi, with saved networks reconnecting automatically by signal strength and priority. A Wi-Fi connection can also be marked metered — signaling to Windows that data usage should be minimized, which, notably, can pause or defer large background downloads including Windows Update itself (covered fully in Chapter 8). Ethernet, by contrast, is normally zero-configuration — DHCP hands out an IP address, gateway, and DNS servers automatically the moment a cable is plugged in.

Manually configuring a static IP, gateway, or DNS server still opens the classic adapter properties dialog — the exact "partially migrated" case Chapter 5's own table already named: Settings shows a basic view, but this deeper configuration remains Control Panel territory underneath.

DNS on Windows — the Practical Side

Networking Fundamentals 9 already covers what DNS actually is and how resolution works, in full. On a Windows machine specifically, DNS servers are set per-adapter (inherited from DHCP by default, or overridden manually in the same adapter properties dialog above), and a local DNS cache is maintained to avoid re-querying for names already resolved recently — the exact cache Windows 11 Troubleshooting & Administration's own networking chapter clears with ipconfig /flushdns when a stale entry is the actual problem.

Sharing — Network Discovery & File Sharing

The classic Network and Sharing Center Control Panel item remains fully alive and is still where several sharing-related toggles genuinely live, alongside their Settings-app counterparts. Windows's old "Homegroup" feature was removed entirely in favor of simpler folder- and printer-level sharing, controlled per-object through each item's own Properties > Sharing tab, gated by whichever network profile — Private or Public — is currently active.

Windows Firewall Basics

Windows Firewall filters both inbound connections (something outside trying to reach this PC) and outbound connections (this PC trying to reach something outside), with separate rule sets for the Domain, Private, and Public profiles. Most day-to-day use never requires touching a firewall rule directly — installed apps typically register their own rules automatically — but the Windows Security app (covered in full in Chapter 9) is the modern entry point when a rule genuinely does need reviewing or adding.

Checking the current network's profile
Settings > Network & internet > [the active connection] shows "Network profile type" directly, with a toggle right there to switch between Public and Private — worth checking any time sharing or discovery behaves unexpectedly, before assuming something deeper is broken.

Hands-On Exercises

Exercise 1

A user at home can't see their own PC listed on another device connected to the same Wi-Fi network. Using this chapter's own compare-table, explain the most likely cause and where to check it.

📄 View solution
Exercise 2

Explain why manually setting a static DNS server on a Windows 11 machine still requires opening the classic adapter properties dialog, tying your answer back to Chapter 5's own migration table.

📄 View solution
Exercise 3

Explain why marking a Wi-Fi connection as "metered" can cause a Windows Update to silently stop downloading, and why this isn't a bug.

📄 View solution

Chapter 7 Quick Reference

  • Network profile (Public/Private) — actively changes discovery, sharing, and firewall rule sets, not just a label
  • Wrong profile selection fails silently — no error, just the wrong rule set applied
  • Metered connections — can pause background downloads including Windows Update (Chapter 8)
  • Static IP/DNS configuration still opens the classic adapter properties dialog — Chapter 5's own "partially migrated" case
  • Networking Fundamentals 9 covers DNS concepts in full; this chapter covers the Windows-specific practical side
  • Windows Firewall maintains separate rule sets per profile automatically
  • Next chapter: Windows Update & Everyday Maintenance