Get Perfect Results with Premium 100-101 Dumps Updated 85 Questions [Q10-Q26]

Share

Get Perfect Results with Premium 100-101 Dumps Updated 85 Questions

Free 100-101 Exam Study Guide for the NEW Dumps Test Engine

NEW QUESTION # 10
Refer to the exhibit.

Given the output for this command, if the router ID has not been manually set, what router ID will OSPF use for this router?

  • A. 192.168.5.3
  • B. 10.154.154.1
  • C. 172.16.5.1
  • D. 10.1.1.2

Answer: C

Explanation:
The highest IP address of all loopback interfaces will be chosen -> Loopback 0 will be chosen as the router ID.


NEW QUESTION # 11
What is an advantage of using the slideshow format when designing an ad for mobile?

  • A. It uses 3D animation
  • B. It works well in areas with limited connectivity
  • C. It always puts the brand first
  • D. It is the most interactive ad format

Answer: B


NEW QUESTION # 12
What is an advantage of the slideshow format when designing a mobile creative?

  • A. It uses existing images to create a video
  • B. It provides the functionality to selectively add sound to individual slides
  • C. It provides an interactive ad format
  • D. It provides a fullscreen, mobile-optimized experience

Answer: C


NEW QUESTION # 13
A business recently delivered an ad campaign with the Brand Awareness objective on the Facebook App Which metric within Ads Manager will help the business determine the success of the campaign?

  • A. Estimated Ad Recall Lift Rate
  • B. Reach
  • C. Amount spent
  • D. Cost per click

Answer: B


NEW QUESTION # 14
Which statements describe the routing protocol OSPF? (Choose three.)

  • A. It supports VLSM.
  • B. It increases routing overhead on the network.
  • C. It is simpler to configure than RIP v2.
  • D. It is used to route between autonomous systems.
  • E. It confines network instability to one area of the network.
  • F. It allows extensive control of routing updates.

Answer: A,E,F

Explanation:
The OSPF protocol is based on link-state technology, which is a departure from the Bellman-Ford vector based algorithms used in traditional Internet routing protocols such as RIP. OSPF has introduced new concepts such as authentication of routing updates, Variable Length Subnet Masks (VLSM), route summarization, and so forth. OSPF uses flooding to exchange link-state updates between routers. Any change in routing information is flooded to all routers in the network. Areas are introduced to put a boundary on the explosion of link-state updates. Flooding and calculation of the Dijkstra algorithm on a router is limited to changes within an area.


NEW QUESTION # 15
CORRECT TEXT


What is the bandwidth on the WAN interface of Router 1?

  • A. 32 Kbit/sec
  • B. 512 Kbit/sec
  • C. 1544 Kbit/sec
  • D. 64 Kbit/sec
  • E. 128 Kbit/sec
  • F. 16 Kbit/sec

Answer: F

Explanation:
Use the "show interface s0/0" to see the bandwidth set at 16Kbit/sec.


NEW QUESTION # 16
Which commands are required to properly configure a router to run OSPF and to add network 192.168.16.0/24 to OSPF area 0? (Choose two.)

  • A. Router(config)# router ospf 0
  • B. Router(config)# router ospf area 0
  • C. Router(config-router)# network 192.168.16.0 255.255.255.0 area 0
  • D. Router(config)# router ospf 1
  • E. Router(config-router)# network 192.168.16.0 0.0.0.255 0
  • F. Router(config-router)# network 192.168.16.0 0.0.0.255 area 0

Answer: D,F

Explanation:
In the router ospf command, the ranges from 1 to 65535 so o is an invalid number -> but To configure OSPF, we need a wildcard in the "network" statement, not a subnet mask. We also need to assgin an area to this process -> .


NEW QUESTION # 17
Refer to the exhibit.

The network administrator made the entries that are shown and then saved the configuration. From a console connection, what password or password sequence is required for the administrator to access privileged mode on Router1?

  • A. either cisco or sanjose
  • B. sanfran
  • C. cisco
  • D. sanjose
  • E. sanjose and sanfran
  • F. either cisco or sanfran

Answer: B

Explanation:
Explanation/Reference:
The enable secret password takes precedence over the enable password, so sanfran will
be used.


NEW QUESTION # 18
Refer to the exhibit.

PC1 pings PC2. What three things will CORE router do with the data that is received from PC1? (Choose three.)

  • A. CORE router will replace the MAC address of PC2 in the destination MAC address of the frames.
  • B. The data frames will be forwarded out interface FastEthernet1/0 of CORE router.
  • C. CORE router will put the MAC address of the forwarding FastEthernet interface in the place of the source MAC address.
  • D. The data frames will be forwarded out interface FastEthernet0/1 of CORE router.
  • E. CORE router will put the IP address of the forwarding FastEthernet interface in the place of the source IP address in the packets.
  • F. CORE router will replace the destination IP address of the packets with the IP address of PC2.

Answer: A,B,C


