diff options
-rw-r--r-- | assignment7.tex | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/assignment7.tex b/assignment7.tex index 5be9ff5..fc55fe4 100644 --- a/assignment7.tex +++ b/assignment7.tex @@ -115,7 +115,7 @@ \begin{table}[h] \centering - \begin{tabular}{l | l | l | l} + \begin{tabular}{l l l l} Src. IP & Src. MAC & Dest. IP & Dest. MAC \\\hline 192.168.3.100 & 00.00.00.00.00.E0 & 192.168.3.2 & 88.88.88.88.88.00\\ 192.168.2.2 & 88.88.88.88.88.00 & 192.168.2.1 & 88.88.88.00.88.00\\ @@ -131,7 +131,7 @@ \begin{table}[h] \centering - \begin{tabular}{l | l | l | l | l} + \begin{tabular}{l l l l l} Src. IP & Src. MAC & Dest. IP & Dest. MAC & Protocol\\\hline 192.168.3.100 & 00.00.00.00.00.E0 & 192.168.3.2 & FF.FF.FF.FF.FF.FF & ARP\\ 192.168.3.2 & 88.88.88.88.88.00 & 192.168.3.100 & 00.00.00.00.00.E0 & ARP\\ @@ -144,10 +144,14 @@ \section{Self-learning} \begin{enumerate}[label=(\roman*)] - \item %todo - \item %todo - \item %todo - \item %todo + \item The switch learns the MAC address of host B. Since it doesn't know + where host E is, it forwards the frame to all links (except the one of B). + \item The switch learns the MAC address of host E. Since it knows where host + B is, it forwards the frame only to that host. + \item The switch learns the MAC address of host A. Since it knows where host + B is, it forwards the frame only to that host. + \item The switch knows where host A is, it forwards the frame only to that + host. \end{enumerate} \section{All things learned put together} |