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.
| Control | Question it answers | Where it falls short |
|---|---|---|
| Firewall | Should 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 / IPS | Does this traffic look like a known attack? | Needs tuning and someone to act on its alerts |
| VPN | Can a remote device join the private network safely? | Trusts the device broadly once it is connected |
| Zero trust access | Should 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
- Security fundamentalsEvery blueprint opens here: the CIA triad, control types and the threat, vulnerability and risk vocabulary (SY0-701 General Security Concepts, 12 %; CISSP domain 1).
- Identity and access managementWho may do what is its own discipline with its own exam (SC-300) and a full CISSP domain (13 %): authentication, MFA, SSO, directories and least privilege.
- CryptographyEncryption, hashing, keys and PKI underlie every other topic; the exams test them as applied choices, not maths (CISSP Security Architecture and Engineering; SY0-701 domain 1).
- Threats and attacksThe second-largest Security+ domain (Threats, Vulnerabilities and Mitigations, 22 %; only Security Operations weighs more): malware, phishing, social engineering, ransomware and the attack techniques defenders must recognise.
- Security operationsMonitoring, detection and the SOC are the largest Security+ domain (28 %) and the whole of SC-200 and CySA+: SIEM, logging, alert triage, threat hunting.
- Penetration testing and ethical hackingAuthorised attack as a profession: scoping, reconnaissance, exploitation, reporting (PTES; PenTest+ and CEH). Also the most-searched security topic on the course side.
- Governance, risk and compliancePolicies, risk assessment, frameworks (NIST CSF, ISO 27001) and audit are the management half of the field: CISSP domain 1 (16 %), CISM, CISA, Security+ Program Management (20 %).
- Application securityA large share of breaches begins in software: secure design, secure build, security testing and the OWASP Top 10 (OWASP SAMM; CISSP Software Development Security, 10 %).
- Cloud securityShared responsibility, cloud identity and posture management are tested in every cloud exam (SAA-C03 Design Secure Architectures, 30 %) and in SC-900; the cloud silo owns the platforms, this topic owns the defence.
- Security awareness for everyoneMost incidents start with a person, not a port: what every employee and freelancer must know about phishing, passwords, MFA, backups and updates (NICE Oversight and Governance; the management side of every blueprint).
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.
- CompTIA · SY0-701CompTIA Security+Network appliances and secure protocols across its domains.
- CompTIA · N10-009CompTIA Network+Network+ ends in a security fundamentals domain.
- Cisco · 200-301Cisco Certified Network Associate (CCNA)CCNA's security fundamentals domain.
- Fortinet · Online exam, not proctored · freeNSE 1 in CybersecurityFortinet's free entry level, from a firewall vendor.
Guides that apply
- Managed vs unmanaged hosting
Who patches and firewalls the server is a hosting decision.
Tools of the trade
- Wireshark
The analyst's first network tool.
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.
Last reviewed 26 September 2026 · Getting Digital
