- Published on
KembaraXtra-Case Law- Network Addressing
This guide summarizes the provided text on network addressing, focusing on key concepts for effective learning and exam preparation.
I. IP Addresses: The Internet's Addressing System
To identify valid IPv4 addresses, use a process of elimination based on these rules:
This guide summarizes the provided text on network addressing, focusing on key concepts for effective learning and exam preparation.
I. IP Addresses: The Internet's Addressing System
- Analogy: Think of IP addresses as the "street addresses" of the internet, enabling data to reach its intended destination. Each computer needs one.
- Two Address Types: Every computer has two addresses:
- IP Address: Used for internet communication.
- MAC Address: (Mentioned but not detailed here). We'll focus on IP addresses for now.
- IPv4 Addressing (Dotted-Quad Notation): The most common type. Written as four numbers (0-255) separated by periods (e.g., 10.15.100.240).
- Why 0-255? Each number represents 1 byte (8 bits). The entire IPv4 address is 32 bits (4 bytes).
- IPv6: The newer standard uses eight groups of four hexadecimal digits (e.g., fae0:2660:a0a1:2efe:c84b:4c44:3467:a1ed).
- Unique Identification: A system's IP address uniquely identifies it on the internet. Addresses used on the internet are globally unique.
- Private IP Addresses: Used on private networks (home, office). These are reusable across different private networks because a router/firewall translates them to public IP addresses for internet communication.
- Source and Destination Addresses: Every communication involves two IP addresses:
- Source Address: The sender's IP address.
- Destination Address: The receiver's IP address. These switch places as data flows back and forth.
- Static IP Assignment: Manually configuring an IP address within a network's range. Requires ensuring the address is unique within that network.
- Dynamic IP Assignment (DHCP): Using the Dynamic Host Configuration Protocol (DHCP) server to automatically assign IP addresses from a pool of available addresses. Common for end-user devices. Servers typically use static IPs.
- Automatic Private IP Addressing (APIPA): A system's fallback mechanism if it cannot contact a DHCP server. APIPA addresses start with 169.254. Indicates a network problem if used in a properly configured network.
To identify valid IPv4 addresses, use a process of elimination based on these rules:
- Octet Range: No number (octet) can be larger than 255.
- Loopback Addresses: Addresses starting with 127 (e.g., 127.0.0.1) are loopback addresses for a system to communicate with itself; they aren't valid host addresses on a network.
- Reserved Addresses: The first number should never be higher than 223. Numbers above this are reserved for special purposes (multicast addresses (224-239), experimental uses (240-255)) and not valid for individual systems.
- IP Address: Internet Protocol address.
- IPv4: Internet Protocol version 4.
- IPv6: Internet Protocol version 6.
- MAC Address: Media Access Control address.
- DHCP: Dynamic Host Configuration Protocol.
- APIPA: Automatic Private IP Addressing.
- Loopback Address: An address that allows a system to communicate with itself.
- Multicast Address: An address used to send data to multiple systems simultaneously.
0 Comments