×

Data Link Layer Protocols

 Data Link Layer Protocols

  1. Bluetooth Low Energy
  2. Z-Wave
  3. ZigBee Smart Energy
  4. LoRaWAN
  5. WirelessHART
  6. LTE-A 

1. Bluetooth Low Energy

Bluetooth Low Energy or Bluetooth is a short-range communication protocol with the physical layer and medium access control layer. It is widely used in IoT enabled vehicles. Its low power consumption can reach ten times less than conventional Bluetooth, while its latency can reach 15 times. Your access control uses a medium access control (MAC) with low latency and fast transmission.

Bluetooth Technology

It follows master/slave architecture and offers two types of frames: advertising frames and data frames. The advertising framework is used for discovery and is sent by slaves in one or more dedicated advertising channels. Master nodes detect advertising channels to find slaves and connect them. After connection, the master informs the slave of its activation cycle and its planning sequence. Nodes are usually awake only when they communicate and fall asleep, otherwise to save energy

2. Z-Wave

Z-Wave is a low power MAC protocol. It is designed for home automation, especially for smart home and small business domains. It covers the range from 30 meters to 100 meters of a point-to-point connection. It is suitable for short messages in IoT applications, such as light control, power control, portable health control, and others.

Z Waves

It uses CSMA/CA for collision detection and ACK messages for secure transmission. It follows the Master/slave architecture. The Master controls the slaves, sends them commands, and manage the planning of the entire network.

Properties of Z-Wave protocol

Standard: Z-Wave Alliance ZAD12837 / ITU-T G.9959

Data transfer rate: 100kbps

Range: 30-100m

Frequency: 908.42GHz

3. ZigBee Smart Energy

ZigBee Smart Energy is designed for a wide range of IoT applications. It includes smart homes, remote controls, and health systems. It supports a wide range of network topologies, including star, point-to-point, and cluster tree.

ZigBee Smart Energy

Properties of ZigBee protocol

Standard: ZigBee 3.0 based on IEEE802.15.4

Data transfer rate: 250kbps

Frequency: 2.4GHz

Range: 10-100m

4. LoRaWAN

LoRaWAN stands for Long Range Wide Area Network. 

LoRaWAN is a new wireless technology designed for low-power WAN networks with low-cost communications, mobility, security, and bidirectional for IoT applications. It is an optimized low power protocol designed for scalable wireless networks with millions of devices. It supports redundant, location less, low cost, low power, and energy recovery operating technologies. It meets the future needs of the Internet of Things while providing mobility and ease of use.

LoRaWAN

Properties of LoRaWAN protocol

Standard: LoRaWAN

Range: 2-5km (urban environment), 15km (suburban environment)

Data Rates: 0.3-50 kbps.

Frequency: Various

5. WirelessHART

WirelessHART stands for Wireless Highway Addressable Remote Transducer Protocol. It is a data link layer protocol that operates in the physical layer IEEE 802.15.4. It adopts Time Division Multiple Access (TDMA) in its MAC. It is a secure and reliable MAC protocol. It uses advanced encryption to encrypt messages and calculate integrity for optimal reliability. WirelessHART Architecture shown in below.

WirelessHART

6. LTE-A

Long-Term Evolution Advanced (LTE-A) is a set of standards designed for M2M (Machine to Machine) and IoT communication applications in cellular networks. LTE-A is a scalable, lower-cost protocol compared to other mobile protocols. LTE-A uses OFDMA (Orthogonal Frequency Division Multiple Access) as MAC access technology that divides the frequency into various bands each of which can be used separately.


Related Topics

User Datagram Protocol

User Datagram Protocol: UDP stands for the User Datagram Protocol. UDP was developed by David P Reed in 1980. It is a connection-less and unreliable protocol. In this protocol, when...

2 minutes read.

TCP Ports

What is TCP? TCP is a transport layer protocol that helps to establish connections. TCP means Transmission Control Protocol. It guarantees secure data transmission between two network-connected devices. The data can...

5 minutes read.

Method of Joining and Fusion of Fiber Optic Cable

What is Fiber Optics Cable? Fiber optics cable transforms the information at a light pulse. We can transfer voice, data, and video through the fiber optics cable. The fiber optics cable...

3 minutes read.

Basic Networking Devices

Introduction Physical components, or network devices, allow hardware on a computer network to link and convey with one another. Network equipment such as switches, routers, gateways, hubs, repeaters, bridges, and routers...

6 minutes read.

Differences between IPv4 and IPv6

Introduction In this tutorial, we will discuss the basic differences between IPv4 and IPv6 protocols. Definition of Internet Protocols Vint Cerf and Bob Kahn's initial Transmission Control Program had a connectionless datagram service...

4 minutes read.

Hamming Code Example

What is Hamming Code? Hamming code is an error-detecting and error-correcting code used in computer data storage and transmission to detect and correct errors caused by noise, interference, or data corruption....

4 minutes read.

Advantages and Disadvantages of LAN

Before we move to advantages and disadvantages of LAN, first we discuss about what is LAN. Local area network is referred to by its abbreviation, LAN. A system that connects PCs...

3 minutes read.

OSI Model

OSI Model: OSI stands for Open Systems Interconnection. The ISO (International Standards Organization) was introduced the OSI model in 1983. The OSI model is a standard reference model for communication between...

6 minutes read.

Computer Network Topology: Bus, Star, Ring, Tree and Hybrid

Network Topology: The Computer network topology refers to the layout of connected devices on a network. The network topology is the combination by which computer or network devices interconnected to...

4 minutes read.

Controlled Access Protocols in Computer Networks

In this tutorial, we will discuss Controlled Access Protocols in Computer Networks. Introduction On a shared platform, it is a strategy to minimise data frame collision. As in controlled access technique, every...

7 minutes read.

Cryptography in Computer Network

Cryptography: Cryptography is derived from the Greek word, which means "Hidden Secrets." In other words, it is an art in which we can protect our data and information. Through cryptography,...

2 minutes read.

TCP

TCP is a transport layer protocol that helps to establish connections. TCP means Transmission Control Protocol. It guarantees secure data transmission between two network-connected devices. The data can only be...

5 minutes read.

Define Framing in Computer Network

Framing is a function of the data link layer, which provides a way for a sender to transmit a set of bits that should be meaningful to the user. The...

7 minutes read.

Digital Transmission

Line Coding Digital signal is converted in the digital data that process is known as the Line Coding. That data is stored in the computer in the form of text, audio,...

4 minutes read.

What is Framing in a Computer Network?

In the stream of bits, the data is stored by transmitting the bit by the connection of two devices through cable. This type of connection for data transmission is called...

6 minutes read.

Working of ARP

The majority of computer programmes and applications send and receive messages using logical addresses (IP addresses), but the actual communication takes place over physical addresses (MAC addresses), which is found...

4 minutes read.

TCP vs UDP

Transmission Control Protocol (TCP) and User Datagram Protocol are the two most popular Internet protocols (IPs). TCP is a connection-oriented protocol, which means that once a connection has been made,...

4 minutes read.

Integrated Services Digital Network (ISDN)

Integrated Services Digital Network (ISDN): ISDN means Integrated Services Digital Network. ISDN was developed by ITU-T in the 1980s. These are digital telephony and data transport services offered by regional...

3 minutes read.

Network Layer: Logical Address

Network Layer - Logical Address The IP address is a 32 bit long, and it provides us a maximum of 232 addresses. These addresses are known as IPv4 addresses. The IP address...

5 minutes read.

Advantages and Disadvantages of WAN

Before we move to advantages and disadvantages of WAN, first we discuss about what is WAN and what are its features. A wide area network is a vast network of information...

4 minutes read.