Home > CCNA – WAN

CCNA – WAN

April 15th, 2011 Go to comments

Here you will find answers to WAN Questions

If you are not sure about Frame Relay, please read my Frame Relay tutorial.

Question 1

The command frame-relay map ip 10.121.16.8 102 broadcast was entered on the router. Which of the following statements is true concerning this command?

A: This command should be executed from the global configuration mode.

B: The IP address 10.121.16.8 is the local router port used to forward data.

C: 102 is the remote DLCI that will receive the information.

D: This command is required for all Frame Relay configurations.

E: The broadcast option allows packets, such as RIP updates, to be forwarded across the PVC.

 

Correct Answers: E

Explanation:

The command frame-relay map ip 10.121.16.8 102 broadcast means to mapping the distal IP 10.121.16.8 102 to the local DLCI 102. When the “broadcast” keyword is included, it turns Frame Relay network as a broadcast network, which can forward broadcasts

Question 2

Refer to the exhibit. Which statement describes DLCI 17?

wandlciunderstand1.jpg

A: DLCI 17 describes the ISDN circuit between R2 and R3.

B: DLCI 17 describes a PVC on R2. It cannot be used on R3 or R1.

C: DLCI 17 is the Layer 2 address used by R2 to describe a PVC to R3.

D: DLCI 17 describes the dial-up circuit from R2 and R3 to the service provider.

 

Correct Answers: C

Explanation:

DLCI stands for Data Link Connection Identifier. DLCI values are used on Frame Relay interfaces to distinguish between different virtual circuits. DLCIs have local significance because the identifier references the point between the local router and the local Frame Relay switch to which the DLCI is connected.

Question 3

A default Frame Relay WAN is classified as what type of physical network?

A: point-to-point

B: broadcast multi-access

C: nonbroadcast multi-access

D: nonbroadcast multipoint

E: broadcast point-to-multipoint

 

Correct Answer: C

Explanation:

Non-Broadcast Multi-Access (NBMA) networks are types such as Frame Relay, X.25, and Asynchronous Transfer Mode (ATM). These networks allow for multi-access, but have no broadcast ability like Ethernet

Question 4

Which of the following are key characteristics of PPP? (Choose three.)

A: can be used over analog circuits

B: maps Layer 2 to Layer 3 address

C: encapsulates several routed protocols

D: supports IP only

E: provides error correction

 

Correct Answers: A C E

Explanation

Below is some more information about PPP:

PPP (Point-to-Point Protocol) allows authentication such as Password Authentication Protocol (PAP) and Challenge Handshake Authentication Protocol (CHAP) and multilink connections (allow several separate physical paths to appear to be one logical path at layer 3) and can be run over asynchronous and synchronous links.

PPP can work with numerous network layer protocols, including Internet Protocol (IP), Novell’s Internetwork Packet Exchange (IPX), NBF and AppleTalk.

PPP only supports error detection, not error correction so answer E should be understood as “provides error detection”. It is a mistake of this question.

Question 5

Which three Layer 2 encapsulation types would be used on a WAN rather than a LAN? (Choose three)

A: HDLC

B: Ethernet

C: Token Ring

D: PPP

E: FDDI

F: Frame Relay

 

Correct Answer: A D F

Question 6

Refer to the exhibit. What is the meaning of the term dynamic as displayed in the output of the show frame-relay map command shown?

wandlciunderstand2.jpg

A: The Serial0/0 interface is passing traffic.

B: The DLCI 100 was dynamically allocated by the router

C: The Serial0/0 interface acquired the IP address of 172.16.3.1 from a DHCP server

D: The DLCI 100 will be dynamically changed as required to adapt to changes in the Frame Relay cloud

E: The mapping between DLCI 100 and the end station IP address 172.16.3.1 was learned through Inverse ARP

 

Correct Answer: E

Explanation

The term dynamic indicates that the DLCI number and the remote router IP address 172.16.3.1 are learned via the Inverse ARP process.

Inverse ARP is a technique by which dynamic mappings are constructed in a network, allowing a device such as a router to locate the logical network address and associate it with a permanent virtual circuit (PVC).

Question 7

Which of the following describes the roles of devices in a WAN? (Choose three.)

