Designing Production-Grade and Large-Scale IoT Solutions

Book description

Get to grips with key IoT aspects along with modern trends, architectures, and technologies that support IoT solutions, such as cloud computing, modern app architecture paradigms, and data analytics

Key Features

  • Understand the big picture of designing production-grade IoT solutions from an industry expert
  • Get up and running with the development and designing aspects of the Internet of Things
  • Solve business problems specific to your domain using different IoT platforms and technologies

Book Description

With the rising demand for and recent enhancements in IoT, a developer with sound knowledge of IoT is the need of the hour. This book will help you design, build, and operate large-scale E2E IoT solutions to transform your business and products, increase revenue, and reduce operational costs.

Starting with an overview of how IoT technologies can help you solve your business problems, this book will be a useful guide to helping you implement end-to-end IoT solution architecture. You'll learn to select IoT devices; real-time operating systems; IoT Edge covering Edge location, software, and hardware; and the best IoT connectivity for your IoT solution. As you progress, you'll work with IoT device management, IoT data analytics, IoT platforms, and put these components to work as part of your IoT solution. You'll also be able to build IoT backend cloud from scratch by leveraging the modern app architecture paradigms and cloud-native technologies such as containers and microservices. Finally, you'll discover best practices for different operational excellence pillars, including high availability, resiliency, reliability, security, cost optimization, and high performance, which should be applied for large-scale production-grade IoT solutions.

By the end of this IoT book, you'll be confident in designing, building, and operating IoT solutions.

What you will learn

  • Understand the detailed anatomy of IoT solutions and explore their building blocks
  • Explore IoT connectivity options and protocols used in designing IoT solutions
  • Understand the value of IoT platforms in building IoT solutions
  • Explore real-time operating systems used in microcontrollers
  • Automate device administration tasks with IoT device management
  • Master different architecture paradigms and decisions in IoT solutions
  • Build and gain insights from IoT analytics solutions
  • Get an overview of IoT solution operational excellence pillars

Who this book is for

This book is for E2E solution architects, systems and technical architects, and IoT developers looking to design, build, and operate E2E IoT applications and solutions. Basic knowledge of cloud computing, software engineering, and distributed system design will help you get the most out of this book.

