Analysis of the advantages and disadvantages of the six categories of wireless connection technologies for the Internet of Things

Analysis of the advantages and disadvantages of the six categories of wireless connection technologies for the Internet of Things

IoT applications have penetrated into our lives, and IoT projects can be found in all aspects. So, what are the IoT wireless connection technologies? This article takes 6 types of wireless technologies as examples to deeply analyze the advantages and disadvantages of each type.

[[255615]]

1. Ethernet

Ethernet is a local area network communication technology. The IEEE 802.3 standard of the IEEE organization has formulated the technical standards for Ethernet, which stipulates the content including the connection of the physical layer, electronic signals and the media access layer protocol. Ethernet uses twisted pair as the transmission medium and can cover a range of up to 200 meters without relays. The most popular type of Ethernet has a data transmission rate of 100Mb/s, and the newer standard supports rates of 1KMb/s and 10KMb/s.

The biggest advantage of Ethernet technology is that it is the most commonly used LAN technology, and has gradually replaced other LAN standards such as Token Ring, FDDI and ARCNET. The Internet we are familiar with now refers to the global network formed by connecting all these large and small LANs together.

2. Serial communication technology

Serial port is a very common interface for communication between devices, and is also widely used for communication between devices and instruments. Common serial ports include RS-232 (using 25-pin or 9-pin connectors) and half-duplex RS-485 and full-duplex RS-422 for industrial computer applications.

Serial communication uses serial communication, that is, the serial port sends and receives byte sequences bit by bit. Typically, the serial port is used to transmit ASCII characters. Serial communication is completed using 3 wires: ground, send and receive. Serial communication can use the transmit line to send data and the receive line to receive data at the same time. It is simple and can achieve long-distance communication, and its communication length can reach 1200 meters.

(1) Advantages

The biggest advantage of serial communication is its high popularity. Serial ports are still standard on PCs. Usually, most industrial equipment has serial ports for the convenience of connecting printers. For those devices without serial ports, the common method during their development is to connect them to the development computer through serial ports. Therefore, serial ports are the simplest and easiest way for devices to communicate.

It is also worth mentioning that the cost of serial communication is very low if you don't consider the cables connecting the serial ports.

(2) Disadvantages

Serial communication has poor networking capabilities. Although it is usually more stable than wireless, it is also susceptible to electromagnetic influences from the cable environment in industrial environments, resulting in unstable communication and even serial port burnout. The communication speed of the serial port is still far behind that of Ethernet. Generally speaking, it is only suitable for low-speed and small-data-volume communications.

3. Modbus

Unlike the previous communication technologies, Modbus is generally considered to be only an application layer protocol standard that uses serial communication, and it does not include electrical specifications. Modbus was originally published by Modicon in 1979 for communication with programmable logic controllers (PLCs), and later derived into three modes: Modbus RTU, Modbus ASCII, and Modbus TCP. The physical interface used by the first two is the serial port introduced above, and the latter uses the Ethernet interface.

With the widespread application of PLC in the industrial field, Modbus has also become the most popular communication protocol in the industrial field. It adopts master/slave communication, that is, one-to-many connection. One master controller can support up to 247 slave controllers.

(1) Advantages

The main advantages of Modbus are:

  • Standardized, open, free to use, no license fees, and no intellectual property authorization required.
  • Supports multiple electrical interfaces, such as serial port and Ethernet interface, and supports multiple transmission media, such as twisted pair, optical fiber, wireless, etc.
  • The frame format of the Modbus protocol is simple, compact, and easy to understand. It is easy to develop and use.

(2) Disadvantages

Modbus has the following main problems:

  • Poor networking capability, only master-slave communication
  • The network size is limited. The number of slave controllers limits the network size.
  • Poor security, no authentication, no permission management, and plain text transmission make it very risky in an uncontrolled environment

4. GPRS

GPRS is the abbreviation of General Packet Radio Service*, which is a long-distance communication technology between terminals and communication base stations.

Radio services first used analog communication technology, known as the first generation of mobile communication technology, and later used digital communication technology, known as the second generation of mobile communication technology. Among them, the Global System for Mobile Communications (GSM) is the most widely used and successful. GSM is mainly designed for voice transmission, and voice occupies a dedicated channel when transmitting.

GPRS can be said to be the continuation of GSM. It transmits data in packets and does not monopolize channels, so it can make better use of idle channel resources on GSM. The transmission rate of GPRS can reach 56~114Kbps. Using this data service, users can connect to the communication base station of the telecom operator, and then connect to the Internet to obtain Internet information. GPRS was launched by the European Telecommunications Standards Institute (ETSI) and later handed over to the 3rd Generation Partnership Project (3GPP).

