What is a Network Interface?

Map Of Internet 1973

About

A network interface is a:

interface between:

  • two pieces of equipment
  • or protocol layers (see socket)

in a computer network.

Relation

A network interface will have 1 network address such as a node Id and a port number.

For instance, one interface will have 1 IP Address with the IP protocol.

List

Function

Network interfaces provide standardized functions such as:

Management

With Windows - netsh (Netshell)

Display

Windows GUI

Windows Network Connections

netsh

with Windows - netsh (Netshell)

netsh interface show interface
:: or for one
netsh interface show interface "interface name"
Admin State    State          Type             Interface Name
-------------------------------------------------------------------------
Enabled        Disconnected   Dedicated        Wifi Virtual Miniport
Enabled        Connected      Dedicated        Wifi
Enabled        Connected      Dedicated        VirtualBox Host-Only Network
Enabled        Connected      Dedicated        Loopback
Enabled        Disconnected   Dedicated        Local Area Connection
Enabled        Disconnected   Dedicated        Wifi Virtual Miniport 2

netstat

with Network - (netstat|network statistics) command-line tool

netstat -r
===========================================================================
Interface List
 41...34 02 86 07 03 4f ......Bluetooth Device (Personal Area Network) #2
 21...34 e6 d7 58 c4 af ......Intel(R) Ethernet Connection (3) I218-LM
 14...34 02 86 07 03 4b ......Intel(R) Dual Band Wireless-AC 7265
 17...00 ff b0 8b c2 15 ......Juniper Network Connect Virtual Adapter
 16...36 02 86 07 03 4c ......Microsoft Virtual WiFi Miniport Adapter #4
 15...36 02 86 07 03 4b ......Microsoft Virtual WiFi Miniport Adapter #3
 44...0a 00 27 00 00 2c ......VirtualBox Host-Only Ethernet Adapter
 45...0a 00 27 00 00 2d ......VirtualBox Host-Only Ethernet Adapter #2
  1...........................Software Loopback Interface 1
 31...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
 24...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
 32...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #4
 20...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #5
 26...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #6
 18...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
 25...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #9
 29...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #10
===========================================================================

ifconfig

  • Linux
ifconfig 
  • Windows: On windows, you can only show all interface. For only one, see netsh
ifconfig /all

Status

Display the status of interfaces on the network with netstat

netstat -i

Disabled

netsh interface set interface name="Local Area Connection" admin=DISABLED

Configuration

See:

1)





Discover More
System Metrics
(Operating) System Metrics

This article is the resources Metrics of an OS (Operating System) Meaning that they will report on all physical server functional components (CPUs, disks, busses, ...). The primary metrics are: CPUs...
Card Puncher Data Processing
Azure - Nic

in Azure Get the Nic id from the VM Associate the Network Security Group to a VM Get the Network Security Group Id
Docker Host Virtualbox
Docker - (Virtual) Host (or Machine or Server) - Docker Type

a machine where docker server run or a network An host (or machine) is: a virtual host that you can see running in your virtual machine provider (such as virtual box). is managed through the...
Map Of Internet 1973
Ethernet - Maximum transmission unit (MTU)

MTU (Maximum Transmission Unit) is the largest size of an Ethernet frame (data packet) that can be sent across a point-to-point connection MTU parameters usually appear in association with a communications...
Firewalld

Cheatsheet on the usage of Firewalld
Firewalld - Network Interface

This page is networks interface configuration in firewalld. An interface may be assigned / bind to zero or one zone. Example: List interfaces that are bound to a zone Example: By default,...
Firewalld - Zone

A zone is a grouping of rule configurations known as zone option. A firewall zone is defined for: a connection, an interface or source address binding (range of source addresses) This is a one-to-many...
Card Puncher Data Processing
IO - Device

IO device input device: mouse, keyboard, joystick output device: monitor Input / Output : Computer Computer
Kafka Commit Log Messaging Process
Kafka - Installation Standalone / Open Source (Single Broker)

This page shows you how to install kafka from the open source package with a single broker (a single node) Kafka is working with zookeeper to store its data. A zookeeper server must be running before...
Linux - Hostname (Kernel, Static)

How to manage the hostname under Linux. FQDN The static hostname is stored in /etc/hostname. Historically this file was supposed to only contain the hostname and not the full canonical FQDN....



Share this page:
Follow us:
Task Runner