1

Let's say Bob is on network A and he decided to use a VPN service. Unfortunately he is using a poor VPN service which keeps turning on and off. But the Active downloads of packets are still ongoing because of the active home network A.

For example, a streaming youtube video is not effected by this switching of networks. So is there anywhere this trail is logged? If it's logged, who can trace it? Who has rights to trace it?

schroeder
  • 123,438
  • 55
  • 284
  • 319

1 Answers1

1

You are traceable. You used the correct idea when you described it as "switching networks". As you are streaming, your computer continually reaches out to the server to get the next bits. Your computer does not care what network it is on, it is just reaching out to the server, and the network and all the hops between you and the server are responsible for getting the traffic there.

So, if you start off using a VPN, then the packets travel over the VPN network. If that network goes down, then the network adjusts to keep the stream going on the new non-VPN network. This stream is unprotected in any way.

All streams are logged. The VPN provider logs the streams going through it, and the ISP logs the streams going through it. The server also logs the connections made, so it will see that the stream keeps switching networks.

schroeder
  • 123,438
  • 55
  • 284
  • 319