Home > CCNA – TCP/IP Model & Operation

CCNA – TCP/IP Model & Operation

October 18th, 2011 Go to comments

Here you will find answers to TCP/IP Model & Operation Questions

Question 1

An inbound access list has been configured on a serial interface to deny packet entry for TCP and UDP ports 21, 23 and 25. What types of packets will be permitted by this ACL? (Choose three)

A. FTP
B. Telnet
C. SMTP
D. DNS
E. HTTP
F. POP3

 

Answer: D E F

Explanation

The access list denies packet entry for TCP & UDP -> all the services on ports 21, 23 and 25 are disabled. Services on these ports are FTP (port 21), Telnet (port 23), SMTP (port 25). Other services are allowed so D E F are the correct answers.

Question 2

What are two characteristics of Telnet? (Choose two)

A. It sends data in clear text format.
B. It is no longer supported on Cisco network devices.
C. It is more secure than SSH.
D. It requires an enterprise license in order to be implemented.
E. It requires that the destination device be configured to support Telnet connections.

 

Answer: A E

Explanation

Telnet, part of the TCP/IP protocol suite, is a virtual terminal protocol that allows you to make connections to remote devices, gather information, and run programs. Telnet is considered insecure because it transfers all data in clear text -> A is correct.

The destination device needs to support Telnet connection. For example, if a device doesn’t support TCP/IP protocol suit then maybe we can’t telnet to it.

Question 3

An administrator issues the command ping 127.0.0.1 from the command line prompt on a PC. If a reply is received, what does this confirm?

A. The PC has connectivity with a local host.
B. The PC has connectivity with a Layer 3 device.
C. The PC has a default gateway correctly configured
D. The PC has connectivity up to Layer 5 of the OSI model
E. The PC has the TCP/IP protocol stack correctly installed.

 

Answer: E

Explanation

The address 127.0.0.1 is called loopback address. When we ping 127.0.0.1, in fact we are testing if the TCP/IP protocol suite is installed on our device.

Note: The address 127.0.0.1 does not have anything related with the NIC card. We still ping 127.0.0.1 even if we don’t have the NIC card.

Question 4

Where does routing occur within the DoD TCP/IP reference model?

A. application
B. internet
C. network
D. transport

 

Answer: B

Explanation

The picture below shows the comparison between TCP/IP model & OSI model. Notice that the Internet Layer of TCP/IP is equivalent to the Network Layer which is responsible for routing decision.

OSI_TCP_IP_Comparison.jpg

Question 5

A host is attempting to send data to another host on a different network. What is the first action that the sending host will take?

A. Drop the data.
B. Send the data frames to the default gateway.
C. Create an ARP request to get a MAC address for the receiving host.
D. Send a TCP SYN and wait for the SYN ACK with the IP address of the receiving host.

 

Answer: B

Explanation

Before sending data, the sending host checks if the destination host is inside or outside the local network. If it is outside the local network, the data will be sent to the default gateway.

Question 6

A TCP/IP Transfer is diagrammed in the exhibit.
A window size of three has been negotiated for this transfer. Which message will be returned from the receiver to the sender as part of this TCP/IP transfer?

TCP_IP_Send_ACK.jpg

A. Send ACK 1-3
B. Send ACK 3
C. Send ACK 4
D. Send ACK 4-6
E. Send ACK 6
F. Send ACK 7

 

Answer: C

Explanation

In response, the receiver replies with an ACK. The acknowledgment number is set to one more than the received sequence number. The ACK means “I have got all messages up to sequence number n-1 so please send me the message for sequence number n”.

Question 7

What is the purpose using the traceroute command?

A. to map all the devices on a network.
B. to display the current TCP/IP configuration values.
C. to see how a device MAC address is mapped to its IP address.
D. to see the path a packet will take when traveling to a specified destination.
E. to display the MTU values for each router in a specified network path from source to a destination.

 

 

Answer: D

Question 8

A network admin wants to know every hop the packets take when he accesses cisco.com. Which command is the most appropriate to use?

A. path cisco.com
B. debugcisco.com
C. trace cisco.com
D. traceroute cisco.com

 

Answer: D

Question 9

Refer to the exhibit. Host A pings Host B. What source MAC address and source IP address are contained in the frame as the frame leaves R2 destined for host B?

