IP Addressing Flashcards
What does a Class A address look like?
1st Octect is 1-127; Mask is 255.0.0.0
What does a Class B address look like?
128-191’ 255.255.0.0 mask
What does a class C address look like?
192-223; 255.255.255.0; 256 possible hosts
What does a Class D address look like?
224-239; no subnet mask; used for multicast addresses (a logical identifier for a group of hosts; like a group chat that you have)
What does a Class E address look like?
240-255; research and development only
Classful Mask
the default subnet mask for a given class of IP address
Classless Inter-Domain Routing
Allows for the borrowing of some of those host bits and reassigning them to the network portion.
Subnetting
Allows for the use of a classless subnet mask to create smaller networks with fewer hosts in each network
Network Address Translation (NAT)
Changes your private IP into a public IP
What does a class A private address look like?
Starts with a 10
Class B private look like?
172 is the starting value
Class C private address look like?
192.168 is the starting value
Loopback address (127.0.0.1)
Creates a loopback to the host and is often used in troubleshooting and testing network protocols on a system.
Subinterface
a virtual interface that is created by dividing up one physical interface into multiple logical interfaces
Unicast
Data travels from a single source device to a single destination device (like a phone conversation)
Multicast
Data travels from a single source device to multiple destinations (like talking to a class)
Broadcast
Data travels from a single source to all sources (like a radio broadcast)
BOOTP
Dynamically assigns IP addresses and allows a workstation to load a copy of their boot image over the network
Network ID
first IP in the network
Broadcast ID
last IP in the addressing scheme
Variable Length Subnet Mask (VLSM)
Allows subnets of various sizes to be used and requires a routing protocol that supports it
Assignable IP
This is the number of IPs minus the broadcast and and network ID
Dual Stack
running both the IPv4 and IPv6 protocols by your network devices simutaneously
Tunneling
Allows an existing IPv4 router to carry IPv6 traffic
Link-Local
Used like a private IP in ipv4 that can only be used on the local rea network and begins with FE80
Stateless Address Autoconfiguration (SLAAC)
eliminates the need to obtain addresses or other configuration information from a central server
Multicast Address
used to identify a set of interfaces and begins with FF
Anycast Address
Used to identify a set of interfaces so that a packet can be sent to any member of a set
Extended Unique Identifier 64
Allows a host to assign itself a unique 64-bit IPv6 interface identifier called a EUI-64