Home > ARP Testlet

ARP Testlet

April 24th, 2011 in ICND1 Go to comments

This is a testlet. The testlet consists of 4 questions that relate to the scenario below:

ICND1_testlet_question

Directions: Refer to the exhibit. This testlet consists of four questions that address steps in the process of data communication between host F and the server named WWW” on another LAN. You are free to move back and forth between the questions to review your answers.

Question 1:

In order to begin communicating with the server, host F sends out an ARP request. How will the devices exhibited in the topology respond to this request?

A – Switch West _1 will reply with the MAC address of the server.
B – Hosts D and E will respond that the destination is not on the local LAN.
C – Router SFX will forward the ARP request to the ILM router .
D – Switch West _1 will block the request since the server is not on the LAN.
E – The ILM router will respond with the IP address of the WWW server.
F – Router SFX will respond with the MAC address of its Fa0/0 interface.

 

Answer: F

Explanation:

Because the server WWW is on another LAN of host F, host F knows that it has to send its packets to the default gateway. Therefore, for the first time, it will send out an ARP broadcast message asking for the MAC address of router SFX. Router SFX receives this message and replies with the MAC address of Fa0/0 interface. Later, when host F wants to send packets to WWW server, it will include the IP address of WWW server and the MAC address of Fa0/0 interface of SFX router in the “destination IP address” and “destination MAC address” fields, respectively.

Question 2:

The ARP reply has been received by host F, which needs to build the packet. What information will be placed in the header of the packet that leaves host F if host F is to communicate with the WWW server? (Choose two)

A – The destination address will be the IP address of interface Fa0/0 of the ILM router .
B – The destination address will be the IP address of the WWW server.
C – The destination address will be the IP address of interface Fa0/0 of router SFX.
D – The source address will be the IP address of host F.
E – The source address will be the IP address of interface Fa0/0 of router SFX.
F – The destination address will be the IP address of interface Fa0/0 of router SFX.

 

Answer: B D

Explanation:

After receiving ARP reply from SFX router, host F will place these fields in the header of the packets:

Source addresses: the IP address of host F and the MAC address of host F
Destination addresses: the IP address of WWW server and the MAC address of SFX router

Question 3:

The frame has been received by the ILM router and is to be delivered on the local LAN. Which two statements describe the addressing of the Ethernet frame that has been created by the ILM router ? (Choose two)

A – The destination address will the be the MAC address of the switch A port attached to the Fa0/0 interface of the ILM router .
B – The destination address will be the MAC address of the WWW server.
C – The destination address will be the MAC address of the A switch port attached to the WWW server.
D – The source address will be the MAC address of host F.
E – The source address will be the MAC address of interface Fa0/0 of the ILM router.

 

Answer: B E

Question 4:

Host F is displaying two World Wide Web documents from the WWW server in two browser windows at the same time. How did the data find its way to the correct browser windows?

A – The IP source addresses of the packets will be used to direct the data to the correct browser window.
B – The browsers track the data by the URL.
C – TCP port numbers are used to direct the data to the correct application window.
D – The OSI application layer tracks the conversations and directs them to the correct browser.

 

Answer: C

Explanation:

TCP and UDP protocol port numbers are designed to distinguish multiple applications running on a single device from one another. In the TCP and UDP header, there are “Source Port” and “Destination Port” fields which are used to indicate the message sending process and receiving process identities defined. The combination of the IP address and the port number is called “socket”.

Other lab-sims in the ICND 1 Exam:

ICND 1 – Show Configuration Sim

ICND 1 – Implementation SIM

ICND 1 – RIPv2 SIM

ICND 1 – Implementation Sim 2

Frame Relay Sim – Hotspot (on 9tut.com)

Other lab-sims might appear in the real ICND 1 exam, read and understand them if you have enough time!

