CISCO 2 - Chapter 1 bis Chapter 4

Description

CISCO vom Sommersemester 2020 CSDC
Leona W.
Quiz by Leona W., updated more than 1 year ago
Leona W.
Created by Leona W. about 4 years ago
338
0

Resource summary

Question 1

Question
A network administrator enters the command copy running-config startup-config. Which type of memory will the startup configuration be placed into?
Answer
  • ROM
  • NVRAM
  • RAM
  • flash

Question 2

Question
Which packet-forwarding method does a router use to make switching decisions when it is using a forwarding information base and an adjacency table?
Answer
  • flow process
  • process switching
  • Cisco Express Forwarding
  • fast switching

Question 3

Question
What are two functions of a router? (Choose two.)
Answer
  • It builds a routing table based on ARP requests.
  • It provides segmentation at Layer 2.
  • It determines the best path to send packets.
  • It controls the flow of data via the use of Layer 2 addresses.
  • A router connects multiple IP networks.

Question 4

Question
In order for packets to be sent to a remote destination, what three pieces of information must be configured on a host? (Choose three.)
Answer
  • DHCP server address
  • DNS server address
  • default gateway
  • subnet mask
  • IP address
  • hostname

Question 5

Question
Which software is used for a network administrator to make the initial router configuration securely?
Answer
  • terminal emulation client software
  • HTTPS client software
  • Telnet client software
  • SSH client software

Question 6

Question
Refer to the exhibit. A network administrator has configured R1 as shown. When the administrator checks the status of the serial interface, the interface is shown as being administratively down. What additional command must be entered on the serial interface of R1 to bring the interface up?
Answer
  • IPv6 enable
  • no shutdown
  • end
  • clockrate 128000

Question 7

Question
What is a characteristic of an IPv4 loopback interface on a Cisco IOS router?​
Answer
  • It is assigned to a physical port and can be connected to other devices.
  • Only one loopback interface can be enabled on a router.​
  • It is a logical interface internal to the router.
  • The no shutdown command is required to place this interface in an UP state.​

Question 8

Question
What two pieces of information are displayed in the output of the show ip interface brief command? (Choose two.)
Answer
  • speed and duplex settings
  • interface descriptions
  • next-hop addresses
  • Layer 1 statuses
  • MAC addresses
  • IP addresses

Question 9

Question
Which two items are used by a host device when performing an ANDing operation to determine if a destination address is on the same local network? (Choose two.)
Answer
  • network number
  • subnet mask
  • source MAC address
  • destination IP address
  • destination MAC address

Question 10

Question
Refer to the exhibit. PC A sends a request to Server B. What IPv4 address is used in the destination field in the packet as the packet leaves PC A?
Answer
  • 192.168.11.1
  • 192.168.12.16
  • 192.168.10.1
  • 192.168.10.10

Question 11

Question
What does R1 use as the MAC address of the destination when constructing the frame that will go from R1 to Server B?
Answer
  • The packet is encapsulated into a PPP frame, and R1 adds the PPP destination address to the frame.
  • R1 leaves the field blank and forwards the data to the PC.
  • R1 uses the destination MAC address of S1.
  • If the destination MAC address that corresponds to the IPv4 address is not in the ARP cache, R1 sends an ARP request.

Question 12

Question
Refer to the exhibit. If PC1 is sending a packet to PC2 and routing has been configured between the two routers, what will R1 do with the Ethernet frame header attached by PC1?
Answer
  • remove the Ethernet header and configure a new Layer 2 header before sending it out S0/0/0
  • open the header and use it to determine whether the data is to be sent out S0/0/0
  • open the header and replace the destination MAC address with a new one
  • nothing, because the router has a route to the destination network

Question 13

Question
Refer to the exhibit. What will the router do with a packet that has a destination IP address of 192.168.12.227?
Answer
  • Send the packet out the Serial0/0/0 interface.
  • Send the packet out the GigabitEthernet0/1 interface.
  • Send the packet out the GigabitEthernet0/0 interface.
  • Drop the packet.

Question 14

