Exercise 1: Why Ticket 1's Scoping Pointed at Local Connectivity — Possible Solution ==================================================================== THE FOUR SCOPING ANSWERS ------------------------------ Per this chapter's Ticket 1: one user (not many), everywhere (not one destination), total failure (not degraded), and never worked before (this was the machine's first connection). WHY "ONE USER" AND "EVERYWHERE" RULE OUT SHARED/SERVER-SIDE CAUSES ------------------------------ Per Chapter 1's own reasoning, "many users pointing toward a shared cause - the server, a shared firewall rule, or DNS." Since only this one new machine was affected, and it couldn't reach anything at all (not just one destination), a shared server-side or DNS-wide problem would be expected to also affect other, already-working machines - it didn't, which rules those out. WHY "TOTAL FAILURE" AND "NEVER WORKED" POINT SPECIFICALLY AT LOCAL CONNECTIVITY ------------------------------ Per Chapter 1, "total failure... often means routing/DNS/firewall," and "just started, or always broken" distinguishes a new configuration problem from something that changed. Combined with "one user, everywhere," a total failure on a machine that has never successfully connected at all is most consistent with the most basic rung failing - the machine never even getting a valid local network configuration in the first place, which is exactly Chapter 3's local-connectivity rung. WHY THIS AVOIDED WASTING TIME ------------------------------ Testing DNS or a specific application first, per Chapter 2's own ladder logic, would have wasted time confirming things that couldn't possibly work yet if the machine had no working local IP configuration at all - scoping the complaint first correctly predicted which rung to check. WHY THIS WORKS AS AN ANSWER ------------------------------ It walks through all four scoping answers from the ticket, explains what each one ruled out or pointed toward using Chapter 1's own stated reasoning, and connects the combined picture to why local connectivity was the correct starting point rather than DNS or the application.