FCP_ZCS_AD-7.4 · Question #56
What is the main purpose of an Azure network security group?
The correct answer is D. Defining security rules to control inbound and outbound network traffic. An Azure Network Security Group is essentially a stateful packet‐filtering firewall at the virtual network level. It holds security rules - each specifying source/destination IP, port, protocol, and whether to allow or deny - that govern all inbound and outbound traffic for the…
Question
What is the main purpose of an Azure network security group?
Options
- ATo allow or deny unauthorized users to Azure portal
- BTo facilitate encryption and decryption of network traffic
- CManaging user access and permissions for Azure VMs
- DDefining security rules to control inbound and outbound network traffic
How the community answered
(29 responses)- A3% (1)
- B14% (4)
- C7% (2)
- D76% (22)
Explanation
An Azure Network Security Group is essentially a stateful packet‐filtering firewall at the virtual network level. It holds security rules - each specifying source/destination IP, port, protocol, and whether to allow or deny - that govern all inbound and outbound traffic for the subnets or network interfaces it's applied to. This lets you centrally enforce network-level access control without modifying individual VMs or applications.
Topics
Community Discussion
No community discussion yet for this question.