| Record | Purpose | Example |
|---|---|---|
| A | Maps hostname to IPv4 address (32-bit) | www.example.com → 192.168.1.1 |
| AAAA | Maps hostname to IPv6 address (128-bit) | www.example.com → 2001:db8::1 |
| MX | Mail Exchange — identifies the mail server for a domain | example.com → mail.example.com |
| CNAME | Canonical Name — alias pointing to another hostname | www → webserver.example.com |
| PTR | Pointer record — reverse lookup (IP to name) | 192.168.1.1 → www.example.com |
| TXT | Text record — used for SPF, DKIM, domain verification | v=spf1 include:... ~all |
| Protocol | Type | Transport | Encryption | Key Feature |
|---|---|---|---|---|
| RADIUS | Open Standard | UDP | Password only | Authentication + Authorization; widely supported |
| TACACS+ | Cisco Proprietary | TCP | Full packet | Full AAA; granular command authorization for routers |
| Level | Name | Description |
|---|---|---|
| 0 | Emergency | System is unusable |
| 1 | Alert | Immediate action required |
| 2 | Critical | Critical conditions |
| 3 | Error | Error conditions |
| 4 | Warning | Warning conditions |
| 5 | Notice | Normal but significant |
| 6 | Informational | Informational messages |
| 7 | Debug | Debug-level messages |
| Layer | On-Premises | IaaS | PaaS | SaaS |
|---|---|---|---|---|
| Applications | You | You | You | Provider |
| Data | You | You | You | You |
| OS / Runtime | You | You | Provider | Provider |
| Servers / Network | You | Provider | Provider | Provider |
| Type | Description | Best For |
|---|---|---|
| Private Cloud | Dedicated infrastructure for one org; on-premises or hosted; single-tenant | Enterprises with compliance/security requirements |
| Public Cloud | Shared infrastructure from third-party provider; multi-tenant | Startups, variable workloads, cost optimization |
| Hybrid Cloud | Mix of private and public; data and apps move between environments | Organizations needing flexibility and compliance |
| Community Cloud | Shared by organizations with common needs; costs are pooled | Government agencies, healthcare, research consortia |
| Feature | Type 1 (Bare Metal) | Type 2 (Hosted) |
|---|---|---|
| Runs on | Directly on hardware | On top of existing OS |
| Performance | Better (no host OS overhead) | Lower (host OS adds overhead) |
| Use case | Production servers, data centers | Desktop labs, dev/test |
| Examples | ESXi, Hyper-V, XenServer | VirtualBox, VMware Workstation |
| Keyword in Question | Correct Answer | Why |
|---|---|---|
| Virtual servers, raw computing, AWS EC2 | IaaS | Provider gives infrastructure; you manage OS and up |
| Development platform, deploy apps, App Engine | PaaS | Provider adds runtime and tools; you write code |
| Subscription, web-based app, Office 365 | SaaS | Provider manages everything; you just use the app |
| Own infrastructure, single tenant, compliance | Private Cloud | Org owns and controls all resources |
| AWS, Azure, Google Cloud, shared | Public Cloud | Third-party multi-tenant |
| Mix on-premises + AWS, burst to cloud | Hybrid Cloud | Combination of private and public |
| Scale up instantly, handle traffic spike | Rapid Elasticity | NIST characteristic: dynamic scaling |
| Pay per use, metered billing | Measured Service | NIST characteristic: usage-based billing |