IT161

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

Your company has an internet connection. You also have a web server and an email server that you want to make available to your internet users, and you want to create a screened subnet for these two servers. Which of the following should you use? A network-based firewall A host-based firewall An IPS An IDS

A network-based firewall

Which of the following is true about a network-based firewall? -A network-based firewall is installed on a single computer. -A network-based firewalls are considered software firewalls. -A network-based firewall is less expensive and easier to use than host-based firewalls. -A network-based firewall is installed at the edge of a private network or network segment.

A network-based firewall is installed at the edge of a private network or network segment.

How does a proxy server differ from a packet-filtering firewall? -A proxy server includes filters for the session ID as well as the IP address and port number. -A proxy server can prevent unknown network attacks, while a packet-filtering firewall can only prevent known attacks. -A proxy server operates at the Application layer, while a packet-filtering firewall operates at the Network layer. -A proxy server is used to create a screened subnet, while a packet-filtering firewall can only be used with screened subnets.

A proxy server operates at the Application layer, while a packet-filtering firewall operates at the Network layer.

Your Cisco router has three network interfaces configured. S0/1/0 is a WAN interface that is connected to an ISP. F0/0 is connected to an Ethernet LAN segment with a network address of 192.168.1.0/24. F0/1 is connected to an Ethernet LAN segment with a network address of 192.168.2.0/24. You have configured an access control list on this router using the following rules: deny ip 192.168.1.0 0.0.0.255 any deny ip 192.168.2.0 0.0.0.255 any These rules will be applied to the WAN interface on the router. Your goal is to block any IP traffic coming in on the WAN interface that has a spoofed source address that makes it appear to be coming from the two internal networks. However, when you enable the ACL, you find that no traffic is being allowed through the WAN interface. What should you do? -Apply the access list to the Fa0/1 interface instead of the S0/1/0 interface. -Apply the access list to the Fa0/0 interface instead of the S0/1/0 interface. -Use the out parameter instead of the in parameter within each ACL rule. -Add a permit statement to the bottom of the access list.

Add a permit statement to the bottom of the access list.

Which of the following describes how access control lists can improve network security? -An access control list looks for patterns of traffic between multiple packets and takes action to stop detected attacks. -An access control list filters traffic based on the IP header information, such as source or destination IP address, protocol, or socket number. -An access control list filters traffic based on the frame header, such as source or destination MAC address. -An access control list identifies traffic that must use authentication or encryption.

An access control list filters traffic based on the IP header information, such as source or destination IP address, protocol, or socket number.

Which of the following is true about an intrusion detection system? -An intrusion detection system monitors data packets for malicious or unauthorized traffic. -An intrusion detection system maintains an active security role within the network. -An intrusion detection system can block malicious activities. -An intrusion detection system can terminate or restart other processes on the system.

An intrusion detection system monitors data packets for malicious or unauthorized traffic.

Which IDS method defines a baseline of normal network traffic and then looks for anything that falls outside of that baseline? Pattern matching Dictionary recognition Anomaly-based Misuse detection

Anomaly-based

Which of the following terms describes a network device that is exposed to attacks and has been hardened against those attacks? Circuit proxy Kernel proxy Bastion Multi-homed

Bastion

Which of the following does the sudo iptables -F command accomplish? Lists all the current rules. Saves changes to iptables. Drops all incoming traffic. Clears all the current rules.

Clears all the current rules.

Which of the following are true about routed firewalls? (Select two.) -Operates at Layer 2. -Internal and external interfaces connect to the same network segment. -Counts as a router hop. -Supports multiple interfaces. -Easily introduced to an existing network.

Counts as a router hop. Supports multiple interfaces.

Which of the following BEST describes a stateful inspection? -Designed to sit between a host and a web server and communicate with the server on behalf of the host. -Allows all internal traffic to share a single public IP address when connecting to an outside entity. -Offers secure connectivity between many entities and uses encryption to provide an effective defense against sniffing. -Determines the legitimacy of traffic based on the state of the connection from which the traffic originated.

Determines the legitimacy of traffic based on the state of the connection from which the traffic originated.

Which IDS traffic assessment indicates that the system identified harmless traffic as offensive and generated an alarm or stopped the traffic? Negative Positive False positive False negative

False positive

Which of the following are characteristics of a packet-filtering firewall? (Select two.) Filters IP address and port Stateful Filters based on sessions Filters based on URL Stateless

Filters IP address and port Stateless

Which of the following chains is used for incoming connections that aren't delivered locally? Forward Drop Output Reject

Forward

Which of the following are true about reverse proxy? (Select two.) -Sits between a client computer and the internet. -Handles requests from the internet to a server on a private network. -Handles requests from inside a private network out to the internet. -Can perform load balancing, authentication, and caching. -Clients always know they are using reverse proxy.

Handles requests from the internet to a server on a private network. Can perform load balancing, authentication, and caching.

As a security precaution, you've implemented IPsec to work between any two devices on your network. IPsec provides encryption for traffic between devices. You would like to implement a solution that can scan the contents of the encrypted traffic to prevent any malicious attacks. Which solution should you implement? Protocol analyzer Host-based IDS Network-based IDS Port scanner VPN concentrator

Host-based IDS

You have been given a laptop to use for work. You connect the laptop to your company network, use the laptop from home, and use it while traveling. You want to protect the laptop from internet-based attacks. Which solution should you use? VPN concentrator Proxy server Host-based firewall Network-based firewall

Host-based firewall

You're concerned about attacks directed at your network firewall. You want to be able to identify and be notified of any attacks. In addition, you want the system to take immediate action to stop or prevent the attack, if possible. Which tool should you use? Packet sniffer Port scanner IPS IDS

IPS

