InterviewSolution
| 1. |
What is the Demilitarized Zone (DMZ)? |
|
Answer» The DMZ network, also called a Demilitarized Zone, is a subnetwork WITHIN an organization's network infrastructure that LIES between the untrusted network (INTERNET or external network) and the protected internal network. DMZ networks CONTAIN the organization's public-facing services and are designed to protect the internal network. A DMZ should contain any services that can be accessed by users connecting from an external network. The most common services are Web servers, mail servers, and FTP (File Transfer Protocol) servers. For both individuals and large ORGANIZATIONS, DMZs are crucial to network security. They offer an additional layer of security to a computer network by restricting remote access to internal data and servers, which, if breached, can have devastating effects. |
|