Modem and router communication
5 minutes ago, marobrk said:So does each device have a different frequency or amplitude or is it purely based on the addresses?
Based completely on IP address.
The packet comes in with a destination IP address, the router does it's thing with decapsulating, stripping off the source and destination MAC, doing address lookup, and re-encapsulating the packet with it's MAC as the source and the looked up addresses MAC as the destination, and then sends it out the port that it knows the device lives off, if it doesn't know then it broadcasts a packet out all ports saying "Who has this address" and when a device responds with "Me" then he adds that to his tables. Depending on what's down the line the device will either get it directly and process the packet, or the switch or next device in the line will do another decap of the packet, lookup for the IP address, re-encap the packet with a new source/destination address, and keeps going.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now