ExamGecko
Home Home / Cisco / 200-301

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

Question list
Search
Search

Which 802.11 frame type is association response?

A.

management

A.

management

Answers
B.

protected frame

B.

protected frame

Answers
C.

control

C.

control

Answers
D.

action

D.

action

Answers
Suggested answer: A

Explanation:

Reference: https://en.wikipedia.org/wiki/802.11_Frame_Types

Which API is used in controller-based architectures to interact with edge devices?

A.

overlay

A.

overlay

Answers
B.

northbound

B.

northbound

Answers
C.

underlay

C.

underlay

Answers
D.

southbound

D.

southbound

Answers
Suggested answer: D

Which statement identifies the functionality of virtual machines?

A.

Virtualized servers run most efficiently when they are physically connected to a switch that is separate from the hypervisor

A.

Virtualized servers run most efficiently when they are physically connected to a switch that is separate from the hypervisor

Answers
B.

The hypervisor can virtualize physical components including CPU. memory, and storage

B.

The hypervisor can virtualize physical components including CPU. memory, and storage

Answers
C.

Each hypervisor can support a single virtual machine and a single software switch

C.

Each hypervisor can support a single virtual machine and a single software switch

Answers
D.

The hypervisor communicates on Layer 3 without the need for additional resources

D.

The hypervisor communicates on Layer 3 without the need for additional resources

Answers
Suggested answer: B

Which type of address is the public IP address of a NAT device?

A.

outside global

A.

outside global

Answers
B.

outsdwde local

B.

outsdwde local

Answers
C.

inside global

C.

inside global

Answers
D.

insride local

D.

insride local

Answers
E.

outside public

E.

outside public

Answers
F.

inside public

F.

inside public

Answers
Suggested answer: C

Explanation:

NAT use four types of addresses:

* Inside local address – The IP address assigned to a host on the inside network. The address is usually not an IP address assigned by the Internet Network Information Center (InterNIC) or service provider.

This address is likely to be an RFC 1918 private address.

* Inside global address – A legitimate IP address assigned by the InterNIC or service provider that represents one or more inside local IP addresses to the outside world.

* Outside local address – The IP address of an outside host as it is known to the hosts on the inside network.

* Outside global address – The IP address assigned to a host on the outside network. The owner of the host assigns this address.

Which option about JSON is true?

A.

uses predefined tags or angle brackets () to delimit markup text

A.

uses predefined tags or angle brackets () to delimit markup text

Answers
B.

used to describe structured data that includes arrays

B.

used to describe structured data that includes arrays

Answers
C.

used for storing information

C.

used for storing information

Answers
D.

similar to HTML, it is more verbose than XML

D.

similar to HTML, it is more verbose than XML

Answers
Suggested answer: B

Explanation:

JSON data is written as name/value pairs.

A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value:

"name":"Mark"

JSON can use arrays. Array values must be of type string, number, object, array, boolean or null..

For example:

{

"name":"John",

"age":30,

"cars":[ "Ford", "BMW", "Fiat" ]

}

How do TCP and UDP differ in the way they provide reliability for delivery of packets?

A.

TCP is a connectionless protocol that does not provide reliable delivery of data, UDP is a connection-oriented protocol that uses sequencing to provide reliable delivery.

A.

TCP is a connectionless protocol that does not provide reliable delivery of data, UDP is a connection-oriented protocol that uses sequencing to provide reliable delivery.

Answers
B.

TCP does not guarantee delivery or error checking to ensure that there is no corruption of data UDP provides message acknowledgement and retransmits data if lost.

B.

TCP does not guarantee delivery or error checking to ensure that there is no corruption of data UDP provides message acknowledgement and retransmits data if lost.

Answers
C.

TCP provides flow control to avoid overwhelming a receiver by sending too many packets at once, UDP sends packets to the receiver in a continuous stream without checking for sequencing

C.

TCP provides flow control to avoid overwhelming a receiver by sending too many packets at once, UDP sends packets to the receiver in a continuous stream without checking for sequencing

Answers
D.

TCP uses windowing to deliver packets reliably; UDP provides reliable message transfer between hosts by establishing a three-way handshake

D.

TCP uses windowing to deliver packets reliably; UDP provides reliable message transfer between hosts by establishing a three-way handshake

Answers
Suggested answer: C

Which two command sequences must you configure on switch to establish a Layer 3 EtherChannel with an open-standard protocol? (Choose two )

A.

interface GigabitEthernet0/0/1 channel-group 10 mode on

A.

interface GigabitEthernet0/0/1 channel-group 10 mode on

Answers
B.

interface GigabitEthernet0/0/1 channel-group 10 mode active

B.

interface GigabitEthernet0/0/1 channel-group 10 mode active

Answers
C.

interface GigabitEthernet0/0/1 channel-group 10 mode auto

C.

interface GigabitEthernet0/0/1 channel-group 10 mode auto

Answers
D.

interface port-channel 10 switchport switchport mode trunk

D.

interface port-channel 10 switchport switchport mode trunk

Answers
E.

interface port-channel 10 no switchport ip address 172.16.0.1.255.255.255.0

E.

interface port-channel 10 no switchport ip address 172.16.0.1.255.255.255.0

Answers
Suggested answer: B, E

What is an advantage of Cisco DNA Center versus traditional campus device management?

A.

It supports numerous extensibility options including cross-domain adapters and third-party SDKs.

A.

It supports numerous extensibility options including cross-domain adapters and third-party SDKs.

Answers
B.

It supports high availability for management functions when operating in cluster mode.

B.

It supports high availability for management functions when operating in cluster mode.

Answers
C.

It enables easy autodiscovery of network elements m a brownfield deployment.

C.

It enables easy autodiscovery of network elements m a brownfield deployment.

Answers
D.

It is designed primarily to provide network assurance.

D.

It is designed primarily to provide network assurance.

Answers
Suggested answer: A

Refer to the exhibit.

A router reserved these five routes from different routing information sources.

Which two routes does the router install in its routing table? (Choose two)

A.

RIP route 10.0.0.0/30

A.

RIP route 10.0.0.0/30

Answers
B.

iBGP route 10.0.0.0/30

B.

iBGP route 10.0.0.0/30

Answers
C.

OSPF route 10.0.0.0/30

C.

OSPF route 10.0.0.0/30

Answers
D.

EIGRP route 10.0.0.1/32

D.

EIGRP route 10.0.0.1/32

Answers
E.

OSPF route 10.0.0.0/16

E.

OSPF route 10.0.0.0/16

Answers
Suggested answer: C, D

By default, how Does EIGRP determine the metric of a route for the routing table?

A.

it uses the bandwidth and delay values of the path to calculate the route metric

A.

it uses the bandwidth and delay values of the path to calculate the route metric

Answers
B.

it uses a default metric of 10 for all routes that are learned by the router

B.

it uses a default metric of 10 for all routes that are learned by the router

Answers
C.

it uses a reference Bandwidth and the actual bandwidth of the connected link to calculate the route metric

C.

it uses a reference Bandwidth and the actual bandwidth of the connected link to calculate the route metric

Answers
D.

it counts the number of hops between the receiving and destination routers and uses that value as the metric

D.

it counts the number of hops between the receiving and destination routers and uses that value as the metric

Answers
Suggested answer: A
Total 967 questions
Go to page: of 97