Answer :
The I2C (Inter-Integrated Circuit) protocol assigns unique addresses to each peripheral.
The I2C protocol is a popular serial communication protocol that allows multiple devices to communicate on the same bus. Each device connected to the bus is assigned a unique address, which enables individual communication and identification of peripherals. This addressing scheme ensures that each peripheral has a distinct identifier, facilitating communication between the master device and the desired slave device on the bus.
Keywords: serial protocols, unique addresses, I2C
To learn more about communication
https://brainly.com/question/28273698
#SPJ11