Correct purpose of "When is this MAC address used" (#179)

* Correct purpose of "When is this MAC address used"

Second sentense was a  tautology in fact, without disclosing the purpose of use

* Missed phrase added to broadcast
This commit is contained in:
Local Ops 2021-11-16 16:42:01 +03:00 committed by GitHub
parent 8b0360e13c
commit c0ddb8fde2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ Packets that are sent on the ethernet are always coming from a MAC address and s
<details>
<summary>When is this MAC address used?: ff:ff:ff:ff:ff:ff</summary><br><b>
When a device sends a packet to the broadcast MAC address (FF:FF:FF:FF:FF:FF), it is delivered to all stations on the local network. It needs to be used in order for all devices to receive your packet at the datalink layer.
When a device sends a packet to the broadcast MAC address (FF:FF:FF:FF:FF:FF), it is delivered to all stations on the local network. Ethernet broadcasts are used to resolve IP addresses to MAC addresses (by ARP) at the datalink layer .
</b></details>
<details>