Home Blog Certs Knowledge Base About
Q268 (none)

Which function dose the range of private IPv4 addresses perform?

A allow multiple companies to each use the same address without conflicts
B provides a direct connection for hosts from outside of the enterprise network
C ensues that NAT is not required to reach the internet with private range addressing
D enable secure communications to the internet for all external hosts
Q269 (none)

Which type of API would be used to allow authorized salespeople of an organization access to internal sales data from their mobile devices?

A partner
B open
C public
D private
Q270 (none)

What is a characteristic of the REST API?

A evolved into what became SOAP
B used for exchanging XML structured information over HTTP or SMTP
C considered slow, complex, and rigid
D most widely used API for web services
Q271 (none)

What is the name of the layer in the Cisco borderless switched network design that is considered to be the backbone used for high-speed connectivity and fault isolation?

A data link
B access
C core
D network
E network access
Q272 (none)

Refer to the exhibit. An administrator configures the following ACL in order to prevent devices on the 192.168.1.0 subnet from accessing the server at 10.1.1.5: access-list 100 deny ip 192.168.1.0 0.0.0.255 host 10.1.1.5 access-list 100 permit ip any any Where should the administrator place this ACL for the most efficient use of network resources?

A inbound on router A Fa0/0
B outbound on router B Fa0/0
C outbound on router A Fa0/1
D inbound on router B Fa0/1
Q273 (none)

Which step in the link-state routing process is described by a router sending Hello packets out all of the OSPFenabled interfaces? A. electing the designated router

Question diagram
B establishing neighbor adjacencies
C injecting the default route
D exchanging link-state advertisements
Q274 (none)

Refer to the exhibit. Router R1 is configured with static NAT. Addressing on the router and the web server are correctly configured, but there is no connectivity between the web server and users on the Internet. What is a possible reason for this lack of connectivity?

A The router NAT configuration has an incorrect inside local address.
B The inside global address is incorrect.
C The NAT configuration on interface S0/0/1 is incorrect.
D Interface Fa0/0 should be configured with the command ip nat outside
Q275 (none)

Anycompany has decided to reduce its environmental footprint by reducing energy costs, moving to a smaller facility, and promoting telecommuting. What service or technology would support this requirement? A. Cisco ACI

Question diagram
B cloud services
C APIC-EM
D data center
Q276 (none)

A company needs to interconnect several branch offices across a metropolitan area. The network engineer is seeking a solution that provides high-speed converged traffic, including voice, video, and data on the same network infrastructure. The company also wants easy integration to their existing LAN infrastructure in their office locations. Which technology should be recommended?

A VSAT
B ISDN
C Frame Relay
D Ethernet WAN
Q277 (none)

Refer to the exhibit. Which two configurations would be used to create and apply a standard access list on R1, so that only the 10.0.70.0/25 network devices are allowed to access the internal database server? (Choose two.)

Question diagram
Choose 2 — select all that apply
A R1(config)# interface GigabitEthernet0/0 R1(config-if)# ip access-group 5 out
B R1(config)# access-list 5 permit 10.0.54.0 0.0.1.255
C R1(config)# interface Serial0/0/0 R1(config-if)# ip access-group 5 in
D R1(config)# access-list 5 permit 10.0.70.0 0.0.0.127
E R1(config)# access-list 5 permit any