3.7.1--> Flashcards

1
Q

what menu allows you to create basic rules for network traffic generated by a specific program?

A

windows firewall with advanced security

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

enables users to assign windows firewall settings based on connection profile, such as the public network profile? (what menu?)

A

network location awareness.

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

allows you to create rules based on authentication? menu location?

A

windows firewall advanced securiy

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

enables users to assign windows settings based on connection profile, such as the domain network profile? menu location?

A

network location awareness

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

what exception in windows firewall allows users to view and control remote desktops?

A

Remote Assistance

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

what custom settings should be used on windows firewall advanced security to make it so that private data can not be accessed via the web and transferred outside the private network?

A

set a new rule so that FTP (File Transfer Protocol) has restrictions so that files can only be accessed by local machines.

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

if you have 2 computers with static ip’s trying to ping one another and they won’t respond… why is this?

A

by default ICMPv4 traffic is blocked in windows firewall (including pings)

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

what 2 commands can be used to export a firewall to other systems/,.?

A

netsh advfirewall and

export F:\wfas_config.wfw

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

what cmdlet is used to create an inbound/ outbound firewall rule?

A

New-NetFireWallRule -DisplayName “name here” -direction inbound/outbound -localPort portnumber -Protocol udp/tcp -Action block/allow

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

what command is used in powershell to display a list of all disabled firewall rules?

A

get-neetfirewallrule -Enable False

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