PracticeBlogFlashcardsEspañol

Cloud and Virtual Networking Concepts

Key Takeaways

  • VPCs and VNets are logically isolated cloud networks with subnets, route tables, gateways, and security controls.
  • Cloud gateways connect cloud networks to the internet, private circuits, VPNs, or other virtual networks.
  • Security groups and network ACLs filter traffic differently depending on the cloud platform and scope.
  • NFV replaces dedicated network appliances with virtualized functions such as firewalls, load balancers, and routers.
  • SDN, SD-WAN, and SASE separate control from forwarding, optimize WAN policy, and move security enforcement closer to users and cloud apps.
Last updated: April 2026

Cloud networking uses familiar ideas with virtual implementation: subnets, routes, gateways, firewalls, NAT, VPNs, load balancers, and DNS. The difference is that many controls are software-defined and managed through a cloud control plane.

ConceptVendor-neutral meaningCommon clue
VPC or VNetLogically isolated cloud networkCloud subnets and route tables
SubnetIP range inside a cloud networkPublic, private, app, database tier
Cloud gatewayConnects the virtual network to another networkInternet gateway, NAT gateway, VPN gateway
Security groupInstance or interface-level traffic filterAllow web inbound only from load balancer
Network ACLSubnet-level traffic filter in many platformsStateless rule list clue
Load balancerDistributes traffic across targetsPublic app front end or internal service

VPC and VNet Design

A cloud network often contains multiple subnets across availability zones. Public subnets have a route toward an internet gateway for inbound or outbound internet access. Private subnets usually reach outbound services through NAT or private endpoints and do not accept direct internet-initiated traffic.

TierCommon subnet placementSecurity focus
Web or load balancerPublic subnetOnly required ports from internet
ApplicationPrivate subnetAllow from load balancer or web tier
DatabasePrivate subnetAllow only from application tier
ManagementPrivate subnet or controlled access pathMFA, VPN, ZTNA, bastion, logging

Gateways and Cloud Connectivity

Gateway or connectionPurpose
Internet gatewayAllows public internet routing for cloud resources with public paths
NAT gatewayAllows private resources to initiate outbound internet connections
VPN gatewayEncrypted tunnel between cloud and another network
Private circuit gatewayDedicated provider path to cloud
Transit gateway or hubCentral routing point between networks
PeeringPrivate connectivity between virtual networks

NFV, SDN, SD-WAN, and SASE

Network function virtualization moves functions such as firewalls, routers, load balancers, WAN optimization, and intrusion prevention from dedicated appliances into virtual machines or cloud services. Software-defined networking separates the control plane from the data plane so policy can be programmed centrally. SD-WAN uses software control to choose WAN paths based on business policy, application, link health, and security requirements. SASE combines wide-area networking concepts with cloud-delivered security services such as secure web gateway, CASB, zero trust network access, and firewall service.

TechnologyHigh-level exam meaningBest clue
NFVNetwork appliance as softwareVirtual firewall or virtual router
SDNCentralized programmable network controlController programs forwarding behavior
SD-WANPolicy-based WAN path selectionUses broadband, LTE/5G, MPLS based on app policy
SASECloud-delivered network security and accessRemote users reach apps through security service edge

PBQ-Style Thinking

Scenario: A three-tier cloud app has public load balancers, private application servers, and private databases. A correct security group design allows HTTPS from the internet to the load balancer, allows app ports from the load balancer to app instances, and allows database ports only from app instances. Do not open database ports to the internet.

Scenario: A company wants branch traffic to use whichever WAN circuit is healthy and to send SaaS traffic directly through cloud security controls instead of hairpinning everything through headquarters. SD-WAN and SASE concepts fit the requirement: policy-based path selection plus cloud-delivered security enforcement.

Common Cloud Routing Traps

SymptomLikely area to check
Private server cannot reach updatesNAT gateway or outbound route
Public web server unreachablePublic IP, route to internet gateway, security group
Database exposed to internetSubnet routing and security group rules
Two VNets cannot communicatePeering, route table, overlapping CIDR
VPN tunnel up but no trafficRoutes, encryption domains, firewall rules

Cloud terms vary by provider, but Network+ tests the concept. Translate the brand-specific word into the network function: isolated network, subnet, route, gateway, filter, inspection, or policy controller.

Test Your Knowledge

A cloud database should accept connections only from application servers in a private subnet. Which control most directly enforces that traffic rule at the instance or interface level?

A
B
C
D
Test Your Knowledge

A private cloud server needs outbound internet access for updates but should not receive unsolicited inbound internet traffic. Which gateway concept is most likely needed?

A
B
C
D
Test Your KnowledgeMulti-Select

Which descriptions match SD-WAN or SASE concepts? Choose two.

Select all that apply

Policy-based WAN path selection across multiple links
Cloud-delivered security services for users and applications
A fiber connector used on older patch panels
A coax connector used for cable modems