Topic 4 IP Addressing Flashcards
What is the current form of addressing used on the internet?
IPv4
How many bits are in an IP address?
32-bit address
What is IP address for?
To identify source and destination addresses
What is each octet separated by?
By a dot
What is the IP address consist of?
A network and host portion
192.168.10.1
<————><->
Network Host
What do the number of bits in the host portion determine?
The number of hosts within the network
What is a subnet mask?
Represents the network portion of an IP address
What is network prefix?
The prefix length is the number of bits in the address that gives the network (or subnetwork) portion
Eg. 172.16.4.0 /25
/25 indicates that the first 25 bits are the network address
What are the IP address classes?
- Class A
- Class B
- Class C
- Class D
- Class E
What is class A address used for?
To support very large networks with more than 16 million hosts
What are the characteristics of class A address?
- First octet has a value of 1 to 126
- Used a fixed /8 prefix with the first octet to indicate the network address
- Remaining three octets are used for host addresses
What is class B address used for?
Designed to support the needs of moderate to large size networks with more than 65,000 hosts
What are the characteristics of class B address?
- First octet has a value of 128 to 191
- First and second octets represent the network
What is class C address used for?
Intended to provide addresses for small networks with a maximum of 254 hosts
What are the characteristics of class C address?
- First octet has a value of 192 to 223
- First three octets represent the network