In remote frame means one node will send the request for knowing about the status of another node. then that node will send a remote frame.
My question is in that CAN Remote frame the node sends whose identifier in frame ?
Means if he send sender's ID then why and recievers ID then why ?
CAN IDs are neither sender nor receiver IDs. They are message IDs. It's a matter of application layer to associate specific IDs with stations.
Example:
In a CAN application, ID 1234 has been assigned to the status of station A (e.g. setpoint, speed and error state of a VFD inverter). Station A might either send an ID 1234 message repeatedly, or after a remote message with ID 1234.