πŸ”

200-301 β€” questions

Page 3 of 60 Β· 1182 total questions.

Topic 1 Β· Question 46 Β· Select all that apply

For what two purposes does the Ethernet protocol use physical addresses?

  • Ato uniquely identify devices at Layer 2 (correct answer)
  • Bto allow communication with devices on a different network
  • Cto differentiate a Layer 2 frame from a Layer 3 packet
  • Dto establish a priority system to determine which device gets to transmit first
  • Eto allow communication between different devices on the same network (correct answer)
  • Fto allow detection of a remote device when its physical address is unknown
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: to uniquely identify devices at Layer 2 Option E: to allow communication between different devices on the same network

Topic 1 Β· Question 48

Which component of an Ethernet frame is used to notify a host that traffic is coming?

  • Astart of frame delimiter
  • BType field
  • Cpreamble (correct answer)
  • DData field
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: preamble

Topic 1 Β· Question 49

You are configuring your edge routers interface with a public IP address for Internet connectivity. The router needs to obtain the IP address from the service provider dynamically. Which command is needed on interface FastEthernet 0/0 to accomplish this?

  • Aip default-gateway
  • Bip route
  • Cip default-network
  • Dip address dhcp (correct answer)
  • Eip address dynamic
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: ip address dhcp

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. DHCP dynamically supplies clients with IP configuration parameters.

Topic 1 Β· Question 50 Β· Select all that apply

Which two statements about the purpose of the OSI model are accurate? (Choose two.)

  • ADefines the network functions that occur at each layer (correct answer)
  • BFacilitates an understanding of how information travels throughout a network (correct answer)
  • CChanges in one layer do not impact other layer
  • DEnsures reliable data delivery through its layered approach
Reveal answer & explanation
Correct answer: A, B

The correct answer is A, B. Option A: Defines the network functions that occur at each layer Option B: Facilitates an understanding of how information travels throughout a network

Topic 1 Β· Question 51 Β· Select all that apply

Which three statements about MAC addresses are correct? (Choose three.)

  • ATo communicate with other devices on a network, a network device must have a unique MAC address (correct answer)
  • BThe MAC address is also referred to as the IP address
  • CThe MAC address of a device must be configured in the Cisco IOS CLI by a user with administrative privileges
  • DA MAC address contains two main components, the first of which identifies the manufacturer of the hardware and the second of which uniquely identifies the hardware (correct answer)
  • EAn example of a MAC address is 0A:26:B8:D6:65:90 (correct answer)
  • FA MAC address contains two main components, the first of which identifies the network on which the host resides and the second of which uniquely identifies the host on the network
Reveal answer & explanation
Correct answer: A, D, E

The correct answer is A, D, E. Option A: To communicate with other devices on a network, a network device must have a unique MAC address Option D: A MAC address contains two main components, the first of which identifies the manufacturer of the hardware and the second of which uniquely identifies the hardware Option E: An example of a MAC address is 0A:26:B8:D6:65:90

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead.

Topic 1 Β· Question 52

Which technique can you use to route IPv6 traffic over an IPv4 infrastructure?

  • ANAT
  • B6 to 4 tunneling (correct answer)
  • CL2TPv3
  • Ddual-stack
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: 6 to 4 tunneling

Topic 1 Β· Question 53

Refer to the exhibit. A network technician is asked to design a small network with redundancy. The exhibit represents this design, with all hosts configured in the same VLAN. What conclusions can be made about this design?

Exhibit 1 for question 53
  • AThis design will function as intended.
  • BSpanning-tree will need to be used.
  • CThe router will not accept the addressing scheme. (correct answer)
  • DThe connection between switches should be a trunk.
  • EThe router interfaces must be encapsulated with the 802.1Q protocol.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: The router will not accept the addressing scheme.

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead.

Topic 1 Β· Question 54 Β· Select all that apply

Which two statements are true about the command ip route 172.16.3.0 255.255.255.0 192.168.2.4? (Choose two.)

  • AIt establishes a static route to the 172.16.3.0 network. (correct answer)
  • BIt establishes a static route to the 192.168.2.0 network.
  • CIt configures the router to send any traffic for an unknown destination to the 172.16.3.0 network.
  • DIt configures the router to send any traffic for an unknown destination out the interface with the address 192.168.2.4.
  • EIt uses the default administrative distance. (correct answer)
  • FIt is a route that would be used last if other routes to the same destination exist.
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: It establishes a static route to the 172.16.3.0 network. Option E: It uses the default administrative distance.

Explanation

A static route is manually configured and does not adapt automatically to topology changes. Administrative distance ranks the trustworthiness of routes learned from different sources.

Topic 1 Β· Question 55 Β· Select all that apply

What are two benefits of private IPv4 IP addresses? (Choose two.)

  • AThey are routed the same as public IP addresses.
  • BThey are less costly than public IP addresses. (correct answer)
  • CThey can be assigned to devices without Internet connections. (correct answer)
  • DThey eliminate the necessity for NAT policies.
  • EThey eliminate duplicate IP conflicts.
