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 10 4
  1. al
    December 11th, 2010

    Hi, I had an exam and one of the questions puzzles me (I did not pass as ran out of time) so please someone explain. The question is a printout of “show frame-relay lmi”. It is asked what indicates that the network is congested. I do not remember all choices, but two of them where BECN, FECN, and 2 other choices. At the printout I see that both BECN and FECN are high numbers (let’s say 64 and 125), so in my mind both of these choices should be selected, but only one choice is allowed…. I selected FECN, but really do not know if it is right. Please explain….

  2. Mayank
    December 11th, 2010

    The answer to ques 2 has to be B. As DLCI’s are only locally significant. R1 and R3 have no idea what’s DLCI is used at the remote end.
    The DLCI 17 is between frame relay switch at provider edge and the router R2.

  3. Mayank
    December 11th, 2010

    @ Al
    The BECN notifies the source router that there is congestion in FR network.
    FECN notifies the destination router that the FR nw is congested.
    I am not sure what is asked in the question. but, if it asked how source will come to know about congestion then check for BECN packets at source router using # command. If there are then there is a congestion.

  4. hasy
    December 12th, 2010

    i got my exam yesterday and passed with 974. especial thanks for the 9tut. pass4sure & testinside dumps are still valid. sims are eigrp,vtp & access-list only the ip addresses are changed. in access-list the the pc also changed. again thanks for the 9tut and all of the contributors

    if any one need help from me pls email to

    hasy_001@yahoo.com

  5. UthmanHassan
    December 12th, 2010

    @ Mayank

    The answer to ques 2 has to be B. As DLCI’s are only locally significant. R1 and R3 have no idea what’s DLCI is used at the remote end.
    The DLCI 17 is between frame relay switch at provider edge and the router R2.

    —————————————————————————————————-

    The answer can not be B but C. Since DLCIs are locally significant, just like you mentioned, We can use DLCI 17 on R1 and R3. In fact we can use the same number 17 for DLCI on R3 as well.

    DLCI 17 is only locally significant to R1. It simply means if R1 can put a packet on DLCI 17, it will reach R3 because “DLCI 17 is the gate number of the tunnel that leads from R1 to R3″.

    Even we can use same DLCI number 17 on R3 too. It will have nothing to do with the DLCI 17 of R1 but we can not use 17 as DLCI number for connection from R2 to R1.

  6. mohamed
    December 13th, 2010

    can someone please send me pass4sure and testinside dumps
    i am about to take exam soon
    thanks

    my address is
    abaaly72@hotmail.com

  7. em
    December 18th, 2010

    mohamed u can check all dumps here

    http://www.examcollection.com/640-802.html

  8. matrix
    December 19th, 2010

    Hallo all,

    i’ve a ques about Frame Relay an RIP. Well FR is a NBMA Network an we are using RIP we should add the “broadcast” argument at the end of the frame-relay map command.

    What will happen, when we user RIPv2? RIPv2 is not using broadcast but a multicast 224.0.0.9

    still we use the argument “broadcast” too? or just use RIPv2 instead of RIPv1?

    I’ll do the exam on the 22. December. So Thanks a lot for your fast answer

  9. zulfiqar
    December 23rd, 2010

    Cisco Certified Network Associate CCNA
    Pass4sure 640-802 Exam
    Questions and Answers: 430 Q & A
    Updated: Dec 21, 2010

    pleas mail me zulfiqarsoomro@yahoo.com
    this update version of p4s

  10. JOHN
    December 24th, 2010

    Please help me with this question.

    Which statment about RIPng is true?

    A: RIPng uses broadcast to exchange routes.

    B: RIPng is enabled on each interface separately.

    C: There can be only one RIPng process per router.

    D: RIPng allows for route up to 30 hops.

    In pass4sure B is the correct answer, but I don’t get it. I think the answer is A can anyone help me with this question?
    If I am wrong then whats the reason?

  11. Ahmed
    December 24th, 2010

    @Jhon

    RIPng is used for IPv6, and it’s configured on each interface seperatly. There is no broadcast in IPv6 only multicasts.

    normal RIP will broadcast on IPv4 if the version is 1 & will multicast if the version is 2.

    Hope i clarifed it for you

  12. Qrsa
    December 25th, 2010

    What will happen, when we user RIPv2? RIPv2 is not using broadcast but a multicast 224.0.0.9

    still we use the argument “broadcast” too?
    —————-
    Yes, because:
    it allows broadcasts and multicasts over the VC. This
    permits the use of dynamic routing protocols over the VC

  13. miz0
    December 26th, 2010

    can anyone answer this question for me:
    what is the way to stop someone(say ip address 192.168.1.11/24) from telnetting to the router: i know how to do this wid extended ACLs but the question is how to do it with standard acl.
    ANS::……………………………………………………………………………
    : router(config)#access list 11 deny 192.168.1.11 :
    : access-list 11 permit any :
    : router(config)#line vty 0 4 :
    : access-class 11 in :
    :………………………………………………………………………….:
    plz explain this thing………………

  14. Muhammad Younas
    December 27th, 2010

    @miz…
    The standard access-list deny 192.168.1.11, right. Now the statement “Line vty 0 4 and access-list 11 in” tells the router to filter traffice for the line 0 to 4 using standard acl 11. Sence in acl 11 we have denied 192.168.11, it’ll block that host to telnet inside the router….
    Hopefully you’ll be care….

    Regards
    Muhammad Younas

  15. Mansoor
    December 28th, 2010

    hello
    can any one please explain me how can i open the dumps, do i need to buy Registration code

  16. wsl48
    December 30th, 2010

    怎么都是英语

  17. Mohamed
    December 30th, 2010

    please any body had
    Cisco Certified Network Associate CCNA
    Pass4sure 640-802 Exam
    Questions and Answers: 430 Q & A
    Updated: Dec 21, 2010

    please send me
    E-mail me mhsaye@tvtc.gov.sa
    this update version of p4s

  18. Anonymous
    January 4th, 2011

    HI,

    Please send updated Pass4sure 640-802 exam, im taking the CCNA exam this month
    thanks guys!!

    please send me
    E-mail me ger_bugal@yahoo.com

  19. Anonymous
    January 6th, 2011

    Hi,
    can some one Update the 640-802 exam, Im taking the CCNA exam next week.
    many thanks.

    Mail: exitstorm@googlemail.com

  20. Nart
    January 12th, 2011

    Hi
    i just wonder why u guys don’t take the two separate tests for CCNA “640-822″ and “640-816″ rather than the one test “640-802″ !!! i took both tests last month and i failed .. let’s just say i didn’t really prepare good for it. i feel more comfortable now especially after going over some of the lab questions here.. thanks to 9tut ..
    i got two question on WAN that i didn’t see here or other websites so go over that chapter in brief. i’m gana re- take it again .. maybe this one by the end of this week and the other next week.. i recommend u guys study from 9tut, actualtest, and pass4sure.. they help a lot.
    good luck everybody..

  21. Lornie
    January 18th, 2011

    please any body had
    Cisco Certified Network Associate CCNA
    Pass4sure 640-802 Exam
    Questions and Answers: 430 Q & A
    Updated: Dec 21, 2010
    please send me
    E-mail me lornie_79@yahoo.co.uk
    this update version of p4s

  22. Azhar
    January 26th, 2011

    This saturday I taking the exam please any body send me the latest dump
    my email azhar_mtm@hotmail.com
    thank you

  23. adeyemi
    January 28th, 2011

    please any body had
    Cisco Certified Network Associate CCNA
    Pass4sure 640-802 Exam
    Questions and Answers: 430 Q & A
    Updated: Dec 21, 2010
    please send me
    E-mail me yemo2006@yahoo.com
    this update version of p4s

  24. Anonymous
    January 28th, 2011

    hey hello to all im failed to open dums in vce so any one help me provide dums in different manner mean .exe n pdf and can some tell me way to open .vce file
    smartysaadi@hotmail.com

  25. azhar
    January 29th, 2011

    plz tell me about the latest dumb and i will be thankfull if any one will send me at my id.. im taking exam at 2 feb..
    azhar_eaggle1@yahoo.com

  26. DERP
    January 29th, 2011

    I used to ask, how can someone who is a god damn cisco engineer not be able to use google and figure out how to open a vce? then my ccnp buddy explained it to me. cisco guys dont get application layer shit. they only get the first 4 osi layers. anything above is fuckin chinese to them (or english if they are chinese). using IE and FireFox and anything in Windows is like trying to diffuse a complicated bomb.

    weird how the world and brain works.

  27. khaluj
    January 30th, 2011

    can anyone please send me latest dumps Pass4sure 640-802 exam…thank you

  28. Vic
    February 1st, 2011

    Hi to all Good Luck

  29. Yogendra
    February 6th, 2011

    I want to practice frame relay problem in packet tracer. How can i connect the wire in subinterface? And i find cloud shape in book and 9tut example. Can we connect like those pictures??? If can be connected, then how???? please explain.

  30. subash
    February 7th, 2011

    @ yogendra ,in packet tracer at down left side by pointing mouse cursor you can see WAN EMULATION by choosing it and getting generic cloud empty you can connect it ……….best of luck

  31. javid
    February 8th, 2011

    hi all any one having pass4sure 29 jan 2011 latest release can share with me i will pay for it thanks in advance gr_jaweed@yahoo.com

  32. Mir@ Guwahati
    February 9th, 2011

    Aalhamdulillah,

    Hi Everyone,

    I M Just here to say thank u so much to 9tut and all who post there valuable comment on this website.
    I took mah Exm on 4th Feb’11 and I hv pass d Exm with scoring 923.

    All d best to u all who is gonna be appeare dr exm.

  33. Mujtaba
    February 12th, 2011

    I am thinking for CCNA Exam with in a month. Can anybody send me the latest dumps.
    mujtabbaa@yahoo.com

  34. APURV
    February 16th, 2011

    answer for this question is write
    ditance greater then 550 meter
    1 1000BASE-LX
    2 100BASE-FX

  35. @APURV
    February 18th, 2011

    100BASE-FX distance is only 400 mts.

  36. AWESOME
    February 20th, 2011

    9TUT – YOU ARE A GENIOUS – GREAT HELP

  37. AWESOME
    February 20th, 2011

    Mujitaba – don’t depend on dumps – they will make you look supid on interviews – when your brain suddenly undumped what you dumped in it!!! buy book and study – use past questions like this site for guidance

  38. Sarah
    February 24th, 2011

    @AWESOME, you are totally correct. Go right through the certification guides and understand the concepts, although dumps are helpful, you need to know your stuff for the real world. If people rely on dumps solely it takes away the prestige of a certification. Dumps should only be a guide!

  39. Sarah
    February 24th, 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

    This is real hazy one. “Link Quality Monitoring” is used to check the error percentage of a link and disable the link if the threshold (set by the admin) is exceeded. However, it DOES NOT provide error correction automatically.

    If there is another route to destination that once used the errored link, it will reroute to a new ‘better’ path. However, if the link is a strictly point to point device (IE: it only connects to one other device), the errored link will shutdown and rerouting will not be able to occur (as there is no other way to get to the destinations becuase only one link existed out of that device in the first place). This suggests to me that PPP itself does not provide error correction, rather it is the topology and the way it is designed itself which would be what the industry calls ‘hitless’ (redundant). What do you guys think about this one?

  40. Sarah
    February 25th, 2011

    You know what…. It actually depends on the layer you are talking about as well. This is really a very complex question.

  41. WAN operation
    February 26th, 2011

    Why WAN operations focus primarily on Layer 1 and Layer 2 not Layer 3?
    Could anyone detail me this process?

    Kind regard,
    CCNAer

  42. arif
    February 26th, 2011

    @ AL
    there must be an option for DISCARD ELIGIBLE, DE
    if DE==1, there is congession…

  43. sayeed
    February 27th, 2011

    please any body had
    Cisco Certified Network Associate CCNA
    Pass4sure 640-802 Exam
    Questions and Answers: 430 Q & A
    Updated: Dec 21, 2010
    please send me
    E-mail me sayeedshah69@yahoo.com
    this update version of p4s
    plz plz plz help me

  44. Sarah
    February 28th, 2011

    @Al,

    BECN is the answer. A router will send a FECN bit if it has forward congestion, then the downstream routers will send a BECN bit to the original router sending the packets. The desired result is to get the sending router to slow down its packet sending. Its hard to explain over text but if you are reading the certification guide, it is in the last bit of the frame relay chapter. Its explained really well there.

    Hope this helps.

  45. Lucky#13
    March 2nd, 2011

    I agree with you Sarah about Q4. It provides error detection and not error correction. L4 will provide error detection in the form of TCP. Well, that’s my view anyway.

  46. Lucky#13
    March 2nd, 2011

    Sorry, meant to say L4 will provide error correction.

  47. Arina
    March 8th, 2011

    Hi,
    Where can I get netsim that allows for terminal configuration to practice with, I failled my ccna with 787 point exams because I skipped the three labs due to lab practice. I’m reading on my own and want to re-seat the exams any help.

  48. Deeone
    March 16th, 2011

    @ akbary can you send me the sims and the learning materials I have my exam on the 25th of March. Thanks

  49. Deeone
    March 16th, 2011

    email:net2deeone@yahoo.co.uk

  50. Anonymous
    March 21st, 2011

    please any body had
    Cisco Certified Network Associate CCNA
    Pass4sure 640-802 Exam
    Questions and Answers: 430 Q & A
    Updated: Dec 21, 2010
    please send me
    E-mail me dpsgnn79@libero.it

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