I'm tasked with creating a network that has been assigned the 10.11.12.0/23 network address for all computers and devices. It should have 3 subnets for classrooms, office management, and public use.
Working through binary, I cam up with this. Please let me know if I'm on the right track as I spent countless hours trying to grasp this.
Using the power of 2 now have 4 sub nets:
10.11.12.1 - 10.11.12.126
10.11.12.128 - 10.11.12.254
10.11.13.1 - 10.11.13.126
10.11.13.128 - 10.11.13.254
All using the subnet mask of: 255.255.254.0
All using a broadcast address of: 10.11.13.255
I felt like I was writing in another language but if anyone can confirm this or has any tips they may know of to help me in the future, that would be most helpful. Thanks!
Working through binary, I cam up with this. Please let me know if I'm on the right track as I spent countless hours trying to grasp this.
Using the power of 2 now have 4 sub nets:
10.11.12.1 - 10.11.12.126
10.11.12.128 - 10.11.12.254
10.11.13.1 - 10.11.13.126
10.11.13.128 - 10.11.13.254
All using the subnet mask of: 255.255.254.0
All using a broadcast address of: 10.11.13.255
I felt like I was writing in another language but if anyone can confirm this or has any tips they may know of to help me in the future, that would be most helpful. Thanks!