Challenge 3: How Chapters 2, 3, 6, and 7 Each Contributed a Question — Solution Walkthrough Summary: Chapter 2's architecture comparison contributed the framework's concurrency-profile question — how a server handles many simultaneous connections, and whether that fits a job's expected traffic pattern. Chapter 3's configuration-philosophy comparison contributed the question of whether a job needs self-service, per-directory config overrides or a single, centrally managed config. Chapter 6's reverse proxy material contributed the question of whether a server needs to front one backend, several load-balanced instances, or none at all. Chapter 7's TLS material contributed the certificate-management question — file-based configuration versus an OS-integrated certificate store like IIS's own Windows Certificate Store. Why this matters: Each of these four chapters examined one specific technical dimension in isolation; this capstone's own contribution was recognizing that each dimension maps directly onto one recurring, practical question worth asking about any real deployment, and combining all four (plus the platform-constraint question) into a single, repeatable framework rather than leaving them as four separate, disconnected comparisons. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise checks that the capstone's own framework is understood as a genuine synthesis of specific earlier chapters, not an independently invented list — correctly tracing each framework question back to the exact chapter that supplied its underlying technical material.