week 2 Flashcards

(32 cards)

1
Q

Why use network segmentation?

A

To reduce the attack surface and control traffic between parts of the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What should you understand before segmenting your network?

A

Business/organizational drivers

Who needs access to what

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What principle should guide access control?

A

Least privilege — only give users the minimum access they need.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are security zones?

A

Groups of devices/users with similar security needs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How are interfaces and zones related?

A

Each interface is assigned to one zone

A zone can include multiple interfaces (physical or logical)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are examples of firewall hardware setups?

A

Single-slot firewall

Multi-slot firewall

Logical interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Match zone types with supported interface types:

A

Layer 2 Zone → Layer 2 interfaces

Layer 3 Zone → Layer 3, VLAN, Loopback, Tunnel interfaces

Tunnel Zone → No interfaces assigned

Virtual Wire Zone → Virtual wire interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Virtual Wire mode? (ethernet interfaces)

A

Binds two interfaces like a cable

No switching/routing needed

No IP address required

Supports App-ID, Content-ID, User-ID, SSL decryption, and NAT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the benefits of Virtual Wire interface?

A

Transparent deployment

No changes to existing devices

Enables traffic inspection and control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Layer 3 Interface Deployment?

A

All Virtual Wire features plus:

Routing protocols

VPN

Virtual routers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a Layer 2 Interface?

A

Acts like a switch

Forwards traffic based on MAC addresses

Connects devices in the same Layer 2 segment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does a Virtual Wire Object do?

A

It connects two firewall interfaces to create a transparent link for traffic inspection without routing or switching.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What can a Virtual Wire inspect?

A

It can accept and inspect traffic based on 802.1Q VLAN tags.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does VLAN tag 0 represent?

A

Untagged traffic (no VLAN ID assigned).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

how to Configure a Virtual Wire Interface?

A

Network > Interfaces > Ethernet > <select_interface></select_interface>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What do Layer 3 interfaces enable?

A

Routing between multiple interfaces on the firewall.

17
Q

What is required for Layer 3 interface routing?

A

A virtual router configuration on the firewall.

18
Q

What might Layer 3 deployment require in your network?

A

Changes to the IP address configuration of connected devices or subnets.

19
Q

does layer 3 interface support IPv4 and IPv6?

A

Yes. But to support IPv6 you must enable IPv6 on the firewall
Device > Setup > Session > Session Settings

20
Q

how to Configure a Layer 3 Interface?

A

Network > Interfaces > Ethernet > <select_interface>
Select Layer 3 interface
Select virtual router
Select security type</select_interface>

21
Q

how to configure layer 3 IPv4?

A

select DHCP assigned to IP address
enter static IP address

22
Q

What is an Interface Management Profile?

A

It defines which management services (like HTTPS, SSH, ping) are accessible from a traffic interface.

23
Q

Where do you create an Interface Management Profile in Palo Alto?

A

Network > Network Profiles > Interface Mgmt > Add

23
Q

What do Layer 3 subinterfaces use to process traffic?

A

VLAN tags (1–4094)

VLAN + IP classifiers

IP classifiers only (for untagged traffic)

24
What are common uses of Layer 3 subinterfaces?
Granular security rules Logical traffic segmentation
25
Where do you configure a Layer 3 subinterface in Palo Alto?
Network > Interfaces > Ethernet → Select interface → Add subinterface Then configure like a normal Layer 3 interface.
26
What do Virtual Routers support?
Static routes Dynamic routing: BGPv4, OSPFv2/v3, RIPv2 Multicast routing: PIM-SM, PIM-SSM
27
Where do you configure a Virtual Router?
Network > Virtual Routers
28
How do you add a Static Default Route?
Network > Virtual Routers > Static Routes > Add
29
What happens when you configure multiple static default routes?
The route with the lowest metric is used Path monitoring checks route availability Failover and failback are supported
30
What is Static Route Path Monitoring?
Uses ping to test reachability If the next hop becomes unreachable, the route is removed When restored, the route is re-added
31