In the real world, things matter more than ideas. --Kevin Ashton
IoT definition
Based on the traditional information carriers including the Internet, telecommunication network and so on, the Internet of Things( IoT) is a network that Inter-connects ordinary physical objects with the identiable addresses so that provides intelligent services.
History(not mentioned in exam)
1995, Bill Gates: 在未来之路一书中提出物物互联。
他想象用一根别在衣服上的“电子别针”,与家庭电子服务设施连接,可以感知来访者的位置、控制室内照明和温度、电话等家电设备。但是当时网络与传感器应用水平受限,并未得到重视。
2005, 国际电信联盟:无所不在的“物联网”通信时代即将来临,引起了人们的重视
2009, IBM:“智慧地球" 互联网+物联网
大量嵌入传感器,更好地管理生产与生活、提高资源利用率和生产能力,改善人与自然的关系。
2009, 温总理提出:“感知中国”
Three characteristics of IoT
- Ordinary object are instrumented (普通对象设备化)
- Automatic terminals are interconnected (自治终端互联化)
- Pervasive services are intelligent (普适服务智能化)
Three objects of IoT
- More Intensive Information Perception
- More Extensive Interconnection
- More Comprehensive Intelligent Service
研究物联网的体系结构,可以参考互联网成熟的研究方法和思路。
互联网处理体系结构的基本思路采用“化整为0、分而治之”的方法,提出了 “层次”“接口”与“协议” 的概念。
按层次结构组织大量网络通信协议的难题,使得看似“无法驾驭”的互联网变得有序。
各种网络形式如何应用于物联网?
- 互联网:IPV6消除了可接入网络的终端设备在数量上的限制,是物联网的核心网络、平台和技术支持。
- 无线宽带网:WiFi等为物联网提供高速可靠廉价且不受接入设备位置限制的互联手段。
- 无线低速网:ZigBee/蓝牙/红外等低速网络协议能适应物联网中能力较低的节点的低速率、低通信半径、低计算能力和低能量来源等特征。
- 移动通信网:“全面、随时、随地”传输信息的有效平台。
- 新型无线接入技术:如LoRa、NB-IoT等有助于就解决物联网面对的频谱资源受限、应用需求多样等问题。
协议 Protocol
通信双方事先规定好的通信规则,叫做协议。
协议包括:语义、语法、时序
- 语义(semantics):做什么
- 语法(syntax):怎么做
- 时序(Timing):按什么顺序去做
Four-layer architecture model of IoT
- Object Sensing layer(感知识别层)
- Data exchange layer(网络构建层)
- Information integration layer(信息处理层)
- Application service layer(综合应用层)