Chapter 3: Addressing and Routing Flashcards
IPv4
ExamAlert: Be prepared for questions asking you to identify IP class ranges, such as the IP range for a Class A network.
Composed of four sets of 8 binary bits, which are called octets (32 bits)
5 address classes (A-E) although only 3 (A, B, and C) assign addresses to clients; Class D reserved for multicast addressing; Class E reserved for future development
Unicast address: Single address specified; Data sent with unicast addressing is delivered to a specific node identified by the address; Point-to-point address link
Broadcast address: IP address used to target all systems on a subnet or network instead of single hosts
Multicast: Mechanism by which groups of network devices can send and receive data between the members of the group at one time, instead of separately sending messages to each device in the group.
Subnet Mask
Pg. 97 Table 3.3 Default Subnet Masks Associated with IP Address Classes
Defines which parts of the IP address refer to the network address and which refer to the node address; Most commonly expressed in 32-bit dotted-decimal format
Subnetting
A process by which the node portions of an IP address create more networks than you would have if you used the default subnet mask
Broadcast domains vs Collision domains
Collision domains are all the connected nodes and broadcast domains are all the logical nodes that can reach each other; Collision domains are typically subsets
Classless interdomain routing (CIDR)
An IPv4 method of assigning addresses outside the standard Class A, B, and C structure; Addresses assigned using a value known as the slash
Default Gateway
The means by which a device can access hosts on other networks for which it does not have a specifically configured route
IPv6
Pg. 107 Table 3.5 Comparing IPv4 and IPv6 addressing
Unicast IPv6 Addresses
Global Unicast Addresses: The equivalent of IPv4 public addresses that are routable and travel throughout the network
Link-Local Addresses: Designated for use on a single local network; Automatically configured on all interfaces
Site-Local Addresses: Equivalent to the IPv4 private address space; Routers do not forward site-local traffic outside the site; Must be assigned through either stateless or stateful address configuration proccesses
Note, stateless refers to IP autoconfiguration in which admins do not need to manually input configuration information and stateful configuration network devices obtain address information from a server
Dynamic Host Configuration Protocol (DHCP)
The mechanism that enables a central system to provide client systems with IP addresses
Settings used to connect to a TCP/IP network
IP address: Each system must be assigned a unique IP address so that it can communicate on the network
Subnet mask: Enables the system to determine what portion of the IP address represents the network address and what portion represents the node address
Default gateway: Enables the system to communicate on a remote network, without the need for explicit routes to be defined
DNS server addresses: Enables dynamic hostname resolution to be performed.
Automatic Private IP Addressing (APIPA)
The function of APIPA is that a system can give itself an IP address if it is incapable of receiving an address dynamically from a DHCP server; Configures with address and appropriate subnet mask but no default gateway address
Network Address Translation (NAT)
Enables the use of any addressing scheme on internal networks, though common practice to use private address ranges; Only one registered IP address required on the system’s external interface acting as the gateway between internal and external networks
Port Address Translation (PAT)
All systems on the LAN are translated to the same IP address but with a different port number assignment; Used when multiple clients want to access the Internet
Static Network Address Translation (SNAT)
Simple form of NAT that directly maps a private IP address to a static unchanging public IP address.
Destination Network Address Translation (DNAT)
aka Port Forwarding
Can be implemented on any router to change the destination IP address on a packet and do the inverse operation on replies; Typically used between services located on a private network and IP addresses that are publicly accessible; Commonly referred to as port forwarding
Routing table
Chart of best possible path for data to reach its destination