NEW QUESTION # 19
As a business owner, you'd like to set up a presence on a social media platform where you can post videos and images as well as update customers on upcoming sales, new products, and events. Which of the following would be an ideal platform?

  • A. Twitter
  • B. Linkedin
  • C. Facebook
  • D. Pinterest

Answer: C


NEW QUESTION # 20
What is the best practice when assigning IP addresses in a small office of six hosts?

  • A. Assign the addresses statically on each node.
  • B. Assign the addresses by using the local CDP protocol.
  • C. Use a DHCP server that is located at the headquarters.
  • D. Use a DHCP server that is located at the branch office.

Answer: A

Explanation:
Explanation/Reference:
Its best to use static addressing scheme where the number of systems is manageable
rather than use dynamic protocol as it is easy to operate and manage.


NEW QUESTION # 21
Which characteristics are representative of a link-state routing protocol? (Choose three.)

  • A. exchanges routing tables with neighbors
  • B. provides common view of entire topology
  • C. utilizes event-triggered updates
  • D. utilizes frequent periodic updates
  • E. calculates shortest path

Answer: B,C,E

Explanation:
Each of routers running link-state routing protocol learns paths to all the destinations in its
"area" so we can say although it is a bit unclear.
Link-state routing protocols generate routing updates only (not the whole routing table)
when a change occurs in the network topology so
Link-state routing protocol like OSPF uses Dijkstra algorithm to calculate the shortest path -
> .
Unlike Distance vector routing protocol (which utilizes frequent periodic updates), link-state
routing protocol utilizes event-triggered updates (only sends update when a change occurs)
->


NEW QUESTION # 22
Identify the four valid IPv6 addresses. (Choose four.)

  • A. ::192:168:0:1
  • B. 2000::
  • C. 2001:3452:4952:2837::
  • D. ::
  • E. 2003:dead:beef:4dad:23:46:bb:101
  • F. 2002:c0a8:101::42

Answer: A,D,E,F

Explanation:
Explanation/Reference: http://www.intermapper.com/ipv6validator http://www.ripe.net/lir-services/new-lir/ipv6_reference_card.pdf


NEW QUESTION # 23
Refer to the exhibit.

A TFTP server has recently been installed in the Atlanta office. The network administrator is located in the NY office and has made a console connection to the NY router. After establishing the connection they are unable to backup the configuration file and IOS of the NY router to the TFTP server. What is the cause of this problem?

  • A. The TFTP server has an incorrect subnet mask.
  • B. The network administrator computer has an incorrect IP address.
  • C. The TFTP server has an incorrect IP address.
  • D. The NY router has an incorrect subnet mask.

Answer: A

Explanation:
Explanation/Reference:
The subnet mast of the TFTP server needs to be in tune with the other network
requirements else it won't be possible.


NEW QUESTION # 24
How many addresses will be available for dynamic NAT translation when a router is configured with the following commands?
Router(config)#ip nat pool TAME 209.165.201.23 209.165.201.30 netmask
255.255.255.224
Router(config)#ip nat inside source list 9 pool TAME

  • A. 0
  • B. 1
  • C. 2
  • D. 3
  • E. 4
  • F. 5

Answer: B

Explanation:
Explanation/Reference:
209.165.201.23 to 209.165.201.30 provides for 8 addresses.
Topic 4, IP Routing Technologies


NEW QUESTION # 25
Which of the following IP addresses are valid Class B host addresses if a default Class B
mask is in use? (Choose two.)

  • A. 190.6.5.4
  • B. 192.168.5.9
  • C. 10.6.8.35
  • D. 133.6.5.4
  • E. 127.0.0.1

Answer: A,D

Explanation:
Explanation/Reference:
The IP addresses 133.6.5.4 and 190.6.5.4 are both valid Class B addresses when a default
mask is in use.
The Class B default mask is 255.255.0.0 and the range of valid addresses is 128.0.0.0-
191.255.255.255. The IP address 10.6.8.35 is a Class A address. The Class A default mask is 255.0.0.0 and the range of valid addresses is 1.0.0.0 - 127.255.255.255, with the exception of the range
127.0.0.1 - 127.255.255.255, which is reserved and cannot be assigned. The IP address 192.168.5.9 is a Class C address. The Class C default mask is
255.255.255.0 and the range of valid addresses is 192.0.0.0 - 223.255.255.255. The IP address 127.0.0.1 is a Class A address, but it comes from a reserved portion that cannot be assigned. The range 127.0.0.1 - 127.255.255.255 is used for diagnostics, and although any address in the range will work as a diagnostic address, 127.0.0.1 is known as the loopback address. If you can ping this address, or any address in the 127.0.0.1 - 127.255.255.255 range, then the NIC is working and TCP/IP is installed. The Class A default mask is 255.0.0.0 and the range of valid addresses is 1.0.0.0 - 127.255.255.255, with the exception of the range
127.0.0.1 - 127.255.255.255, which is reserved and cannot be assigned.


NEW QUESTION # 26
......

100-101 PDF Dumps Extremely Quick Way Of Preparation: https://pdfexamfiles.actualtestsquiz.com/100-101-test-torrent.html