IOT PROTOCOLS,IMPORTANCE OF IOT PROTOCOLS,Message Queuing Telemetry Transport(MQTT) : MQTT is one of the prime IoT protocols. MQTT protocol is a type of IoT communication protocol that is famous and is gaining popularity due to its transportation of messages through the publish/subscribe messaging. It is lightweight and easily transfers data between two or more machines.
Advanced Message Queuing Protocol
JP Morgan Chase & Co founded the AMQP protocol in 2003. This is an important protocol in IoT. It offers exchange of data within the network and it is protocol. AMQP Protocol focuses mainly on banking systems and other businesses. It uses either the request-response messaging or the publisher-subscriber model.
Data Distribution Service
DDS is a widely used protocol in IoT due to its versatility and extensible nature. It does not depends on middlemen for communication and it directly connects sensor to other devices for open communication.
DDS ensure secure message transfer and data sharing.
IoT Network Protocols
Wireless Body Area Networks (WBAN)
This network has other names such as Body Area Network(BAN), Medical Body Area Network(MBAN) or Body Sensor Network (BSN). They form close connections and are usually within the 10 centimetre to 1 metre range. The common ones include Bluetooth, NFC, Zigbee, RFID (Radio Frequency) and various other proprietary technologies.
Wireless Personal Area Networks(WPAN)
These have an extended range when you compare them with the WBAN. These have a 1 metre to 10 metre range.
These networks include Bluetooth, RFID and other similar proprietary software technologies. You can think of these devices as your personal devices that you want to connect with or make them connect with other personal devices.
c) Wireless Local Area Network(WLAN)
You must have come across the word WLAN. Any local wireless network can be known as a Wireless Local Area Network. This includes Wi Fi / 802.11 and Zigbee networks. Wi Fi is a standard and universal option whereas Zigbee handles protocols that require high level communication. Bluetooth can also come under WLAN.
Wireless Metropolitan Area Networks (WMANs)
This network covers up a larger area such as a city or state. The network is Capable of housing an entire city and various devices around the city can easily connect to this network.
IPv6 Addressing methods
In IPv6 representation, there are three addressing methods:
Unicast
Multicast
Anycast
Unicast Address
Unicast Address identifies a single network interface. A packet sent to a unicast address is delivered to the interface identified by that address.
2. Multicast Address
Multicast Address is used by multiple hosts, called as groups, acquires a multicast destination address. These hosts need not be geographically together. If any packet is sent to this multicast address, it will be distributed to all interfaces corresponding to that multicast address. And every node is configured in the same way.