Networking refresher Flashcards
1
Q
Describe the groups and ranges of Classful addressing
A
- Class A range
- Starts at
0.0.0.0
and ends at127.255.255.255
. - Split into 128 class A networks
- Handed out to large companies
- Starts at
- Class B Range
- Half the range of class A.
- Starts at
128.0.0.0
and ends at191.255.255.255
.
- Class C Range
- Half of range class B
- Starts at
192.0.0.0
and ends at223.255.255.255
2
Q
Describe the internet private IPs - RFC1918
A
- One class A network:
10.0.0.0
-10.255.255.255
- 16 Class B networks:
172.16.0.0
-172.31.255.255
- 256 Class C networks:
192.168.0.0
-192.168.255.255
3
Q
What is CIDR?
A
CIDR networks are represented by the starting IP address of the network called the network address and the prefix.
4
Q
What does an IP packet contain?
A
- source IP address
- destination IP address
- data
5
Q
What does a TCP/UDP segment contain?
A
Source and destination port number + data
6
Q
How long is an IPv6 address (in bits)
A
128 bits long.
7
Q
How do you represent all IPv6 addresses?
A
::/0