Cloud Computing Flashcards
What are the main parts of a URL?
- Protocol (or scheme): https://
- Hostname (or domain): www.example.com
- Port: :80 (default for HTTP) or :443 (default for HTTPS)
- Path (or page): /path/to/page.
What is a packet route?
The sequence of router IPs a packet traverses to reach its destination.
What is the relationship between hostnames and IP addresses?
Hostnames (domains) are human-readable names mapped to IP addresses through DNS.
What does an A record do in DNS?
Maps a hostname to an IPv4 address.
What does an AAAA record do in DNS?
Maps a hostname to an IPv6 address.
What is the role of a registrar?
Registers domain names and manages their mapping to DNS records.
How much does an IPv4 address cost?
$30–50.
What is the approximate cost of a domain?
$5–20 per year.
How much does outbound traffic cost?
$50–100 per TB.
What is the cost of an HTTPS certificate?
Typically $0 (e.g., via Let’s Encrypt).
What is the role of AWS EC2?
Provides virtual machines (instances) for running applications.
What is an Elastic IP?
A static IPv4 address rented for use with AWS instances.
What does “instance type” refer to in AWS?
The hardware configuration of an EC2 instance, including CPU, memory, and storage.
What are burstable CPUs in AWS?
CPUs that can temporarily exceed their baseline performance by using accrued credits during periods of low activity.
What does Linux do in cloud deployments?
Provides the operating system for running server applications.