Reader small image

You're reading from  Hands-On MQTT Programming with Python

Product typeBook
Published inMay 2018
Reading LevelExpert
PublisherPackt
ISBN-139781789138542
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Gaston C. Hillar
Gaston C. Hillar
author image
Gaston C. Hillar

Gaston C. Hillar is Italian and has been working with computers since he was 8 years old. Gaston has a Bachelor's degree in computer science (graduated with honors) and an MBA. Currently, Gaston is an independent IT consultant and a freelance author who is always looking for new adventures anywhere in the world. He was a senior contributing editor at Dr. Dobb's, and has written more than a hundred articles on software development topics. He has received the prestigious Intel Black Belt Software Developer award eight times. He has written many articles about Java for Oracle Java Magazine. Gaston was also a former Microsoft MVP in technical computing. He lives with his wife, Vanesa, and his two sons, Kevin and Brandon.
Read more about Gaston C. Hillar

Right arrow

Test your knowledge

Let's see whether you can answer the following questions correctly:

  1. QoS level 0 for MQTT means:
    1. Exactly once delivery
    2. At most once delivery
    3. At least once delivery
  2. QoS level 1 for MQTT means:
    1. Exactly once delivery
    2. At most once delivery
    3. At least once delivery
  3. QoS level 2 for MQTT means:
    1. Exactly once delivery
    2. At most once delivery
    3. At least once delivery
  4. If the application isn't able to tolerate duplicates and we have to make sure that the messages reach the subscribers only once, the appropriate choice is:
    1. QoS level 0
    2. QoS level 1
    3. QoS level 2
  5. Which QoS level has the highest overhead:
    1. QoS level 0
    2. QoS level 1
    3. QoS level 2

The rights answers are included in the Appendix, Solutions.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On MQTT Programming with Python
Published in: May 2018Publisher: PacktISBN-13: 9781789138542

Author (1)

author image
Gaston C. Hillar

Gaston C. Hillar is Italian and has been working with computers since he was 8 years old. Gaston has a Bachelor's degree in computer science (graduated with honors) and an MBA. Currently, Gaston is an independent IT consultant and a freelance author who is always looking for new adventures anywhere in the world. He was a senior contributing editor at Dr. Dobb's, and has written more than a hundred articles on software development topics. He has received the prestigious Intel Black Belt Software Developer award eight times. He has written many articles about Java for Oracle Java Magazine. Gaston was also a former Microsoft MVP in technical computing. He lives with his wife, Vanesa, and his two sons, Kevin and Brandon.
Read more about Gaston C. Hillar