What are Network interface in Linux?

ujjwal bansal
Mar 5, 2023

--

Network interfaces are hardware or virtual components that allow a system to connect to a network. These interfaces can be physical, such as Ethernet or wireless adapters, or virtual, such as loopback interfaces(l0).

Each network interface has a unique name, such as eth0 or wlan0, and is identified by a unique MAC (Media Access Control) address. The MAC address is a unique identifier assigned to each network interface by the manufacturer.

Linux supports many different types of network interfaces, including wired Ethernet, wireless (Wi-Fi), Bluetooth, 3G/4G cellular modems, and virtual interfaces such as the loopback interface (lo). Network interfaces can be configured with IP addresses, netmasks, and other networking parameters to enable communication with other devices on a network.

For more information on linux network interface

  1. https://medium.com/r/?url=https%3A%2F%2Fdevelopers.redhat.com%2Fblog%2F2018%2F10%2F22%2Fintroduction-to-linux-interfaces-for-virtual-networking%23
  2. https://www.baeldung.com/linux/network-interface-configure

--

--

ujjwal bansal

Propagating a life-changing perspective to everyone is my motive. Writing my own expirences or learnings to empower others.