Layered Defense: Designing a Network's Security Architecture
In 2013, attackers broke into retail giant Target's network using stolen login credentials from an HVAC vendor -- a company that just serviced the air conditioning. Once inside, they moved freely from that small vendor connection all the way to the payment systems, eventually stealing data from about 40 million credit and debit cards. The root failure wasn't a single weak password; it was that Target's network had no real internal walls to stop an intruder once they got past the front door. That's a security architecture problem.
What You'll Learn
What security architecture means and why layering matters more than any single defense Core components: firewalls, network segmentation, and the DMZ The zero trust model and how it differs from older perimeter-based security How real breaches like Target's expose architecture weaknesses
What Is Security Architecture?
Security architecture is the structured design of how an organization's people, processes, and technology work together to protect its systems and data. It is not one product you buy -- it's a blueprint, similar to how a building's architecture plans out load-bearing walls, exits, and fire barriers before construction ever starts. A good security architecture assumes that any single defense can fail, so it plans for what happens next.
Defense in Depth: Layers, Not a Single Wall
Defense in depth means stacking multiple, independent layers of protection so that if attackers get past one, they still hit another. Common layers include: Perimeter firewall: filters traffic entering and leaving the network based on rules. DMZ (demilitarized zone): a separate network segment that holds public-facing servers, like a company website, isolated from the internal network so a compromised web server can't directly reach sensitive internal systems. Network segmentation: dividing the internal network into smaller zones (often using VLANs) so a breach in one zone, like guest Wi-Fi, doesn't automatically grant access to another, like finance servers. Endpoint protection and encryption: securing individual devices and making stolen data unreadable without the right keys.
Investigators found that once attackers used the HVAC vendor's credentials to get a foothold, Target's network lacked segmentation between vendor systems and the payment card network. Proper segmentation would have contained the breach to a small, low-value corner of the network instead of exposing 40 million card records.
Zero Trust: 'Never Trust, Always Verify'
Older security architecture worked like a castle: build a strong perimeter wall (firewall), and trust anything already inside it. The problem, as breaches like Target's showed, is that once attackers get past the wall, they can often move laterally -- hopping from system to system -- with little resistance. In 2010, Forrester analyst John Kindervag proposed a different model called zero trust: never automatically trust any user or device, even ones already inside the network. Every request to access a resource must be verified based on identity, device health, and context, and users are only granted the minimum access they need to do their job -- a rule called least privilege. Zero trust architecture treats the internal network as no safer than the open internet.
Flashcards โ click each card to reveal the answer
What was the core security architecture failure that allowed the Target breach to reach 40 million card records?
How does the zero trust model differ from a traditional perimeter-based security architecture?
Architect a Small Business Network
A small business has: a public website, an internal file server with employee records, and guest Wi-Fi for customers. Sketch a security architecture diagram showing at least 4 layers or zones (for example: perimeter firewall, DMZ for the website, a segmented internal VLAN for the file server, and an isolated guest Wi-Fi zone). For each zone, write one sentence explaining what it protects against and why it's separated from the others.
Want to keep learning?
Sign up for free to access the full curriculum โ all subjects, all ages.
Start Learning Free