1

I am trying to do communication between two VMs hosted on one server. I want to know what is the maximum bandwidth capacity of virtual nics ? I am using virtual machine manager.

2
  • 1
    It would usually only be limited by available resources (CPU, memory, buses).
    – Daniel B
    Commented Jul 21, 2017 at 10:37
  • 1
    This could be limited by the kind of NIC that is being simulated.
    – Seth
    Commented Jul 21, 2017 at 10:38

1 Answer 1

0

The maximum bandwidth between two VMs on the same host is only limited by the hardware, especially CPU if nothing is being written to the disk with that network traffic. It does not matter if the NIC in e.g. a virtualized Windows XP only shows 10MBit/s - it will go far beyond that. There is no "hard" limit for the network speed between VMs, except if you configure one.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .