removed probably incrorect statements from midterm notes

This commit is contained in:
shockrahwow 2019-10-21 19:26:18 -07:00
parent 53c361d56b
commit 35a281ab8e

View File

@ -31,10 +31,6 @@ Start with the largest network B : requires 1000 hosts.
Hosts part requires 10 bits so we have an IP/22.
Network address then is (subnet address)150.180.0.0/22 - (broadcast address)150.180.3.231/22.
**NOTE:** we don't go up to to 255 on the end because:
A. We only need 1000 hosts
B. We effectively "reuse" the 150.180 prefix to fit the next network; basically we use a "host" as a network.
Network address then is (subnet address)150.180.0.0/22 - (broadcast address)150.180.3.255/22
**NOTE:** I included both the subnet(network) address and the broadcast for sake of brevity.