Table of contents

  1. Contributors
    1. About the author
    2. About the reviewers
  2. Preface
    1. Who this book is for
    2. What this book covers
    3. To get the most out of this book
    4. Download the color images
    5. Conventions used
    6. Get in touch
    7. Share Your Thoughts
  3. Section 1: Anatomy of IoT
  4. Chapter 1: Introduction to the IoT – The Big Picture
    1. The purpose of any technology (including IoT technology)
      1. Transforming into cloud-native applications and solutions
      2. Moving to the cloud
      3. Big data and advanced analytics
      4. AI and ML
      5. Modern applications and architectures
      6. Internet of Things (IOT)
    2. IoT definition – the what
      1. The relationship between IoT and data
    3. IoT impact and benefits in different industries – the why
      1. Manufacturing
      2. Energy and utilities
      3. Transportation
      4. Health care
      5. Retail
      6. Sports and leisure centers
      7. Agriculture
      8. Supply chain
      9. Cities
      10. Home automation – smart homes
    4. IoT solution reference and architecture – the how
      1. IoT devices layer
      2. IoT edge layer
      3. IoT backend and application layer (IoT Cloud)
      4. IoT applications layer
      5. IoT applications and visualization
      6. IoT device management applications
      7. IoT connectivity layer
      8. Security and identity and access control
      9. Infrastructure as code
      10. CI/CD (Continuous Integration / Continuous Delivery) pipelines
    5. IoT solution design patterns
      1. Telemetry
      2. Command
      3. Outbound connectivity only
      4. Device twin or device shadow
      5. Device bootstrapping or device provisioning
    6. A case study
      1. Parking space issues
      2. The solution to the parking issue
      3. Business requirement analysis
      4. Smart parking solution details
    7. The book's strategy
    8. Summary
  5. Chapter 2: The "I" in IoT – IoT Connectivity
    1. Connectivity concepts
      1. Basic network components
      2. Transmission modes
      3. OSI and TCP/IP models
      4. Network topologies
      5. Network types
      6. Radio
      7. Wired networks versus wireless networks
      8. Network performance metrics
    2. IoT connectivity selection criteria
      1. Amount of data
      2. Frequency of sending data
      3. Communication range (distance)
      4. Communication latency (speed)
      5. Device types
      6. The mobility status of the IoT device
    3. IoT connectivity scenarios
      1. Scenario #1
      2. Scenario #2
    4. IoT connectivity options
      1. Classic Ethernet (IEEE 802.3)
      2. Ethernet TSN
      3. Wi-Fi
      4. Wi-Fi HaLow
      5. Bluetooth classic
      6. BLE
      7. Zigbee
      8. Z-Wave
      9. NFC
      10. Cellular connectivity – 3G/4G/LTE/5G
      11. Satellite
      12. Cat-M/LTE-M
      13. NB-IoT
      14. EC-GSM
      15. LoRa/LoRaWAN
      16. Sigfox
    5. Summary
  6. Chapter 3: The "T" in IoT – Devices and Edge
    1. Microcontrollers
      1. What is a microcontroller?
      2. Microcontroller types
      3. IoT microcontroller selection criteria
    2. An RTOS
      1. Embedded software
      2. Operating systems (traditional versus real-time)
      3. RTOS selection criteria
      4. FreeRTOS
      5. Amazon FreeRTOS
    3. IoT edge
      1. IoT edge – location
      2. IoT edge – hardware
      3. IoT edge – software
    4. Summary
  7. Section 2: The IoT Backend (aka the IoT Cloud)
  8. Chapter 4: Diving Deep into the IoT Backend (the IoT Cloud)
    1. The IoT cloud
      1. Data center and the cloud
      2. Cloud characteristics
      3. Cloud service offerings
      4. Cloud deployment models
    2. Kubernetes (the container orchestrator)
      1. Containers
      2. Kubernetes overview
      3. Kubernetes architecture 
      4. Kubernetes deployment options
    3. AWS cloud overview
    4. Summary
  9. Chapter 5: Exploring IoT Platforms
    1. IoT platform overview
    2. IoT platform (buy, build, or use?)
      1. IoT platform types
      2. Selection criteria for an IoT platform
    3. The AWS IoT platform
      1. AWS IoT Core
      2. Other AWS IoT services
    4. Summary
  10. Chapter 6: Understanding IoT Device Management
    1. An IoT device management overview
      1. LwM2M
      2. Device management vendors and the selection criteria
    2. AWS IoT Device Management
      1. Device provisioning and registration
      2. JITR
      3. JITP
      4. Device provisioning by a trusted user
      5. Device provisioning by claim
      6. AWS IoT Jobs
      7. AWS IoT secure tunneling
    3. IoT Device Defender
    4. Summary
  11. Chapter 7: In the End, It Is All about Data, Isn't it?
    1. An IoT data analytics overview
    2. Data analytics solution building blocks
    3. AWS IoT analytics
    4. Other IoT analytics-related AWS services
    5. Summary
  12. Section 3: IoT Application Architecture Paradigms and IoT Operational Excellence
  13. Chapter 8: IoT Application Architecture Paradigms
    1. Cloud-native versus cloud-ready – what is the difference?
    2. The Twelve-Factor App methodology
    3. Microservice architecture
      1. Microservice communication
      2. Service mesh
      3. API formats
      4. Microservices and databases
    4. IoT application reference architecture
    5. Summary
  14. Chapter 9: Operational Excellence Pillars for Production-Grade IoT Solutions
    1. IoT solution security
    2. IoT solution monitoring
      1. Monitoring system solution reference architecture
      2. The ELK Stack (and Elastic Stack)
    3. IoT solution high availability and resiliency
      1. Geo-R deployment models
    4. IoT solution automation and DevOps
    5. Summary
  15. Chapter 10: Wrapping Up and Final Thoughts
    1. Summary using one IoT reference architecture
    2. IoT and future trends
    3. Why subscribe?
  16. Other Books You May Enjoy
    1. Packt is searching for authors like you
    2. Share Your Thoughts

Product information

  • Title: Designing Production-Grade and Large-Scale IoT Solutions
  • Author(s): Mohamed Abdelaziz
  • Release date: May 2022
  • Publisher(s): Packt Publishing
  • ISBN: 9781838829254