Cloud and Data Center Concepts Flashcards

(95 cards)

1
Q

What is cloud computing?

A

Delivering IT services via internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does IaaS provide?

A

Virtualized hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is PaaS used for?

A

App deployment without managing OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does SaaS deliver?

A

Fully functional applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Who manages OS in IaaS?

A

Customer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Who manages OS in SaaS?

A

Provider

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Give an example of IaaS.

A

AWS EC2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Give an example of SaaS.

A

Office 365

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What’s the role of PaaS?

A

Platform for developers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What cloud model offers full user control?

A

IaaS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What model hides OS, runtime, and hardware?

A

SaaS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In PaaS, what does the provider manage?

A

OS, middleware, runtime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a public cloud?

A

Services over internet for any user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Example of a public cloud?

A

AWS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a private cloud?

A

Used by one org only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Benefit of private cloud?

A

Full control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is a hybrid cloud?

A

Combines public + private

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Use case for hybrid cloud?

A

Sensitive data in private, rest in public

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is a community cloud?

A

Shared by orgs with similar needs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is multi-tenancy?

A

Shared physical resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Main risk of multi-tenancy?

A

Data leakage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is single tenancy?

A

Dedicated resources per user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Single tenancy offers better…?

A

Isolation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Multi-tenancy offers better…?

A

Cost-efficiency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is high availability?
Minimal downtime
26
What is 'five nines' uptime?
99.999%
27
What is scalability?
Handle growing loads
28
What is vertical scaling?
More power to one server
29
What is horizontal scaling?
Add more servers
30
What is rapid elasticity?
Auto adjust resources
31
What is metered utilization?
Pay for what you use
32
What is shared resource use?
Multi-tenancy
33
What is file sync?
Auto file updates across devices
34
Why is rapid elasticity important?
Handle usage spikes
35
What is a VPC?
Isolated cloud network segment
36
Purpose of a VPC?
Secure deployment zone
37
What is a subnet?
Subdivision of VPC
38
Use of private subnets?
Internal-only services
39
What connects public subnets to internet?
Internet Gateway
40
What allows private subnets outbound access?
NAT Gateway
41
What is a network ACL?
Subnet-level stateless firewall
42
Are ACLs stateful?
No
43
What is a security group?
Instance-level firewall
44
Are security groups stateful?
Yes
45
Default security group rule?
No inbound allowed
46
What is VPC peering?
Private VPC-to-VPC connection
47
What is a VPC endpoint?
Private access to cloud services
48
VPC endpoints avoid using the...?
Public internet
49
What does a VPN connect?
On-prem to cloud via public internet
50
Main tech behind VPNs?
IPSec
51
AWS VPN max bandwidth?
~4 Gbps
52
Drawback of VPN?
Public internet latency
53
What is Direct Connect?
Private line to cloud provider
54
Benefit of Direct Connect?
Low latency, high speed
55
AWS Direct Connect speed?
Up to 40 Gbps
56
Direct Connect is more...?
Reliable
57
VPN vs Direct Connect cost?
VPN cheaper
58
VPN vs Direct Connect bandwidth?
Direct Connect higher
59
What is network virtualization?
Network functions as software
60
Benefits of virtual networks?
Scalable, flexible, cost-efficient
61
What is NFV?
Virtualize network functions
62
Examples of VNFs?
Firewalls, routers
63
What is NFVI?
Hardware + virtualization layer
64
What is MANO in NFV?
Manages VNFs
65
What is a VNF?
Software-based network tool
66
NFV replaces what?
Physical appliances
67
What is SDN?
Software-controlled networking
68
SDN separates which planes?
Control, data, management
69
What does the control plane do?
Makes decisions
70
What does the data plane do?
Forwards traffic
71
What does the management plane do?
Administer & monitor
72
Main SDN benefit?
Centralized control
73
SD-WAN applies SDN to...?
Wide area networks
74
SD-WAN improves what?
App performance
75
What does SD-WAN allow branches to do?
Direct cloud access
76
What is app-aware routing?
Routes based on app type
77
SD-WAN helps replace...?
Traditional MPLS WANs
78
What does VXLAN do?
Virtual L2 over L3
79
What encapsulates frames in VXLAN?
UDP
80
What is a VNI?
VXLAN Network Identifier
81
How many segments does VXLAN support?
16 million
82
VXLAN overcomes what VLAN limit?
4096
83
What is a VTEP?
VXLAN Tunnel Endpoint
84
Where are VTEPs implemented?
Switches/hypervisors
85
Purpose of VXLAN segments?
Group VMs as if local
86
What is SASE?
Cloud-delivered network + security
87
What is SSE?
Security-only part of SASE
88
Does SSE include SD-WAN?
No
89
What is SWG?
Filters web traffic
90
What is CASB?
Cloud access security broker
91
What is ZTNA?
Zero trust access
92
SASE vs SSE scope?
SASE = Full; SSE = Security only
93
Why use ZTNA?
Least-privilege access
94
SASE benefit for remote users?
Unified security policies
95
SSE focus?
SaaS and internet security