Reveal answer & explanation
Correct answer: B, C

The correct answer is B, C. Option B: They are less costly than public IP addresses. Option C: They can be assigned to devices without Internet connections.

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 56 Β· Select all that apply

What are two benefits that the UDP protocol provide for application traffic? (Choose two.)

  • AUDP traffic has lower overhead than TCP traffic (correct answer)
  • BUDP provides a built-in recovery mechanism to retransmit lost packets
  • CThe CTL field in the UDP packet header enables a three-way handshake to establish the connection
  • DUDP maintains the connection state to provide more stable connections than TCP
  • EThe application can use checksums to verify the integrity of application data (correct answer)
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: UDP traffic has lower overhead than TCP traffic Option E: The application can use checksums to verify the integrity of application data

Topic 1 Β· Question 57 Β· Select all that apply

Which two goals reasons to implement private IPv4 addressing on your network? (Choose two.)

  • AComply with PCI regulations
  • BConserve IPv4 address (correct answer)
  • CReduce the size of the forwarding table on network routers
  • DReduce the risk of a network security breach (correct answer)
  • EComply with local law
Reveal answer & explanation
Correct answer: B, D

The correct answer is B, D. Option B: Conserve IPv4 address Option D: Reduce the risk of a network security breach

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 58

Which WAN access technology is preferred for a small office / home office architecture?

  • Abroadband cable access (correct answer)
  • Bframe-relay packet switching
  • Cdedicated point-to-point leased line
  • DIntegrated Services Digital Network switching
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: broadband cable access

Topic 1 Β· Question 59 Β· Select all that apply

Which two WAN architecture options help a business scalability and reliability for the network? (Choose two.)

  • Aasychronous routing
  • Bsingle-homed branches
  • Cdual-homed branches (correct answer)
  • Dstatic routing
  • Edynamic routing (correct answer)
Reveal answer & explanation
Correct answer: C, E

The correct answer is C, E. Option C: dual-homed branches Option E: dynamic routing This option scales automatically to match demand.

Topic 1 Β· Question 60

What is the binary pattern of unique ipv6 unique local address?

  • A00000000
  • B11111100
  • C11111111
  • D11111101 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: 11111101

Topic 1 Β· Question 61 Β· Select all that apply

Which two options are the best reasons to use an IPV4 private IP space? (Choose two.)

  • Ato enable intra-enterprise communication (correct answer)
  • Bto implement NAT
  • Cto connect applications
  • Dto conserve global address space (correct answer)
  • Eto manage routing overhead
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: to enable intra-enterprise communication Option D: to conserve global address space

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 62

Refer to the exhibit. When PC1 sends a packet to PC2, the packet has which source and destination IP address when it arrives at interface Gi0/0 on router R2?

Exhibit 1 for question 62
  • Asource 192.168.10.10 and destination 10.10.2.2
  • Bsource 192.168.20.10 and destination 192.168.20.1
  • Csource 192.168.10.10 and destination 192.168.20.10 (correct answer)
  • Dsource 10.10.1.1 and destination 10.10.2.2
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: source 192.168.10.10 and destination 192.168.20.10

Explanation

NAT translates addresses between network domains, commonly conserving public IPv4 addresses.

Topic 1 Β· Question 63

What is the same for both copper and fiber interfaces when using SFP modules?

  • AThey support an inline optical attenuator to enhance signal strength
  • BThey accommodate single-mode and multi-mode in a single module
  • CThey provide minimal interruption to services by being hot-swappable (correct answer)
  • DThey offer reliable bandwidth up to 100 Mbps in half duplex mode
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: They provide minimal interruption to services by being hot-swappable

Topic 1 Β· Question 64 Β· Select all that apply

What are two functions of a server on a network? (Choose two.)

  • Ahandles requests from multiple workstations at the same time (correct answer)
  • Bachieves redundancy by exclusively using virtual server clustering
  • Choused solely in a data center that is dedicated to a single client achieves redundancy by exclusively using virtual server clustering
  • Druns the same operating system in order to communicate with other servers
  • Eruns applications that send and retrieve data for workstations that make requests (correct answer)
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: handles requests from multiple workstations at the same time Option E: runs applications that send and retrieve data for workstations that make requests

Topic 1 Β· Question 65

Which function is performed by the collapsed core layer in a two-tier architecture?

  • Aenforcing routing policies (correct answer)
  • Bmarking interesting traffic for data policies
  • Capplying security policies
  • Dattaching users to the edge of the network
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: enforcing routing policies

Topic 1 Β· Question 66

What is the primary function of a Layer 3 device?

  • Ato transmit wireless traffic between hosts
  • Bto analyze traffic and drop unauthorized traffic from the Internet
  • Cto forward traffic within the same broadcast domain
  • Dto pass traffic between different networks (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: to pass traffic between different networks

Showing questions 41–60 of 1182 Β· Page 3 of 60