Understanding IP Addressing and Subnetting is essential for any Cyber Security Analyst. These concepts help you identify devices on a network and control how data moves securely between them. This knowledge also allows you to design safer networks and detect potential security threats.

Every device connected to the internet or a local network needs a unique address called an IP address. This address works like a postal address but for data. When information is sent, IP addresses tell the network where to deliver the data.
There are two main types of IP addresses:
IPv4 is still the most common in homes and small businesses, so most learners focus on this first.
Subnetting divides a large network into smaller parts called subnets. Think of it like dividing a neighbourhood into smaller blocks. This helps organise the network better and improves security.
When a network is split into subnets, devices within the same subnet can communicate directly. However, to reach devices on other subnets, the data must go through a router or firewall. This separation helps control traffic and protect sensitive information.
For example, in the IP address 192.168.1.10 with a subnet mask of 255.255.255.0, the first three numbers (192.168.1) are the network. The last number (10) is the host. This means the device is part of the 192.168.1.0 subnet.
Cyber Security Analysts use IP addressing and subnetting to monitor network traffic and identify unusual activity. By knowing the layout of the network, you can spot when devices try to access areas they shouldn’t. Subnets also limit the spread of attacks by isolating parts of the network.
For example, if an attacker compromises one subnet, good subnetting stops the attack from easily jumping to others. This confinement gives IT teams time to respond without the entire network being affected.
Understanding IP Addressing and Subnetting is a core skill for Cyber Security Analysts. Master it well, and you will be able to design networks that are easier to secure, monitor, and protect from cyber threats.
Live Scenario • Active Situation
You are a Cyber Security Analyst tasked with securing your company’s network by verifying IP addressing and subnetting configurations.
There is no single perfect answer. Choose what you would do in this situation.