Which of the following is true about an NIDS? -It can access encrypted data packets. -It can monitor changes that you've made to applications and systems. -It can analyze fragmented packets. -It detects malicious or unusual incoming and outgoing traffic in real time.

It detects malicious or unusual incoming and outgoing traffic in real time.

Which IDS type can alert you to trespassers? Answer NIDS PIDS HIDS VMIDS

PIDS

Which of the following is a firewall function? Encrypting FTP hosting Frame filtering Packet filtering

Packet filtering

What do you need to configure on a firewall to allow traffic directed to the public resources on the screened subnet? Answer Subnet FTP Packet filters VPN

Packet filters

Which options are you able to set on a firewall? (Select three.) Checksum Sequence number Acknowledgment number Packet source address Packet destination address Port number Digital signature

Packet source address Packet destination address Port number

You are managing a network and have used firewalls to create a screened subnet. You have a web server that internet users need to access. It must communicate with a database server to retrieve product, customer, and order information. How should you place devices on the network to best protect the servers? (Select two.) -Put the database server and the web server inside the screened subnet. -Put the database server inside the screened subnet. -Put the database server on the private network. -Put the web server on the private network. -Put the web server inside the screened subnet.

Put the database server on the private network. Put the web server inside the screened subnet.

You have used firewalls to create a screened subnet. You have a web server that needs to be accessible to internet users. The web server must communicate with a database server to retrieve product, customer, and order information. How should you place devices on the network to best protect the servers? (Select two.) Put the web server inside the screened subnet. Put the web server on the private network. Put the database server outside the screened subnet. Put the database server on the private network. Put the database server inside the screened subnet.

Put the web server inside the screened subnet. Put the database server on the private network.

Which of the following uses access control lists (ACLs) to filter packets as a form of security? Screened-host gateway Screened router Screened subnet Dual-homed gateway

Screened router

Which of the following can serve as a buffer zone between a private, secured network and an untrusted network? Intranet Padded cell Extranet Screened subnet

Screened subnet

Which of the following is another name for a firewall that performs router functions? Answer Dual-homed gateway Screened-host gateway Screened subnet Screening router

Screening router

Which IDS method searches for intrusion or attack attempts by recognizing patterns or identifying entities listed in a database? Anomaly analysis-based IDS Signature-based IDS Stateful inspection-based IDS Heuristics-based IDS

Signature-based IDS

Which of the following describes the worst possible action by an IDS? -The system identified harmless traffic as offensive and generated an alarm. -The system identified harmful traffic as harmless and allowed it to pass without generating any alerts. -The system correctly deemed harmless traffic as inoffensive and let it pass. -The system detected a valid attack and the appropriate alarms and notifications were generated.

The system identified harmful traffic as harmless and allowed it to pass without generating any alerts.

Which device combines multiple security features, such as anti-spam, load-balancing, and antivirus, into a single network appliance? Circuit-level gateway Unified Threat Management (UTM) Next Generation Firewall (NGFW) Packet-filtering firewall

Unified Threat Management (UTM)

Which of the following combines several layers of security services and network functions into one piece of hardware? Intrusion detection system (IDS) Circuit-level gateway Firewall Unified Threat Management (UTM)

Unified Threat Management (UTM)

You've just installed a new network-based IDS system that uses signature recognition. What should you do on a regular basis? Update the signature files. Modify clipping levels. Check for backdoors. Generate a new baseline.

Update the signature files.

You have a company network that is connected to the internet. You want all users to have internet access, but you need to protect your private network and users. You also need to make a web server publicly available to the internet users. Which solution should you use? -Use a single firewall. Put the web server in front of the firewall and the private network behind the firewall. -Use firewalls to create a screened subnet. Place the web server and the private network inside the screened subnet. -Use a single firewall. Put the server and the private network behind the firewall. -Use firewalls to create a screened subnet. Place the web server inside the screened subnet and the private network behind the screened subnet.

Use firewalls to create a screened subnet. Place the web server inside the screened subnet and the private network behind the screened subnet.

Which of the following are specific to extended Access control lists? (Select two.) Use the number ranges 100-199 and 2000-2699. Are the most used type of ACL. Are used by route maps and VPN filters. Identify traffic based on the destination address. Should be placed as close to the destination as possible.

Use the number ranges 100-199 and 2000-2699. Are the most used type of ACL.

Which of the following is the BEST solution to allow access to private resources from the internet? FTP VPN Packet filters Subnet

VPN

Which of the following is true about a firewall? -Host-based firewalls and network-based firewalls can be installed separately, but they cannot be placed together to provide multiple layers of protection. -You must manually specify which traffic you want to allow through the firewall. Everything else is blocked. -Implicit deny is used to deny permissions to a specific user even when the rest of the user's group is allowed access. -Firewalls protect against email spoofing attacks.

You must manually specify which traffic you want to allow through the firewall. Everything else is blocked.

In which of the following situations would you MOST likely implement a screened subnet? -You want users to see a single IP address when they access your company network. -You want to detect and respond to attacks in real time. -You want to protect a public web server from attack. -You want to encrypt data sent between two hosts using the internet.

You want to protect a public web server from attack.

How many network interfaces does a dual-homed gateway typically have? four two one three

three


Ensembles d'études connexes

ERM/Exam 2/Chapter 4 Practice Questions

View Set

EMS Chapter 30 Abdominal and Genitourinary Injuries

View Set

Unit 4 and 5 Practice - 1st Semester Units

View Set

Chapter 11, 13, 14, 15 Mastering A & P lab

View Set

chapter 14: hunger and food insecurity

View Set

Reading 44: Market Organization and Structure

View Set

NCLEX 10000 Integumentary Disorders

View Set

Databases Exam #3 - Multiple Choice

View Set