ANSWERED: How does a router works?

This commit is contained in:
Austin Songer 2020-01-26 01:11:20 +00:00
parent 68d6ddfd39
commit d7868b0d00

View File

@ -937,6 +937,10 @@ CSMA/CD algorithm:
<details>
<summary>How does a router works?</summary><br><b>
A router is a physical or virtual appliance that passes information between two or more packet-switched computer networks. A router inspects a given data packet's destination Internet Protocol address (IP address), calculates the best way for it to reach its destination and then forwards it accordingly.
</b></details>
<details>