- Network Security
- Cybersecurity
The Evolving Landscape of Network Security & My Philosophy
By Pivithuru Milan Perera5 min read

For decades, the standard approach to network security was
straightforward: build a high wall around the corporate “castle” and trust
everything inside. This perimeter-based model relied on static defenses such as
firewalls, VPNs, and intrusion detection systems (IDS) to keep attackers out
while assuming that everything within the internal network was inherently safe.
That world no longer exists.
As I launch my portfolio and reflect on my journey through an Information Technology degree specializing in computer systems and networks, alongside hands-on engineering experience, it is clear that the security landscape has fundamentally changed. The traditional perimeter has been dissolved. Employees now operate from remote environments such as homes, offices, and public spaces, mission-critical applications reside in public cloud platforms, and IoT devices connect seamlessly to enterprise networks. In this decentralized environment, the traditional security boundary is no longer reliable.
Why the Traditional Model No Longer Works
The failure of the traditional perimeter-based model is not due to poor design, but rather outdated assumptions. Three key shifts have accelerated this transformation:
1. The Cloud & Remote Work Era
As applications migrate to platforms such as AWS and Azure, and users access services from anywhere, the concept of a fixed network boundary disappears. Static defenses cannot protect dynamic and distributed environments.
2. Sophisticated, Persistent Adversaries
Modern attackers no longer rely on simple intrusion and exfiltration. Instead, they establish persistence within networks and move laterally across systems by exploiting internal trust. The assumption that internal traffic is safe has become a critical vulnerability.
3. The Expansion of IoT Ecosystems
The rapid growth of connected devices such as cameras, sensors, smart building systems, and VoIP devices has significantly expanded the attack surface. Many of these devices lack strong security controls and often operate with default or hardcoded configurations.
A Shift in Philosophy: From Restriction to Visibility and Intelligence
In response to these changes, my approach to network security has evolved from a focus on restriction to one centered on visibility and adaptive intelligence.
When analyzing a network infrastructure, my primary question is no longer “What should be blocked?” but rather: “How can I achieve full visibility, and how can security adapt based on what is observed?”
This shift is why I have focused my recent engineering efforts on network infrastructure and modern security measures, including Next-Generation Firewalls (NGFWs). While NGFWs are a critical component, my broader focus is on understanding how modern networks are designed, secured, and operated in real-world environments.
Unlike traditional rule-based firewalls, NGFWs operate as intelligent security platforms that provide deep visibility and control over network traffic. Their strength lies in their ability to contextualize traffic by identifying users beyond IP addresses, classifying applications beyond port-based inspection, and analyzing content and behavior in real time.
However, modern security architecture extends far beyond a single device or control point. A resilient security posture requires a layered and integrated approach:
• Continuous Visibility & Threat Detection: Effective security begins with full visibility into network traffic, including application-level awareness and encrypted traffic inspection, where modern threats often hide.
• Adaptive Micro-segmentation: Security must be enforced within the network itself by isolating workloads and devices, limiting lateral movement if a compromise occurs.
• Identity-Driven Access Control: Access decisions must be based on identity and context, not just network location, integrating authentication systems and enforcing dynamic policies at the network edge.
Together, these principles reflect a shift from static perimeter-based security to a dynamic, distributed security model.
My journey in networking and cybersecurity has been shaped by both academic foundations and hands-on engineering experience. I am continuously building my understanding of how networks operate, how they are secured, and how modern technologies come together to create resilient infrastructure.
This blog will document that journey, covering not only technologies like NGFWs, but also broader topics in network design, cybersecurity principles, troubleshooting methodologies, and real-world deployment practices. My goal is to share practical insights as I continue learning and building in this field.
Keep reading
More articles
Explore other writeups on network security, firewalls, and practical engineering.

Reflecting on My BSc (Hons) in Information Technology Specializing in Computer Systems & Network Engineering at SLIIT (2021–2025)
When I look back at my journey starting from July 2021 all the way to completing my final requirements, enrolling in the BSc (Hons) in Information Technology specializing in Computer Systems and Network Engineering (CSNE) at the Sri Lanka Institute of Information Technology (SLIIT) was one of the most defining choices of my professional life.

The Hidden Vulnerabilities of Public Wi-Fi: Why Open Networks Are a Trap
Ever logged onto a coffee shop's "free" Wi-Fi and did your office work while enjoying a good cup of coffee freely and happily, did you feel completely safe on free Wi-Fi? Think again. Behind that open connection lies a silent playground for hackers where passwords don't even need to be cracked, because your active sessions are stolen in plain sight. Discover why multi-factor authentication isn't enough and what you can do right now to protect your data before your next public login. Read the full post to uncover the hidden traps of unsecured networks!

Urgent Security Alert: Active Exploitation of SonicWall SMA1000 Vulnerabilities Threatens Enterprise Infrastructures
Enterprise environments are facing significant security threats after the confirmation that ransomware operators are actively exploiting two high-severity zero-day vulnerabilities affecting SonicWall Secure Mobile Access (SMA) 1000 appliances.

VLAN Basics: Why We Split One Switch Into Many
Tags, ports, PVIDs, and trunks explained from the ground up, starting with the problem VLANs actually solve