1.
Which of the following describes the roles of devices in a WAN? (Choose three.)
Correct Answer(s)
A. A CSU/DSU terminates a digital local loop.
D. A modem terminates an analog local loop.
E. A router is commonly considered a DTE device.
Explanation
A CSU/DSU terminates a digital local loop, which means it connects the customer's equipment to the service provider's network. A modem terminates an analog local loop, converting analog signals from the customer's equipment to digital signals that can be transmitted over the WAN. A router is commonly considered a DTE (Data Terminal Equipment) device, which means it is responsible for generating or receiving data and controlling the flow of data over the network.
2.
What value in the address field of a Frame Relay header identifies the destination of the frame?
Correct Answer
C. DLCI
Explanation
The DLCI (Data Link Connection Identifier) value in the address field of a Frame Relay header identifies the destination of the frame. DLCI is a unique identifier assigned to each virtual circuit in a Frame Relay network, allowing the network to determine the correct destination for incoming frames.
3.
The serial PPP link between the Left and Right routers is configured as shown in the diagram. Which configuration issue explains why the link is unable to establish a PPP session?
Correct Answer
B. The usernames are misconfigured.
4.
The output of the show interfaces serial 0/0 command for a frame-relay connection indicates that the serial line is up but the line protocol is down. What are possible causes for this? (Choose two.)
Correct Answer(s)
A. There is an LMI-type mismatch between the Frame Relay switch and the router.
E. The cable is disconnected.
Explanation
The output of the show interfaces serial 0/0 command indicates that although the physical connection is established (line is up), the protocol used for communication (line protocol) is not functioning properly (line protocol is down). This can be caused by an LMI-type mismatch between the Frame Relay switch and the router, where they are using different LMI types for signaling. Another possible cause is that the cable is disconnected, resulting in the line protocol being down.
5.
Which statements are correct about the point in the network where the responsibility of the service provider ends? (Choose three.)
Correct Answer(s)
A. The International point is on the customer side of the network terminating unit(NTU).
B. The United States point is at the interface of the customer-provided equipment and the local loop.
D. The point is called the demarcation point.
Explanation
The correct answer is that the International point is on the customer side of the network terminating unit (NTU), the United States point is at the interface of the customer-provided equipment and the local loop, and the point is called the demarcation point. These statements describe the different locations where the responsibility of the service provider ends. The International point refers to the point on the customer side of the NTU, which marks the end of the service provider's responsibility. The United States point is where the customer-provided equipment connects to the local loop, indicating another point where the service provider's responsibility ends. Finally, the demarcation point is the term used to describe the specific location where the service provider's responsibility ends.
6.
While prototyping an internetwork in the corporate lab, a network administrator is testing a serial link between serial 0/0 interfaces on two routers. The labels on the serial cable ends have been damaged and are unreadable. What command can be issued to determine which router is connected to the DCE cable end?
Correct Answer
C. Show controllers serial 0/0
Explanation
The command "show controllers serial 0/0" can be issued to determine which router is connected to the DCE cable end. This command will display information about the serial interface, including the cable type and whether it is acting as a DCE or DTE device. By checking this information, the network administrator can identify which router is connected to the DCE cable end.
7.
A network technician determines DHCP clients are not working properly. The clients are receiving IP configuration information from a DHCP server configured on the router but cannot access the Internet. From the output in the graphic, what is the most likely problem?
Correct Answer
C. The DHCP pool is not bound to the interface.
Explanation
The most likely problem is that the DHCP pool is not bound to the interface. This means that the DHCP server is not properly assigning IP configuration information to the clients because it is not associated with the correct interface. As a result, the clients are unable to access the internet even though they are receiving IP configuration information from the DHCP server.
8.
A technician enters the interface serial 0/0.1 multipoint command when configuring a router. What effect will the multipoint keyword have in this configuration? (Choose two.)
Correct Answer(s)
A. Split-horizon issues will need to be resolved for this network if RIP is the routing protocol.
C. All the participating interfaces of remote routers will be configured in the same subnet.
Explanation
The multipoint keyword in the "interface serial 0/0.1 multipoint" command indicates that the interface is configured as a multipoint interface. This means that the router will be connected to multiple remote routers using different PVCs (Permanent Virtual Circuits) on the same physical interface.
The first effect of using the multipoint keyword is that split-horizon issues will need to be resolved if RIP (Routing Information Protocol) is the routing protocol. Split-horizon is a mechanism that prevents a router from advertising a route back out of the same interface it was received on, in order to avoid routing loops. In a multipoint configuration, split-horizon needs to be carefully configured to allow proper routing updates.
The second effect is that all the participating interfaces of remote routers will be configured in the same subnet. This means that all the remote routers connected to the multipoint interface will have their interfaces configured with IP addresses from the same subnet, allowing them to communicate with each other.
9.
When configuring a Frame Relay connection, when should a static Frame Relay map be used? (Choose two.)
Correct Answer(s)
B. when the remote router does not support Inverse ARP
D. When broadcast traffic and multicast traffic over the PVC must be controlled
Explanation
A static Frame Relay map should be used when the remote router does not support Inverse ARP. Inverse ARP is a protocol that allows a router to discover the IP address of a remote device connected to a Frame Relay network. If the remote router does not support Inverse ARP, a static Frame Relay map is necessary to manually configure the mapping between the DLCI and the IP address of the remote device.
A static Frame Relay map should also be used when broadcast traffic and multicast traffic over the PVC must be controlled. By using a static Frame Relay map, the router can specify which DLCIs are allowed to receive broadcast and multicast traffic, ensuring that only the desired PVCs receive this type of traffic.
10.
Which router command would be used to associate a Layer 2 address with the corresponding Layer 3 address in the internetwork in the diagram?
Correct Answer
C. RouterA(config-if)#frame-relay map ip 192.168.15.2 100 broadcast
Explanation
The correct answer is RouterA(config-if)#frame-relay map ip 192.168.15.2 100 broadcast. This command is used to associate a Layer 2 address with the corresponding Layer 3 address in the internetwork. By using the "frame-relay map" command, the router is able to map the Layer 2 DLCI (Data Link Connection Identifier) 100 to the Layer 3 IP address 192.168.15.2. The "broadcast" keyword indicates that the router should forward broadcast traffic to this DLCI.
11.
Which of the following ISDN protocols is responsible for call setup and call teardown?
Correct Answer
A. • ITU-T Q.921
Explanation
ITU-T Q.921 is responsible for call setup and call teardown in ISDN protocols.
12.
What are two ways to resolve split-horizon issues in a Frame Relay network? (Choose two.)
Correct Answer(s)
A. Create a full-mesh topology
C. Use point-to-point subinterfaces
Explanation
To resolve split-horizon issues in a Frame Relay network, creating a full-mesh topology can be done. This means establishing direct connections between all the network devices, allowing them to communicate without any restrictions. Additionally, using point-to-point subinterfaces can also help resolve split-horizon problems. This involves dividing the main interface into multiple subinterfaces, each representing a separate point-to-point connection, thus eliminating the split-horizon issue.
13.
What is the purpose of the command marked with an arrow shown in the partial configuration output of a Cisco 806 broadband router?
Correct Answer
B. Defines which addresses are allowed into the router
Explanation
The command marked with an arrow in the partial configuration output of a Cisco 806 broadband router is used to define which addresses are allowed into the router. This command determines the source addresses that are permitted to access the router and its services.
14.
system administrator is unable to ping the Serial0/0 interface of RouterB from RouterA. During the troubleshooting process, the following facts are established: - IP addressing and subnet masks are correct. - RouterA is a Cisco router and RouterB is a router from another vendor. - RouterA is configured with the default encapsulation. - The serial interfaces on both routers are up. - The protocol is downWhat should the administrator do to solve the problem? on the serial interfaces of both routers.
Correct Answer
C. Change the encapsulation on both routers to PPP.
Explanation
The administrator should change the encapsulation on both routers to PPP. Since RouterA is a Cisco router and RouterB is from another vendor, they may be using different encapsulation protocols. By changing the encapsulation on both routers to PPP, they will be using a standardized protocol that is compatible with both routers and should allow them to establish a connection.
15.
An ISDN circuit from a branch office is remaining connected to the regional office. A network administrator determines a user has initiated a continuous ping from a desktop computer to the regional office. Which configuration change would allow the ISDN circuit to disconnect during any attempts to ping, while otherwise functioning properly?
Correct Answer
C. Change the dialer list to exclude ICMP as interesting
Explanation
Changing the dialer list to exclude ICMP as interesting would allow the ISDN circuit to disconnect during any attempts to ping while otherwise functioning properly. This means that ICMP traffic, which includes ping requests, would not be considered "interesting" and would not trigger the ISDN circuit to remain connected. This configuration change would effectively disconnect the ISDN circuit during ping attempts.
16.
Below is a list of DDR steps. Which of the following identifies the proper order of DDR? 1 - dial number is looked up 2 - interesting traffic triggers DDR 3 - route to destination is determined 4 - call is made
Correct Answer
E. 3,2,1,4
Explanation
First, the route to the destination is determined (step 3). Then, interesting traffic triggers DDR (step 2). After that, the dial number is looked up (step 1). Finally, the call is made (step 4). Therefore, the proper order of DDR is 3, 2, 1, 4.
17.
Which protocol should be chosen to support WAN connectivity in a multi-vendor system and provide strong security through authentication?
Correct Answer
E. PPP with CHAP
Explanation
PPP with CHAP (Challenge Handshake Authentication Protocol) should be chosen to support WAN connectivity in a multi-vendor system and provide strong security through authentication. CHAP is a secure authentication protocol that uses a three-way handshake process to verify the identity of the remote device. It provides mutual authentication and protects against replay attacks. PPP (Point-to-Point Protocol) is a widely used protocol for establishing a direct connection between two nodes, and when combined with CHAP, it ensures secure authentication over the WAN.
18.
Which of the following are valid steps for a basic ISDN BRI configuration? (Choose two.)
Correct Answer(s)
C. Set the SPIDs if required by the ISDN switch
E. Set the switch type
Explanation
The correct answer is to set the SPIDs if required by the ISDN switch and to set the switch type. These two steps are necessary for a basic ISDN BRI configuration. The SPIDs (Service Profile Identifiers) are unique identifiers that are assigned by the ISDN switch to the ISDN devices. Setting the SPIDs is important to establish a connection with the ISDN switch. Additionally, setting the switch type is crucial as it determines the signaling and protocol used for communication between the ISDN devices and the ISDN switch.
19.
A branch office reports excessive connect time charges for an ISDN circuit used to connect to the regional office. Upon investigation of this issue, it is discovered that when an ISDN connection is initiated to the regional office it remains connected for an excessive amount of time. Which of the following configuration changes could be made to DDR on the router to reduce these connect time charges?
Correct Answer
D. Change DDR from legacy to dialer profiles
Explanation
Changing DDR from legacy to dialer profiles could potentially reduce connect time charges for the ISDN circuit. This change would allow for more efficient and optimized management of the dial-up connections, potentially reducing the amount of time the connection remains active and therefore reducing charges.
20.
A network administrator is having difficulty in establishing a serial link between a Cisco router and a router from another vendor. Both routers are configured for HDLC encapsulation. Which statements are true regarding this configuration? (Choose two.)
Correct Answer(s)
A. The Cisco HDLC frame uses a proprietary "Type" field that may not be compatible with equipment of other vendors.
C. PPP encapsulation is recommended for serial links between equipment from multiple vendors.
Explanation
The first statement is true because the Cisco HDLC frame uses a proprietary "Type" field that may not be compatible with equipment from other vendors. This means that the Cisco router may not be able to establish a serial link with the router from another vendor.
The second statement is also true because HDLC requires a clock rate to be configured on the routers at both ends of the serial link. This clock rate is necessary for synchronization between the routers.
PPP encapsulation is recommended for serial links between equipment from multiple vendors, but this statement is not mentioned in the question so it cannot be considered as a correct answer.
The last two statements, usernames must be configured at both ends of the HDLC serial link and the HDLC vendor type must be enabled on the Cisco router, are not mentioned in the question and cannot be considered as correct answers.