Final answer:
Yes, 4 bytes of padding are needed for a 60-byte IP packet to be transmitted by Ethernet without LLC, to meet the 64-byte minimum frame size.
Step-by-step explanation:
You asked whether padding is needed for an IP packet of 60 bytes to be transmitted by Ethernet if LLC is not used. The answer is yes, padding is needed.
This is because the minimum Ethernet frame size is 64 bytes. Given that the IP packet is already 60 bytes, including headers, and assuming that LLC is not in use, this packet will need an additional 4 bytes of padding to meet the Ethernet frame minimum size requirement. Therefore, an Ethernet frame carrying this IP packet would be sized to 64 bytes, with 4 bytes of padding added to the original 60-byte packet.