IP Addressing Flashcards

FrontBack
MulticastDelivered to a group of interfaces or nodes.
IPv4Internet Protocol version 4; 32 Bits
IPInternet Protocol
NATNetwork Address Translation. Translates IP Addresses between different networks. Typically between a public and private network
AnycastDelivered to the nearest interface
IPv4 Class A Range1.0.0.0 to 126.0.0.0
IPv4 Loop-back Address127.0.0.1
IPv6 Link-LocalIPv6 version of APIPA. Automatically configured, and only usable on local segment. (fe80::/64)
Public IP AddressUsable on both private and public networks. Can be routed through the Internet, as long as the IP Address is unique
UnicastDelivered to one interface or node
Private Class A Range10.0.0.0 to 10.255.255.255
Private Class B Range172.16.0.0 to 172.31.255.255
IPv6 Site-LocalIPv6 version of Private Addressing. Only usable within a single organization or site. Not usable on Internet. (fc00::/7)
APIPA Range169.254.0.0-169.254.255.255
IPv6 GlobalIPv6 version of public addresses. Must be unique and are usable on the Internet.
IPv4 Class C Range192.0.0.0 to 223.255.255.255
IPv4 Class B Range128.0.0.0 to 191.255.0.0
Private Class C Range192.168.0.0 to 192.168.255.255
Private IP AddressUsable only on private networks. Can not be routed through the Internet
BroadcastDelivered to any interface or node in the same LAN. IPv4 only.
IPv6Internet Protocol version 6; 128 Bits