Answered What is the MTU size of loopback?

  • Wednesday, January 30, 2013 3:51 PM
     
     

    What is the MTU size of loopback?  What does the 4294967295 mean and how is that used?

    We all have seen this:

    C:\Users\me>netsh interface ipv4 show interfaces
    Idx         Met               MTU          State                Name
    ---   ----------         ----------  ------------      ---------------------------
      1           50  4294967295  connected     Loopback Pseudo-Interface 1
     10          10              1500  connected     Local Area Connection

    I have a Client/Server (APP/DB) running inside the same Server 2008 R2 and it does a LOT of TCP/IP using loopback 127.0.0.1. Jboss to Database.   Network is VERY busy in "Resource Monitor".  I know that inside the box memory is lightning speed and I am sure the TCP/IP stack (subsystem) is doing fine - but I am just curious.  I tried doing some Google research and to my surprise, no one has really asked this.   Is there ANY tuning I can do?  Is there any way to see (using some tool) the packets sizes being used between the APP and the DB processes?   "netstat -an"   looks good too.    Thank you

All Replies