Home What are the 4 layers of data “architecture” needed for smart cities?

What are the 4 layers of data “architecture” needed for smart cities?

Smart city services like smart water management, smart energy, smart mobility and smart buildings are based on a centralized system. A web of sensors that are spread across the city feed data to this centralized system or central control center by sensing activities in the physical environment. At the control center the data is processed and stored as meaningful information. This information is shared across various departments of the city government for better coordination and making data-driven decisions.

This sounds pretty easy to implement, doesn’t it? But practically it is not easy. Why?

Integrating various devices with different technologies with the existing communication infrastructure is one of the biggest challenges in developing a sustainable and efficient smart city.

The Information and Communication Technology (ICT) architecture of a smart city has 4 layers: sensing, communication, data, and service.

Layer 1: Sensing

The sensing layer has a varied set of IoT nodes that are spread across an urban area. These nodes collect data about various activities in the physical environment. An IoT node is a package that comprises sensors, microchips, power supply, and network elements. IoT nodes are categorized into 2 different categories based on their operating conditions:

  • Constrained node: These nodes operate in a low-power environment. They have low processing power and a low data-transfer rate.
  • Unconstrained node: These nodes have no operational constraints in terms of power consumption, processing rate, and data-transfer rate

A node can act as both constrained or unconstrained depending on the operational environment and conditions. For example, a proximity sensor node in a small office parking complex may be constrained, while the same proximity sensor node in big parking complexes can be unconstrained.

IoT nodes with the help of sensors, sense the activities in the environment around them and send data to data centers in the data layer. In this data-exchange process, unconstrained nodes send data in an eXtensible Markup Language (XML) format. However, this format is not compatible with constrained nodes, because the overhead in describing the transferred data makes it too long to parse. Additionally, the textual nature of an XML representation makes parsing difficult for CPU-limited nodes.

As a solution to this problem, the World Wide Web Consortium (W3C) proposed the Efficient XML Interchange (EXI) format. This allows constrained nodes to natively support and generate messages by using an open-data format that is compatible with XML

EXI has 2 types of encoding methods:

  • Schema less encoding: Data is encoded directly from the XML data and then decoded by any EXI processor without any prior knowledge about the data.
  • Schema-informed encoding: Before the encoding or decoding process begins the XML schema is shared between 2 EXI processors. This shared schema allows EXI processor to assign numeric identifiers to the XML tags and build EXI grammar upon such coding.

The schema-informed EXI processor can be seamlessly integrated with any constrained IoT node. This enables the constrained IoT node to not just read an EXI format but also evolve into a multipurpose IoT node

Layer 2: communications

Every smart city system has a billion IoT nodes that are spread across the city. These IoT nodes should be addressed individually. This is made possible with IPv6, which provides a128-bit address field.

However, the overheads that are introduced by IPv6 (in addressing the IoT nodes) are not compatible with constrained devices, and therefore 6LoWPAN (Low Power personal Area Network) was adopted.

For seamless translation from IPv6 to 6LoWPAN and vice versa, a bridge router is attached to the 6LoWPAN network. An IPv6 packet that is intended for a node in 6LoWPAN gets converted into 6LoWPAN with the help of a bridge router and vice versa.

As a large number of IoT nodes are spread across a city, the setup requires a robust communication technology that covers a wide geographical area and can handle a huge amount of data traffic. But a single communication technology is not compatible with both constrained and unconstrained nodes. For the unconstrained IoT nodes we use the traditional LAN, MAN, and WAN communication technologies such as WiFi, optic fiber, ethernet, broadband powerline communication, and mobile communication technologies like UMTS and LTE. These communication technologies have a higher reliability, high transfer rate, and low latency.

On the other hand, the constrained nodes have transfer rates of less than 1 mbit/sec. The more reliable communication technologies for constrained nodes are IEEE 802.11 Low Power, Bluetooth Low Energy, IEEE 802.15.4, Bluetooth, PLC, RFID, and NFC

Layer 3: Data

This is the intelligence layer of smart-city architecture. A mega smart city can work effectively and efficiently only if the data about the city is organized systematically. To do this a database of the following information is maintained separately:

  • All the IoT nodes
  • All the departments that control the nodes (for example, nodes related to water management)
  • Corresponding data for each department

At the root of this layer are data servers that process data by applying different statistical models. These models include the following:

  • Predictive models: This model is a type of data-mining technology. It works by analyzing both past and current data and helps in predicting the future.
  • Descriptive models: This model describes the relationship between real-world events and the factors that are responsible for them.
  • Decision models: This model predicts the outcome of a decision by establishing the relationship between elements of the decision and predicted results.

These predictions help the city government to take proactive and data-driven decisions.

This layer also includes Enterprise Resource Planning (ERP) systems that control the flow of data across different organizations under the city government.

Layer 4: Service

This layer acts as a cross-department operation center. Various city boards such as, water-supply board, power-supply board, pollution-control board, transport department etc.. share information by using web portals/mobile applications that are built on this layer. This layer will not just serve government departments by sharing information but also the general public that has access to a subset of all the data. By using this data the public can build services to enhance the operations of the city.

Many cities that are trying to overcome everyday problems and sustain themselves have found perfect solutions by embracing technology. Smart city projects in Barcelona, Tel Aviv, Amsterdam, Seoul, and Stockholm are some success stories.

About ReadWrite’s Editorial Process

The ReadWrite Editorial policy involves closely monitoring the tech industry for major developments, new product launches, AI breakthroughs, video game releases and other newsworthy events. Editors assign relevant stories to staff writers or freelance contributors with expertise in each particular topic area. Before publication, articles go through a rigorous round of editing for accuracy, clarity, and to ensure adherence to ReadWrite's style guidelines.

Get the biggest tech headlines of the day delivered to your inbox

    By signing up, you agree to our Terms and Privacy Policy. Unsubscribe anytime.

    Tech News

    Explore the latest in tech with our Tech News. We cut through the noise for concise, relevant updates, keeping you informed about the rapidly evolving tech landscape with curated content that separates signal from noise.

    In-Depth Tech Stories

    Explore tech impact in In-Depth Stories. Narrative data journalism offers comprehensive analyses, revealing stories behind data. Understand industry trends for a deeper perspective on tech's intricate relationships with society.

    Expert Reviews

    Empower decisions with Expert Reviews, merging industry expertise and insightful analysis. Delve into tech intricacies, get the best deals, and stay ahead with our trustworthy guide to navigating the ever-changing tech market.