Fix typo in networking guide

The networking guide section on Ethernet has a typo stating that a
port contains ports, instead of that a switch contains ports.

Change-Id: Ib8eed35c969f3543d1a8ca59707d500d95bb9116
This commit is contained in:
Eric Larese 2016-05-25 16:12:22 -04:00
parent bceea2bf09
commit 5e0aa73c76
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ hardware with a large number of ports, that forwards Ethernet frames
from one connected host to another. When hosts first send frames over
the switch, the switch doesnt know which MAC address is associated
with which port. If an Ethernet frame is destined for an unknown MAC
address, the switch broadcasts the frame to all ports. The port learns
address, the switch broadcasts the frame to all ports. The switch learns
which MAC addresses are at which ports by observing the traffic. Once
it knows which MAC address is associated with a port, it can send
Ethernet frames to the correct port instead of broadcasting. The