CLOUD-DIGITAL-LEADER · Question #410
An organization wants to control what types of network traffic are allowed to enter and leave its network and access its applications. Which security measure should the organization use?
The correct answer is D. Firewall rules. Firewall rules are the security measure used to control which types of network traffic are permitted to enter or leave a network.
Question
An organization wants to control what types of network traffic are allowed to enter and leave its network and access its applications. Which security measure should the organization use?
Options
- A2-Step Verification
- BPrivileged access
- CEncryption keys
- DFirewall rules
How the community answered
(31 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D87% (27)
Why each option
Firewall rules are the security measure used to control which types of network traffic are permitted to enter or leave a network.
2-Step Verification is an authentication control that verifies user identity at login; it does not inspect or filter network traffic.
Privileged access is an authorization concept governing what actions authenticated users may perform, not a network traffic control mechanism.
Encryption keys protect data confidentiality in transit or at rest but do not determine whether network traffic is permitted to reach an application.
Firewall rules inspect network packets and allow or deny traffic based on criteria such as source/destination IP, port, and protocol. In Google Cloud, VPC firewall rules are applied at the network level to control ingress and egress traffic to and from VM instances and other resources. This is the specific mechanism designed for traffic filtering and access control at the network boundary.
Concept tested: Using firewall rules to control network traffic
Source: https://cloud.google.com/vpc/docs/firewalls
Topics
Community Discussion
No community discussion yet for this question.