6. IPv4 Addressing Flashcards
What are the value range and the block size of IPv4?
- 0 - 255
- 4
- 10.0.255.255
What portion does IPv4 made up of? ( 2 )
- Network Portion
- Host Portion
- It is a 32 bit hierarchial address
How to determine the host portion and the network portion
192.168.10.23
- 192.168.10 is Network Portion
- .23 is Host Portions
What is used to determine the network and host portions?
- Subnet mask
What is the actuall process used to identify the network and host portions called?
- ANDing
What is a prefix length used for?
- It is a less cumbersome method used to identify a subnet mask
How to calculate the prefix length?
- Count the number of 1 in the subnet mask
- 255.0.0.0 ( 11111111.00000000.00000000.00000000 ) which has a prefix of 8
How does the prefix length written in ?
- Slash Notation ( /8 )
List out 3 types of IP addresses within each network
- Network Address ( For whole LAN network )
- Host Address ( For end users )
- Broadcast Address
How many devices does Unicasts sends?
- A packet to one destination IP address
How many devices does Broadcast sends?
- A packet to all other destination IP address
How many devices does Multicast sends?
- A packet to a multicast address group ( Send to PC1 , PC3 and PC5 without sending to PC2 and PC4 )
List out 2 types of IPv4 address
- Private
- Public
What are the characteristics of Private IPv4?
- Private IPv4 addresses are not unique and can be used internally within any network
- Are not globally routable
What is Private IPv4 Addresses used?
- It is a common block of addresses used by most organizations to assign IPv4 addresses to internal hosts
What translates private IPv4 addresses to public IPv4 addresses?
- Network Address Translation ( NAT )
Where is NAT typically enabled?
- On the edge router connecting to the internet
List out 2 special use IPv4 addresses
- Loopback Addresses
- Link-Local Addresses