(1) Advantages

  • Since the GSM network signal coverage is very wide, the area where GPRS services can actually be used is also very wide, which is the main advantage of GPRS technology.
  • Secondly, GPRS terminals can roam freely within the signal coverage area, and developers do not need to develop any other communication equipment (which is the responsibility of operators), making it convenient for users to use.
  • ***, due to the popularity of mobile communication terminals, their costs have been greatly reduced. Therefore, the use of GPRS communication technology in the Internet of Things has a greater advantage in hardware cost than Wi-Fi or ZigBee.

(2) Disadvantages

  • GPRS terminals use the infrastructure of telecom operators when communicating, so they need to pay a certain fee, namely the data traffic fee. This service fee limits a large number of devices from connecting to the network.
  • The low speed of GPRS is another problem.
  • The quality of GPRS communication is greatly affected by the strength of the signal. In areas without signal coverage or with weak signal, the communication effect is very poor, which may affect the completion of the business.

5. NFC

NFC, Near-field communication, is often translated into Chinese as near-field communication. NFC is a short-range high-frequency radio technology, a type of RFID technology, with an operating frequency of 13.56MHz and an effective working distance of less than 20cm. Its transmission speed is 106Kb/s, 212Kb/s or 424Kb/s. Data is read and exchanged through three business modes: card, card reader and point-to-point.

[[255616]]

NFC was first developed by Philips Semiconductors, Nokia and Sony in 2002. In 2004, the NFC Forum was established to standardize and promote near-field communication technology.

(1) Advantages

  • The NFC communication distance is very short, but the communication confidentiality is therefore good.
  • NFC cards consume no power and the card reader also consumes low power, so they can be used in many no-power or low-power application scenarios.
  • The cost of NFC solutions is low, especially the cost of NFC cards is very low, which is particularly suitable for covering a large number of non-intelligent objects.

NFC communication technology is currently widely used in mobile payments and consumer electronics. For example, many mobile phones already support NFC applications, and small payment systems such as bus cards all use NFC technology.

(2) Disadvantages

  • NFC does not have the risk of wireless signals being eavesdropped like other wireless communications, but the overly simple and passive response design of NFC cards is also an unsafe factor. For example, the transaction information in NFC bank cards can be easily read by other card readers or even smart phones.
  • In addition, short communication distance and low communication rate are also its disadvantages, which limit NFC to certain specific IoT applications.

6. LoRa

LoRa comes from the word Long Range, which is a communication technology for long-distance communication. LoRa technology is based on linear Chirp spread spectrum modulation, which continues the low power consumption characteristics of frequency shift keying modulation, but greatly increases the communication range. Chirp spread spectrum modulation has long-distance transmission and good anti-interference performance, and has been used in military and aerospace communications for many years. In extreme cases, a single LoRa gateway or base station can cover an entire city or dozens of kilometers.

Typical application scenarios of LoRa technology include: ultra-long battery life (several years), long-distance communication between nodes, and low data rates (such as only a few data transfers per hour). Like NB-IoT technology, low power consumption indicators can also be sacrificed to increase the rate.

<<:  We use WiFi every day. What is the relationship between WiFi and wireless network? This article is enough for you to understand!

>>:  The Haidilao obscene video incident was solved, and the WiFi security problem in public places is serious

Recommend

Is 4G enough? More than 40% of users turn off 5G function in new smartphones

So is 5G really that important? Is 4G no longer a...

10 good ways to optimize mobile pages for developers

[51CTO.com original article] The rapid developmen...

Common methods of data transmission and data call

With the Internet and the Internet of Things high...

The concept and installation plan of network bridge and wireless bridge

What is a bridge A bridge is like a smart repeate...

How is vmiss? Simple test of vmiss Hong Kong VPS (CN-Hong Kong-BGP)

At the beginning of last month, we purchased the ...

I experienced 5G network on Beijing Line 16 for a while and used up 7GB of data

What is 5G? Do I need to change my SIM card? Can ...

Obstacles to 5G rollout

While 5G has the potential to open up many exciti...

If you only focus on speed when developing 5G, your vision is a bit narrow

This article is reprinted with permission from AI...

What are the layers of the TCP/IP network model?

Let me ask you, why do we need the TCP/IP network...

Don't let hackers sneak into your network: In-depth analysis of DHCP Snooping

1. Overview of DHCP Working Principle Before lear...