|
|
|
|
|
by fulafel
4828 days ago
|
|
If a website sees the HTTP connection terminating at some other IP address than the machine your browser is running on, it's some kind of middlebox (proxy, NAT box etc) and not a router. The central concept of the packet-switched internet is that network nodes forwarding the packets (called routers) are just dumb packet forwarders and invisible to the communicating parties. It's called end-to-end transparency and it's what has enabled new Internet apps to be deployed without requiring support from the network. Like the web, or voip, or bittorrent. http://tools.ietf.org/html/rfc1812#section-5.2.1.1 specifies what routers do when forwarding IPv4 packets. |
|