What default class is this address? A, B,
or C? B
What is the default subnet mask? 255.255.0.0
What is the subnet mask for this host in
dotted decimal format AFTER the bits
are borrowed?
255.255.224.0
How many subnets were created? 8
How many actual hosts per subnet? 8,192 [(2^13)]
How many usable hosts per subnet? 8,190 [(2^13)-2]
Perform the ANDing process
on the supplied
host address
(Remember, the process
must be done in binary
format or it will be marked
wrong)
Address 10111111.00000000.00000001.10110111
Subnet
Mask 11111111.11111111.11100000.00000000
Result 10111111.00000000.00000000.00000000
What is the network address for the
supplied host address? (The Network
address is the result from the above
step, but it should be answered in Dotted
Decimal Format or it will be marked
wrong.)
191.0.0.0
What is the broadcast address for the
supplied host address? 191.0.31.255
Is the address 191.0.95.255
a Network, Host or Broadcast address? Broadcast
Is the address 191.0.160.0
a Network, Host or Broadcast address?
Is the address 191.0.190.255
a Network, Host or Broadcast address?
Is the address 191.0.191.254
a Network, Host or Broadcast address?