You are the architect of the ACME shipping group. You are responsible for designing a solution which includes 4 virtual machines with the following requirements:
? 2 VMs requires a private and public IP address, these VMs are part of the production system
? 2 VMs require only private IP addresses for Labs, these VMs are part of the Lab/testing system
? Production VMs require the same inbound/outbound security group rules
? Lab/testing VMs require the same inbound/outbound security group rules
Based on the above requirements, what is the minimum number of Network Interface Cards (NIC?s) that are required in total?
4 is correct as each VM requires its own network interface card (NIC), each NIC supports private and public IPs.