Skip to main content

Internet of Things(IoT)


What is Internet?

The internet is a telecommunicates network that uses wire or wireless connections, satellites to connect electrical devices to the World Wide Web. By connecting internet, we can share our information 

What is Internet Of Things?

There is a lot of noise at the moment about IoT. The main feature of IoT is transferring the information one device to another device so that devices can transfer the information and data itself.

A bit of History:
  • The term "Internet of Things" is coined by Kaven Ashton 1999.
  • Early Example 1982 coke machine at Carnegie Mellon University was connected to the internet: report its inventory and temperature.
According to report coming 2020, we will see 35billiions of an electronic device connected with IoT. 

User case of IoT
  • Automobile
  • Banking
  • Smart home & Smart city
  • Medical Emergency
Now we will see how IoT going to use these kinds of categories.

Aether Energy Pvt Ltd developed a prototype for a smart scooter. If any parts of scooter failed to work the information will automatically go to the service center and they will call to replace or repair.

Scenario #1: IoT in a medical emergency

Imagine the old man wearing a smartwatch and living in one house and nobody with him so he is alone. Each and every day he will use stairs to sleep upstairs. One day, unfortunately, slipped while walking on stairs so that he couldn't stand up. 

In this situation, IoT is helping him i.e smart watch calculating each and every minute his heartbeat and sending to a doctor and then he gets an ambulance immediately for saving his life.

Scenario #2: IoT in smart city

In this world, current consumption is so much important all are working and how to reduce current consumptions for regular use or other usages so here smart energy meter will going to use

Imagine you are staying your house irregularly. Having a lot of work and have to go many other places depends on your work situation. At the point time, smart energy meter will work. It will stop all electricity automatically that is running in your home when you're going out even if you switched on switches that are connected to. Electricity will start when you enter the home.

Scenario #3: IoT in vehicles

Imagine you have a car(Tesla car). Now you're going to the supermarket for buying some household things and chose navigation to the supermarket. 

While going suddenly you have got a message like"National A2, Barkly Highway is blocked or traffic so you can take a diversion and use this way ****".So here IoT is sending or informing whats happening on your chosen path and saving your timing, petrol and etc.

Click To Know: What is cloud computing?







Comments

Popular posts from this blog

What is System Software and Application Software?

In this section, we are going to discuss the difference between system software and application software. Still, most of us have a lot of confusion about these two. I will clarify let me explain What is Software? Software means a set of the program made to complete some task. Its full and full codes. What is hardware? Hardware is physical one that we can touch and feel and made with some electrical components and that have some specific functions. For example Monitor, Pc, Mouse, Electric Board, Printer and etc Now you may think why I included hardware and explained?. The reason is without hardware software won't work same as without related software hardware won't work.  What is system software?  It is the software that used to manage computer resources and essential for the computer to work. It will install automatically when OS installed. See the image OS and utilities are applied in hardware then only it will work. Types: BIOS Ut...

What is Windows Service?

A Windows service is a Computer Program It enables to create long-running executable applications. It doesn't have any User Interfaces only running in the background process. It will run automatically when system boots ON and also we can set manually for Start and Stop Only one instance of windows service running on the device. It will run only administrator privileges. Are you looking my page using system or laptop?. Then you can see a lot of windows services that are running on your system background without your permission, Just follow my instructions Click "Start">Type "Services">Now you can see a lot of window services like below  WHAT IS THE WINDOWS SERVICES CONTROL MANAGER? Windows Services are managed via the Services Control Manager Panel.The Panel shows a list of services that are running on your system/laptop and for each Name, Description(Purpose of service), Status(Started or Not), Startup Type(Ma...

What is NLog ?

Nlog   is .NET Library which enables to add some sophisticated traces code to your application and delivering the flow of diagnostic traces from   source to target What is source code?                                         The source code is the fundamental component of a computer program that is created by a programmer and sequence formate.                    We can control the flow of diagnostic traces from source to target type. Types of Target: Email Messages(.mail)  Text File(.txt) Event Log(.log) Database(.db) and etc These all are called as target type messages.Each trace messages augmented with some contextual information. What is Contextual information?                    Contextual information can include f...