I've got a task:
Divide the IP network 150.200.0.0 with the network mask of 255.255.0.0(/16) into 4 subnets.
I need to fill up a table, I googled it and filled it up like this, not sure if it is correct or not. Can you help me with this?
+------+---------------+-------------+------------------------+-------------------+
| Bits | Subnet adress | Subnet mask | Computer address range | Broadcast address |
+------+---------------+-------------+------------------------+-------------------+
| ? | 150.200.16.0 | 255.255.0.0 | 17-31 | 150.200.16.0 |
| ? | 150.200.32.0 | 255.255.0.0 | 33-47 | 150.200.32.0 |
| ? | 150.200.48.0 | 255.255.0.0 | 47-63 | 150.200.48.0 |
| ? | 150.200.64.0 | 255.255.0.0 | 65-79 | 150.200.64.0 |
+------+---------------+-------------+------------------------+-------------------+