Question
Which two statements correctly describe the concepts of administrative distance and metric? (Choose two.)
Answer
  • The metric varies depending which Layer 3 protocol is being routed, such as IP.
  • The metric is always determined based on hop count.
  • Routes with the smallest metric to a destination indicate the best path.
  • The value of the administrative distance can not be altered by the network administrator.
  • A router first installs routes with higher administrative distances.
  • Administrative distance refers to the trustworthiness of a particular route.

Question 15

Question
Which two parameters are used by EIGRP as metrics to select the best path to reach a network? (Choose two.)​
Answer
  • confidentiality
  • resiliency
  • jitter
  • delay
  • bandwidth
  • hop count

Question 16

Question
What route would have the lowest administrative distance?
Answer
  • a route received through the OSPF routing protocol
  • a route received through the EIGRP routing protocol
  • a static route
  • a directly connected network

Question 17

Question
Consider the following routing table entry for R1: D 10.1.1.0/24 [90/2170112] via 209.165.200.226, 00:00:05, Serial0/0/0 What is the significance of the Serial0/0/0?
Answer
  • It is the interface on the next-hop router when the destination IP address is on the 10.1.1.0/24 network.
  • It is the interface on the final destination router that is directly connected to the 10.1.1.0/24 network.
  • It is the R1 interface through which the EIGRP update was learned.
  • It is the interface on R1 used to send data that is destined for 10.1.1.0/24.

Question 18

Question
Which two statements correctly describe the concepts of administrative distance and metric? (Choose two.)
Answer
  • The metric varies depending on which Layer 3 protocol is being routed.
  • The metric is always determined based on hop count.
  • Routes with the smallest metric to a destination indicate the best path.
  • The value of the administrative distance cannot be altered by the network administrator.
  • A router first installs routes with higher administrative distances.
  • Administrative distance refers to the trustworthiness of a particular route.

Question 19

Question
Refer to the exhibit. A network administrator issues the show ipv6 route command on R1. What two conclusions can be drawn from the routing table? (Choose two.)
Answer
  • The network FF00::/8 is installed through a static route command.
  • Packets that are destined for the network 2001:DB8:ACAD:2::54/128 will be forwarded through Fa0/0.
  • Packets that are destined for the network 2001:DB8:ACAD:2::/64 will be forwarded through Fa0/1.
  • The interface Fa0/1 is configured with IPv6 address 2001:DB8:ACAD:A::12.
  • R1 does not know a route to any remote networks.

Question 20

Question
A network administrator configures the interface fa0/0 on the router R1 with the command ip address 172.16.1.254 255.255.255.0. However, when the administrator issues the command show ip route, the routing table does not show the directly connected network. What is the possible cause of the problem?
Answer
  • The subnet mask is incorrect for the IPv4 address.
  • No packets with a destination network of 172.16.1.0 have been sent to R1.
  • The configuration needs to be saved first.
  • The interface fa0/0 has not been activated.

Question 21

Question
A network administrator configures a router by the command ip route 0.0.0.0 0.0.0.0 209.165.200.226. What is the purpose of this command?
Answer
  • to provide a route to forward packets for which there is no route in the routing table
  • to forward packets destined for the network 0.0.0.0 to the device with IP address 209.165.200.226
  • to add a dynamic route for the destination network 0.0.0.0 to the routing table
  • to forward all packets to the device with IP address 209.165.200.226

Question 22

Question
What are two common types of static routes in routing tables? (Choose two)
Answer
  • a static route shared between two neighboring routers
  • a static route converted from a route that is learned through a dynamic routing protocol
  • a static route to a specific network
  • a built-in static route by IOS
  • a default static route

Question 23

Question
What is the effect of configuring the ipv6 unicast-routing command on a router?
Answer
  • to prevent the router from joining the all-routers multicast group
  • to permit only unicast packets on the router
  • to enable the router as an IPv6 router
  • to assign the router to the all-nodes multicast group

Question 24

Question
What are two advantages of static routing over dynamic routing? (Choose two.)
Answer
  • Static routing is relatively easy to configure for large networks.
  • Static routing uses fewer router resources than dynamic routing.
  • Static routing requires very little knowledge of the network for correct implementation.
  • Static routing scales well with expanding networks.
  • Static routing is more secure because it does not advertise over the network.

