Skip to content

Video Notes Contents


Video Watched

Potentially Better Altnerative


What is a DMZ

DMZ stands for demilitarised zone.

Improves an organisations security by segregating computers and devices.

Could be a web server, or email server.

Non-DMZ Structure

flowchart LR
    A[Internet] --> B[Server] --> C[Firewall] --> E[e.g. Database] --> D[Organisation's Internal Network]
  • Hackers could use this as an opening to the internal network, as the servers are behind the firewall of the network.