Subnetting Flashcards

1
Q

Describe classful vs classless addressing

A

Classful addressing uses default network bits to determine network address. Classless addressing uses arbitrary number of network bits to determine network address.

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

Describe a subnet mask

A

32 bit (4 octets). Network bits = 1. Host bits = 0. Logical and with IP address to get network address.

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

What is CIDR

A

Classless Internet Domain Routing
__________________________
Provides simplified presentation of IP/network bits. Number of network bits after address 192.168.1.63/24 rather than 192.168.1.63 mask 255.255.255.0

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

What is subnetworking?

A

From a classful address, borrow one of more host bits and use those as network bits. This divides the network into a larger amount of smaller networks

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

What’s the purpose of subnetworking?

A

Performance; separate broadcast domains, isolate priority traffic (VOIP)
Security; isolate servers from workstations, guest wifi
Ease Troubleshooting, smaller number of directly connected devices to work with

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

Describe the subnetting process

A
  1. Determine the maximum required networks
  2. Determine the maximum hosts per network
  3. Determine network wide subnet mark (classful)
  4. Define block size (often called the magic number)– networks, host ranges, broadcast address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly