IPv4 Address Types (obj 1.5) Flashcards
(10 cards)
What is a Public IPV4 Address?
Also known as routable IP address, it is a unique identifier assigned to devices on the internet. Must be leased or purchased from Internet Service Providers (ISPs) and is globally managed by ICANN.
ICANN stands for Internet Corporation for Assigned Names and Numbers.
What are Regional Internet Registries (RIRs)?
Responsible for managing public IP addresses for different regions, including:
* ARIN – North America
* LACNIC – Latin America
* AFNIC – Africa
* APNIC – Asia Pacific
* RIPE – Europe
Each RIR manages IP address allocations in its respective region.
What is a Private IPV4 Address?
A non-internet routable IP address used within local networks, allowing communication between devices without using a public IP address.
Can be used by anyone at any time, but only within their own LANs.
What is Network Address Translation (NAT)?
A method used to translate private IP addresses into public IP addresses and vice versa, facilitating communication between local and public networks, and helping conserve global IP address space.
NAT is often used in routers to manage private networks.
What is Request for Comments (RFC)?
A formal publication from the Internet Engineering Task Force (IETF), authored by individuals or groups of computer scientists to document new technologies or standards they are proposing.
RFCs serve as a mechanism for sharing information and standards in the internet community.
What does RFC 1918 define?
Defines ranges for private IP addresses including:
* Class A – 10.x.x.x (e.g., 10.0.0.0 - 10.255.255.255)
* Class B – 172.16.x.x to 172.31.x.x (e.g., 172.16.0.0 - 172.31.255.255)
* Class C – 192.168.x.x (e.g., 192.168.0.0 - 192.168.255.255)
These ranges are reserved for private networks and cannot be routed on the public internet.
What is the Loopback Address?
A specialized IP address assigned as 127.0.0.1, used for internal testing and troubleshooting, allowing higher-level protocols to send data back to the host itself.
The entire 127.x.x.x range is reserved for loopback purposes.
What is Automatic Private IP Addressing (APIPA)?
Dynamically assigned by an OS when a DHCP server is unavailable, with a range of 169.254.0.0 to 169.254.255.255, used as a fallback for network configurations.
Indicates a DHCP issue if assigned to a device.
What is Dynamic Host Configuration Protocol (DHCP)?
Assigns dynamic IP addresses to devices through a process known as DORA, which stands for:
* Discovery
* Offer
* Request
* Acknowledgment
DHCP automates the process of IP address assignment to devices on a network.
What are key exam tips regarding IP addresses?
Understand distinctions between public and private IP addresses, memorize ranges for private IP addresses (RFC 1918), be aware of loopback/local host and APIPA addresses, and recognize DHCP issues indicated by APIPA addresses.
These tips are crucial for mastering networking concepts and performing well in exams.