0

Using the loopback address 127.0.0.1 will bypass the NIC. If the local machine has some other ip address assigned to it, will traffic from that machine to the same machine using said ip address hit the nic? if it does, what performance impact does that have, if any?

Joe Hanink
  • 4,767
  • 4
  • 19
  • 21

1 Answers1

0

No, it won't touch the NIC. Performance impact will be negligible.

Unless you are running a really dumb os, of course.

Ben
  • 34,935
  • 6
  • 74
  • 113