Question 25

Question
Refer to the exhibit. What routing solution will allow both PC A and PC B to access the Internet with the minimum amount of router CPU and network bandwidth utilization?
Answer
  • Configure a static default route from R1 to Edge, a default route from Edge to the Internet, and a static route from Edge to R1.
  • Configure a dynamic routing protocol between R1 and Edge and advertise all routes.
  • Configure a dynamic route from R1 to Edge and a static route from Edge to R1.
  • Configure a static route from R1 to Edge and a dynamic route from Edge to R1.

Question 26

Question
What is the correct syntax of a floating static route?
Answer
  • ip route 172.16.0.0 255.248.0.0 10.0.0.1
  • ip route 0.0.0.0 0.0.0.0 serial 0/0/0
  • ip route 209.165.200.228 255.255.255.248 10.0.0.1 120
  • ip route 209.165.200.228 255.255.255.248 serial 0/0/0

Question 27

Question
What is a characteristic of a static route that matches all packets?
Answer
  • It is configured with a higher administrative distance than the original dynamic routing protocol has.
  • It identifies the gateway IP address to which the router sends all IP packets for which it does not have a learned or static route.
  • It uses a single network address to send multiple static routes to one destination address.
  • It backs up a route already discovered by a dynamic routing protocol.

Question 28

Question
What type of route allows a router to forward packets even though its routing table contains no specific route to the destination network?
Answer
  • generic route
  • destination route
  • default route
  • dynamic route

Question 29

Question
Why would a floating static route be configured with an administrative distance that is higher than the administrative distance of a dynamic routing protocol that is running on the same router?
Answer
  • to be the priority route in the routing table
  • to act as a gateway of last resort
  • to load-balance the traffic
  • to be used as a backup route

Question 30

Question
A company has several networks with the following IP address requirements: IP phones – 50 PCs – 70 IP cameras – 10 wireless access points – 10 network printers – 10 network scanners – 2 Which block of addresses would be the minimum to accommodate all of these devices if each type of device was on its own network?
Answer
  • 172.16.0.0/22
  • 172.16.0.0/23
  • 172.16.0.0/24
  • 172.16.0.0/25

Question 31

Question
What happens to a static route entry in a routing table when the outgoing interface associated with that route goes into the down state?
Answer
  • The router automatically redirects the static route to use another interface.
  • The static route remains in the table because it was defined as static.
  • The router polls neighbors for a replacement route.
  • The static route is removed from the routing table.

Question 32

Question
The network administrator configures the router with the ip route 172.16.1.0 255.255.255.0 172.16.2.2 command. How will this route appear in the routing table?
Answer
  • S 172.16.1.0 [1/0] via 172.16.2.2
  • C 172.16.1.0 [1/0] via 172.16.2.2
  • S 172.16.1.0 is directly connected, Serial0/0
  • C 172.16.1.0 is directly connected, Serial0/0

Question 33

Question
Refer to the exhibit. What two commands will change the next-hop address for the 10.0.0.0/8 network from 172.16.40.2 to 192.168.1.2? (Choose two.)
Answer
  • A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2
  • A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2
  • A(config)# ip route 10.0.0.0 255.0.0.0 s0/0/0
  • A(config)# no ip address 10.0.0.1 255.0.0.0 172.16.40.2
  • A(config)# no network 10.0.0.0 255.0.0.0 172.16.40.2

Question 34

Question
Which type of static route that is configured on a router uses only the exit interface?
Answer
  • default static route
  • fully specified static route
  • directly connected static route
  • recursive static route

Question 35

Question
Refer to the graphic. Which command would be used on router A to configure a static route to direct traffic from LAN A that is destined for LAN C?
Answer
  • A(config)# ip route 192.168.4.0 255.255.255.0 192.168.5.2
  • A(config)# ip route 192.168.3.2 255.255.255.0 192.168.4.0
  • A(config)# ip route 192.168.3.0 255.255.255.0 192.168.3.1
  • A(config)# ip route 192.168.5.0 255.255.255.0 192.168.3.2
  • A(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2

Question 36

Question
Refer to the exhibit. The network administrator needs to configure a default route on the Border router. Which command would the administrator use to configure a default route that will require the least amount of router processing when forwarding packets?
Answer
  • Border(config)# ip route 0.0.0.0 0.0.0.0 198.133.219.5
  • Border(config)# ip route 0.0.0.0 0.0.0.0 s0/0/0
  • Border(config)# ip route 0.0.0.0 0.0.0.0 s0/0/1
  • Border(config)# ip route 0.0.0.0 0.0.0.0 198.133.219.6

Question 37

Question
What two pieces of information are needed in a fully specified static route to eliminate recursive lookups? (Choose two.)
Answer
  • the IP address of the exit interface
  • the administrative distance for the destination network
  • the IP address of the next-hop neighbor
  • the interface ID of the next-hop neighbor
  • the interface ID exit interface

Question 38

Question
Refer to the exhibit. What command would be used to configure a static route on R1 so that traffic from both LANs can reach the 2001:db8:1:4::/64 remote network?
Answer
  • ipv6 route ::/0 serial0/0/0
  • ipv6 route 2001:db8:1::/65 2001:db8:1:3::1
  • ipv6 route 2001:db8:1:4::/64 2001:db8:1:3::2
  • ipv6 route 2001:db8:1:4::/64 2001:db8:1:3::1

Question 39

Question
Refer to the exhibit. Which default static route command would allow R1 to potentially reach all unknown networks on the Internet?
Answer
  • R1(config)# ipv6 route 2001:db8:32::/64 G0/0
  • R1(config)# ipv6 route 2001:db8:32::/64 G0/1 fe80::2
  • R1(config)# ipv6 route ::/0 G0/1 fe80::2
  • R1(config)# ipv6 route ::/0 G0/0 fe80::2

Question 40

Question
Consider the following command: ip route 192.168.10.0 255.255.255.0 10.10.10.2 5 Which route would have to go down in order for this static route to appear in the routing table?
Answer
  • an EIGRP-learned route to the 192.168.10.0/24 network
  • an OSPF-learned route to the 192.168.10.0/24 network
  • a static route to the 192.168.10.0/24 network
  • a default route

Question 41

Question
Refer to the exhibit. The routing table for R2 is as follows: Gateway of last resort is not set 10.0.0.0/30 is subnetted, 2 subnets C 10.0.0.0 is directly connected, Serial0/0/0 C 10.0.0.4 is directly connected, Serial0/0/1 192.168.10.0/26 is subnetted, 3 subnets S 192.168.10.0 is directly connected, Serial0/0/0 C 192.168.10.64 is directly connected, FastEthernet0/0 S 192.168.10.128 [1/0] via 10.0.0.6 What will router R2 do with a packet destined for 192.168.10.129?
Answer
  • drop the packet
  • send the packet out interface FastEthernet0/0
  • send the packet out interface Serial0/0/1
  • send the packet out interface Serial0/0/0

Question 42

Question
A network administrator has entered a static route to an Ethernet LAN that is connected to an adjacent router. However, the route is not shown in the routing table. Which command would the administrator use to verify that the exit interface is up?
Answer
  • tracert
  • show ip route
  • show ip protocols
  • show ip interface brief

Question 43

Question
Consider the following command: ip route 192.168.10.0 255.255.255.0 10.10.10.2 5 How would an administrator test this configuration?
Answer
  • Ping from the 192.168.10.0 network to the 10.10.10.2 address
  • Manually shut down the router interface used as a primary route.
  • Ping any valid address on the 192.168.10.0/24 network.
  • Delete the default gateway route on the router.

Question 44

Question
Refer to the exhibit. The small company shown uses static routing. Users on the R2 LAN have reported a problem with connectivity. What is the issue?
Answer
  • R2 needs a static route to the R1 LANs.
  • R2 needs a static route to the Internet.
  • R1 needs a static route to the R2 LAN.
  • R1 needs a default route to R2.
  • R1 and R2 must use a dynamic routing protocol.

Question 45

Question
Which three IOS troubleshooting commands can help to isolate problems with a static route? (Choose three.) show version
Answer
  • show arp
  • show ip interface brief
  • show ip route
  • tracert
  • ping

Question 46

Question
An administrator issues the ipv6 route 2001:db8:acad:1::/32 gigabitethernet0/0 2001:db8:acad:6::1 100 command on a router. What administrative distance is assigned to this route?
Answer
  • 100
  • 32
  • 1
  • 0

Question 47

Question
Refer to the exhibit. The network engineer for the company that is shown wants to use the primary ISP connection for all external connectivity. The backup ISP connection is used only if the primary ISP connection fails. Which set of commands would accomplish this goal?
Answer
  • ip route 198.133.219.24 255.255.255.252 ip route 64.100.210.80 255.255.255.252
  • ip route 0.0.0.0 0.0.0.0 s0/0/0 ip route 0.0.0.0 0.0.0.0 s0/1/0 10
  • ip route 0.0.0.0 0.0.0.0 s0/0/0 ip route 0.0.0.0 0.0.0.0 s0/1/0
  • ip route 198.133.219.24 255.255.255.252 ip route 64.100.210.80 255.255.255.252 10

Question 48

Question
Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. Why are the pings from PC0 to Server0 not successful?
Answer
  • The static route to network 192.168.2.0 is misconfigured on Router2.​
  • The static route to network 192.168.2.0 is misconfigured on Router1.​
  • The static route to network 192.168.1.0 is misconfigured on Router2.​
  • The static route to network 192.168.1.0 is misconfigured on Router1.

Question 49

Question
What IPv6 static route can be configured on router R1 to make a fully converged network?
Answer
  • ipv6 route 2001:db8:10:12::/64 S0/0/1
  • ipv6 route 2001:db8:10:12::/64 2001:db8:32:77::1
  • ipv6 route 2001:db8:10:12::/64 2001:db8:10:12::1
  • ipv6 route 2001:db8:10:12::/64 S0/0/0

Question 50

Question
Which dynamic routing protocol was developed to interconnect different Internet service providers?
Answer
  • RIP
  • OSPF
  • EIGRP
  • BGP

Question 51

Question
Which routing protocol is limited to smaller network implementations because it does not accommodate growth for larger networks?
Answer
  • IS-IS
  • EIGRP
  • RIP
  • OSPF

Question 52

Question
What two tasks do dynamic routing protocols perform? (Choose two.)
Answer
  • assign IP addressing
  • network discovery
  • propagate host default gateways
  • update and maintain routing tables
  • discover hosts

Question 53

Question
When would it be more beneficial to use a dynamic routing protocol instead of static routing?
Answer
  • on a network where there is a lot of topology changes
  • in an organization where routers suffer from performance issues
  • on a stub network that has a single exit point
  • in an organization with a smaller network that is not expected to grow in size

Question 54

Question
When would it be more beneficial to use static routing instead of dynamic routing protocols?
Answer
  • on a network that commonly experiences link failures
  • on a network that has a large amount of redundant paths
  • on a network that is expected to continually grow in size
  • on a network where dynamic updates would pose a security risk

Question 55

Question
What is a purpose of the network command when configuring RIPv2 as the routing protocol?
Answer
  • It populates the routing table with the network entry.
  • It immediately advertises the specified network to neighbor routers with a classful mask.
  • It specifies the remote network that can now be reached.
  • It identifies the interfaces that belong to a specified network.

Question 56

Question
A network administrator configures a static route on the edge router of a network to assign a gateway of last resort. How would a network administrator configure the edge router to automatically share this route within RIP?
Answer
  • Use the default-information originate command.
  • Use the network command.
  • Use the passive-interface command.
  • Use the auto-summary command.

Question 57

Question
What is the purpose of the passive-interface command?
Answer
  • allows a router to receive routing updates on an interface but not send updates via that interface
  • allows interfaces to share IP addresses
  • allows an interface to remain up without receiving keep alives
  • allows a router to send routing updates on an interface but not receive updates via that interface
  • allows a routing protocol to forward updates out an interface that is missing its IP address

Question 58

Question
Which route would be automatically created when a router interface is activated and configured with an IP address?
Answer
  • O 172.16.0.0/16 [110/65] via 192.168.5.1
  • S 192.168.1.0/24 is directly connected, FastEthernet 0/1
  • C 192.168.0.0/24 is directly connected, FastEthernet 0/0
  • D 10.16.0.0/24 [90/3256] via 192.168.6.9

Question 59

Question
What occurs next in the router lookup process after a router identifies a destination IP address and locates a matching level 1 parent route?
Answer
  • The router drops the packet.
  • The level 1 ultimate routes are examined.
  • The level 1 supernet routes are examined.
  • The level 2 child routes are examined.

Question 60

Question
Which route would be used to forward a packet with a source IP address of 192.168.10.1 and a destination IP address of 10.1.1.1?
Answer
  • S 0.0.0.0/0 [1/0] via 172.16.1.1
  • O 10.1.1.0/24 [110/65] via 192.168.200.2, 00:01:20, Serial0/1/0
  • S 10.1.0.0/16 is directly connected, GigabitEthernet0/0
  • C 192.168.10.0/30 is directly connected, GigabitEthernet0/1

Question 61

Question
Which two requirements are used to determine if a route can be considered as an ultimate route in a router’s routing table? (Choose two.)
Answer
  • contain a next-hop IP address
  • be a classful network entry
  • contain an exit interface
  • be a default route
  • contain subnets

Question 62

Question
What is a disadvantage of using dynamic routing protocols?
Answer
  • They require administrator intervention when the pathway of traffic changes.
  • They send messages about network status insecurely across networks by default.
  • Their configuration complexity increases as the size of the network grows.
  • They are only suitable for simple topologies.

Question 63

Question
Which two statements are true regarding classless routing protocols? (Choose two.)
Answer
  • reduces the amount of address space available in an organization
  • allows for use of both 192.168.1.0/30 and 192.168.1.16/28 subnets in the same topology
  • is supported by RIP version 1
  • sends complete routing table update to all neighbors
  • sends subnet mask information in routing updates

Question 64

Question
While configuring RIPv2 on an enterprise network, an engineer enters the command network 192.168.10.0 into router configuration mode. What is the result of entering this command?
Answer
  • The interface of the 192.168.10.0 network is sending RIP hello messages.
  • The interface of the 192.168.10.0 network is sending only version 2 updates.
  • The interface of the 192.168.10.0 network is receiving version 1 and version 2 updates.
  • The interface of the 192.168.10.0 network is sending version 1 and version 2 updates.

Question 65

Question
A destination route in the routing table is indicated with a code D. Which kind of route entry is this?
Answer
  • a route dynamically learned through the EIGRP routing protocol
  • a network directly connected to a router interface
  • a route used as the default gateway
  • a static route

Question 66

Question
Which type of route will require a router to perform a recursive lookup?
Answer
  • a parent route on a router that is using CEF
  • a level 1 network route that is using a next hop IP address on a router that is using CEF
  • a level 2 child route that is using an exit interface on a router that is not using CEF
  • an ultimate route that is using a next hop IP address on a router that is not using CEF

Question 67

Question
Which route is the best match for a packet entering a router with a destination address of 10.16.0.2?
Answer
  • S 10.0.0.0/16 is directly connected, Ethernet 0/0
  • S 10.16.0.0/16 is directly connected, Ethernet 0/1
  • S 10.16.0.0/24 [1/0] via 192.168.0.9
  • S 10.0.0.0/8 [1/0] via 192.168.0.2

Question 68

Question
A router is configured to participate in multiple routing protocol: RIP, EIGRP, and OSPF. The router must send a packet to network 192.168.14.0. Which route will be used to forward the traffic?
Answer
  • a 192.168.14.0/25 route that is learned via RIP
  • a 192.168.14.0/25 route that is learned via OSPF
  • a 192.168.14.0/24 route that is learned via EIGRP
  • a 192.168.14.0/26 route that is learned via RIP

Question 69

Question
What is different between IPv6 routing table entries compared to IPv4 routing table entries?
Answer
  • IPv6 does not use static routes to populate the routing table as used in IPv4.
  • The selection of IPv6 routes is based on the shortest matching prefix, unlike IPv4 route selection which is based on the longest matching prefix.
  • By design IPv6 is classless so all routes are effectively level 1 ultimate routes.
  • IPv6 routing tables include local route entries which IPv4 routing tables do not.

Question 70

Question
Refer to the exhibit. Which two types of routes could be used to describe the 192.168.200.0/30 route? (Choose two.)
Answer
  • ultimate route
  • supernet route
  • level 2 child route
  • level 1 network route
  • level 1 parent route

Question 71

Question
Refer to the exhibit. Based on the partial output from the show ip route command, what two facts can be determined about the RIP routing protocol? (Choose two.)
Answer
  • RIP version 2 is running on this router and its RIP neighbor.
  • RIP will advertise two networks to its neighbor.
  • The command no auto-summary has been used on the RIP neighbor router.
  • RIP version 1 is running on this router and its RIP neighbor.
  • The metric to the network 172.16.0.0 is 120.

Question 72

Question
Refer to the exhibit. Which interface will be the exit interface to forward a data packet with the destination IP address 172.16.0.66?
Answer
  • Serial0/0/0
  • GigabitEthernet0/1
  • GigabitEthernet0/0
  • Serial0/0/1

Question 73

Question
Refer to the exhibit. Consider that the main power has just been restored. PC3 issues a broadcast IPv4 DHCP request. To which port will SW1 forward this request?​
Answer
  • to Fa0/1, Fa0/2, Fa0/3, and Fa0/4
  • to Fa0/1 and Fa0/2 only
  • to Fa0/1 only​
  • to Fa0/1, Fa0/2, and Fa0/3 only
  • to Fa0/1, Fa0/2, and Fa0/4 only​

Question 74

Question
A network designer must provide a rationale to a customer for a design which will move an enterprise from a flat network topology to a hierarchical network topology. Which two features of the hierarchical design make it the better choice? (Choose two.)
Answer
  • simpler deployment for additional switch equipment
  • less required equipment to provide the same performance levels
  • easier to provide redundant links to ensure higher availability
  • reduced cost for equipment and user training
  • lower bandwidth requirements

Question 75

Question
What is a collapsed core in a network design?
Answer
  • a combination of the functionality of the access, distribution, and core layers
  • a combination of the functionality of the access and core layers
  • a combination of the functionality of the distribution and core layers
  • a combination of the functionality of the access and distribution layers

Question 76

Question
What is a definition of a two-tier LAN network design?
Answer
  • access, distribution, and core layers collapsed into one tier, with a separate backbone layer
  • distribution and core layers collapsed into one tier, and the access layer on a separate tier
  • access and distribution layers collapsed into one tier, and the core layer on a separate tier
  • access and core layers collapsed into one tier, and the distribution layer on a separate tier

Question 77

Question
What is a basic function of the Cisco Borderless Architecture distribution layer?
Answer
  • providing access to end user devices
  • aggregating Layer 3 routing boundaries
  • aggregating all the campus blocks
  • acting as a backbone

Question 78

Question
Which two previously independent technologies should a network administrator attempt to combine after choosing to upgrade to a converged network infrastructure? (Choose two.)
Answer
  • electrical system
  • mobile cell phone traffic
  • scanners and printers
  • VoIP phone traffic
  • user data traffic

Question 79

Question
A local law firm is redesigning the company network so that all 20 employees can be connected to a LAN and to the Internet. The law firm would prefer a low cost and easy solution for the project. What type of switch should be selected?
Answer
  • StackWise
  • StackPower
  • stackable configuration
  • modular configuration
  • fixed configuration

Question 80

Question
What are two advantages of modular switches over fixed-configuration switches? (Choose two.)
Answer
  • availability of multiple ports for bandwidth aggregation
  • need for fewer power outlets
  • lower forwarding rates
  • increased scalability
  • lower cost per switch

Question 81

Question
Which type of address does a switch use to build the MAC address table?
Answer
  • source MAC address
  • destination MAC address
  • source IP address
  • destination IP address

Question 82

Question
Which network device can be used to eliminate collisions on an Ethernet network?
Answer
  • switch
  • router
  • hub
  • firewall

Question 83

Question
What two criteria are used by a Cisco LAN switch to decide how to forward Ethernet frames? (Choose two.)
Answer
  • destination MAC address
  • destination IP address
  • ingress port
  • egress port
  • path cost

Question 84

Question
What is one function of a Layer 2 switch?
Answer
  • determines which interface is used to forward a frame based on the destination MAC address
  • learns the port assigned to a host by examining the destination MAC address
  • duplicates the electrical signal of each frame to every port
  • forwards data based on logical addressing

Question 85

Question
Refer to the exhibit. How is a frame sent from PCA forwarded to PCC if the MAC address table on switch SW1 is empty?
Answer
  • SW1 floods the frame on all ports on the switch, excluding the interconnected port to switch SW2 and the port through which the frame entered the switch.
  • SW1 drops the frame because it does not know the destination MAC address.
  • SW1 forwards the frame directly to SW2. SW2 floods the frame to all ports connected to SW2, excluding the port through which the frame entered the switch.
  • SW1 floods the frame on all ports on SW1, excluding the port through which the frame entered the switch.

Question 86

Question
A small publishing company has a network design such that when a broadcast is sent on the LAN, 200 devices receive the transmitted broadcast. How can the network administrator reduce the number of devices that receive broadcast traffic?
Answer
  • Replace at least half of the switches with hubs to reduce the size of the broadcast domain.
  • Segment the LAN into smaller LANs and route between them.
  • Replace the switches with switches that have more ports per switch. This will allow more devices on a particular switch.
  • Add more switches so that fewer devices are on a particular switch.

Question 87

Question
Refer to the exhibit. How many broadcast domains are displayed?
Answer
  • 1
  • 55
  • 16
  • 8
  • 4

Question 88

Question
Which solution would help a college alleviate network congestion due to collisions?
Answer
  • a router with three Ethernet ports
  • a router with two Ethernet ports
  • a high port density switch
  • a firewall that connects to two Internet providers

Question 89

Question
Which network device can serve as a boundary to divide a Layer 2 broadcast domain?
Answer
  • access point
  • Ethernet hub
  • Ethernet bridge
  • router

Question 90

Question
What is the destination address in the header of a broadcast frame?
Answer
  • FF-FF-FF-FF-FF-FF
  • 11-11-11-11-11-11
  • 255.255.255.255
  • 0.0.0.0

Question 91

Question
Which statement describes a result after multiple Cisco LAN switches are interconnected?
Answer
  • There is one broadcast domain and one collision domain per switch.
  • Frame collisions increase on the segments connecting the switches.
  • One collision domain exists per switch.
  • The broadcast domain expands to all switches.

Question 92

Question
What does the term “port density” represent for an Ethernet switch?
Answer
  • the speed of each port
  • the numbers of hosts that are connected to each switch port
  • the number of available ports
  • the memory space that is allocated to each switch port

Question 93

Question
What are two reasons a network administrator would segment a network with a Layer 2 switch? (Choose two.)
Answer
  • to isolate ARP request messages from the rest of the network
  • to isolate traffic between segments
  • to eliminate virtual circuits
  • to create more broadcast domains
  • to enhance user bandwidth
  • to create fewer collision domains
Show full summary Hide full summary

Similar

OSI Model
philhde
CCNA Security 210-260 IINS
Ulrich Voelker
CISCO 2 - Chapter 5 bis Chapter 9
Leona W.
Arbeitsrecht I
bram_kerschi_14
Cisco UC Umfeld
Jonas Knorr
OSI Model
Ralf Gedecke
NVS Physical Layer
Gernot Loibner
AQA Biology 11.1 replication of DNA
Charlotte Hewson
Clinical Pathoanatomy MCQs (Q 151-250)
Ore iyanda
New PSCOD Model Test 2018
David Thapa