592 views
0 votes
0 votes
Suppose node M sends a message to node N using Tcp/ ip suite. N is in another network. Ms gateway GM forwards the message to N's gateway GN. On receiving the packet GN forwards the message in a frame.

 

In the frame received by N,

The  sender's physical address field indicates which node? M or GN?

 

Please explain

1 Answer

1 votes
1 votes
senders physical address field in frame received by N will be mac address of GN,

mac/physical address is used to distinguish machines in local network,

suppose you want to ask something to google's server, so your outgoing packet will look like

sender's mac = your mac

sender's IP = your IP

receiver's mac = your gateway's mac

receiver's IP = google server IP

 
when your gateway will send this packet forward it will just change source mac address as its own address (gatway's)

and destination mac as address of next hop's mac address.  and source and destination IP will remain same throughout.

Related questions

0 votes
0 votes
3 answers
1
Shefali asked Aug 8, 2015
9,116 views
Is it possible to have different number of pages and frames or they need to be equal in number?
0 votes
0 votes
1 answer
3
viral8702 asked Apr 29, 2022
492 views
A frame buffer array is addressed in row major order for a monitor with pixel locations starting from (0,0) and ending with (100,100). What is address of the pixel(6,10)?...