General Flashcards

1
Q

You have a corporate network of size 10.0.0.0/8 and a satellite office of size 192.168.0.0/16. Which CIDR is acceptable for your AWS VPC if you plan on connecting your networks later on?

  • 172.16.0.0/12
  • 172.16.0.0/16
  • 10.0.16.0/16
  • 192.168.4.0/18
A

172.16.0.0/16 because CIDRs cannot overlap and the max CIDR size in AWS is 16

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

What does a subnet mask in a cidr range do?

A

It determines how many bits can change in the IP (XX.XX.XX.XX)

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

In a /32 CIDR, what IP number can change?

A

None, 32 represents 1 IP

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

In a /24 CIDR, what IP number can change?

A

The last number can change : XX.XX.XX.11

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

In a /16 CIDR, what IP number can change?

A

The last 2 numbers can change XX.XX.11.22

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

In a /8 CIDR, what IP number can change?

A

The last 3 numbers can change XX.11.22.33

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

In a /0 CIDR, what IP number can change?

A

All IP numbers can change 11.22.33.44

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

If you have CIDR 192.168.0.0/24, how many IPs does it represent and what is the first and last IP?

A
  • It represents 256 IPs (2^8)
  • The first IP is 192.168.0.0
  • The last IP is 192.168.0.255
How well did you know this?
1
Not at all
2
3
4
5
Perfectly