# Create a pair of connected virtual adapters sudo ip link add veth0 type veth peer name veth1
Technical Report: Virtual Network Adapters A (also known as a virtual NIC or vNIC) is a software-defined component that emulates the functionality of a physical network interface card. It allows virtual machines (VMs) or applications to connect to a network as if they had their own physical hardware. 1. Overview and Core Functionality