IP/Subnetting Flashcards
What does this mean /XX
CIDR - Classless Inter-Domain Routing or super netting
Inside local address
The IP address assigned to a host on the inside network. This is the address configured as a parameter of the computer OS or received via dynamic address allocation protocols such as DHCP. The address is likely not a legitimate IP address assigned by the Network Information Center (NIC) or service provider.
Inside global address
A legitimate IP address assigned by the NIC or service provider that represents one or more inside local IP addresses to the outside world.
Outside local address
The IP address of an outside host as it appears to the inside network. Not necessarily a legitimate address, it is allocated from an address space routable on the inside.
Outside global address
The IP address assigned to a host on the outside network by the host owner. The address is allocated from a globally routable address or network space.
How many IP Address classes are there.
5
What is the Class A Range?
What is the default network mask.
- X.X.X - 126.X.X.X
255. 0.0.0
What is the Class B Range?
What is the default network mask.
- 0.X.X-191.255.X.X
255. 255.0.0
What is the Class C Range?
What is the default network mask.
- 0.0.X-223.255.255X
255. 255.255.0.0
What is the Class D Range?
What is the default network mask.
224.0.0.0-239.255.255.255
No mask used for multcating
What is the Class E Range?
What is the default network mask.
240.0.0.0-255.255.255.255
No mask used for research
What is 0.0.0.0 used for?
is a non-routable address used to designate an invalid, unknown or non applicable target.
Loopback address
127.X.X.X.
How many private IP ranges are there.
4
Class A private range
10.0.0.0 - 10.255.255.255