Diagnose Network by TTL Value

Discussion in 'Capsa Network Analyzer' started by Colasoft, Dec 12, 2007.

Thread Status:
Not open for further replies.
  1. Colasoft

    Colasoft Colasoft Support

    Joined:
    Dec 6, 2007
    Posts:
    97
    Location:
    Colasoft Co., Ltd.
    TTL Introduction

    TTL (Time To Live) is an important parameter in IP packet header. From TTL value, we can judge the current status of the IP layer.

    TTL tells the router whether the packet should be dropped because it stays in the network for too long. TTL is initially designed to define a time scope beyond which the packet will be dropped. As TTL value will be deducted by at least 1 by the router when the packet passes through, TTL often indicates the number of the routers which the packet passed through before it was dropped. When TTL becomes zero, the router will drop the packet and send an ICMP message to the sender of the packet.

    Various causes will lead to packets transmission failure to the destination in a specific time period. For instance, wrong routing table configuration may cause packet endless loop. The solution is to drop the packet after a period of time and then send a message to the sender and let it decide whether to retransmit the packet. When this happens, the packet will be retransmitted at the router which is wrongly configured in the routing table. TTL value will be deducted by 1 upon each retransmission until TTL becomes zero when the packet is dropped by the router, which causes transmission error in the network.

    Default TTL value varies depending on the difference of the operating system and transmission protocol. Here I listed the default TTL values in TCP and UDP under common operating systems in table 1:
    default_ttl.gif
    (Table 1 Default TTL Value under Different Operating Systems)

    View TTL value of packets and analyze transmission error
    When transmission error occurs in the network, we can view the TTL value of packets with a network analyzer and determine whether the error is resulted from wrong routing configuration or other possible reasons in combination of the above table.

    Here I use Colasoft Capsa to view TTL of a packet.
    view_ttl_with_colasoft_capsa.gif
    (Figure 1 View TTL Value with Colasoft Capsa)

    As we can see from figure 1, TTL is 249. With the list TTL value above, we can determine the packets passed through (255-249=) 6 routers from source IP to destination IP, and the transmission is normal.

    Note:

    1. To determine how many routers a packet passed, you can deduct the TTL value of the packet you captured from the default TTL value of the source device.

    2. If you don’t know the default TTL value of the source device, you can use the default TTL value which is lager than and most close to the TTL value of the packet;

    3. The peak TTL value is 255 as TTL field size is 1 byte.

    Conclusion

    If TTL value of the captured packets is too small, it indicate there may be a transmission error in the network. By checking the TTL value we can find out whether the network is normal or not.
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.