On 15 Nov 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed). com>, SaranJothy wrote:
>Is there any device with only IP address and no MAC address and yet
>conneted in the network?
Certainly. It would be a device on a media that doesn't use MAC addressing
such as PLIP, a serial port connection using PPP or SLIP, and so on.
If you are limiting the question to Ethernet _alone_ then the answer would
be no, because Ethernet carries datagrams using MAC addresses only. See
RFC0894 and RFC1042.
>(AFAIK vice versa is not at all possible)
ftp://ftp.iana.org/assignments/ethernet-numbers
IPv4 is one of 184 different network protocols that can be carried on an
Ethernet network.
>If so, how is it possible for the device to communicate with the network?
>I mean is MAC address essential or not?
On Ethernet (and those media that use a MAC address scheme), the MAC
address is required. On media that doesn't use MAC addresses, such as
ppp over a telephone line, there is no MAC, so none would be required.
Old guy