Skip to main content

Host A pings interface S0/0 on router 3. What is the TTL value for that ping?

Refer to the exhibit.

image

Host A pings interface S0/0 on router 3. What is the TTL value for that ping?

A. 252
B. 253
C. 254
D. 255


Answer : B


Explanation:

The TTL or Time-To-Live gives you an indication of the number of routers between the source and destination. The TTL is used to prevent an IP packet from looping inside an IP network and causing a network meltdown. The initial TTL packet value for an IP packet is 255 and then it is decremented by 1 each time it encounters a router. When this value reaches 0, the packet is discarded by a router. The TTL value is contained in each IP packet including ICMP packets. The TTL value given by the ping command is in fact the TTL value of an echo_response packet. By default, Windows will decrease the TTL by 128 and Ubuntu Linux by 192.

ping253topo

The above the exact topology of this questions. I used 10.0.0.1 for Host A’s IP address and 12.0.0.2 for R3 S0/0’s IP address. All router has been configured with EIGRP routing protocol. And following is the output of ping 12.0.0.2.

ping253

Now the TTL value is 253.

Comments

  1. good explanation,

    ReplyDelete
  2. Very nice explanation. We need all the questions which are asked in CCNA or CCNP exam questions with explanation. This will be most appreciate.we Hope for this. Thanks Ram

    ReplyDelete
  3. If you want to prepare for CCNA 100-105 question answers, I would recommend the following, you can try its demo for free to check the quality of the product.

    Watching video and sharing,
    Cisco 100-105 Dumps - 100-105 Question Answer - Dumps4download

    ReplyDelete
  4. Among many of the 100-105 dumps and 100-105 question answers providers, Pass4surekey is the foremost and valid 100-105 braindumps provider which presents excellent quality 100-105 questions answers for Cisco certification candidates. Our 100-105 dumps are consist of professionally planned and verified 100-105 questions answers. All 100-105 exam questions are latest and verified by IT experts.Our 100-105 PDF will further enhance your exam preparation and bless you with brilliant success.

    ReplyDelete
  5. In the end this is a very simple system, thank you a lot for explanation. The initial TTL packet value for an IP packet is 255 and then it is decremented by 1 each time it encounters a router. When this value reaches 0, the packet is discarded by a router. The TTL value is contained in each IP packet including ICMP packets. And what is about one hour translation review ? Does the algorithm vary?

    ReplyDelete
  6. It was possible for me only with the help of real 100-105 exam dumps material that I successfully passed my final IT exam. Experts with strong prowess have developed this material at the platform of DumpsSure.com. I am thankful to the whole team for their useful gift like Cisco 100-105 study guide to the IT students.

    ReplyDelete

Post a Comment

Popular posts from this blog

Cisco Packet Tracer Multi User Connection

Multiuser communication allows multiple point-to-point (peer) connections between multiple instances of Packet Tracer. By allowing communication between Packet Tracer instances, a new door has been opened to a fun, interactive, social, collaborative, and competitive learning environment. Instructors will now be able to create a variety of activities for students to learn in groups that will facilitate greater social interaction between students. Students will benefit from this environment by working together to solve problems and share ideas. Both students and teachers should take full advantage that Multiuser will offer in their learning environment. Technical Information Communicates between instances using PTMP. PTMP is TCP based. By default, uses TCP port 38000, is customizable, and each new instances on the same PC will use the next available port. On by default. UPnP will attempt to establish port forwarding to facilitate home networks. All network co...

Access Control List (ACL) Simlet

An administrator is trying to ping and telnet from Switch to Router with the results shown below: For this question we only need to use the show running-config command to answer all the questions below: Router>enable Router#show running-config   Question 1 Which will fix the issue and allow ONLY ping to work while keeping telnet disabled? A. Correctly assign an IP address to interface fa0/1 B. Change the ip access-group command on fa0/0 from “in” to “out” C. Remove access-group 106 in from interface fa0/0 and add access-group 115 in. D. Remove access-group 102 out from interface s0/0/0 and add access-group 114 in E. Remove access-group 106 in from interface fa0/0 and add access-group 104 in Answer : E Explanation: The question was not about FTP so skip line #1 and line #2. The line #3 denies telnet traffic and line #4 permits icmp-echo traffic. L...