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 at 127.255.255.255.
    • Split into 128 class A networks
    • Handed out to large companies
  • Class B Range
    • Half the range of class A.
    • Starts at 128.0.0.0 and ends at 191.255.255.255.
  • Class C Range
    • Half of range class B
    • Starts at 192.0.0.0 and ends at 223.255.255.255
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does an IP packet contain?

A
  • source IP address
  • destination IP address
  • data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does a TCP/UDP segment contain?

A

Source and destination port number + data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How long is an IPv6 address (in bits)

A

128 bits long.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you represent all IPv6 addresses?

A

::/0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly