Connect virtualization, NFV, VPCs, cloud gateways, and public/private/hybrid models to modern networking questions.
Cloud questions in Network+ are still networking questions. CompTIA is usually testing whether you understand that virtual networks still need subnets, routes, gateways, policy boundaries, and controlled connectivity. The wrong answer often assumes that “cloud” means normal network design rules stop applying.
NFV: Network functions virtualization, replacing dedicated hardware appliances with virtualized network functions.
VPC: Virtual private cloud, a logically isolated virtual network built inside a cloud environment.
IaaS: Infrastructure as a service, where the provider exposes virtualized infrastructure such as compute, storage, and networking building blocks.
The exam usually wants you to distinguish:
IaaS, PaaS, and SaaS| Concept type | Examples | What it answers |
|---|---|---|
| service model | IaaS, PaaS, SaaS | how much of the stack the provider manages |
| deployment model | public, private, hybrid, multicloud | where workloads run and how environments are combined |
CompTIA likes this distinction because candidates often mix them up.
Even in the cloud, you still need to think about:
1vpc:
2 cidr: 10.40.0.0/16
3 subnets:
4 - name: app
5 cidr: 10.40.10.0/24
6 - name: db
7 cidr: 10.40.20.0/24
8 branch-connectivity: site-to-site-vpn
What to notice:
CompTIA often hides the right answer in one of these questions:
If you keep those distinctions clear, most cloud questions stop feeling abstract.
Continue with 1.4 Ports, Protocols, Services & Application Flows to keep the domain flow intact.