obonaventure / cnp3

Computer Networking : Principles, Protocols and Practice (first and second edition, third edition is being written on https://github.com/cnp3/ebook)
https://www.computer-networking.info
503 stars 91 forks source link

mcq-network-pftable: fixed typo #87

Open matttbe opened 9 years ago

matttbe commented 9 years ago

The second OutPort of R1 is at the East.

Note: about the previous one:

Upon reception of this packet, the port forwarding table of R3 will be updated as :

 ======  ========
 Dest.   OutPort 
 ======  ========
 A       N 
 B       E 
 ======  ========

I guess it's wrong too but I don't know how to fix it: by adding an edge between R3 and B?