Ping Triangulation: Is It Possible?

In summary, the conversation discusses the possibility of physically locating a computer using ping times and a network of known physical locations. However, there are many factors that affect ping times and the Internet is not deterministic, making it nearly impossible to accurately pinpoint a computer's location using this method. While it may be possible to achieve some accuracy with a large network of several hundred computers, it is still not as accurate as other methods such as looking at traceroutes. Ultimately, the idea of "ping triangulation" is not feasible due to the complexities of the Internet.
  • #1
Eternius
3
0
Is it possible to, with any accuracy, physically locate a computer given a network of computers whose physical location is already known?

The idea is that the target machine is pinged by a network of machines the physical location you already know, and based on ping times, you triangulate the target machine. Of course the trouble is that ping times vary depending on several factors, and distance is not guaranteed to even be the most affecting one. I guess it's a question for math-capable people; is it possible to achieve decent accuracy, and how large a known network would be required for that?

I know that the bittorrent client Azureus runs a vivaldi graph that's supposed to operate in a similar manner, only it's completely arbitrary with no known points so the 'map' constantly changes in shape.
 
Computer science news on Phys.org
  • #2
The problem would be that the wires the internet are carried over are not straight between individual computers. Also, pings would be faster over fiber optic cabling than standard wires, and would change depending on network load... My guess is that you might be able to get an averaged value over many different computers (not just three, maybe one hundred or something) to get an approximate location, but it wouldn't be much more accurate than the "IP location."
 
  • #3
The actual speed of signals moving through both wires and fiber optic cables is essentially the speed of light. If you could measure only the time that the signal spends on the wires, you could indeed perform "ping triangulation."

Of course, you'd also need computers which are capable of nanosecond timing, which would be difficult, if not impossible to obtain. (Even the delays inside your computer -- from the physical link, through the network card's processor, up through the PCI bus, through the north bridge to the CPU -- are pretty much non-deterministic, and certainly not reliable down to the nanosecond.)

The problem is that the Internet is a nothing more than a bunch of nodes connected together with cables (or fibers). The nodes, called routers, are not deterministic. Packets come into routers on one cable, and are stored momentarily in the router's memory. Some kind of scheduling algorithm -- which might have priorities, sequencing, or adaptive traffic shaping built into it -- chooses packets out of memory and sends them on their way on another cable. There's no guarantee at all how long a router will store your particular packet, nor even a guarantee that the router will store every packet from you the same amount of time.

There's not even any guarantee that each of your triangulation packets will even go the same way through the network each time you send them. Demand varies across parts of the network all the time, and routers attempt to send packets in directions that get them to their destination most quickly. That route might be different at noon in NY than at 2 am in LA.

There are so many variables involved that the propagation of packets through the network has a nearly random distribution, with essentially no recognizable geographical information. It's a neat idea, but it's just not possible because of the way the Internet is constructed.

- Warren
 
  • #4
However with all those factors, there's a very clear trend of computers in other countries having considerably higher pings than those in your own. As you said, many things happen to a packet and a majority of the ping time is not from the physical distance travelled, but from the time it spent being processed by routers and repeaters and signal converters and whatnot. This time however, will statistically increase with distance assuming the network is built using consistent technology (ie we don't have one long path covered by fiber optics and another covered by a long cable line with signal repeaters every 10km).

After some very rough calculations, it looks like a network of several hundred computers could be used to pinpoint the target location to within a large city area, but we already can do that by looking at the traceroute and finding their provider. I guess this may be more meaningful as the internet makes it's way to space :)
 
  • #5
Since the ISP's location is known, the hop from the ISP to the user is where you could gain additional information if there's any to gain. But that's a one-dimensional piece of information that you're trying to use to pinpoint someone on a two-dimensional map.
 
  • #6
0rthodontist makes a good point... most computers are only connected to the network through a single link, so the last hop will always be the same, regardless of the location of the originating computer. "Ping triangulation" won't work at all in such cases.

- Warren
 

1. Is ping triangulation a real method used for tracking a location?

Yes, ping triangulation is a real method used for tracking a location. It is commonly used by emergency services to locate a person's position based on their cell phone's ping signals.

2. How does ping triangulation work?

Ping triangulation works by measuring the time it takes for a ping signal to travel from a cell phone to multiple cell towers. By comparing the time differences, the location of the cell phone can be determined using triangulation techniques.

3. Is ping triangulation accurate?

The accuracy of ping triangulation depends on various factors such as the number of cell towers in the area, the strength of the ping signal, and any obstacles that may affect the signal. In general, it can provide an estimated location within a few hundred meters.

4. Are there any limitations to ping triangulation?

Yes, there are limitations to ping triangulation. It cannot provide an exact location and is less accurate in rural or remote areas with fewer cell towers. It also cannot track a device that is turned off or has no signal.

5. Can ping triangulation be used to track any device with a signal?

No, ping triangulation can only be used to track devices that emit a ping signal, such as cell phones. Other devices such as laptops or tablets may not have this capability and therefore cannot be tracked using this method.

Similar threads

  • Programming and Computer Science
Replies
29
Views
3K
Replies
10
Views
2K
Replies
9
Views
1K
  • Quantum Physics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
1K
  • Computing and Technology
Replies
2
Views
5K
Replies
1
Views
789
  • Beyond the Standard Models
2
Replies
39
Views
8K
  • Programming and Computer Science
Replies
4
Views
4K
Back
Top