Earlier quoted context omitted.
I thought with tor you still connect to a single gateway and all traffic is sent to that remote endpoint? Or is it done locally?
Tor, originally from "The Onion Router", works by routing your traffic through multiple Tor nodes. Like an onion, each node only peels off one layer and passes the packet on to whoever is addressed on that layer. Each node only knows the details about the next node. Eventually, the packet will hit an "Exit-Node", at which point it will be routed via the internet through the endpoint, but it's not a single route. And…
Also, by default, Tor changes circuits at 10-minute intervals.