send_packets_source_MAC_IP.jpg

A. abcd.abcd.a001
B. abcd.abcd.b002
C. abcd.abcd.c003
D. 10.2.0.15
E. 10.0.64.1
F. 10.0.128.15

 

Answer: B D

Explanation

When packets are sent from Host A to Host B, the source and destination IP addresses are never changed and they are the IP addresses of Host A & Host B. Only the MAC addresses will be changed to reflect the device of the current network. In this case, when the frame leaves R2 destined for host B. It will have:

+ Source IP: IP of Host A - 10.2.0.15 (never changed)
+ Destination IP: IP of Host B – 10.0.128.15 (never changed)
+ Source MAC: MAC of Fa0/0 of R2 – abcd.abcd.b002
+ Destination MAC: MAC of Host B – abcd.abcd.d004

Question 10

Host 1 is trying to communicate with Host 2. The e0 interface on Router C is down. Which of the following are true? (Choose two)

ICMP_Destination_Unreachable.jpg

A. Router C will use ICMP to inform Host 1 that Host 2 cannot be reached.
B. Router C will use ICMP to inform Router B that Host 2 cannot be reached.
C. Router C will use ICMP to inform Host 1, Router A, and Router B that Host 2 cannot be reached.
D. Router C will send a Destination Unreachable message type.
E. Router C will send a Router Selection message type.
F. Router C will send a Source Quench message type.

 

Answer: A D

Explanation

The last known good router will try to inform you that the destination cannot be reached (with a Destination Unreachable message type) so from that information you can learn how far your packets can travel to and where the problem is.

Question 11

Refer to the exhibit. The switch in the graphic has a default configuration and the MAC table is fully populated. In addition, this network is operating properly. The graphic represents selected header information in a frame leaving host A. What can be concluded from this information?

frame_header_information.jpg

A. The MAC address of host A is FFFF.FFFF.FFFF.
B. The router will forward the packet in this frame to the Internet.
C. The switch will only forward this frame to the attached router interface.
D. All devices in this LAN except host A will pass the packet to Layer 3.

 

Answer: D

Explanation

This frame is leaving host A so host A is the source of this frame. In this frame, the MAC destination is FFFF.FFFF.FFFF which is a broadcast address so Sw1 will flood this frame out all its ports except the port it received the frame -> Hosts B, C, D and the interface connected to Sw1 on R1 will receive this frame. When receiving this frame, they will pass the packet to Layer 3 (because they consider broadcast address “everyone, including me”). At Layer 3, the Destination IP will be checked and only the host (or the interface on the router) with correct IP will respond to Host A while others keep silence -> D is correct.

Just for your information, maybe you can ask “this is a broadcast message so why router R1 doesn’t drop it?”. Suppose this is an ARP Request message. In fact, R1 drops that packet but it also learns that it is an ARP Request so R1 looks up its routing table to find a route to that destination. If it can find one, it will send an ARP Reply back for host A”.

Comments (226) Comments
Comment pages
  1. Herazi
    December 7th, 2012

    Great information from 9TUT. Taking CCNA next week, can someone please send me the latest dumps? Thank you in advance. sabot2000@hotmail.com

  2. Mihir
    December 8th, 2012

    Q no 5 Answer is C

  3. suresh
    December 11th, 2012

    @mihir
    B is correct..ARP is used to resolve the unknown mac address by known ip..here the host send the packet to different network..hence the destination is default gateway..

  4. anon
    December 11th, 2012

    However, the host would use ARP to determine the MAC address of the default gateway if it had not communicated with it recently.

  5. TDy11
    December 13th, 2012

    TY 9tut.

    Today I have passed the CCNA. (860/825)
    50 questions 3 labs (VTP, EIGRP, ACL). 35 from 9tut.

    Also thanks a lot Brar and Sekhar (still valid from examcollection)

    Ty again 9tut

  6. THAN
    December 20th, 2012

    Great information from 9TUT. Taking CCNA next week, can someone please send me the latest dumps?
    Thank you in advance. Appreciate your response.
    (mgthanlwin@gmail.com)

  7. Auzi
    December 20th, 2012

    I would be thankful if someone could send me the latest dumps of CCNA on my email address aussyseq@gmail.com

  8. EVE
    December 21st, 2012

    Can someone please send me the latest dumps…if possible in pdf format?
    Thanks a lot in advance.

    email: evemark198@gmail.com

  9. Nanty
    December 23rd, 2012

    I would be thankful if someone could send me the latest dumps of CCNA on my email address
    nanty90@gmail.com

  10. guest
    December 28th, 2012

    @Mihir: i agree you…. even i suspect that ans for Q5 is C since question doesn’t clarify if source host already has destination MAC information.
    9tut: Please clarify???

  11. guest
    December 28th, 2012

    sorry… please ignore

  12. Question 5
    December 29th, 2012

    A host is attempting to send data to another host on a different network. What is the first action that the sending host will take?

    A. Drop the data. – This is clearly not the case, if a device is trying to communicate to another device, the packet is not dropped.

    B. Send the data frames to the default gateway. – This is correct, the question states the sending device “knows” the destination is on another network. hence, the logical anding of the ip address has already been performed and it knows the packet needs to be sent to the network layer so a router can route this packet by IP.

    C. Create an ARP request to get a MAC address for the receiving host. – This is incorrect, An ARP request is only sent when a host has concluded, by logical anding, the destination is on the same network and can be communicated with via MAC address.

    D. Send a TCP SYN and wait for the SYN ACK with the IP address of the receiving host. – This is incorrect, TCP SYN is sent to start the TCP/IP session. This would lead me to believe the host device has already been located by the sender.

    Apologies if i got any of this wrong, I’m fairly new to networking. I’m VERY confident in all of my explanations for A, B, C. If anyone has come clarification or corrections for my explanation to answer D, please give me some feedback.

  13. Kevin
    December 31st, 2012

    Can someone please send me the lastest dumps to dogydu4u@yahoo.com ?
    Thanks so much in advance!

  14. Anonymous
    January 3rd, 2013

    Hi, I really appreciate if someone could send me the latest ccna dumps 640-802 to my id manoj.shetty100@gmail.com

  15. Aksha-Ind
    January 5th, 2013

    someone plz help me with the latest ccna(640-802) dumps , also let me know if these dumps are paid or free of cost?

  16. Aksha-Ind
    January 5th, 2013

    someone plz help me with the latest ccna(640-802) dumps , also let me know if these dumps are paid or free of cost?—email id: j3tiger@gmail.com

  17. Anonymous
    January 9th, 2013

    Test is next week!
    Can someone plz send me the latest dumps?
    gussie_24@hotmail.com

  18. Marco
    January 11th, 2013

    Can someone plz send me the latest dumps? mgiurni@gmail.com

  19. God
    January 11th, 2013

    I need latest dumps my mail is :johnbamimore@yahoo.com

  20. Corsica86
    January 11th, 2013

    Hi can I please have the latest dumps for free :D Thank you!

  21. Corsica86
    January 11th, 2013

    Sorry, email: zoofy14@gmail.com

  22. Rodrigo Brandao
    January 14th, 2013

    Hey, can someone send me some updated dumps too?? going to do my test on january 25, thx!!

    racbrandao@gmail.com

  23. Ed
    January 23rd, 2013

    The dumps meaning the book itself?

  24. Ed
    January 23rd, 2013

    Good luck to all who taking test. Can some one please let me know what is dumps?

  25. Ed
    January 23rd, 2013

    Can someone email me the dumps to my email trucker_ed8@yahoo.com Thanks. I need anything that’s going to help me pass the test thanks again God bless

  26. Ed
    January 23rd, 2013
  27. nashan
    January 29th, 2013

    pls send me the latest dump to nashan.mohd@gmail.com

  28. tt
    January 30th, 2013

    did any one took the exam recently , did any change on the exam , i want some information
    i will take the exam next month please

  29. hi all
    January 31st, 2013

    @Ed dump means virtual exam.It is simulated similar to exact CCNA exam.

  30. Ankith Nagarle
    January 31st, 2013

    Please send me the latest dump plz . Thank you in advance . ankithnagarle@gmail.com

  31. Rooki3
    January 31st, 2013

    Valid Que :D

    Q:2
    Q:7

  32. dman
    February 1st, 2013

    Question 1:
    I get how the acl denies 21, 23, and 25 TCP and UDP ports but i don’t see why the others would be allowed due to implicit deny in acl’s.

    Wouldn’t it need to state that another rule for permit any after the deny rule but before the implicit deny in order to allow the other ports?

    Should be another option of block all inbound traffic on serial interface.

  33. sampson kyere
    February 3rd, 2013

    is the update question

  34. Tee
    February 9th, 2013

    Taking CCNA this month, can someone please send me updated version on matontracy@yahoo.com

  35. Aman
    February 12th, 2013

    please can someone send the latest dump please i will pay for it here is e-mail gemedi22@yahoo.com

  36. merovetman
    February 12th, 2013

    Dear alll Need help .
    pls need help am now prepare to test exam ccna but am didnt how which version from test king or pass4sure will study so pls need help and if can send the latest version to me to my mail
    merovetman@yahoo.com

  37. Osito
    February 14th, 2013

    1,please send me the latest dumps. robertomiranda123233@hotmail.com

  38. Search
    February 14th, 2013

    Taking CCNA this month, can someone please send me updated version on abdessamad.elaouni@gmail.com

  39. onkor24
    February 15th, 2013

    Take test next week can someone plz send latest dumps

    jjohnson@intelligent.net

  40. Anonymous
    February 18th, 2013

    In this question and found another answer to another site which is answer No.3

    A host is attempting to send data to another host on a different network. What is the first action that the sending host will take?

    A. Drop the data.
    B. Send the data frames to the default gateway.
    C. Create an ARP request to get a MAC address for the receiving host.
    D. Send a TCP SYN and wait for the SYN ACK with the IP address of the receiving host.
    Please send me the correct answer at the following email
    emadahmed_emadahmed@yahoo.com

  41. xallax
    February 18th, 2013

    @anonymous
    answer is B because the destination is on another network

  42. kashif
    February 21st, 2013

    This is for those who need latest dumps. This dumps and 9tut, its enough for you to pass exam. just remember me in your prayers. Best of luck…..
    http://www.examcollection.com/cisco/Cisco.ActualTests.640-802.v2012-07-15.by.Sekhar.697q.vce.file.html

  43. Michael Ebisi
    February 21st, 2013

    to write my own on 1st march, want 2 know if they use to ask any other sim apart from vtp, eigrp and access-list2. michaelskywave.com

  44. Anonymous
    February 26th, 2013

    A host is attempting to send data to another host on a different network. What is the first action that the sending host will take?

    A. Drop the data.
    B. Send the data frames to the default gateway.
    C. Create an ARP request to get a MAC address for the receiving host.
    D. Send a TCP SYN and wait for the SYN ACK with the IP address of the receiving host.

    Please any of these correct answer please reply to e-mail emadahmed_emadahmed@yahoo.com

    A host is attempting to send data to another host on a different network. What is the first action that the sending host will take?

    A. Drop the data.
    B. Send the data frames to the default gateway.
    C. Create an ARP request to get a MAC address for the receiving host.
    D. Send a TCP SYN and wait for the SYN ACK with the IP address of the receiving host.

  45. Lison Selorm
    March 5th, 2013

    can someone pls send me the latest CCNA dumps, am taking my exams next week: selormtagbo@gmail.com

  46. Dinh
    March 5th, 2013

    can someone pls send me the latest CCNA dumps, am taking my exams next week: bvdinh04@gmail.com

  47. med
    March 7th, 2013

    Hi, I really appreciate if someone could send me the latest ccna dumps 640-802 to ferhane.mohamed@gmail.Com

  48. manfred kong
    March 17th, 2013

    Hi,
    Please send me CCNA latest dumps at manfredkong@hotmail.fr
    I’ll past it in April

  49. dilipp
    March 19th, 2013

    for Que 8, remember that ‘trace cisco.com’ is also a valid command, but the question is asked as ‘most appropriate’ command, hence only 4th traceroute cisco.com is the best answer. If the question was asked ‘select valid commands’ then 3, 4 will be the answer.
    Router#trace?
    traceroute
    Router#trace cisco.com —-> will be valid

  50. Wolijam
    March 19th, 2013

    Can someone please email me the latest Dumps to kmyllagm@hotmail.com ?
    Thank you.

Comment pages
Add a Comment