networking - in linux, does routing take different path on loopback vs IP assigned to NIC -


i using rhel 6.3 (2.6.x kernel). have tcp based client server applications. noticed when run them on same host, throughput approx same, irrespective whether server binds loopback or local ip assigned nic.

what reason behind it? understanding loopback software based routing, when local ip assigned nic involved, hardware involved in data path. true?

the hardware not involved.

as routing function knows destination address local, packet switched ingress path. incidentally why sniffers can't capture such packets, because hook happens after point of decision.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -