Router – How physical addresses change hop to hop

mac addressNetworkrouter

I've been reading Data Communication book by Forouzan it says that

"The physical addresses will change from hop to hop, but the logical addresses usually remain the same."

So, according to this line the physical address changes as the data passes through different devices. Now look at this figure:

fig: 2.20

Here the Router 1, changes its physical address from 20 to 99 while it was creating a new frame!

I think a router should have same physical address but how it changes? Please explain.

Best Answer

It's the physical address of the data packet which changes from hop to hop. the equipment is unchanged. The router in your example has two interfaces with two physical addresses.

I actually think it's clearer to think of the same layer 3 packet gets wrapped up in a new layer 2 frame for each hop. The new layer 2 frame has a new source and destination layer 2 address.

Related Topic