0 votes
in Computational Fluid Dynamics by
A company is planning to deploy a web server and database server, as shown in the architecture diagram below. You have to ensure that traffic restrictions are in place so that the database server can only communicate with the web server.

Microsoft Azure InfrastructureWhich of the following would you recommend for implementing these restrictions?

A. Network Security Groups (NSGs)

B. Azure Service Bus

C. A Local Network Gateway

D. A Virtual Private Gateway

1 Answer

0 votes
by

Answer : A

Explanation :

It would help if you used network security groups to allow or deny traffic within subnets.

Below is what the Microsoft documentation mentions in terms of filtering network traffic.

Filtering Network traffic in Microsoft Azure

Option B is incorrect since this is used as a messaging system.

Option C is incorrect since this is used to represent a VPN device in a Site-to-Site VPN connection.

Option D is incorrect since this is normally used to connect networks via the Internet.

Related questions

+1 vote
asked Mar 3, 2023 in Azure by Robindeniel
+1 vote
asked Mar 3, 2023 in Azure by Robindeniel
...