Comments
  1. steve
    February 10th, 2010

    for question 4, testking says that the OSI Application layer is what keeps the correct info in each web browser.. this page says that it is the port numbers. which is it? i’ve searched on google to try to find an explanation, but haven’t come up with anything. i did see this exact question on my test last friday… i failed by a handful of points and have a retake thursday morning.

  2. Chris
    February 18th, 2010

    Steve … it is the port numbers that keep those sessions in order. So if you have a yahoo.com page open, google.com open, and amazon.com open the TCP ports (socketing) keep the information going to their correct window.

    It is the fact that it is an HTTP window/server that you are trying to open so when DNS resolves that webpage name that you put into the browser window it puts the port number of 80 (being http) onto the end of the IP address so that server knows it is the http portion of the server that you are trying to contact.
    So yahoo.com for instance… its name resolves to 69.147.114.224 … and then for the socketing of the port number would make it 69.147.114.224:80.
    The IP address of your PC has a dynamic port number added onto it from Windows. So it might be something like 192.168.1.5:4560 (or whatever number the OS puts on there) for each window that you have open that dynamic port number will be a different value, so the next window you have open might be 192.168.1.5:4561
    This is how the sessions are kept straight so they go to the proper window. I believe those terms to explain it better would be TCP Sockets or I think also session multiplexing, but I cannot remember exactly.

  3. CNA Training
    January 19th, 2011

    Thanks for some quality points there. I am kind of new to online , so I printed this off to put in my file, any better way to go about keeping track of it then printing?

  4. kathy
    March 3rd, 2011

    yeah nice

  5. Jay
    March 11th, 2011

    9tut, I had a question in the test I took two days ago, what would the switch do if the both the source and destination mac addresses are not in the mac-table ?
    please advise.

  6. Ciaran
    March 13th, 2011

    @ Jay
    If the source address is not in the mac (or cam) table, the switch adds it to the table along with the interface on with the packet was received on. If the destination address is also not in the table, the switch will flood the packet out all interfaces except the interface on which that packet was received.

  7. Anonymous
    March 14th, 2011

    @Ciaran
    Your are corret. But the question is listed like this:
    The mac table has three mac addresses. for example (A,B,C)
    then the question asks what would the switch do if it recieves:
    mac address D as a source and
    mac address F as a destination
    (you have to pick two answers out of five)

  8. Jay
    March 14th, 2011

    @Ciaran
    Your are corret. But the question is listed like this:
    The mac table has three mac addresses. for example (A,B,C)
    then the question asks what would the switch do if it recieves:
    mac address D as a source and
    mac address F as a destination
    (you have to pick two answers out of five)

  9. cheap_diflucan
    March 21st, 2011

    Hello!
    http://cheap-diflucan.org/ ,cheap diflucan,

  10. naga
    March 23rd, 2011

    @Jay

    You mean..
    MAC table hads entry for A,B,C.
    In coming packet source was D and distination was F?
    In that case like Ciaran said
    1/ router will flood message to all port except packet source ( which is D situated)
    2/ router will update packet source MAC address D to it’s MAC table.

  11. Anonymous
    March 30th, 2011

    Hello!
    ,,

  12. Anonymous
    April 4th, 2011

    Hello!
    ,, ,, ,, ,, ,,

  13. cheap
    April 12th, 2011

    Hello!
    http://cheap-nexium.org/ ,nexium cheap nexium,

  14. Pharme809
    April 13th, 2011

    Hello! beekaed interesting beekaed site!

  15. Pharme930
    April 13th, 2011

    Very nice site!

  16. plavix
    April 18th, 2011

    Hello!
    http://plavix-discount.com/ ,plavix,

  17. cheap_plavix
    April 18th, 2011

    Hello!
    http://plavix-discount.com/ ,cheap plavix,

  18. discount_plavix
    April 18th, 2011

    Hello!
    http://plavix-discount.com/ ,discount plavix,

  19. spyder
    May 1st, 2011

    The answer to what steve posted on February 10th, 2010:

    it’s a trick answer. The Transport layer of the OSI model is responsible for source & destination port assignments, not the Application layer.

  20. Pharmc0
    May 6th, 2011

    Hello! eeeaead interesting eeeaead site!

  21. Pharme371
    May 6th, 2011

    Very nice site!

  22. BWQJEYV
    July 10th, 2011

    FyJUWwgU

  23. WKC
    August 20th, 2011

    Passed ICND1 today with 962…..I didn’t get this ARP testlet on my exam.

    Studied with:
    Odom ICND1 Book
    Todd Lamle CCNA book
    Chris Bryant (thebryantadvantage.com)

  24. NerroAzurro
    August 26th, 2011

    I didn’t get this questions but there were a lot of questions about the frames that it would be when a PC sends or ping another PC.
    Destination MAC address and Source MAC address.

  25. NerroAzurro
    August 26th, 2011

    I remember that one question was that what will be the MAC address inside a frame in a ARP when a PC is powered on by first time and it pings another PC. The answer is ff.ff.ff.ff.ff.ff

  26. BIGD
    September 1st, 2011

    The above topology is understandable but I have just one question. In question 1, since Host F is trying to reach the Server, and obviously since it’s on a different Lan, when it wants to send a packet to the Server how would it have it’s IP address? It first get’s it’s Mac address from the SFX Router Gateway, I understand that, but how did it get the IP address of the Server? Or does Router SFX always have it??

  27. xallax
    September 1st, 2011

    @bigd
    there are 2 ways: you either know the IP from the start or you know the name of the site and you use a DNS server to translate the name to an IP.

    short answer: host F knew the IP of the server from the beginning

  28. BIGD
    September 1st, 2011

    @Xallax, Thank you.

  29. xallax
    September 1st, 2011

    always a pleasure

  30. BIGD
    September 1st, 2011

    @Xallax, taking the exam next week.

  31. xallax
    September 1st, 2011

    @bigd
    have you gone through testout’s training? watched the cbt nuggets series for ICND1? read todd lammle’s book? read all the tutorials on 9tut.net?

  32. BIGD
    September 1st, 2011

    @ Xallax, Didn’t read Lammle’s book, but I read Cisco Press, I did watch CBT Nuggets and went through this site on a daily basis, as you know. Am I missing something, tutorials?? I read the Q&A’s , if there is something else please let me know. Thanks

  33. BIGD
    September 1st, 2011

    @ Xallax, Testout??

  34. xallax
    September 1st, 2011

    create a gmail/yahoo email and post it here, i’ll send you at that address the info for testout

  35. BIGD
    September 1st, 2011

    @Xallax, didn’t I give that to you last time? If you can not find I will send it to you again. I don’t like to post on this or any other site if I can avoid it.

  36. xallax
    September 1st, 2011

    that’s why i’ve said to make a new one adkfgslkdhf679823@gmail.com <- perfect!

  37. BIGD
    September 1st, 2011

    Look @ ICND experience back to Aug 18.

  38. Tuporbxf
    September 11th, 2011

    I’d like to cancel a cheque

  39. Bruno
    September 24th, 2011

    Question 2.
    I think we need to correct the solution part to ……..
    Source addresses: the IP address of host F and the MAC address of host F
    Destination addresses: the IP address of WWW server and the MAC address of SFX server

    It should be SFX Router and not SFX server. Really important to know.

  40. 9tut
    September 25th, 2011

    @Bruno: Yes, thanks for your detection. I updated it!

  41. Mdu
    September 27th, 2011

    @xallax and @BIGD ,place mail to vandiepoort@gmail.com the testout taining

  42. necr0sys
    September 30th, 2011

    Is there any source that explains exactly what happens to a packet at different intervals, the header change etc. For example when it hits a switch or router, does the header change and it if does, why? Little bit out of my depth with this section. Thanks

  43. y posso
    October 7th, 2011

    hello!please anyone can send me the new dump? my email is (posso6@yahoo.com)

  44. kartick
    October 22nd, 2011

    hello sir,
    i want take ccna exam so pls tell me sugestions

  45. \tssurp
    November 6th, 2011

    Hello Everyone ! Can anyone please send me the new dump thanks a lot (tssurp@hotmail.com)

  46. IrishDave
    November 15th, 2011

    Has anyone sat the exam recently? was there many (if any) questions on IPv6?

  47. hikerdude
    November 22nd, 2011

    necr0sys:

    Always remember that a frame changes at each hop, but the packet (i.e. source and destination IP address) is never changed or manipulated in any way until it reaches the destination device. MAC addresses are always local. A MAC address will only be used on a local LAN. It will never pass a router’s interface.

    For a host to send packets to individual hosts on a local network as well as transmit packets between routers, the Data Link layer uses hardware addressing (MAC addresses). Each time a packet is sent between routers, it’s framed with control information at the Data Link layer (source and destination MAC address), but that information is stripped off at the receiving router and only the original packet is left completely intact. This framing of the packet continues for each hop until the packet is finally delivered to the correct receiving host. It’s really important to understand that the packet itself is never altered along the route; it’s only encapsulated with the type of control information required for it to be properly passed on to the different media types.

    The last paragraph came from Lammle’s CCNA Study Guide (6th ed).

  48. hikerdude
    November 22nd, 2011

    There “shouldn’t” be any questions on IPv6 since that isn’t in the list of topics for ICND1 (it is for ICND2).

  49. xallax
    November 22nd, 2011

    @hikerdude
    yes, they are for ICND2, but you should read about IPv6 at least once. knowledge is power

  50. Spirit
    December 26th, 2011

    I am not sure that the answer in Question 4 is correct!?!?

    ——
    Host F is displaying two World Wide Web documents from the WWW server in two browser windows at the same time. How did the data find its way to the correct browser windows?

    “C – TCP port numbers are used to direct the data to the correct application window.”
    ——

    In fact HTTP communication is all made on TCP port 80. Which means that it is the SESSION layer that handles this type of communication, which leads that either there is a missing answer here or otherwise the answer here is “B – The browsers track the data by the URL.”

  51. xallax
    December 26th, 2011

    @spirit
    nope
    the traffic from the host originated on port 12345 and went to port 80 on the web server
    then a new browser window was opened and pointed to the web server. the packages had a source port number of 32145 and went on port 80.

    you are correct when you say that the communication is done on port 80. the DESTINATION is port 80.
    the SOURCE is a number chosen by the host operating system in the range of 1024 ~ 65535 (if i recall right).

    happy holidays

  52. @xallax
    January 10th, 2012

    Oh yes yes… thank you for reminding me that :)
    I forgot that every time a new session is made that chooses a different source port number > 1024.

    SPECIAL THANKS to 9TUT.COM which made it possible for me to pass the ICND1 exam. I am now moving to ICND2.

  53. Dofhtmey
    January 25th, 2012

    Accountant supermarket manager

  54. Tvqfuanl
    January 25th, 2012

    I’ll send you a text

  55. chas
    January 26th, 2012

    Passed ICND1 today. Did not get this on the exam.

  1. No trackbacks yet.
Add a Comment