Terminology Index

Glossary

2953 terms

Open concept maps
I
32

Ingress

Network traffic entering a network or host, inbound flows from outside. Controlling ingress with firewalls and access rules is fundamental to limiting what can reach internal systems and reducing attack surface.

Ingress is the inbound direction of traffic, the counterpart to egress, covering connections arriving at a network or host from elsewhere. Controlling it (which sources, ports, and services are allowed in) is a basic defensive measure: tight ingress rules limit exposure of internal services and shrink what an attacker can reach. Reasoning about ingress is fundamental to firewall design, segmentation, perimeter defense, and interpreting inbound network activity.

Introduced in: Networking Foundations

Examples

  • Allowing inbound traffic only to a web server's port 443 as ingress.
  • Blocking unsolicited inbound connections to internal systems.
  • Limiting ingress to reduce the exposed attack surface.