Questions: Network Security: Firewalls, Filtering, and Threat Models

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A company deploys TLS encryption on all communications between its servers and clients. A penetration tester then accesses the company's internal management dashboard directly from the internet because no firewall rules restricted that interface. Which principle does this failure illustrate?

AEncryption is fundamentally ineffective — a determined attacker can always break TLS
BDefense in depth — TLS addresses eavesdropping but cannot compensate for missing access controls on other attack surfaces
CThreat modeling is unnecessary when strong encryption is in place
DFirewalls are the only effective security control and should always be deployed before encryption
Question 2 Multiple Choice

A stateful firewall is more secure than a simple packet-filtering firewall for most deployments because:

AIt can decrypt and inspect the payload of encrypted HTTPS traffic in real time
BIt uses machine learning to identify novel attack patterns as they emerge
CIt tracks the state of active connections, automatically permitting return traffic for legitimate outbound requests without requiring static rules for each response
DIt blocks all incoming traffic by default, requiring manual whitelist approval for every new connection type
Question 3 True / False

A network protected by strong TLS encryption on most traffic is secure against most common network-level attacks, including denial of service and unauthorized access to internal systems.

TTrue
FFalse
Question 4 True / False

Defining a threat model before selecting security controls is essential because the effectiveness of any control depends on what adversaries and attack types you are actually defending against.

TTrue
FFalse
Question 5 Short Answer

Explain why 'defense in depth' is more effective than relying on a single powerful security mechanism, even if that mechanism is very well implemented.

Think about your answer, then reveal below.