ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VMware Network Adapter Types

By Vladan SEGET | Last Updated: September 25, 2017

Shares

VMware virtual machines (VM) can be configured with different network adapter types. Depending on the system you're running, its version, those adapter types may vary. In this post, I'll try to explain which type adapter exists.

There are some exotic and older virtual network adapters, such as Vlance, or Flexible, but most of the time everyone's using VMXNET 3 or E1000e. We'll list the differences and details too.

Having the right adapter for the application running within the guest OS you can optimize the performance and perhaps achieve a lower latency.

It's pretty straightforward to pick the right adapter for most common guest OS, but when dealing with some older OS, older legacy OS and VMs, it's good to know the options. Let's get started.

VMware Network Adapter Types

SR-IOV passthrough – let's start with this one. As you can see on the image below, there is an option for this adapter (screenshot from the lab).  This kind of adapter is usefull for VMs which runs latency-sensitive applications.

This adapter is basically able to send and receive data via the physical adapter without using VMkernel as an intermediary. SR-IOV passthrough was introduced in vSphere 5.5. Small gotcha, when using SR-IOV there is no vMotion of FT usage possible.

E1000 – Emulated version of the Intel 82545EM Gigabit Ethernet Network Interface Card (NIC). There is a guest OS support for those NICs, so when installing VMware tools isn't an option, then this adapter will still assure a network connectivity. Systems such as Windows XP and later and Linux versions 2.4.19 and later can use this adapter natively.

E1000e – This is emulated version of the Intel 82574 Gigabit Ethernet NIC. E1000E is the default adapter for Windows 8 and Windows Server 2012. But installing VMware tools in those systems changes this adapter type and installs VMXNET3.

VMXNET – you must install VM tools in order to use this network adapter type in your environment. It's an older version.

VMXNET2 – It's an enhanced version of VMXNET, and allows high-performance, has support for jumbo frames and hardware offloads. Still older card though.

VMXNET3 – latest, also called paravirtualized NIC which is the most performant and most advanced virtual NIC. Has everything you can find in VMXNET2 and provides multi-queue support (Receive Side Scaling in Windows), IPv6 offloads, and MSI/MSI-X interrupt delivery.

View of HTML5 Web Client on vSphere 6.5 U1 …

PVRDMA – This nic supports remote direct memory access (RDMA) between VMs through Open Fabric Enterprise Distribution (OFED) verbs API which is basically a specific fabric developed for high-speed technologies.

quote from Wikipedia:

OpenFabrics Alliance is a non-profit organization that promotes remote direct memory access (RDMA) switched fabric technologies for server and storage connectivity. These high-speed data-transport technologies are used in high-performance computing facilities, in research and various industries.

Flexible – shows as Vlance adapter when VM boots, but then shows within the VM as Vlance or VMXNET. It depends which driver is initialized. If you have VMware tools installed, then VMXNET shows up. VMXNET is more performant than Vlance.

Vlance – for legacy 32bit systems. An emulated version of the AMD 79C970 PCnet32 LANCE NIC, an older 10 Mbps NIC with native drivers within an OS.

If you're looking for a compatibility, you might want to check VMware Compatibility guide.

Wrap Up:

Virtual network adapters or network interface cards (vNICS) assure connectivity of your VMs with external world. When creating new VM, it's important to choose the right OS from the list as VMware picks the right adapter type. If you have specific OS or running specific (ex. Low-latency) application you might need other, then the default vNIC. Otherwise, you can just stick with the default.

Sometimes you're using some old, also called “legacy” VMs. The default network adapter types for all legacy virtual machines depending on the adapters available and compatible with the guest operating system and the version of virtual hardware on which the virtual machine was created. This post has simply took the recap of all available adapters one can use.

For test/dev and VMware Workstation product, this is not really applicable as VMware Workstation does not expose the network type within the GUI. But it does not mean that you cannot change it. You can look in your VMs .vmx file. There may be a line like this:

ethernet0.virtualDev = “vmxnet”

If not, you can add it. The latest is vmxnet3. But you should have a driver for it installed in your guest OS before changing this. In the guest, you can look at the PCI device list to see which one is being used. If the line is not there, I think the default vNIC is e1000. The default type is set when you create the VM, but it can be changed by editing the config file.

More from ESX Virtualization:

  • What is VMware vMotion?
  • What is VMware Orchestrated Restart?
  • What is VMware DRS (Distributed Resource Scheduler)?
  • How To Install VMware Mirage Management Server

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
5/5 - (1 vote)

| Filed Under: Server Virtualization Tagged With: VMware Network Adapter Types

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in