In your project `my-project`, you have a VPC with two subnets: `subnet-a` (IP range `10.128.0.0/20`) for database servers and `subnet-b` (IP range `172.16.0.0/24`) for application and web servers. How would you configure firewall rules to restrict database traffic so that only application servers in `subnet-b` can communicate with the database servers in `subnet-a`? | Google Professional Cloud Network Engineer Quiz - LeetQuiz