From 35a281ab8e89baea4c153bb066d2deff28d48985 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Mon, 21 Oct 2019 19:26:18 -0700 Subject: [PATCH] removed probably incrorect statements from midterm notes --- 412/midterm.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/412/midterm.md b/412/midterm.md index da1e183..1100158 100644 --- a/412/midterm.md +++ b/412/midterm.md @@ -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.