Elastic IP / IP addresses Flashcards
1
Q
Public IPv4
A
- machine can be identified on the internet
- must be unique across the whole web
- easily geolocated
2
Q
Private IPv4
A
- machine identified on public network only
- unique across network only
- machines connect to the internet using a NAT device + internet gateway (a proxy)
- only specified range (RFC 1918):
- Class A:
10.0.0.0
to10.255.255.255
- Class B:
172.16.0.0
to172.31.255.255
- Class C:
192.168.0.0
to192.168.255.255
- Class A:
3
Q
Elastic IP (try to avoid using)
A
- Fixed public IP for an EC2 instance (even if starting and stopping)
- own it as long as you delete it
- attach to one instance at a time
- default maximum 5 elastic IP addresses in an account (can request more)
- BETTER ALTERNATIVE - use a random public IP and register a DNS name to it, or a load balancer