A: A CSU/DSU terminates a digital local loop

B: A modem terminates a digital local loop

C: A CSU/DSU terminates an analog local loop

D: A modem terminates an analog local loop

E: A router is commonly considered a DTE device

F: A router is commonly considered a DCE device

Correct Answers: A D E

Explanation

The idea behind a WAN is to be able to connect two DTE networks together through a DCE network. The network’s DCE device (includes CSU/DSU) provides clocking to the DTE-connected interface (the router’s serial interface).

wan_dlci_understand

A modem modulates outgoing digital signals from a computer or other digital device to analog signals for a conventional copper twisted pair telephone line and demodulates the incoming analog signal and converts it to a digital signal for the digital device. A CSU/DSU is used between two digital lines -> A & D are correct but B & C are not correct.

For more explanation of answer D, in telephony the local loop (also referred to as a subscriber line) is the physical link or circuit that connects from the demarcation point of the customer premises to the edge of the carrier or telecommunications service provider’s network. Therefore a modem terminates an analog local loop is correct.

local_loop_modem.jpg

Question 8

How should a router that is being used in a Frame Relay network be configured to avoid split horizon issues from preventing routing updates?

A: Configure a separate sub-interface for each PVC with a unique DLCI and subnet assigned to the sub-interface

B: Configure each Frame Relay circuit as a point-to-point line to support multicast and broadcast traffic

C: Configure many sub-interfaces on the same subnet

D: Configure a single sub-interface to establish multiple PVC connections to multiple remote router interfaces

Correct Answer: A

Explanation

Look at the figure below:

wandlciunderstand5

In the figure, router R1 has two point-to-point subinterfaces. The s0.1 subinterface connects to router R3 and the s0.2 subinterface connects to router R2. Each subinterface is on a different subnet.

Question 9

What can a network administrator utilize by using PPP Layer 2 encapsulation? (Choose three.)

A: VLAN support

B: compression

C: authentication

D: sliding windows

E: multilink support

F: quality of service

 

Correct Answers: B C E

Explanation

Same as question 4

Question 10

The Frame Relay network in the diagram is not functioning properly. What is the cause of the problem?

wandlciunderstand3

A: The Gallant router has the wrong LMI type configured

B: Inverse ARP is providing the wrong PVC information to the Gallant router

C: The S3 interface of the Steele router has been configured with the frame-relay encapsulation ietf command

D: The frame-relay map statement in the Attalla router for the PVC to Steele is not correct

E: The IP address on the serial interface of the Attalla router is configured incorrectly

 

Correct Answer: D

Explanation

At Attalla router, we find a deleted status but the next map statement indicates an active status, which if for Gallant. Therefore we can deduce the map statement for the PVC from Attalla to Steele is incorrect. Incorrect DLCI assignments that are configured normally shown up as “deleted” in the frame relay maps.

