Explaining IPv4 And IPv6 Addressing Flashcards
Fields in a data gram used to identify source and destination IP addresses, protocol type and other layer 3 properties
Internet Protocol (IP) header
Identifier for a protocol working over the Internet Protocol, such as TCP, UDP, ICMP, GRE, EIGRP, or OSPF
IP Protocol Type
Format for expressing IPv4 addresses using four decimal values from 0 to 255 for each octet
Dotted decimal notation
Number of bits applied to an IP address to mask the network ID portion from the host/interface ID portion. Also referred to as a network mask or subnet mask.
Network Mask
Division of a single IP network into 2 or more smaller broadcast domains by using longer netmasks within the boundaries of the network. Also called a subnet mask.
Subnet Addressing
IP configuration parameter that identifies the address of a router on the local subnet that the host can use to contact other networks.
Default Gateway
Broadcast mechanism by which the hardware MAC address of an interface is matched to an IP address in a local network segment.
Address Resolution Protocol (ARP)
A packet addressed to a single host. If the host is not on the local subnet, the pack must be sent via one or more routers
Unicast
Packet or frame addressed to all hosts on a local network segment, subnet or broadcast domain. Routers do not ordinarily forward broadcast traffic. The broadcast address of IP is one where the host bits are all set to 1; at the MAC layer it is the address ff:ff:ff:ff:ff:ff.
Broadcast
A packet addressed to a selection of hosts (in IP, those belonging to a multicast group).
Multicasting
Layer 3 protocol that allows hosts to join and leave groups configured to receive multicast communications.
Internet Group Management Protocol (IGMP)
IP delivery mechanism whereby a packet is addressed to a single host from a group sharing the same address
Any cast
Host operating multiple protocols simultaneously on the same interface. Most hosts are capable of dual stack IPv4 and IPv6 operation for instance.
Dual Stack
Encapsulating data from a local protocol within another protocols PDU to transport it to a remote network over an intermediate network. Tunneling protocols are used in many contexts including virtual private networks (VPNs) and transport IPv6 packets over IPv4 networks.
Tunneling
IPv6 protocol used to identify link local nodes
Neighbor Discovery (ND) protocol