If your company network is having problems and you need to troubleshoot it, you also need to know some basic information about the computers on the network. Internet Protocol is the underlying ...
To understand how subnetting works, you first must have a good basic understanding of IP addresses. An IP address is set of binary octets broken into quads. That definition may not have made any sense ...
Class A subnetting is a form of network addressing typically reserved for the government and larger institutions. It can have a large number of unique nodes, which can prove quite a challenge. Here, ...
Today, the standard methods for moving the network/host address boundary are variable-length subnet masking (VLSM) for host addressing and routing inside a routing domain, and classless interdomain ...
Subnetting and creating subnet masks is often outsourced to consultants, but doing it yourself can be both challenging and rewarding. In the IT world, specifically in networking, there aren’t many ...
In the last two articles, we talked about IPv4 basics (Part IV) (Part V). We introduced the concept of folding a sheet of paper to understand subnetting. Each fold of the paper is a bit borrowed from ...
In addition to IPv4 (often written as just IP), there is IP version 6 (IPv6). IPv6 was developed as IPng (“IP:The Next Generation” because the developers were supposedly fans of the TV show “Star Trek ...
Have you learned to think and dream in hex yet? That is what you are going to have to look forward to as we transition to using IPv6. Because we will be working in hexadecimal numbers we may need a ...
OK, so I have a subnet (192.168.11.0) that currently has all servers and clients on it. It's running out of addresses. So, I create a new subnet (192.168.12.0) and change my DHCP server (Fortigate ...
The way you combine the /24 subnets is to change the subnet mask to a /22. (ie. 255.255.252.0) This makes it all one contiguous address space. Just change the subnet mask to 255.255.252.0 and ...