2.5 IPv4 Flashcards
What is the structure of an IPv4 address?
A 32-bit address, written as four decimal numbers separated by dots (e.g., 192.168.1.4).
How many bits are in an IPv4 address?
32 bits.
What is the purpose of a subnet mask?
It defines the network and host portions of an IP address.
What is the default subnet mask for a Class A network?
255.0.0.0
What is the default subnet mask for a Class B network?
255.255.0.0
What is the default subnet mask for a Class C network?
255.255.255.0
What is the IP address range for Class A?
1.0.0.0 - 127.255.255.255
What is the IP address range for Class B?
128.0.0.0 - 191.255.255.255
What is the IP address range for Class C?
192.0.0.0 - 223.255.255.255
What is the purpose of Class D addresses?
Reserved for multicast communication (224.0.0.0 - 239.255.255.255).
What is the purpose of Class E addresses?
Reserved for experimental use (240.0.0.0 - 255.255.255.255).
What are the three private IP address ranges?
10.0.0.0 - 10.255.255.255 (Class A), 172.16.0.0 - 172.31.255.255 (Class B), 192.168.0.0 - 192.168.255.255 (Class C).
What is a public IP address?
An IP address routable over the internet, assigned by ISPs.
What is a private IP address?
An IP address used within a local network (LAN) that is not routable over the internet.
What is the loopback address?
127.0.0.1, used for local network testing.