Week 1 Flashcards
(56 cards)
what are the 5 weaknesses of a network design
Single point failure
Complex dependencies
Availability over confidentiality and integrity
Lack of documentation and change control
Overdependency on perimeter security
What’s the difference between physical and logical topology?
Physical: Real layout (cables/devices)
Logical: Data flow paths (VLANs/IP routes)
What is a zone in networking?
A zone is an isolated network segment with similar security needs.
How is traffic managed between zones?
It’s filtered and controlled by a firewall.
What are the 3 main types of network zones?
Intranet (Private)
Extranet (Partner Access)
Internet (Public)
What are access blocks in enterprise architecture?
Host groups based on roles, grouped into zones for control and security.
What is a DMZ (Demilitarized Zone) in networking?
A DMZ isolates Internet-facing hosts from the internal network for added security.
Should internal communication pass through the DMZ?
No – direct communication through the DMZ should not be allowed
How should communication to/from the DMZ be handled?
Use proxies to rebuild and filter packets before forwarding.
What are bastion or jumpbox hosts?
Special-purpose servers in the DMZ
Not fully trusted by the internal network
Run minimal services
No local account credentials
What is a screened subnet?
A network setup that uses two firewalls to protect the DMZ—one on each side.
What does the edge firewall do?
Sits between Internet and DMZ
Allows only permitted traffic to DMZ
Also called the screening firewall/router
What does the internal firewall do?
Sits between DMZ and LAN
Filters traffic from DMZ to internal network
Also called the choke firewall
What is a choke point?
A narrow, controlled gateway that makes monitoring and access control easier.
What is a triple-homed firewall?
A single router or firewall with three network interfaces:
One for Public/Internet
One for the DMZ
One for the LAN
How does a triple-homed firewall control traffic?
It uses routing and filtering rules to control what traffic can pass between:
Internet ↔ DMZ
DMZ ↔ LAN
Internet ↔ LAN (usually blocked)
What does a triple-homed firewall achieve?
It provides the same level of separation and control as a screened subnet but uses just one device instead of two firewalls.
Why might small networks not use a full DMZ setup?
Due to limited budget or technical expertise.
What can smaller networks use instead of a DMZ?
A dual-homed proxy/gateway server, acting as a screened host.
What is a dual-homed gateway?
A system with two network interfaces (NICs):
One connected to the Internet (untrusted)
One connected to the internal network (trusted)
What is the purpose of a dual-homed gateway?
To securely control access between the internal network and the Internet.
What does a forward proxy server do?
It opens connections to the Internet on behalf of internal clients.
What can a forward proxy server include?
Application-specific filters (e.g., web filtering)
User authentication
Can be transparent (hidden from users) or non-transparent (visible)