1.3 Summarize cloud concepts and connectivity options. Flashcards
What is Network Functions Virtualization (NFV)?
- Replaces physical network devices with virtual versions of them in the cloud.
- You can manage them from the hypervisor.
- Click and deploy from the hypervisor
What is the Virtual Private Cloud (VPC)?
- A pool of resources created in a public cloud.
- Common to have different ones for different application instances.
- Uses transit gateway to connect all the instances together.
What are network security groups?
This allows you grant access to users for certain resources that co-exist on a virtual network where there are resources that they DO NOT need to access.
- These allow admins to provide additional granularity with regards to specific rules to groups.
What are network security lists?
A firewall that is created for your cloud-based services that can control inbound and outbound traffic flows.
- Layer 4 (TCP/UDP port numbers)
- Layer 3 (Individual addresses, CIDR block notation, IPv4 or IPv6)
- They can be vrey broad and do NOT provide a lot of granularity.
What is an Internet/Transit Gateway (Cloud)?
Connects users on the internet from anywhere in the world and allows them to have access to your applications.
What is a Network Address Translation (NAT) gateway (CLOUD)?
- The are private cloud subnets connected to external resources.
- External resources cannot access the private cloud.
What is a Virtual Private Network (VPN) (CLOUD)?
Site-to-site VPN through the internet by accessing the transit gateway.
What does it mean to have a direct connection in the CLOUD?
A direct connection between cloud provider networks using a VPC Endpoint.
Explain public deployment for the CLOUD.
It would be available to everyone over the internet.
Explain private deployment for the CLOUD.
Your own virtualized local data center.
Explain hybird deployment for the CLOUD.
It is a mix of public and private cloud.
Explain SaaS in the CLOUD.
- Software as a Service
- No local installation
- Someone else has written the application and manages the application.
- A complete application offering.
Explain PaaS in the CLOUD.
- Platform as a Service.
- No servers, no software, no maintenance team.
- Someone else handles the platform, you handle the development.
- You do not have direct control of the data, people, or infrastructure.
- You put the building blocks together based on what is available to you on the platform.
Explain IaaS in the CLOUD.
- Infrastructure as a Service
- Can also be referred to as Hardware as a Service (HaaS).
- You are outsourcing your equipment and using your own software on-top of it.
- You would manage all of it on the hardware and would be responsible for the data on the hardware.
Explain Scalability in the CLOUD.
The ability of a cloud infrastructure to change in size or their use of resources to meet the changing workload demands.