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

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. ef
    July 15th, 2011

    i can’t understand q10, can anybody explain it to me?

  2. Jess
    July 18th, 2011

    a “deleted” status on the frame-relay map means that the DLCI number does not exist.

  3. system32
    July 18th, 2011

    thanks jess :)

  4. coincexpicy
    July 19th, 2011

    I’ve been visiting your blog for a while now and I always find a gem in your new posts. Thanks for sharing.

  5. ef
    July 20th, 2011

    thanks Jess.

  6. khaled
    July 21st, 2011

    Thanks u soooooooo much
    For sharing

  7. vhick
    July 21st, 2011

    Hello All,
    I love what’s goin on here, my exam comes up tomorrow friday 22-07-2011.
    can you all please send the latest dumps that you have to me, plz i need you help urgently. send to keziemi@gmail.com.
    i also need any advice and clues

    Vhick

  8. saif
    July 22nd, 2011

    plz explain csu/dsu

  9. pete – kenya
    July 22nd, 2011

    Hi vhick,

    How was the exam

  10. abby
    July 24th, 2011

    Really appreciate all your contributions plz am writing my exams soon and I need the latest dumps plz mail ma at abisamson@yahoo.com tnx y’all

  11. Prashant Chandrashekar
    July 25th, 2011

    hi,

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

    rashant_7@yahoo.com

  12. Anonymous
    July 25th, 2011

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

  13. mizuri
    July 27th, 2011

    I am taking my exams on 6th of July. Can you please send me the latest dumps including the simulations to robrt.ochieng@gmail.com

  14. najeeb
    July 27th, 2011

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

  15. 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.

  16. 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

  17. mizuri
    July 28th, 2011

    Hi am taking my exams on 6th August. Somebody someone please send me latest dumps to robrt.ochieng@gmail.com thanx in advance

  18. 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…..

  19. 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.

  20. Rajeev
    August 3rd, 2011

    hello frnds will yuo share ur ccna exam material bcoz my exam is after 5 days pls send me dumps and any other material who helps in my ccna exam thanks in advance….. at rajeev.hum@gmail.com

  21. 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

  22. BigAl
    August 6th, 2011

    Dumps are actual test questions from the CCNA exam.

  23. BigAl
    August 6th, 2011

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

  24. 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?

  25. 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.

  26. 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.

  27. anon
    August 6th, 2011

    hmm…thats great piece of advice…thanks!

  28. BigAl
    August 6th, 2011

    You’re Welcome!

  29. jacke
    August 7th, 2011

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

  30. 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

  31. Anonymous
    August 9th, 2011

    hi guys

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

  32. Stefano
    August 10th, 2011

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

  33. omprakash saradagi
    August 11th, 2011

    @ BigAl,
    thanks for ur valuable advices.

  34. kelly
    August 12th, 2011

    need updated ccna dump ? kellysmith114@gmail.com

  35. 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

  36. van
    August 15th, 2011

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

  37. Anonymous
    August 15th, 2011

    All 9tut questions are in dumps.

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

  38. Death Dealer
    August 17th, 2011

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

  39. zamani
    August 17th, 2011

    Hi Guys,

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

  40. xallax
    August 17th, 2011

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

  41. ry
    August 18th, 2011

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

  42. 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

  43. 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

  44. xallax
    August 19th, 2011

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

  45. 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!!!

  46. 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

  47. xallax
    August 19th, 2011

    can someone else confirm this?*

  48. kelly
    August 23rd, 2011

    GooD News !!!

    I have a updated dump contact me for it

    kellysmith114@gmail.com

  49. sandeep
    August 23rd, 2011

    please send me latest dumps on sonisandeep86@gmail.com

  50. Claudio form Chile
    August 23rd, 2011

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

  51. MSA
    August 23rd, 2011

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

  52. 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.

  53. 9tut
    August 24th, 2011

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

  54. Surekha Patel
    August 25th, 2011

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

  55. Surekha Patel
    August 25th, 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 gillsuru@gmail.com

  56. 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

  57. xallax
    August 26th, 2011

    try here for VCEs
    http://www.tinyurl.com/xallaxvce

  58. 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

  59. ali
    August 27th, 2011

    hey my email : saleebaan_2@hotmail.com

  60. 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

  61. 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??

  62. xallax
    September 1st, 2011

    @guest
    expect similar questions on the exam

  63. guest
    September 1st, 2011

    I hope too

  64. guest
    September 1st, 2011

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

  65. 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

  66. 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!

  67. 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

  68. Rohit_GOA
    September 5th, 2011

    Hey guys, plz 4ward me d latest ccna dumps at “rohit_naik@hotmail.com”. Thanx in advance;)

  69. Anonymous
    September 6th, 2011

    i need latest dumps pleaseeeee : margi412@yahoo.co.in

  70. amal
    September 6th, 2011

    latest dumps or p4s please my mail ombo4@yahoo.com

  71. Muhammed
    September 7th, 2011

    Hello all,
    I am taking the ccna exam next week. Can someone send me the latest dumps please @ keneba2003@yahoo.co.uk.
    I find these question here very helpful.

    Thanks

  72. IndrasenaReddy Muli
    September 8th, 2011

    Hi, iam going to take the exam in nxt week, pls any one can send the latest dumps to this id, indrasenareddymuli@gmail.com. plzz.

  73. Timothy
    September 8th, 2011

    Thanks a lots for your blog, It has help a lots of candidates to excel. Please can you help with the latest dumps as I am taking my exams in few days time. please send to Tjacobsss@yahoo.co.uk
    Cheers

  74. Timothy
    September 8th, 2011

    Pls Dumps on CCNA will be appreciated . pls send to tjacobsss@yahoo.co.uk

  75. Daniel
    September 8th, 2011

    Hi all kindly please send CCNA dumps am will be doing the exam to njdankan@gmail.com

    Thanks alot.

  76. ken
    September 8th, 2011

    Hi, Appreciate if someone could send me the latest dumps at treepanel.ken@hotmail.com , i plan to take the exams at the end of sep.
    Thanks.

  77. FlyingV
    September 9th, 2011

    Hi, would highly appreciate the latest P4S updated 7,Sep 2011 CCNA dumps pleaseee at
    ask20007@gmail.com – thanks a million in advance!

  78. Khaled
    September 10th, 2011

    Hello everyone. I have passed my combined ccna exam with almost 90% It needs real hard work. The exam with ok for me due to the great effort I showed in the preparation. Almost 8 good hours aday for many months. Good luck to you all. Now i am trying to do the hard bit by getting a job. Regards. Khaled

  79. hani
    September 12th, 2011

    @ anyone can u send me the latest CCNA actual exam?

    please send it to sab3001@hotmail.com

    Appreciate anyone who will share it. Thanks!

  80. Sajid
    September 15th, 2011

    Hello Everyone, am giving my exam net week.. please any one can share the latest dumps i’ll be thankful to you all …. sajidabbasi1@yahoo.com

    thanks in advance!

  81. kavar
    September 19th, 2011

    Hoello everyone, Im gonna be taking the CCNA exam in one week,… Can someone send me the latest dumps please ?? My email address is ostovar1627@gmail.com

  82. noushad
    September 19th, 2011

    Hi,Appreciate anyone send me ccna lattest dump as i am going to take exam next week.

  83. noushad
    September 19th, 2011

    Hi Everybody,
    send me latest CCNA dumps to me ,going for exam next week at noushad_macet@gmail.com

  84. noushad
    September 19th, 2011

    send me latest CCNA dumps to me ,going for exam next week at noushad.macet@gmail.com

  85. lakk
    September 19th, 2011

    I am taking my exams. I need help please send me the latest dumps including the simulations

  86. lakk
    September 19th, 2011

    I am taking my exams. I need help, please send me the latest dumps including the simulations. lakapal@hotmail.com

  87. Anonymous
    September 19th, 2011

    pls send my the latest dumps,am taking exam in 2 weeks.I need help.emeka062004@yahoo.co.uk

  88. Anonymous
    September 19th, 2011
  89. Anonymous
    September 19th, 2011
  90. Adam Late
    September 21st, 2011

    dear 9tut,
    pls send me the latest dumps
    my mail address is late4thing@yahoo.com
    thanks, Adam Late

  91. Faixan
    September 21st, 2011

    my exam comes up tomorrow friday 23-09-2011.
    can you all please send the latest dumps that you have to me, plz i need you help urgently. send to fazi1605@yahoo.com
    i also need any advice and clues

  92. beginner
    September 24th, 2011

    someone please help me out to send me latest link

  93. Anonymous
    September 25th, 2011

    I am taking the exam next on the 5th of Oct, could you send me the latest dumps…thank you nbt55dg22@yahoo.com

  94. Burns
    September 26th, 2011

    Hi guys can someone send me the latest dump on amobriouche@hotmail.com
    Will try to get my exam in a month. Need your help

  95. rose
    September 26th, 2011

    regarding question 7,

    can anyone explain why modem is one of the answer or describes the roles of devices in a WAN???

    please explain answer D.

    D: A modem terminates an analog local loop

  96. Easy
    September 27th, 2011

    Hi could you please email me the latest dumps as well? e222c@yahoo.com

  97. necklord
    September 28th, 2011

    Hi Guys
    I’M taking my CCNA exam on oct 3, 2011, please help with latest dumps
    this is my email Address : risdiholic@yahoo.co.id
    many many thanks!

  98. jane
    September 28th, 2011

    is there an SDM topic on the exam?

  99. Anonymous
    September 29th, 2011

    Jane:
    Yea there is SDM on the exam. All you need to know is how to configure it. Such as HTTP server. If you have access to CDP nugget it helps explain it. Hope this helps.

  100. abhi
    October 1st, 2011

    hi
    Can anybody send me the latest dumps .i have exam on 4/10/2011.
    abhi_jeet31@yahoo.com

    thanks

Comment pages
  1. No trackbacks yet.
Add a Comment