Cisco 200-301 Practice Test - Questions Answers, Page 11

List of questions
Question 101

DRAG DROP
Drag and drop the common functions from the left onto the cofresponding network topology architecture layer on the right. Not all common functions are used.
Question 102

DRAG DROP
Drag and drop the network topology architecture types from the left onto the corresponding function on the right. Not all architecture types are used.
Question 103

What is a benefit of using a Cisco Wireless LAN Controller?
Central AP management requires more complex configurations
Unique SSIDs cannot use the same authentication method
It supports autonomous and lightweight APs
It eliminates the need to configure each access point individually
Question 104

Which network allows devices to communicate without the need to access the Internet?
1729.0.0/16
172.28.0.0/16
192.0.0.0/8
209.165.201.0/24
The private ranges of each class of IPv4 are listed below:
Class A private IP address ranges from 10.0.0.0 to 10.255.255.255 Class B private IP address ranges from 172.16.0.0 to 172.31.255.255 Class C private IP address ranges from 192.168.0.0 to 192.168.255.255 Only the network 172.28.0.0/16 belongs to the private IP address (of class B).
Question 105

When configuring a WLAN with WPA2 PSK in the Cisco Wireless LAN Controller GUI, which two formats are available to select? (Choose two)
ASCII
base64
binary
decimal
hexadecimal
Reference: https://www.cisco.com/c/en/us/td/docs/wireless/controller/7-4/configuration/guides/consolidated/b_cg74_CONSOLIDATED/b_cg74_CONSOLIDATED_chapter_01010001.html
Question 106

An organization has decided to start using cloud-provided services. Which cloud service allows the organization to install its own operating system on a virtual machine?
platform-as-a-service
software-as-a-service
network-as-a-service
infrastructure-as-a-service
Below are the 3 cloud supporting services cloud providers provide to customer:
+ SaaS (Software as a Service): SaaS uses the web to deliver applications that are managed by a thirdparty vendor and whose interface is accessed on the clients' side. Most SaaS applications can be run directly from a web browser without any downloads or installations required, although some require plugins.
+ PaaS (Platform as a Service): are used for applications, and other development, while providing cloud components to software. What developers gain with PaaS is a framework they can build upon to develop or customize applications.
PaaS makes the development, testing, and deployment of applications quick, simple, and cost-effective. With this technology, enterprise operations, or a thirdparty provider, can manage OSes, virtualization, servers, storage, networking, and the PaaS software itself. Developers, however, manage the applications.
+ IaaS (Infrastructure as a Service): self-service models for accessing, monitoring, and managing remote datacenter infrastructures, such as compute (virtualized or bare metal), storage, networking, and networking services (e.g. firewalls).
Instead of having to purchase hardware outright, users can purchase IaaS based on consumption, similar to electricity or other utility billing.
In general, IaaS provides hardware so that an organization can install their own operating system.
Question 107

Refer to exhibit.
Which statement explains the configuration error message that is received?
It is a broadcast IP address
The router does not support /28 mask.
It belongs to a private IP address range.
IT is a network IP address.
Question 108

Which attribute does a router use to select the best path when two or more different routes to the same destination exist from two different routing protocols.
dual algorithm
metric
administrative distance
hop count
Administrative distance is the feature used by routers to select the best path when there are two or more different routes to the same destination from different routing protocols. Administrative distance defines the reliability of a routing protocol.
Question 109

Which command prevents passwords from being stored in the configuration as plain text on a router or switch?
enable secret
service password-encryption
username Cisco password encrypt
enable password
Question 110

A frame that enters a switch fails the Frame Check Sequence. Which two interface counters are incremented? (Choose two)
runts
giants
frame
CRC
input errors
Whenever the physical transmission has problems, the receiving device might receive a frame whose bits have changed values. These frames do not pass the error detection logic as implemented in the FCS field in the Ethernet trailer. The receiving device discards the frame and counts it as some kind of input error.
Cisco switches list this error as a CRC error. Cyclic redundancy check (CRC) is a term related to how the FCS math detects an error.
The "input errors" includes runts, giants, no buffer, CRC, frame, overrun, and ignored counts.
The output below show the interface counters with the "show interface s0/0/0" command:
Question