← New search

Other meanings of Network security

Computer security

Network security

Network security is the practice of protecting computer networks, their devices, and the data they transmit from unauthorized access, misuse, malfunction, modification, destruction, or improper disclosure. It encompasses a set of policies, technologies, and processes designed to defend the integrity, confidentiality, and availability of networked systems and the information they carry.1

$4.88 million
Global average cost of a data breach in 2024
Average cost
67%
Organizations reporting use of multi-factor authentication in 2023
Adoption rate
1

Core principles

Network security is built on the triad of confidentiality, integrity, and availability (CIA), guiding the design of protective measures. Confidentiality ensures that data is accessible only to authorized users, often achieved through encryption and access controls. Integrity guarantees that data is not altered or tampered with during transmission, using mechanisms like hashing and digital signatures. Availability ensures that network resources remain operational and accessible despite attacks or failures, supported by redundancy and intrusion prevention systems. Additional principles such as authentication, non-repudiation, and accountability further strengthen the security posture. The U.S. National Institute of Standards and Technology (NIST) defines these concepts in its Cybersecurity Framework, which many organizations adopt as a baseline.1

2

Technologies and practices

A wide array of technologies implements network security at different layers. Firewalls, both network-based and host-based, filter traffic based on rule sets, while intrusion detection and prevention systems (IDPS) monitor for malicious activity. Virtual private networks (VPNs) encrypt communications over public networks, and secure socket layer (SSL)/transport layer security (TLS) protocols protect web traffic. Access control lists (ACLs), network segmentation, and zero-trust architectures limit lateral movement within a network. Endpoint security solutions, such as antivirus and endpoint detection and response (EDR), protect individual devices. Regular patching, vulnerability scanning, and security awareness training are essential practices. The European Union Agency for Cybersecurity (ENISA) provides guidelines for implementing these technologies, emphasizing defense in depth.

3

Threats and challenges

Network security faces a constantly evolving landscape of threats. Common attacks include denial-of-service (DoS) and distributed denial-of-service (DDoS) attacks that overwhelm resources, man-in-the-middle (MITM) attacks that intercept communications, and malware such as ransomware and worms that spread across networks. Advanced persistent threats (APTs) represent sophisticated, long-term intrusions often sponsored by nation-states. The rise of the Internet of Things (IoT) has expanded the attack surface, as many devices lack robust security features. Insider threats, whether malicious or accidental, remain a significant risk. The Verizon Data Breach Investigations Report (DBIR) consistently highlights stolen credentials, phishing, and misconfigurations as leading causes of breaches. Addressing these challenges requires continuous monitoring, threat intelligence, and incident response planning.2

4

Lesser-known aspects

Beyond mainstream technologies, network security includes several lesser-known but critical elements. Honeypots are decoy systems designed to lure attackers and study their techniques, providing valuable threat intelligence. The concept of "network segmentation" was originally developed to improve performance, but its security benefits were later recognized. Cyber threat hunting involves proactively searching for indicators of compromise rather than waiting for alerts. The Morris worm of 1988, one of the first major internet worms, highlighted the need for network security and led to the creation of the Computer Emergency Response Team (CERT). Another niche area is quantum key distribution, which uses quantum mechanics to theoretically secure communications against any future quantum computer attacks. The Stuxnet worm of 2010 demonstrated that network security controls could be bypassed to target industrial control systems, leading to the field of industrial network security. These aspects underscore the depth and breadth of the discipline.3

Glossary

Firewall
A network security device that monitors and controls incoming and outgoing traffic based on predetermined security rules.
Intrusion Detection System (IDS)
A system that monitors network traffic for suspicious activity and issues alerts when such activity is discovered.
Virtual Private Network (VPN)
A service that encrypts internet traffic and hides the user's IP address, providing privacy and security on public networks.
Zero Trust Architecture
A security model that requires strict identity verification for every person and device trying to access resources on a private network, regardless of whether they are inside or outside the network perimeter.

This article focuses on the technical and operational aspects of network security as defined by authoritative sources. The field is continuously evolving in response to new threats and technologies.