Skip to main content

The Internet of Things is not a concept; it is a network, the true technology-enabled Network of all network . We need to get smarter about hardware and software innovation in order to get the most value from the emerging Internet of Things.

 INTERNET OF THINGS
      Embedded System:-
Definition:-
• An Embedded System is one that has computer hardware with software embedded in it as one of its important components.
• An embedded system is a special-purpose computer system designed to perform one or a few dedicated / Specific functions
• It is a system whose principle function is not computational, but which is controlled by a computer embedded within it
• An embedded system is any device that includes a programmable computer but is not itself a general-purpose computer.
• An application specific electronic sub-system which is completely  encapsulated by the main system it belongs to.
 Components of Embedded System:-
• CPU (Microcontroller)
• Software (Embedded software)
• Memory (RAM , ROM)
• FPGA / ASIC
• Sensors (Temperature , pressure etc)
• Actuators(Relays , Drivers etc)
• ADC and DAC
• User interface
• Backup and Safety
• External Environment
                       Internet oThings:-


Definition:-
1. The Internet of Things, also called The Internet of Objects, refers to a wireless network between objects, usually the network will be wireless and self-configuring, such as household appliances.
2. By embedding short-range mobile transceivers into a wide array of additional gadgets and everyday items , enabling new forms of communication between people and things, and between things themselves.

                                         
              Internet of Things:-
Physical Object + Controller, Sensor, Actuators + Internet=Internet of Things
              Internet of Things:-
  •  The Internet of Things (IoT) is the network of physical objects or "things" embedded with electronicssoftwaresensors, and network connectivity, which enables these objects to collect and exchange data.
  •  IoT allows objects to be sensed and controlled remotely across existing network infrastructure, creating opportunities for more direct integration between the physical world and computer-based systems, and resulting inimproved efficiency, accuracy and economic benefit.
  • "Things," in the IoT sense, can refer to a wide variety of devices such as heart monitoring implantsbiochip transponders on farm animals, electric clams in coastal waters, automobiles with built-in sensorsDNA analysis devices for environmental/food/pathogen monitoring or field operation devices that assist fire-fighters in search and rescue operations.
  • These devices collect useful data with the help of various existing technologies and then autonomously flow the data between other devices.
           Internet of Things:-
Various Name , One Concept
§ M2M (Machine to Machine)
§ “Internet of Everything” (Cisco Systems)
§ “World Size Web” (Bruce Schneier)
§ “Skynet” (Terminator movie)
         Components of IoT:-
Smart Systems and Internet of Things are driven by a combination of :
§ Sensors
§ Connectivity
§ People and Process
                                             
              Internet of Things:-
From any time ,any place connectivity for anyone, we will now have connectivity for anything!
             Application of Internet of Things:-
·         Factory Digitalization.
·         Product flow Monitoring.
·         Inventory Management.
·         Safety and Security.
·         Quality Control.
·         Packaging optimization.
·         Logistics and Supply Chain Optimization.

IoT Applications in different industries:-
Airline – An equipment tracking app provides an airline’s engineers with a live view of the locations of each piece of maintenance equipment. By increasing the efficiency of engineers, this IoT application is not only generating significant cost savings and process improvements, but also impacting the customer experience in the end through more reliable, on-time flights.

Pharmaceutical – A medication temperature monitoring app uses sensors to detect if the medication’s temperature has gone outside of the acceptable range and ensures medical supplies still meet quality standards upon delivery. The handling temperatures are medications, vaccines for examples, is critical to their effectiveness.  IoT based smart applications can be used to not monitor that medications are kept within the proper handling temperature range, but also to remind patients when it is time to take their medication.

Manufacturing – A lighting manufacturer for the horticultural industry built a Smart App that leverages IoT sensors and predictive analytics to perform predictive maintenance and optimize lighting, power consumption and plant photosynthesis. The IoT application transformed their business from a lighting systems manufacturer to a greenhouse optimization as-a-service business.

Business Services – A facility services company uses their multi-device IoT software to enable support personnel to receive alerts about service issues and take immediate action. By aggregating data from thousands of sensors in devices like coffee machines, soap dispensers, paper towel dispensers and mouse traps rather than doing manual checks, the application has significantly cut costs and improved service levels.

Comments

Popular posts from this blog

What is Cryptography? The Use Of Cryptography In Hacking.

Introduction to Cryptography:- Cryptography is the science of protecting secrets. As a result, it’s designed to make it impossible for an unauthorized party (like a hacker) to gain access to the protected data. While early encryption algorithms had significant flaws and were easily broken, the state of the art in encryption has gotten a lot better. That being said, cryptography can be broken under the right circumstances.  The first step in breaking cryptography is identifying the cryptographic algorithm in use.  Cryptography is the art of converting text into another form for secret transmission and reception. It works by converting plain text into cipher text using some encryption algorithm at the sender’s side and converting ciphertext into plain text at the receiver’s. Cryptography is used to provide confidentiality, integrity, authenticity and non-repudiation. With this information in hand, it’s time to start looking for an exploitable vulnerability.  T...

What is Vishing? Tips for Spotting and Avoiding Vishing.

"When your phone rings, it’s sometimes hard to know who’ll be on the other end. It might be someone vishing. " Vishing, a combination of ‘voice’ and ‘phishing,’ is a phone scam designed to get you to share personal information. Here's what to know about vishing attacks and how to help protect yourself. What is Vishing? During a vishing phone call, a scammer uses social engineering to get you to share personal information and financial details, such as account numbers and passwords. The scammer might say your account has been compromised, claim to represent your bank or law enforcement, or offer to help you install software. Warning: It's probably malware. Vishing is just one form of phishing, which is any type of message — such as an email, text, phone call or direct-chat message — that appears to be from a trusted source, but isn’t. The goal is to steal someone's identity or money. It’s getting easier to contact more people, too. Scammers can place...

What is Armitage and how is it used.

  What is Armitage? Armitage is a graphical user interface for the Metasploit Framework. At first glance, it may seem that Armitage is just a pretty front-end on top of Metasploit. That’s not quite true. Armitage is a scriptable red team collaboration tool. It has a server component to allow a team of hackers to share their accesses to compromised hosts. Starting Kali Linux The best way to start playing with Armitage is to download Kali Linux and run it in a virtual machine. For this guide, you should set your virtual machine to NAT networking. This is necessary because in a moment, I will ask you to download a target virtual machine and set it up. To login to Kali Linux, use the username  root , password  toor . To request an IP address via DHCP, type  dhclient . To start X Windows, type  startx . Use Java 1.7 Kali Linux ships with Java 1.6 and Java 1.7. Java 1.6 is the default though and for some people–this version of Java makes their menu...