Answer:
To make sure that data sent from a device is just received by appropriate device we use "Switch"
Step-by-step explanation:
Switch is the networking device. It is used to connect all the Local area networks in a computer network. The switch store the addresses of all computers over the network. Whenever data packet arrives to the switch, it just read the address of destination computer and just send it to appropriate device instead of all devices.
Hub is also used for this purpose, but it has no ability to read the address and send the packet to all devices over the network.
So, we use Switch to send data to appropriate device.