Skip to content
Getting Digital

Cybersecurity

Network security

For a long time the network was the whole of security: build a wall, guard the gate, trust whatever sat inside. That model has been failing for years, yet network skills have not lost their value, because every newer idea, zero trust included, still has to be enforced on packets somewhere. What network defenders do now, with the perimeter dissolved into laptops, cloud accounts and home routers, is the subject of this page.

Why this topic exists: Firewalls, segmentation, IDS/IPS, VPNs and zero trust are where most defensive work starts (CISSP Communication and Network Security, 13 %; Network+ and CCNA security domains).

Network security is the practice of deciding which traffic may flow between which systems, and noticing when traffic does something it should not. In a working week that means reviewing firewall rules, designing segments so one infected laptop has no route to the payroll server, running remote access, and reading what intrusion detection sensors report. It is often the first security job for people coming from network administration, since they already know how routing, switching and name resolution behave and only need to start looking at them with suspicion. The rest of the week is change control: every new application, partner connection or remote office asks for a path through the network, and someone has to decide whether that path is necessary, how narrow it can be, and who will remember to close it.

Controls and the questions they answer

Each control answers a different question, and exam scenarios are built around picking the one whose question matches the situation described. The right-hand column matters as much as the middle one. No row is sufficient on its own, and the design question is always which combination leaves an intruder the fewest useful paths once the first control has been bypassed, because sooner or later one will be.

ControlQuestion it answersWhere it falls short
FirewallShould this connection be allowed at all?Permits whatever its rules permit, attacks included
Segmentation (VLANs, subnets)How far can an intruder move once inside?Only as strong as the rules between segments
IDS / IPSDoes this traffic look like a known attack?Needs tuning and someone to act on its alerts
VPNCan a remote device join the private network safely?Trusts the device broadly once it is connected
Zero trust accessShould this user, on this device, reach this application now?Depends on strong identity and reliable device signals

Blueprints, and a misplaced faith in the firewall

The CISSP gives communication and network security a full domain, examined at architecture level: secure protocols, segmentation strategy, the trade-offs between remote access designs. Security+ spreads network material across its architecture and operations domains and expects you to choose the right appliance and placement for a scenario. VPN questions reliably cost marks, because candidates confuse the corporate tunnel with the consumer privacy product and reason about the wrong one. Zero trust now appears in every blueprint. NIST's architecture guidance describes it as shifting protection off the network boundary and onto individual users, devices and resources, with identity checked and permission granted before each session rather than once at the door.

The classic beginner's error is treating the firewall as the strategy. A rule set that has grown for a decade already permits most of what an intruder needs, and the attacks that matter today come in through the front door: an ordinary HTTPS request to a vulnerable application, or a valid password bought from a broker. Competent network defenders spend as much effort deleting rules as adding them, and they treat identity as part of their own job. From here the natural next topics are identity and access management, where zero trust is actually enforced, and security operations, where your sensors' alerts land. Security+ certifies this level; specialists often add a vendor firewall credential later, and the free Fortinet certificate is a gentle introduction to that world.

Next to this topic

Concepts to know

Glossary entries with the reason each one matters here.

  • Firewall

    The oldest network control and still the first one configured.

  • IDS/IPS

    Detection on the wire is the second layer after filtering.

  • VPN

    Encrypted tunnels for remote access and site links.

  • Zero Trust

    The architecture that replaces the perimeter with per-request checks.

Certifications that test it

Vendor exams and free certificates; facts, cost and the preparation path are on each page, and the certifications hub has them all.

Guides that apply

Tools of the trade

Frequently asked

Do I need a networking certificate before studying network security?
Not formally, but you need what one teaches: addressing and subnets, common ports and protocols, how routing and name resolution work. Without that, firewall rules and packet captures are unreadable. Many people learn both together and find the security framing makes the networking stick.
Is a VPN the same thing as zero trust?
No, and in some ways it is the opposite. A traditional VPN places a device on the internal network and then largely trusts it. Zero trust grants access to one application at a time and re-checks the user and device for each session. Many organisations run both while they migrate.
Are firewalls still worth learning in depth?
Yes. Every network still has them, cloud platforms have their own versions, and misconfigured rules remain a common finding in audits and tests. What has changed is their place: a firewall is one layer among several, and a defender who understands only the firewall understands only part of the network.

Courses in the directory

97 courses are filed here; the top 6 by our ranking, details and the provider link on each course page.

Browse the directory shelf

Last reviewed 26 September 2026 · Getting Digital