Familieman, nerd, mooi weer fietser, buitenmens en levensgenieter...
Time To Life. Dat is hoe lang het pakketje blijft zwerven op het netwerk.
Russian Blue Neji
Kate Bush
Blue Horizon(a website about Star Trek & Babylon 5)
TTL is idd time to live.
als je een IP pakketje stuurt dan zit er in het header een TTL veld, na elke keer dat het pakketje word doorgestuurd word dit 1 minder. als het TTL op 0 staat word het pakketje gedropped.
dit is om te voorkomen dat een pakketje eeuwig blijft rondzwerven op 't net.
als je een IP pakketje stuurt dan zit er in het header een TTL veld, na elke keer dat het pakketje word doorgestuurd word dit 1 minder. als het TTL op 0 staat word het pakketje gedropped.
dit is om te voorkomen dat een pakketje eeuwig blijft rondzwerven op 't net.
Those who do not understand Unix are condemned to reinvent it, poorly.
en je kan ermee spelen met de parameter '-i <nr>'.
Effect:
Als een TTL expired (te simuleren met -i 1), zie je dit:
Effect:
Dit is dus de ping zoals hij 'normaal' is.F:\>ping www.tweakers.net
Pinging www.tweakers.net [212.189.235.3] with 32 bytes of data:
Reply from 212.189.235.3: bytes=32 time=80ms TTL=242
Reply from 212.189.235.3: bytes=32 time=60ms TTL=242
Reply from 212.189.235.3: bytes=32 time=60ms TTL=242
Reply from 212.189.235.3: bytes=32 time=60ms TTL=242
Als een TTL expired (te simuleren met -i 1), zie je dit:
Waarbij 195.7.137.66 dus mijn gateway is, die hem dropt.F:\>ping -i 1 www.tweakers.net
Pinging www.tweakers.net [212.189.235.3] with 32 bytes of data:
Reply from 195.7.137.66: TTL expired in transit.
Reply from 195.7.137.66: TTL expired in transit.
Reply from 195.7.137.66: TTL expired in transit.
Reply from 195.7.137.66: TTL expired in transit.
Virussen? Scan ze hier!
Anoniem: 8160
http://whatis.techtarget.com/WhatIs_Definition_Page/0,4152,214184,00.html
time-to-live
TTL (time-to-live) is a value in an Internet Protocol (Internet Protocol) packet that tells a network router whether or not the packet has been in the network too long and should be discarded. For a number of reasons, packets may not get delivered to their destination in a reasonable length of time. For example, a combination of incorrect routing tables could cause a packet to loop endlessly. A solution is to discard the packet after a certain time and send a message to the originator, who can decide whether to resend the packet. The initial TTL value is set, usually by a system default, in an 8-binary digit field of the packet header. The original idea of TTL was that it would specify a certain time span in seconds that, when exhausted, would cause the packet to be discarded. Since each router is required to subtract at least one count from the TTL field, the count is usually used to mean the number of router hop the packet is allowed before it must be discarded. Each router that receives a packet subtracts one from the count in the TTL field. When the count reaches zero, the router detecting it discards the packet and sends an Internet Control Message Protocol (Internet Control Message Protocol) message back to the originating host.
The default Windows 95/98 TTL value is 32 hops. Some users recommend changing this to 128 if you have difficulty reaching certain sites.
The Packet Internet or Inter-Network Groper and the traceroute utilities both make use of the TTL value to attempt to reach a given host computer or to trace a route to that host. Traceroute intentionally sends a packet with a low TTL value so that it will be discarded by each successive router in the destination path. The time between sending the packet and receiving back the ICMP message that it was discarded is used to calculate each successive hop travel time.
Using the multicast IP protocol, the TTL value indicates the scope or range that a packet may be forwarded. By convention:
* 0 is restricted to the same host
* 1 is restricted to the same subnet
* 32 is restricted to the same site
* 64 is restricted to the same region
* 128 is restricted to the same continent
* 255 is unrestricted
Bedankt voor de info. Dat ik na bijna 20 jaar op deze forum post terecht kom als ik ttl ping google vind ik wel grappig
Maar om daar het topic nu voor de kicken is ook weer niet echt nodig.
Pagina: 1
Dit topic is gesloten.