Comments
Comment pages
1 2 3 4 5 10 4
  1. Prashant Chandrashekar
    July 25th, 2011

    hi,

    I am taking CCNA in August ,please send me the latest dumps.

    rashant_7@yahoo.com

  2. Anonymous
    July 25th, 2011

    Hi,
    Thanks for all these supports. Could you add an PRINT option to the GUI.
    Regards,
    Shawn

  3. najeeb
    July 27th, 2011

    Hi can any one send me the latest dumps i have paper in next week.
    najeeb.haider@hotmail.com

  4. usman
    July 27th, 2011

    Hi Guys,
    I really i appreciate your post and comment in which we shared our ideas.
    Please can some one help me with latest dump i’m preparing for ccna exams.

  5. usman
    July 27th, 2011

    Hi Guys,
    I really i appreciate your post and comment in which we shared our ideas.
    Please can some one help me with latest dump i’m preparing for ccna exams.
    you can send through this e-mail address usmanu001@yahoo.com

  6. rudy montero
    July 29th, 2011

    gd but i need your help guys to pass CCNA exam……if u donnt mind i need more new updated questions…..

  7. Anonymous
    July 31st, 2011

    hi guys, i am giving my xm in 2 days. Can anyone send me latest dumps at chongtham_sonia@yahoo.com.

  8. anon
    August 6th, 2011

    hi. I’ve seen a lot of posts asking for dumps. What do the dumps contain? I have my exam on the 19th of this month. Any tips? Thanks

  9. BigAl
    August 6th, 2011

    Dumps are actual test questions from the CCNA exam.

  10. BigAl
    August 6th, 2011

    Know all the concepts, then use the dumps as final preparation if you like.

  11. anon
    August 6th, 2011

    Hey BigAl, thanks for that. I think i’m ok with the concepts…where can I get the dumps? Are they emailed, or can I download them from somewhere?

  12. BigAl
    August 6th, 2011

    You can buy them or download them for free from torrents or a couple of sites (Just google the name of the dump). But most of them you have to buy a program called Visual CertExam to view them. Just so you know Cisco considers them cheating, so use them at your own risk.
    I took the 640-802 exam a couple of weeks ago, before ever viewing any dumps and I have found the most recent dumps to be very accurate.

  13. BigAl
    August 6th, 2011

    One more thing be sure you know the 3 labs from 9tut that are on the actual exam (access list 2, EIGRP, and VTP sim) They account for the biggest chunk of your final score.

  14. anon
    August 6th, 2011

    hmm…thats great piece of advice…thanks!

  15. BigAl
    August 6th, 2011

    You’re Welcome!

  16. jacke
    August 7th, 2011

    @all
    i don’t understand the answers: A & D of Q7
    please help me!
    thanks!

  17. Stefano
    August 8th, 2011

    i got a question about nat this is the link of the image with the related question :
    http://imageshack.us/photo/my-images/40/immaginetoh.png/

    i think the answer given is wrong can u please confirm me if the right answer is:

    INSIDE LOCAL = 172.16.1.23 (can’t understand why he places router’s interface as inside local…)
    INSIDE GLOBAL = 209.165.201.30
    OUTSIDE LOCAL & GLOBAL = 128.77.188.166

  18. Anonymous
    August 9th, 2011

    hi guys

    thanks for every liltle thing u have done for all of us …………..i just passed the ccna exam

  19. Stefano
    August 10th, 2011

    @9tut
    correct question 4, PPP does not provide error correction, only error detection!!!!

  20. omprakash saradagi
    August 11th, 2011

    @ BigAl,
    thanks for ur valuable advices.

  21. nicolas D
    August 14th, 2011

    Hello i’m french and i ll take the exam in english in only 10 days!! I work 6 hours a day to get it !! thanx ! p.s: the most difficult are the ACLS, and to learn a lot fo things by hearth

  22. van
    August 15th, 2011

    Hi, please send updated ccna dump to jjvan12@mail.com, taking exam in a week. Thanks.

  23. Anonymous
    August 15th, 2011

    All 9tut questions are in dumps.

    Hop 9tut = latest dump.
    Am sitting paper on thursday. Any advise ?

  24. Death Dealer
    August 17th, 2011

    Hey 9 tut please update your wan questions because the current exam has wan questions that kicked my ass.

  25. zamani
    August 17th, 2011

    Hi Guys,

    Want to pass my ccna in two weeks, which staff to read? Any clues

  26. xallax
    August 17th, 2011

    @zamani
    how about reading all those posts on the right side of the page?
    enjoy :)

  27. ry
    August 18th, 2011

    someone please send me latest dumps to nygelance@yahoo.com

  28. guthega11
    August 19th, 2011

    Been going through your posts/comments, they’re very valuable as they adds to more detailed explanations to Qs and answers. I am hoping to get mt CCNA cert in 10 days. Kindly assist my sending the latest dumps to guthega11@gmail.com

  29. Vinod
    August 19th, 2011

    hi guys….

    Q.503 Which does the frame-relay interface-dlci command configure?
    A. remote DLCI on the main interface
    B. local DLCI on the main interface
    C. local DLCI on the subinterface
    D. remote DLCI on the subinterface

    dumps ans. is C…..but when i tried it on packet tracer i got confused;
    ————————————-
    Router(config-if)#frame-relay ?
    interface-dlci Define a DLCI on an interface/subinterface
    lmi-type Use CISCO-ANSI-CCITT type LMI
    map Map a protocol address to a DLCI address
    —————————————

    it clearly asks to set int-dlci command on int or sub-int . Now what should be the answer??? B or C? or any thing else. plz explain

  30. xallax
    August 19th, 2011

    @vinod
    you must first set the encapsulation on that interface to frame-relay

  31. Vinod
    August 19th, 2011

    @xallax

    i set that command!!

    My question is ”frame-relay interface-dlci” command configure main interface or subinterface ??? As packet tracer says you may configure on both int/sub-int ……..
    but acc. to question i hav to select only one option!!!

  32. xallax
    August 19th, 2011

    @vinod
    hey again
    looked a bit on the web, it seems that both B and C are correct.
    can someone else configuration confirm this?

    i looked here, skipped a lot of text, but saw the *frame-relay interface dlci* used both on an interface and a subinterface. link:
    http://www.cisco.com/en/US/tech/tk713/tk237/technologies_tech_note09186a008014f8a7.shtml

  33. xallax
    August 19th, 2011

    can someone else confirm this?*

  34. Claudio form Chile
    August 23rd, 2011

    Q4.
    It provide correction o detection errors ?
    Who can explain me?

  35. MSA
    August 23rd, 2011

    @ kelly: can you pls send me this latest dump @ msadel15@yahoo.com….THanks in advance!!

  36. Anonymous
    August 23rd, 2011

    Question 4

    Which of the following are key characteristics of PPP? (Choose three.)

    A: can be used over analog circuits

    B: maps Layer 2 to Layer 3 address

    C: encapsulates several routed protocols

    D: supports IP only

    E: provides error correction

    Correct Answers: A C E

    Explanation

    No more explanation needed, below is some more information about PPP:

    PPP (Point-to-Point Protocol) allows authentication such as Password Authentication Protocol (PAP) and Challenge Handshake Authentication Protocol (CHAP) and multilink connections (allow several separate physical paths to appear to be one logical path at layer 3) and can be run over asynchronous and synchronous links.

    Problem with this question. WAN encapsulation happens at layer 2. Error detection happens at layer 2. Error correction as stated in “correct” answer E happens at layer 4 and therefore cannot happen with WAN encapsulation. So either the question has 2 answers or instead of error correction, it should read error detection.

  37. 9tut
    August 24th, 2011

    I updated question 4 with additional explanation about “error correction”, please check it again.

  38. Surekha Patel
    August 25th, 2011

    I am taking my exams next week. Can you please send me the latest dumps including the simulations to

  39. Shailen
    August 26th, 2011

    I am taking my exams next week. Can you please send me the latest dumps including the simulations too. I would appriciate if you can email me at shailenboodnee@yahoo.com.Thx

  40. xallax
    August 26th, 2011
  41. ali
    August 27th, 2011

    hello every body i will enter ccna exam for coming days plz help me to last dump
    my saleebaa_2@hotmail.com

  42. ali
    August 27th, 2011

    hey my email : saleebaan_2@hotmail.com

  43. rinku
    August 28th, 2011

    guys, anyone has latest dumps, i am going for ccna exam in 2 weeks, please send it to rinkubhogal@yahoo.ca
    Thanks

  44. guest
    September 1st, 2011

    This page is amazing, thanks for this nice job, I have a question, Will we get the questions in the exam???? Or this is just a tutorial to study??

  45. xallax
    September 1st, 2011

    @guest
    expect similar questions on the exam

  46. guest
    September 1st, 2011

    I hope too

  47. guest
    September 1st, 2011

    can someone please email the latest dump to me at kev_bog@hotmail.com, tnxs

  48. charlie
    September 2nd, 2011

    I am taking my exams next week. Can someone please email the latest dump to me at charlie.1900@hotmail.com, Thanks

  49. rye05
    September 4th, 2011

    Im preparing my exam by mid Septmeber. Can someone please send me the latest dumps for 640-802. @ rain.torres@hotmail.com, thanks a lot!

  50. Sajid
    September 4th, 2011

    Hello all i am in need of Latest Dump, my exam is scheduled on 16th sept: any one can please help me by sending latest dumps they have @ sajidabbasi1@yahoo.com

Comment pages
1 2 3 4 5 10 4
  1. No trackbacks yet.
Add a Comment