This document discusses MQTT (Message Queuing Telemetry Transport), a publish-subscribe based messaging protocol that is well-suited for machine-to-machine and Internet of Things communication. The presentation introduces MQTT, describing its key features such as publish/subscribe messaging, quality of service levels, retained messages, and last will and testaments. Real-world use cases of MQTT in applications like Facebook Messenger, smart homes, and pipeline monitoring are presented to demonstrate how MQTT enables low-latency and low-bandwidth communication between constrained devices.