Lesson 5: Explaining IPv4 Addressing Flashcards
What does the version field in an IP header indicate?
The version of internet protocol being used
What does the length field in an IP header indicate?
The size of the header and the total packet size including the payload (65,535 bytes max)
What does the protocol field in an IP header indicate?
Identifies the protocol working over IP at the transport layer (layer 4) so the receiving host knows how to process it
What are the possible protocols that can be defined in the protocol field?
TCP, UDP, ICMP, GRE, EIGRP, or OSPF
What protocols run directly on IP instead of at the transport layer?
ICMP, IGMP, GRE, ESP, and EIGRP
What is a network mask (netmask)?
The number of bits used to distinguish between the network ID and a host ID of an IP address and both are 32 bits
How does one determine the network ID of an IP address?
By ANDing the network mast to the IP address
Define the ANDing process
- Convert the network mask and IP address to binary and and the binary numbers together, like an addition problem, two 1s equal 1, any other combination equals 0, the result is the network ID
What is a network prefix or slash notation?
The abbreviated version of the decimal network mask added to the end of the network ID to describe mask
What is the decimal notation of an 8-bit mask
255.0.0.0
What is the decimal notation of a 16-bit mask
255.255.0.0
What is said to happen when deceasing the bits in the network mask?
Decreasing the bits in the network mask allows for a larger number of hosts in each network because it allows for more host IDs but decreases the number of network IDs in the total network space
What is said to happen when increasing the bits in the network mask?
Increasing the bits in the network mask allows for a smaller number of networks allowed in the overall network because it allocates more bits to the host IDs which increases the number of host IDs possible in each network
What is subnet addressing?
Division of a single IP network into two or more smaller broadcast domains by using longer netmasks within boundaries of a network
What are the hierarchical levels of subnet addressing?
- Network ID
- Subnet ID
- Host ID
How are logical subnets created?
Bits from the host ID are allocated to the subnetwork address, meaning that the subnet ID lies within an octet boundary