Skip to content

Commit

Permalink
Update reference link for subnet mask example (bregman-arie#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulmlokurte authored May 4, 2023
1 parent 987f711 commit cda792c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ An Internet Protocol address (IP address) is a numerical label assigned to each

A Subnet mask is a 32-bit number that masks an IP address, and divides the IP addresses into network address and host address. Subnet Mask is made by setting network bits to all "1"s and setting host bits to all "0"s. Within a given network, out of the total usable host addresses, two are always reserved for specific purposes and cannot be allocated to any host. These are the first address, which is reserved as a network address (a.k.a network ID) and the last address used for network broadcast.

[Example](https://github.com/philemonnwanne/o0o0o/tree/main/exes/exe-09)
[Example](https://github.com/philemonnwanne/projects/tree/main/exercises/exe-09)

</b></details>

Expand Down

0 comments on commit cda792c

Please sign in to comment.