Describe
5.4 Describe the components of network security design
2 min read
ENCOR 350-401 v1.2
Updated
Aligned to Cisco's 350-401 ENCOR v1.2 exam topics.
On this page
What this section tests
Section 5.4 is a describe section. The exam wants you to recognize five design components and explain where each one fits. No single component solves the whole problem. A good design layers them.
Articles
The five components
| Component | Main job | It is not |
|---|---|---|
| Threat defense | Detect, block, and respond to malicious behavior | One device |
| Endpoint security | Decide if a device may join and what it may reach | Only antivirus |
| Next-Generation Firewall (NGFW) | Stateful, application-aware, identity-aware policy | A long ACL |
| TrustSec | Group-based segmentation with Security Group Tags (SGTs) | Encryption |
| MACsec | Encryption and integrity on a Layer 2 link | Identity policy |
Campus users 802.1X or MAB -> SGT assignment -> SGACL enforcement
Switch uplinks MACsec -> protected Layer 2 transport
Edge traffic NGFW -> stateful and application-aware policy
Endpoints EDR and posture -> identity context -> policy decision
Telemetry threat defense -> detection and responseEach layer covers a different risk. If one layer fails, the others limit the damage.
Study plan
For each component, write five answers:
- What problem does it solve?
- Where is it deployed?
- What information does it need?
- What does it enforce?
- What does it not do?
Exam traps
- TrustSec segments by group identity. It does not encrypt.
- MACsec encrypts a link. It does not assign identity.
- An NGFW uses application and user context. An ACL uses headers only.
- Endpoint security includes posture and detection, not only antivirus.
- Threat defense is a design and operations function, not one product.
Pass check
You are ready for Section 5.4 when you can do these things:
- Choose the correct component for a scenario in one sentence.
- Explain why TrustSec and MACsec solve different problems.
- Name what an NGFW adds over a stateful firewall.
- Explain how endpoint posture can change network access after login.