let's two machines are directly connected on a Point-to-point link:
A -192.168.4.1/24---------------------------192.168.4.2/24--B
How A can send an IP packet to B through broadcast only ?
if A cooks up the packet with Dest mac = ff:ff:ff:ff:ff:ff
and dest ip : 192.168.4.255
, Would this make the packet destined to B ? If yes, Can somebody explains how this works ?