Lesson 4 - Chapter 2: Network Addressing with IPv4 Flashcards
What is an IP address?
a unique identification number for a computer on a network
What do the parts of an IP address identify? (2)
IP addresses identify:
1. the network to which the host belongs to (Network ID)
2. the individual host within that network (Host ID)
What does IPv4 stand for?
Internet Protocol version 4
IPv4 addresses consist of how many sets of binary numbers?
4 sets of 8 binary numbers (4 x 8 binary numbers = 32 total binary numbers)
a group of 8 binary numbers is called what?
octets
11110000 (binary) = 240 (octet)
What is dotted decimal notation?
when the 4 sets of octets in an IPv4 address are separated by a period
No number in an IPv4 address can ever be greater than….? Why?
255, because the largest binary 8-digit number is 11111111 = 255
What does the NIC use to distinguish what part of an IP address identifies the Network ID and which identifies the Host?
NIC uses a value called the subnet mask
What does a subnet mask do?
A subnet mask blocks out/masks the network portion of an IP address
When comparing a subnet mask to the IP address, any part that’s all 255’s is what?
Example subnet mask of: 255.255.255.0
IP address: 192.168.4.33
the Network ID
(192.168.4)
When comparing a subnet mask to the IP address, any part that’s all 0’s is what?
Example subnet mask of: 255.255.255.0
IP address: 192.168.4.33
the Host ID
(33)
Every computer on a single LAN must have the same ___ ___ and a ___ ___ ___
every computer on a single LAN must have the same network ID and a unique host ID
What happens if 2 computers have the same IP address?
they won’t be able to talk to each other, and other computers won’t know where to send data
What is an IP conflict?
when 2 computers have the same IP address
How many total Host IP addresses are available?
254 addresses (ending in 1-254)
We can never have an IP address that ends with what two numbers?
IP addresses can never end in 0 or 255
What is classful addressing?
Determining the amount of unique host IDs available depending on the address class (A, B, or C)
(the class system is long gone)
Although the class system is long gone, it’s still common to see subnet masks with 1-3 groups of what number?
255
What is the current system of assigning IPv4 addresses and subnet masks called?
Classless Inter-Domain Routing (CIDR)
What does CIDR stand for?
Classless Inter-Domain Routing
With CIDR, network techs refer to the subnet mask by the number of…
1s that it contains
Example subnet mask:
11111111.11111111.11111111.00000000
would be /24