Respuesta :

Sender : 191.192.193.194/25

Receiver : 191.192.193.225/25

What is a Node Address?

A name or number designating a particular computer or terminal in a network group is known as a node or node address.

The AND operation with mask is used to determine the network ids of the sender and receiver. Here, the mask is 25 bits, making the mask address

11111111.11111111.11111111.10000000

255.255.255.128

sender address :  191.192.193.11000010

sender n/ w id : 191.192.193.10000000

191.192.193.128

receiver : 191.192.193.11100001

receiver n/w : 191.192 .193.10000000

191.192.193.128

Since the sender and receiver have the same network ID, no router is required.

To know more about node, check out:

https://brainly.com/question/28233935

#SPJ1