All topic guides
Automation & CloudAmalgamated guide

Cloud, SDN & Cisco DNA

Cloud delivery models, SDN architecture, and DNA Center overview.

How the sources were combined

Panagiss Cloud covers service models. jdepew88 SDN and CISCO DNA add Cisco intent-based networking — one programmability/cloud capstone.

Overview

Cloud computing delivers on-demand IT resources over the network. SDN separates the control plane from the data plane for centralized programmability. Cisco DNA (Digital Network Architecture) applies intent-based automation to campus, branch, and WAN — with DNA Center as the controller and management platform.

Traditional deployment vs cloud

Before cloud, organizations ran on-premises equipment (owned, in your building) or colocation (rent rack space; provider supplies power, cooling, physical security).

Cloud is not simply "servers somewhere else." NIST defines cloud by essential characteristics, not location — private cloud can be on-premises.

ModelYou own hardware?LocationProvisioning speed
On-premisesYesYour buildingDays to weeks (manual)
ColocationYes (in provider DC)Provider facilityWeeks
Cloud (any deployment)No (consumption)VariesMinutes (self-service portal)

NIST cloud essential characteristics

  1. On-demand self-service — provision without human interaction
  2. Broad network access — standard mechanisms (Internet)
  3. Resource pooling — multi-tenant shared infrastructure
  4. Rapid elasticity — scale up/down quickly
  5. Measured service — pay for what you use

Virtualization enables pooling — multiple VMs on shared hardware via a hypervisor:

TypeRuns onExample
Type 1Bare metalVMware ESXi, Hyper-V
Type 2Host OSVirtualBox on laptop

Network devices also support virtualization (VRF, containers on platforms) — same principle: logical isolation on shared hardware.

Cloud service models: IaaS, PaaS, SaaS

The three models stack — each adds provider-managed layers.

ModelYou manageProvider managesExamples
IaaSOS, apps, dataCompute, storage, networkAWS EC2, Azure VMs
PaaSApplications, dataRuntime, middleware, OSHeroku, Azure App Service
SaaSData/configEntire applicationMicrosoft 365, Salesforce

Responsibility shift: Moving up the stack (IaaS → PaaS → SaaS) means less operational burden but less control.

Exam trap

SaaS = you use the application (email, CRM). IaaS = you install your own OS on provider VMs. Don't confuse "hosted" with service model — read what you still manage.

Cloud deployment models

ModelDescription
PublicOpen to general public (AWS, Azure, GCP) — most common
PrivateExclusive to one organization; on- or off-premises; self-service portal
CommunityShared by organizations with common concerns (government, healthcare)
HybridPublic + private bound together; cloud burst for peak load; DR in public cloud

Not true private cloud: Dedicated servers in a public cloud IaaS where only your VMs sit on the hardware but network infrastructure is still shared — marketing label, not NIST private cloud.

Cloud advantages (CCNA awareness)

Scalability, business agility, cost efficiency (OpEx vs CapEx), availability, and faster provisioning. Tradeoffs include dependency on provider SLAs and data governance considerations.

SDN: data, control, and management planes

PlaneFunction
Data (forwarding)Fast path — switch, route, encapsulate, ACL filter
ControlRouting protocols, STP, MAC learning — builds forwarding tables
ManagementHuman or API config — SSH, HTTPS, SNMP, NETCONF

Traditional networking: Every device runs its own control and data planes.

SDN: Control plane moves to a centralized controller. Devices forward traffic but receive forwarding rules from the controller via southbound APIs (OpenFlow, NETCONF, RESTCONF, SNMP).

Applications use northbound APIs on the controller to express intent.

Pure vs hybrid SDN

Pure SDN — all control on controller. Hybrid SDN — controller plus local control plane intelligence on devices. Most real deployments are hybrid.

Control layer vs infrastructure layer: The interface between centralized control and device forwarding is the exam framing for "where planes separate" in software-defined architecture.

SDN controllers (Cisco context)

ControllerScopeManages
APICData centerNexus switches (ACI)
DNA CenterEnterprise campus, branch, WANCatalyst switches, routers, wireless
WLC / MerakiWireless / cloud-managedAPs, policies

Southbound = controller to devices. Northbound = automation apps and GUIs to controller.

Cisco DNA and intent-based networking

Cisco DNA is a software-driven architecture for digitized enterprise networks. Intent-based networking (IBN) translates business intent ("finance VLAN isolated from guest") into automated, consistent policy across the fabric.

Three DNA building blocks:

  1. DNA Center — controller and management platform
  2. SD-Access — campus fabric with identity-based segmentation
  3. SD-WAN — automated WAN connectivity (Viptela heritage)

DNA Center roles

DNA Center serves two roles:

  1. SD-Access controller — provisions fabric overlay
  2. Network management platform — design, policy, provision, assurance for traditional and SDA devices

Four DNA Center sections:

SectionPurpose
DesignPhysical/logical topology, device discovery (CDP or IP range)
PolicyUser/device profiles, segmentation, access control
ProvisionDrag-and-drop policy assignment; zero-touch for new devices
AssuranceProactive monitoring, path trace, client/app experience

Path trace visualizes end-to-end flow (client → switches → server) — troubleshooting that once took many show commands.

SD-Access: underlay and overlay

SD-Access uses identity-based access — security follows the user, not just IP and physical port.

LayerRole
UnderlayPhysical connectivity between fabric nodes
OverlayLogical fabric (VXLAN tunnels) carrying segmented traffic

ISE (Identity Services Engine) authenticates users. DNA Center defines group-based policy (who can talk to whom). Together they form the SD-Access policy stack.

SD-WAN highlights

  • Transport-independent (MPLS, Internet, LTE)
  • Automated site-to-site setup and failover
  • Application-aware path selection
  • Centralized policy from DNA Center or vManage
CLI still used alongside DNA Center

show ip interface brief show cdp neighbors show version show run | section interface

CCNA product awareness

Know DNA Center as enterprise campus controller, Meraki as cloud-managed, WLC as wireless controller. Exam tests categories and intent — not full GUI click paths.

How cloud, SDN, and DNA connect

ConceptRelationship
Cloud IaaSVirtual networks and APIs replace some physical WAN/CPE tasks
SDNProgrammable control plane — DNA is Cisco's enterprise implementation
DNA CenterIBN controller tying policy, automation, and assurance
Automation APIsNorthbound REST on DNA Center; southbound to devices

Private cloud at a large enterprise may use DNA Center as the SDN controller while workloads run on virtualized infrastructure — automation ties networking to self-service IT.

Troubleshooting mindset

IssueSDN/DNA angle
Policy not appliedProvision job failed; device not in inventory
Client wrong VLAN/segmentISE group mapping; policy matrix in DNA Center
Path failureUse path trace; verify underlay reachability first
DriftManual CLI change outside controller — reconcile or enforce

Exam checklist

  • List IaaS vs PaaS vs SaaS and one example each
  • Name five NIST cloud characteristics
  • Explain control vs data plane separation in SDN
  • Define intent-based networking in one sentence
  • Describe DNA Center Design / Policy / Provision / Assurance
  • Contrast SD-Access underlay vs overlay

Related lessons on this site

Continue in this domain

Automation & Cloud · guide 2 of 2

Sources & further reading

Panagiss CCNAmd

jdepew88 CCNA Notes (markdown)

psaumur CCNA Course Notes

Additional references

This page is an amalgamated study guide synthesized from the markdown sources above, cross-checked against Cisco's official CCNA exam topics. Verify scope before your exam date.