Study CompTIA N10-009 Cloud Concepts, VPCs & Service Models: key concepts, common traps, and exam decision cues.
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.
Multicloud: Using services from more than one cloud provider.
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.
| Deployment model | What Network+ usually wants you to notice |
|---|---|
| public cloud | shared provider environment consumed by the customer |
| private cloud | cloud-style environment dedicated to one organization |
| hybrid cloud | workloads or services span on-premises and cloud environments |
| multicloud | more than one cloud provider is in use |
The exam often hides the right answer in one phrase such as “connected back to headquarters” or “runs across two providers.” That clue is about deployment shape, not IaaS versus SaaS.
Even in the cloud, you still need to think about:
flowchart LR
A["Branch or campus LAN"] --> B["VPN or private connectivity"]
B --> C["Cloud gateway"]
C --> D["VPC subnet A"]
C --> E["VPC subnet B"]
What to notice:
hybrid answer is about how environments are linked, not about which service model the app uses1vpc:
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:
NFV belongs here because Network+ wants you to recognize that routers, firewalls, WAN optimizers, or load balancers do not have to be tied to one physical appliance. They can be delivered as virtual network functions inside a cloud or virtual environment.
That does not remove normal network logic. It only changes where the function runs.
CompTIA often hides the right answer in one of these questions:
If you keep those distinctions clear, most cloud questions stop feeling abstract.
| Clue in the question | Strongest interpretation |
|---|---|
| “provider manages the finished app” | likely SaaS |
| “customer manages virtual servers and subnets” | likely IaaS |
| “on-premises and cloud are linked together” | likely hybrid |
| “multiple providers are in use” | likely multicloud |
| “virtualized router or firewall function” | likely NFV |
multicloud and hybrid mean the same thingContinue with 1.4 Ports, Protocols & Services to keep the domain flow intact.