IT Practice Exams

220-1202 · Operating Systems · Updated July 26, 2026

Windows Network Profiles and Client Connections: Public vs Private, Static IPs, Enterprise Wi-Fi

When Windows joins a new network, it asks one deceptively important question: is this network Public or Private? That single choice — the network profile — decides whether the PC advertises itself to nearby devices, accepts file and printer sharing traffic, and relaxes its firewall. Choose Public on untrusted networks like coffee-shop Wi-Fi to stay hidden; choose Private only on networks you trust, like home or a small office. Getting this right, alongside clean IP configuration and correct enterprise Wi-Fi credentials, is the core of client-side network setup on the 220-1202 exam (mapped out in the full 220-1202 study guide).

What a network profile actually changes

The profile is a per-network firewall and discovery posture, not a different set of drivers or speeds. Windows Defender Firewall keeps separate rule sets for each profile — behavior explored further in software firewalls on the workstation — and network discovery plus file and printer sharing follow the profile too.

BehaviorPublic profilePrivate profile
Intended forUntrusted networks (café, airport, hotel)Trusted networks (home, small office)
Network discoveryOff — PC is not visible to other devicesOn — PC appears in other devices’ network views
File and printer sharingBlockedAllowed (if enabled)
Firewall stanceMost restrictive inbound rulesMore permissive for local traffic
Prompt wording”No, don’t allow…” / Public”Yes, allow…” / Private

So when a user connects a laptop at a coffee shop and Windows asks whether to allow the PC to be discoverable, the safe answer is No — which sets the Public profile, hides the machine from everyone else on that hotspot, and keeps sharing services closed. A third profile, Domain, applies automatically when the machine authenticates to an Active Directory domain; users never choose it manually.

You can change a network’s profile later in Settings > Network & internet by selecting the connection and switching between Public and Private. A surprising number of “I can’t see the shared printer anymore” tickets trace back to a home or office network accidentally classified as Public.

Static IP configuration and duplicate-address conflicts

Most client machines should use Dynamic Host Configuration Protocol (DHCP), which leases addresses automatically and prevents overlaps. Static addressing is reserved for devices that must never change address — printers, servers, some kiosks — and it puts the burden of uniqueness on the human doing the typing.

If two machines are manually configured with the same IPv4 address, both will pop the Windows error that the address is already in use on the network, and both will drop packets intermittently as they fight over Address Resolution Protocol (ARP) entries. The fix is to change one machine’s address (or better, return both to DHCP with reservations at the router). The classic Control Panel path runs through Network and Sharing Center > Change adapter settings, then right-click the adapter > Properties > Internet Protocol Version 4 (TCP/IPv4) > Properties. That dialog is where you set “Obtain an IP address automatically” or enter a static address, subnet mask, default gateway, and Domain Name System (DNS) servers. Memorize that click path — the exam names it explicitly, alongside the other Control Panel applets it expects you to know by name.

Good static-IP hygiene for a small office: keep a documented address list, place static devices outside the DHCP scope (or use DHCP reservations so the router enforces uniqueness), and always verify with ping before assigning an address you believe is free.

Connecting to WPA2-Enterprise wireless

Home Wi-Fi uses a pre-shared key (PSK): everyone types the same passphrase. Enterprise wireless is different. Wi-Fi Protected Access 2 (WPA2) in Enterprise mode uses 802.1X authentication, where the access point forwards each user’s credentials to a Remote Authentication Dial-In User Service (RADIUS) server for verification. Practically, that means a laptop joining a WPA2-Enterprise SSID for the first time is prompted for a username and password (typically the user’s domain credentials) rather than a shared passphrase — and depending on configuration, it may also need to trust or install the RADIUS server’s certificate.

For the help desk, the giveaway that you’re dealing with Enterprise rather than personal Wi-Fi is that credential prompt. Common first-connection failures include mistyped domain credentials, an expired account password, and certificate-trust warnings on machines that haven’t received the organization’s root certificate. Security-side details of the WPA generations are covered in WPA2 vs WPA3; for client setup, remember: correct SSID plus valid user credentials validated by RADIUS.

Isolating wired vs wireless problems

A recurring troubleshooting pattern: a laptop drops its connection intermittently on Wi-Fi, but transfers to the same server are rock-solid from a wired port at a different desk. That comparison is suggestive but not conclusive, because two variables changed at once — the medium (wireless vs Ethernet) and the location. The disciplined next step is to change one variable: connect the affected laptop to Ethernet at (or near) its normal location, or test its Wi-Fi from the location where wired worked. If the laptop is stable on a cable at the same desk, the wired path and the laptop’s core networking are fine, and suspicion narrows to the wireless side — interference near that desk, weak signal from the access point, or the laptop’s wireless adapter and driver.

This isolation habit — same device, same task, one changed variable — is what the exam is really testing, more than any specific menu. Signal-strength checks, moving closer to the access point, and updating the wireless adapter driver all come after you’ve proven the problem lives on the wireless leg.

How the 220-1202 exam tests this

  • The hotspot prompt. A user joins public Wi-Fi and Windows asks how to classify the network; the question asks which choice keeps the device non-discoverable with sharing disabled. Public is the credited answer, and distractors include Private and Domain.
  • Duplicate static IPs. Two machines report an address-in-use error and flap on and off the network; the question asks for the configuration path to fix it, expecting Network and Sharing Center > adapter Properties > IPv4 Properties.
  • First-time Enterprise join. A scenario has a technician connecting a laptop to WPA2-Enterprise and asks what’s required beyond the SSID — user credentials checked against a RADIUS server, not a pre-shared key.
  • Isolation logic. A symptom appears on Wi-Fi but not on a wired connection elsewhere, and the question asks for the NEXT step. The credited answer changes one variable (test the same laptop on Ethernet at the problem location) rather than jumping to replacements or reinstalls.

Isolation logic is a habit, not a fact — build it with scenario-style practice questions until one-variable-at-a-time is your default move.

Quick reference

  • Public profile = non-discoverable, sharing blocked; pick it on any network you don’t control.
  • Private profile enables discovery and file/printer sharing; Domain profile is automatic on AD networks.
  • Profile can be flipped later under Settings > Network & internet > the connection’s properties.
  • Static IPv4 settings live at Network and Sharing Center > Change adapter settings > adapter Properties > IPv4 > Properties.
  • Two devices with the same static IP both error and both lose connectivity intermittently — reassign or move to DHCP/reservations.
  • WPA2-Enterprise = 802.1X + RADIUS: users authenticate with a username and password, not a shared passphrase.
  • Isolate wired-vs-wireless issues by changing one variable at a time — same laptop, same task, different medium.
Choose your exam → Lifetime access
from $59, once