IP ADDRESSING Flashcards
What is the binary equivalent of the decimal number 192?
A) 11000000
B) 10111111
C) 11100000
D) 10011000
Answer: A) 11000000
Convert the hexadecimal number A3 to decimal.
A) 163
B) 1632
C) 160
D) 1630
Answer: A) 163
Which of the following is a private IP address?
A) 10.0.0.1
B) 172.16.0.1
C) 192.168.1.1
D) All of the above
Answer: D) All of the above
What is the default subnet mask for a Class A IP address?
A) 255.255.255.0
B) 255.255.0.0
C) 255.0.0.0
D) 255.255.255.255
Answer: C) 255.0.0.0
How many bits are in an IPv4 address?
A) 32
B) 64
C) 128
D) 256
Answer: A) 32
What is the subnet mask for a /26 network?
A) 255.255.255.128
B) 255.255.255.192
C) 255.255.255.224
D) 255.255.255.240
Answer: B) 255.255.255.192
How many subnets can you create from a /24 network by borrowing 2 bits?
A) 2
B) 4
C) 8
D) 16
Answer: B) 4
What is the broadcast address for the network 192.168.1.0/24?
A) 192.168.1.255
B) 192.168.1.0
C) 192.168.1.1
D) 192.168.0.255
Answer: A) 192.168.1.255
Which subnet mask allows for 30 hosts per subnet?
A) /30
B) /29
C) /28
D) /27
Answer: D) /27
What is the first valid host address in the 192.168.1.0/24 network?
A) 192.168.1.0
B) 192.168.1.1
C) 192.168.1.255
D) 192.168.2.0
Answer: B) 192.168.1.1
How many host addresses are available in a /30 subnet?
A) 2
B) 4
C) 6
D) 8
Answer: A) 2
What is the last valid host address in the 192.168.1.0/24 network?
A) 192.168.1.254
B) 192.168.1.255
C) 192.168.1.1
D) 192.168.2.0
Answer: A) 192.168.1.254
Which of the following is a valid Class B private IP address?
A) 10.0.0.1
B) 172.16.0.1
C) 192.168.0.1
D) 169.254.0.1
Answer: B) 172.16.0.1
What is the purpose of a subnet mask?
A) To identify the network portion of an IP address
B) To encrypt IP addresses
C) To assign IP addresses dynamically
D) To route packets between networks
Answer: A) To identify the network portion of an IP address
Which command displays the IP configuration on a Windows machine?
A) ifconfig
B) ipconfig
C) netstat
D) route
Answer: B) ipconfig
What is the network address for the IP address 192.168.1.100/24?
A) 192.168.1.0
B) 192.168.1.100
C) 192.168.1.255
D) 192.168.0.0
Answer: A) 192.168.1.0
How many bits are borrowed in a /26 subnet mask?
A) 2
B) 4
C) 6
D) 8
Answer: A) 2
What is the subnet mask for a /28 network?
A) 255.255.255.240
B) 255.255.255.224
C) 255.255.255.192
D) 255.255.255.128
Answer: A) 255.255.255.240
Which of the following is a valid Class C private IP address?
A) 10.0.0.1
B) 172.16.0.1
C) 192.168.1.1
D) 169.254.0.1
Answer: C) 192.168.1.1
What is the purpose of Variable Length Subnet Masking (VLSM)?
A) To create subnets of equal size
B) To create subnets of varying sizes based on need
C) To assign IP addresses dynamically
D) To route packets between networks
Answer: B) To create subnets of varying sizes based on need
How many subnets can be created from a /24 network by borrowing 3 bits?
A) 6
B) 8
C) 16
D) 32
Answer: B) 8
What is the broadcast address for the network 192.168.1.0/29?
A) 192.168.1.8
B) 192.168.1.7
C) 192.168.1.6
D) 192.168.1.9
✅ Answer: B) 192.168.1.7
How many usable host addresses are there in a /29 network?
A) 6
B) 8
C) 4
D) 2
✅ Answer: A) 6
Which address type is 127.0.0.1?
A) Broadcast
B) Multicast
C) Loopback
D) APIPA
✅ Answer: C) Loopback