Tyscorpa Study resources Open the Academy

Architecture Models

Understand the security implications of cloud, virtualization, IoT, embedded systems, and Zero Trust architectures.

SY0-701 Obj. 3.1 Security Architecture 18% of the exam

Cloud Deployment Models

ModelWho Manages InfrastructureUse CaseSecurity Concern
Public CloudCloud provider (AWS, Azure, GCP)Startups, dev/test, variable workloadsShared responsibility confusion; multi-tenancy
Private CloudOrganization itselfRegulated industries (healthcare, finance)Higher cost; internal management complexity
Hybrid CloudBoth — on-prem + public cloudBurst capacity; data sovereigntyComplex security boundaries; data transit risks
Community CloudShared among similar orgsGovernment agencies, research institutionsShared risk across organizations

Cloud Service Models

ModelYou ManageProvider ManagesExample
IaaS (Infrastructure as a Service)OS, apps, data, runtimePhysical hardware, networking, storageAWS EC2, Azure VMs
PaaS (Platform as a Service)Application code, dataOS, runtime, middleware, infrastructureAWS Elastic Beanstalk, Heroku
SaaS (Software as a Service)Data configuration onlyEverything elseMicrosoft 365, Salesforce, Gmail
FaaS (Function as a Service)Function code onlyExecution environment, scalingAWS Lambda, Azure Functions
Shared Responsibility Model: In any cloud model, the division of security responsibilities between customer and provider matters.
• IaaS: Provider secures hardware → you patch the OS
• SaaS: Provider secures everything → you manage user access and data classification
Exam Tip: Misconfiguring cloud settings (open S3 bucket, excessive IAM permissions) is the customer's responsibility — not the cloud provider's.

Virtualization Concepts

Containerization

Containers share the host OS kernel (unlike VMs which have separate kernels). Key technologies: Docker, Kubernetes (K8s).

Internet of Things (IoT)

IoT devices include smart thermostats, cameras, medical devices, industrial sensors, smart TVs, and more.

IoT Security Challenges:
  • Weak default credentials (often hardcoded, never changed)
  • No security update mechanism or end-of-life quickly
  • Constrained resources (no CPU/memory for full TLS or EDR agents)
  • Physical accessibility — devices deployed in uncontrolled environments
  • Wide variety of protocols (MQTT, CoAP, Zigbee, Z-Wave) with varying security

Countermeasures: Network segmentation (IoT VLAN), change default credentials, firmware updates, network monitoring, disable unused features.

SCADA / ICS (Industrial Control Systems)

Embedded Systems

Purpose-built computing systems integrated into a device (HVAC controllers, medical devices, vehicle ECUs, smartcards).

Serverless / Microservices Architecture

Zero Trust Architecture (Revisited — Architecture Perspective)

ZTA moves security from perimeter-based to identity-and-context-based:

Exam Tip: Know the difference between cloud service models for shared responsibility questions. For ICS/SCADA: availability is the #1 priority — security controls must not disrupt operations. Air gapping is the strongest isolation control.

External Resources

NextData Protection

Test yourself on this

Reading is the easy half. The Academy has 1,360 exam-style questions, including performance-based ones, and it keeps pulling from whichever domain you keep getting wrong. Free to create an account.

Open the Academy