What happens if a USB Ethernet Adapter has the same MAC address as the NIC?
Is it possible for internet connection to pass through the usb-ethernet adapter succesfully or not, in that scenario?
What happens if a USB Ethernet Adapter has the same MAC address as the NIC?
Is it possible for internet connection to pass through the usb-ethernet adapter succesfully or not, in that scenario?
A USB-to-Ethernet adapter is a NIC as well.
Two NICs must not have the same MAC address when connected to the same local network. If the network is spanned by a switch, its MAC table will be messed up by the constantly flapping source MAC address, causing random frame delivery to both NICs.
If they are connected to different networks (layer-2 segments) then it shouldn't matter - unless the uplink switch for both NICs is the same and it doesn't like seeing the same MAC in different VLANs.
Normally, this can't happen because a NIC's MAC address is almost always enbedded into its hardware. Assuming both NICs are from different vendors, the MAC addresses must differ in their OUI part (first three octets).
When using locally administered addresses (LAA) you need to take care not to use duplicates yourself.
If two hosts have the same MAC-address there are two problems: Number one is the aforementioned mixup in the switche's MAC-address table.
If you try to leave the network (through a router) you will get a problem within the router's ARP cache. The ARP cache connects an IP-address with a MAC-address. (check your PC's ARP cache out for yourself by typing 'arp -a' into the windows console.)