7&8. IPv4 Addressing Flashcards
What is the length of an IP address? (bits)
32 bits
What are the groups of 8 bits in an IP address called?
octets
What is the maximum value for a binary octet? (1111 1111)
255
What is the numeric range of the first octet of a class A IPv4 address?
0-127
What is the numeric range of the first octet of a class B IPv4 address?
128-191
What is the numeric range of the first octet of a class C IPv4 address?
192-223
What is the numeric range of the first octet of a class D IPv4 address?
224-239
What is the numeric range of the first octet of a class E IPv4 address?
240-255
What is the class D IPv4 address range reserved for?
Multicast Addresses
IPv4 addresses beginning with 127 are used for […] addresses.
Loopback
What kind of address is used to test the network software stack on the local device?
loopback addresses
If the host portion of an IPv4 address is all 0s, what kind of address is it?
network address
If the host portion of an IPv4 address is all 1s, what kind of address is it?
broadcast address
Interfaces on Cisco [device type] are administratively down by default.
Routers
What is the formula to calculate the max. number of hosts in a network?
(2^n)-2
n = number of host bits
Which IPv4 address class contains a total of 128 networks?
Class A
The ‘Status’ field of the show ip interface brief command shows the Layer […] status of the interface.
1
The ‘Status’ field of the show ip interface brief command shows the Layer […] status of the interface.
1
The ‘Protocol’ field of the show ip interface brief command shows the Layer […] status of the interface.
2
Interfaces on Cisco [device type] are NOT administratively down by default.
switches
Command to configure an IP address on an interface:
R1(config-if)# […]
ip address ip-address subnet-mask
ie.
ip address 192.168.1.254 255.255.255.0
Command to configure a description on an interface:
R1(config-if)# […]
description description
ie.
R1(config-if)# description ## to SW1 ##
Display the configured description of each interface on a router:
R1# […]
R1# show interface description