# Lab 5.2: Subnetting Charts

### Summary

During this lab, we learned how to subnet a network. This lab was very confusing for me because trying to figure out how many bits it takes for 6 subents wasn't straightforward. To create a network you look at how many users you need. Then you will need to start with the largest network and choose a suitable address and determine the range of IPs. A broadcast address can be found by turning the IP to binary then turning the host ID into all 1's. To get the range of IPs first the smallest would just be a 1 at the end of the host IP then the highest IP is all 1s in the Host ID except for the last one.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paul-gleason.gitbook.io/net-150-network-fundamentals/labs/lab-5.2-subnetting-charts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
