Part 12: Internet of Things(IOT) Sustainability and Challenges

Internet of Things (IOT)

Understand how IoT can address sustainability and  challenges

As our world becomes more and more connected, we use smart devices to overcome different obstacles in our day-to-day lives. But what happens when we turn IoT technology toward global-scale problems like sustainability?

On this two-week course, you’ll explore the fundamentals of the Internet of Things (IoT), and how we can use this technology to overcome different sustainability challenges that we face today.

Guided by the experts at The Mind Lab and Tech Futures Lab, you’ll delve into case studies to discover how IoT applications can lead to sustainable decision-making. Using examples from smart cities, transport, utilities, and more, you’ll identify the positive and negative implications of technology use in working towards a brighter future.

Delve into the fundamentals of IoT including data management

You’ll be introduced to the technological and business fundamentals of IoT including frameworks of strategy, business value, competitive environment, and user value proposition.

To help you understand how IoT can be utilised in your own contexts, you’ll apply your knowledge through a range of learning activities in a connected environments framework.

Discover how IoT is interfacing with other technologies including AI

Finally, you’ll explore how IoT is also teaming up with other technologies to further help address sustainability challenges.

You’ll explore artificial intelligence, machine learning, 5G, and more as well as examining a range of case studies in key industry contexts to see IoT solutions in action.

With this knowledge, you’ll be able to evaluate the role of IoT in working toward a sustainable future.

 

Topics of IOT:

  1. Introduction to the technical dimensions of the Internet of Things (IoT) including hardware and software essentials and the role of technology platforms
  2. Introduction to the business dimensions of the Internet of Things (IoT) and the importance of market analysis, business strategy, value proposition, and data governance in planning, deploying, and operating IoT systems.
  3. Overview of the benefits of the Internet of Things (IoT) for tracking, measuring, and sensing to collect data that can inform decision-making toward more sustainable futures with reference to the New Zealand and International context.
  4. Evaluation and reflection of the role of IoT in addressing sustainability challenges in a range of case studies in key industry contexts.

0 Comments

You may find interest following article

Chapter 4 Relational Algebra

Relational Algebra The part of mathematics in which letters and other general symbols are used to represent numbers and quantities in formula and equations. Ex: (x + y) · z = (x · z) + (y · z). The main application of relational algebra is providing a theoretical foundation for relational databases, particularly query languages for such databases. Relational algebra...

Chapter 3 Components of the Database System Environment

Components of the Database System Environment There are five major components in the database system environment and their interrelationships are. Hardware Software Data Users Procedures Hardware:  The hardware is the actual computer system used for keeping and accessing the database. Conventional DBMS hardware consists of secondary storage devices, usually...

Chapter 2: Database Languages and their information

Database Languages A DBMS must provide appropriate languages and interfaces for each category of users to express database queries and updates. Database Languages are used to create and maintain database on computer. There are large numbers of database languages like Oracle, MySQL, MS Access, dBase, FoxPro etc. Database Languages: Refers to the languages used to...

Database basic overview

What is DBMS? A Database Management System (DBMS) is a collection of interrelated data and a set of programs to access those data. Database management systems (DBMS) are computer software applications that interact with the user, other applications, and the database itself to capture and analyze data. Purpose of Database Systems The collection of data, usually...

Laravel – Scopes (3 Easy Steps)

Scoping is one of the superpowers that eloquent grants to developers when querying a model. Scopes allow developers to add constraints to queries for a given model. In simple terms laravel scope is just a query, a query to make the code shorter and faster. We can create custom query with relation or anything with scopes. In any admin project we need to get data...