Terminology Index

Glossary

1801 terms

Open concept maps

Showing 481-512 of 1801 terms

C
11
D
21

DMZ

A demilitarized zone: a network segment that sits between the untrusted internet and the trusted internal network, hosting public-facing services so that a compromise there does not directly expose internal systems.

A DMZ isolates internet-facing services (like web or mail servers) in a buffer network with tightly controlled access to and from both the internet and the internal network. If an attacker compromises a DMZ host, segmentation and firewall rules limit their ability to reach internal systems. It is a classic perimeter-segmentation pattern, and while zero-trust thinking has evolved beyond pure perimeter defense, the DMZ concept of isolating exposed services remains widely used.

Introduced in: Networking Foundations

Examples

  • Hosting a public web server in a DMZ separated from the internal network.
  • Firewall rules tightly limiting what a DMZ host can reach internally.
  • Containing a compromised public server in the DMZ to protect internal systems.

No related terms linked yet.