A datalink can best be described as______.
A.
a driver for a Network Interface Card
B.
the software connecting the Internet Layer and the Physical Layer
C.
a device that provides Classless Inter-Domain Routing
D.
a logical object used for IP Multipathing
Explanation:
The command dladm is used to configure data-link interfaces in Sun Solaris. A
configured data-link is represented in the system as interface that can be used for TCP/IP. Eachdata-link relies on either a single network device or an link aggregation device to send & recieve
packets.
Network interfaces provide the connection between the system and the network. These interfaces
are configured over data links, which in turn correspond to instances of hardware devices in the
system.
In the current model of the network stack, interfaces and links on the software layer build on the
devices in the hardware layer. More specifically, a hardware device instance in the hardware layer
has a corresponding link on the data-link layer and a configured interface on the interface layer.
This one-to-one relationship among the network device, its data link, and the IP interface is
illustrated in the figure that follows.
Network Stack Showing Network Devices, Links, and Interfaces:Reference: System Administration Guide: Network Interfaces and Network Virtualization
datalink a device instance
Yes, you’re right so a device instance can be a logical object for IPMP.