subnetting Flashcards

1
Q

what is subnetting

A
  • allocating 1 IP address range to several networks.
  • partition adress space into multiple smaller networks (subnets)
  • all hosts in same subnet have the same subnet number (network address)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

why do we need subnetting

A
  • IP exhaustion
  • efficient address spacing
  • security
  • efficient broadcast domain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

class A

A

first bits = 0
7 bit network
24 bit host

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

class B

A

first bits = 10
14 bit network
16 bit host

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

class C

A

first bits = 110
21 bit network
8 bit host

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

how to find out how many possible hosts in a network?

A

let n = # of host bits
ex: class A: n = 24

hosts = 2^24 - 2
minus 2 since the first address is the net ID and the last address is the broadcast address

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

what is the subnet mask

A

shows 1’s for all bits that are apart of the network address

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

determine the subnet number from the subnet mask and ip address

A

in binary write the ip address under the subnet mask and all the bits of ip aligning with 1’s from mask are apart of the subnet number.

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

broadcast address

A

the last available address of a network

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

network address

A

the first availible address of a network

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

DHCP

A
  • a way to automate host configuration
  • a new host on a network sends a request to the DHCP server who responds with assignment and info
  • each admin domain has at least 1 DHCP server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly