<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>The Impact of Digital Transformation on Technological Trends regarding IoT and Smart Systems</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Hamburg University of Applied Sciences</institution>
          ,
          <addr-line>Hamburg</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <fpage>0000</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>The present time is the time of digital transformation. New smart or intelligent devices and technologies influence our everyday life and have a great impact on our environment. Such paradigms as Internet of Things (IoT) and Smart Systems are also unavoidable undergoing changes and modifications. Especially the domain of Smart Cities is getting more and more attention and is benefiting from the outcomes of digital transformation. In this paper we focus on the evolution of technologies in this fields and provide an overview over a selection of numerous applications.</p>
      </abstract>
      <kwd-group>
        <kwd>Digital Transformation</kwd>
        <kwd>Big Data</kwd>
        <kwd>Business Analytics</kwd>
        <kwd>IoT</kwd>
        <kwd>Smart Systems</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Digital Transformation, Digitization, Internet of Things (IoT), Smart Cities, Smart
Systems and Big Data are s ome of the most discussed topics in recent years . Hardly
anybody today does not possess a smartphone or some smart devices. Many activit ie s
and events private as well as public are digitally supported and displayed. As the
critical mass of users has increased, many technologies hav e become important to
business and government as well. Cities, on the other hand, are still not very advanced,
except for a few exceptional projects. There is a lot of potential in the use of (smart)
digital technologies, especially regarding big data.</p>
      <p>On the other hand, digital support also involves new challenges . For example, the
monitoring of the entire transport network brings immense benefits to public safety
and simplifies everyday life for individuals through real-time reporting of congestion
or accidents . However, concepts must also be developed to protect this data and
personal information. This paper addresses the evolution of big data architecture, IoT and
smart urban environment and highlights some of the challenges, but does not discuss
legal implications or privacy issues.</p>
      <p>
        Along with the progress of digital transformation a new dimension arises in the
way how people interact with things in their surrounding environment. This evolution
reveals a whole new area of research challenges and emerging technologies , as
cumulated by Gartner [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] and presented in Fig. 1.
      </p>
      <p>The objective of this paper is to give an overview on changes and modifications of
some selected important concepts and technologies as an implication of the digital
transformation progress.</p>
      <p>The next section describes at first briefly some of the most commonly used
frameworks for processing big data. Then, the evolution tendency of IoT and
Softwaredefined Systems is presented, followed by some selected trends in the area of smart
cities.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Big Data Architecture</title>
      <p>
        Big Data is one of the most discussed topics in the past and nowadays. The amount o f
produced and stored data from our environment, social networks or business sector is
increasing every day. The requirements of big data applications are often described
using the five V's: volume, variety, velocity, veracity and value [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. There is no clear
line, how much volume, variety etc. the data needs to have in order to be called 'Big
Data'. But it is often considered that a data problem falls in the category if storing and
processing of the data requires special tooling and thinking regarding the mentioned
dimensions.
      </p>
      <p>
        The challenge regarding big data is not anymore to collect and store data, but to
analyze it efficiently and to extract its value. This leads to complex workflows, which
require systems built for big data processing. One option for such workflows is to use
projects from the Hadoop Ecosystem [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>Apache Hadoop was initially introduced in 2007 as an open source implementation
of MapReduce processing engine linked with a d istributed file system. Since then it
has developed into a collection of more than 100 projects related to every step of a big
data workflow, including data collection, storage, processing, and much more.</p>
      <p>The whole ecosystem is based on HDFS (Hadoop Distributed File System) and a
framework for job scheduling and cluster resource management YARN (Yet Another
Resource Negotiator). In the following some data processing engines are listed that
are often used to develop analytic workflows for big data.</p>
      <sec id="sec-2-1">
        <title>Apache Spark.</title>
        <p>
          Apache Spark applications range from finance to scientific data processing and
combine libraries for SQL, machine learning, and graphs. Spark has a similar
programming model to MapReduce but extends it with a data-sharing abstraction called
resilient distributed datasets, or RDDs. Spark is most commonly used with cluster file
systems like HDFS and key-value stores like S3 or Cassandra. It can also connect with
Apache Hive as a data catalog. Spark supports batch and stream processing [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Apache Storm</title>
        <p>Apache Storm is a free and open source distributed real-time computation system.
Storm uses streams for real-time processing and can be used almost with any
programming language.</p>
        <p>H2O
H2O is an open source framework that provides a parallel proces sing engine,
analytics, math, and machine learning libraries, along with data preprocessing and
evaluation tools. Additionally, H2O offers a web-based user interface, making learning tasks
more accessible to users who may not have strong programming experience. The
framework supports Java, R, Python, and Scala. In addition to its native processing
engine, there is also Sparkling Water, which integrates Spark and Spark Streaming
into H2O. H2O4GPU uses GPU computation to speed -up on model training time and
inference time.</p>
      </sec>
      <sec id="sec-2-3">
        <title>TensorFlow</title>
        <p>TensorFlow is an open source software library for numerical computation using data
flow graphs. Nodes in the graph represent mathematical operations, while the graph
edges represent the multidimensional data arrays (tensors) commu nicating between
them. TensorFlow was originally developed by researchers and engineers from the
Google Brain Team for the purposes of conducting machine learning and deep neural
networks research. TensorFlow is a mighty tool for analysis and processing of big
data.</p>
      </sec>
      <sec id="sec-2-4">
        <title>Apache Kafka</title>
        <p>
          Apache Kafka is a distributed publish-subscribe message delivery system. It is
characterized by being highly scalable, like it can scale to a large number of data sources
simultaneously sending data at high rates, and reliable, since it is fault tolerant against
failing of computing machines (no data loss). Moreover, it is a powerful tool for
building real-time data pipelines with high throughput and low latencies [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
        <p>
          Another advantage of Kafka is that it guarantees at -least-one delivery of data from
producers to consumers. A topic can be divided into several partitions that are located
across different brokers which leads to Kafka's capability of delivering a large volume
of messages simultaneously [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ].
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>IoT and Software-Defined Systems</title>
      <p>With the emergence of a new generation of cheaper and smaller wireless devices and
numerous technologies including sensors, actuators, embedded and cloud computing,
many things are becoming wirelessly connected to the Internet. Thus, the number and
variety of devices that are used in this way has increased enormously. Such devices
can vary in many aspects, e.g. in size, computing resources, operating mode, network
technologies, protocols, usage scenario etc.</p>
      <p>
        This concept is broadly known as the Internet of Things (IoT). In [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] the IoT is
defined as a global infrastructure for the information society, enabling advanced
services by interconnecting (physical and virtual) things based on existing and evolving
interoperable information and communication technologies.
      </p>
      <p>Use cases in the IoT vary from home safety and management system, smart
electricity monitoring in electricity grids, in-car system from road traffic to health
monitoring and disaster management.</p>
      <p>
        The concepts of IoT Architecture are broadly discussed in literature. In our
previous research [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] we presented many aspects of IoT technology in detail. For further
information, we refer to [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        Software-defined Systems are emerging and promising technologies to meet the
needs of current IoT requirements. Software-defined networks (SDN) provide a
centralized control and global view of the whole managed network by decoupling the
control functionality from the forwarding plane and program network service located
above the control plane. The centralized management allows efficient and automated
optimization as well as configuration of the managed network [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <sec id="sec-3-1">
        <title>Software-Define d Networks</title>
        <p>In legacy networks the control and data plane are bundled inside the networking
device, which reduces flexibility because devices need to be individually configured and
control functions are often hard-coded. Thus, impeding innovation and evolution of
the network infrastructure. Any changes to the network infrastructure are extremely
expensive in terms of cost and time.</p>
        <p>
          The software-defined network paradigm is considered to be an alternative to
overcome the existing architectural challenges by decoupling the control plane from the
forwarding plane in a three-layer architecture. However, the improved flexibility in
network configuration and resource management that is provided by the higher level
of abstraction can come at the cost of performance deterioration [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
        </p>
        <p>
          The three-layer architecture, as presented in [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], consists of a data or forwarding
plane, a control plane and a management or application plane. The layers
communicate with each other via open APIs called northbound interface and southbound
interface:
─ The data or forwarding plane consists of the actual physical devices, e.g., switches,
routers and gateways. Thes e forwarding devices act on the basis of instruction s e t s
(policies) provided by the control plane on incoming flows or packets, e.g.,
forward, drop or manipulate a header.
─ The southbound interface provides a communication protocol between the
forwarding devices and the control plane, e.g., to distribute the instruction sets (rules)
to the forwarding devices. One prominent communication protocol is OpenFlow
[
          <xref ref-type="bibr" rid="ref7">7</xref>
          ].
─ The control plane is the logically centralized part of the SDN and can be viewed as
the brain of the network. The control plane manages the whole network and has a
global view of the network. Examples for controller software are Open Daylight
[
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], ONOS [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] and Floodlight [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
─ The northbound interface represents a common interface for developing
applications.
─ The management or application plane consists of applications that leverage the
functions offered by the northbound interface. Essentially, a management
application defines the policies, that are eventually translated to southbound -specific
instructions that program the behavior of the forwarding devices.
        </p>
        <p>The separation of concerns introduced between the definition of network policies,
their implementation in forwarding devices, and the forwarding of traffic is an
important consequence of the SDN paradigm. This separation is the key property for the
desired flexibility, breaking the network control problem into manageable pieces.
Furthermore, it allows to easier create and introduce new abstractions in networking,
simplifying network management and facilitating network evolution and innovation.</p>
      </sec>
      <sec id="sec-3-2">
        <title>Software-Define d Storage</title>
        <p>
          The immense increase in IoT devices inexorable results in huge amounts of data that
is generated, transported, collected and analyzed. As a result of this development
more and more storage systems are deployed. Virtualization techniques are used to
utilize the underlying hardware to its fullest potential and support building
manageable storage systems [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <p>
          However, the complexity of a layered approach leads to the difficulty to enforce
end-to-end Quality of Service policies, e.g., bandwidth, latency or priority
requirements. These deficiencies make it necessary to establish a software -defined design of
storage system, i.e., Software-Defined Storage (SDStore) system. The SDStore
approach is based on the SDN paradigm and makes use of a logically centralized
controller that has the ability to implement different policies on different kinds of flows
[
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Software-Defined Security</title>
        <p>
          Traditional security mechanisms are not suitable for the SDSys architectures and
therefore require new security mechanisms. Like all SDSys, Software-Defined
Security (SDSec) provides a way to design, deploy and manage security mechanisms by
separating the forwarding and processing plane from the security control plane. Thus,
SDSec abstracts the security policies, e.g. intrusion detection, firewalling and others,
from the hardware layer and run it in an independent software layer. The separation
provides a scalable distributed security solution, which virtualizes the security
functions but remains manageable as a single logical system, as [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] states.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Smart Cities and Smart Systems</title>
      <p>The growing number of people living in a city poses a new set of technical
challenges. This rapid progress, also referred to as urbanization, has led to many big cities
producing continuous big data. The concept of a smart city was developed in order to
handle all the information and to gain knowledge about a city that can help tackle the
challenges.</p>
      <p>
        For instance, the analysis of the city-wide human and vehicle mobility data helps to
detect problems in a city’s road network. This discovery can help better formulate city
planning for the future [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. Fig. 2 [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] presents a good overview over the
connections and relationships in a city that can be used for developing smart systems.
      </p>
      <sec id="sec-4-1">
        <title>Smart Mobility</title>
        <p>
          Smart mobility is often described as visionary idea of transportation [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. It should be
applicable and usable for everyone regardless of location and region, usage period and
duration and regardless of individual skills and budget.
        </p>
        <p>However, in the context of smart cities, smart mobility involves not only
transportation, such as autonomous vehicles, but also support for disabled or older persons as
well as a real-time traffic control system.</p>
        <p>
          Such a system, also referred to as intelligent transportation system (ITS), is the
application of sensing, analysis, control and communications technologies to ground
transportation in order to improve safety, mobility and efficiency. It estimates the
traffic parameter and optimizes traffic signal to reduce vehicle delays and stops by the
uses of different techniques [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]. An ITS is part of the Internet of Things and includes
vehicle-to-vehicle (V2V) and vehicle-to-infrastructure (V2I) technology.
        </p>
        <p>The data processing approaches in ITS rely often on Apache Kafka and Apache
Spark's extension Spark Streaming we briefly presented in Section 2. The traffic
management centers are responsible for data analysis that is mostly done with machine
learning and deep learning applications.</p>
      </sec>
      <sec id="sec-4-2">
        <title>Smart Health</title>
        <p>
          To ongoing digitization has already transformed the healthcare system. The concept
of electronic health (e-health) [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] was introduced and successfully integrated in
healthcare. Meanwhile the concept of mobile health (m-health) [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ] has arisen
combining the characteristics of mobility and the benefits of e-health. In that way a
treatment can be carried out and monitored at any time and in any place.
        </p>
        <p>
          The development and increased use of IoT significantly transformed the health
sector [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. Intelligent devices communicate with each other over the internet, store and
deliver vast amounts of data in the cloud for analysis and predictions. In the context
of smart cities, the concept of smart health (s -health) was developed [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ], which uses
the existing infrastructure of the city for improvement of customized patient -oriented
treatment. Smart city devices can also be used for real-time analysis and routing
support of emergency services.
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>Smart Energy</title>
        <p>
          By the transition of coal and nuclear energy towards renewable energy sources, new
concepts for the long-term storage and efficient distribution of energy are essential.
For example, in Germany [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] several model regions were developed for testing the
new approaches regarding smart energy systems. Solar and wind energy as well as
biomass and hydropower are the most important forms of renewables. Renewable
energy becomes an important source of electricity worldwide. The key factors thereby
are that the energy supply is to become more climate-friendly, and it will make
countries less dependent on extraction and imports of fossil fuels.
        </p>
        <p>Some of the examples of the new applications in this area are smart grids and
smart meters. Smart grids represent an energy supply system that involves power
generation, transmission, storage, distribution up to consumption of the electricity.
The idea behind this concept is that each device which is connected to the electricity
grid should be integrated on a "plug &amp; play" basis . Smart meters are parts of a smart
home and should replace conventional electricity meters . They will be integrated in
the smart grids and should be able not only to measure the power consumption, but
also to record voltage failures and to provide the grid operators with important
information so that the power generation, grid loads and consumption can largely be
adjusted automatically.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>Digital transformation is increasingly becoming an overarching, everyday experience.
It is changing the way people live, work and communicate with each other and with
their surroundings. New possibilities, products and services are emerging. In order to
maintain an active control of the digitization, it is necessary to monitor the changes in
our environment and to adapt applied technologies making them smarter.</p>
      <p>In this paper we presented an overview on changes and modifications of some
selected concepts and technologies as an implication of the digital transformation
progress. This work covers only a small part of the huge research and application area.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>M .</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>M ao, and</article-title>
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          .
          <article-title>Big data: A survey. M obile Networks</article-title>
          and Applications, Springer-Verlag New York,
          <volume>19</volume>
          (
          <issue>2</issue>
          ):
          <fpage>171</fpage>
          -
          <lpage>209</lpage>
          ,
          <year>Apr 2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. International Telecommunication Union. Series Y: Global Information Infrastructure,
          <article-title>Internet Protocol Aspects and Next-Generation Networks. Next Generation Networks Frameworks and functional architecture models</article-title>
          .
          <source>Overview of the Internet of Things</source>
          . (Y.
          <year>2060</year>
          ) (
          <year>2012</year>
          ) https://www.itu.int/ITUT/recommendations/rec.aspx?rec=11559&amp;lang=en.
          <source>Last accessed 06.04</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Qin</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Denker</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giannelli</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bellavista</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Venkatasubramanian</surname>
          </string-name>
          , N.:
          <article-title>A software defined networking architecture for the internet-of-things. In: Network Operations and M anagement Symposium (NOM S)</article-title>
          , IEEE, pp.
          <volume>1</volume>
          {
          <fpage>9</fpage>
          . (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Tayyaba</surname>
            ,
            <given-names>S.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>M .A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khan</surname>
            ,
            <given-names>N.S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Asim</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Naeem</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kamran</surname>
            ,
            <given-names>M .:</given-names>
          </string-name>
          <article-title>SoftwareDefined Networks (SDNs) and Internet of Things (IoTs): A qualitative prediction for 2020, network 7(11</article-title>
          ). (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Al-Ayyoub</surname>
            ,
            <given-names>M .</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jararweh</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benkhelifa</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vouk</surname>
            ,
            <given-names>M .</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rindos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al.:
          <article-title>Sdsecurity: A software defined security experimental framework</article-title>
          .
          <source>In: Communication Workshop (ICCW)</source>
          ,
          <source>2015 IEEE International Conference on, IEEE</source>
          (
          <year>2015</year>
          )
          <fpage>1871</fpage>
          -
          <lpage>1876</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Kreutz</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramos</surname>
            ,
            <given-names>F.M .</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verissimo</surname>
            ,
            <given-names>P.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rothenberg</surname>
            ,
            <given-names>C.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Azodolmolky</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uhlig</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Software-defined networking: A comprehensive survey</article-title>
          .
          <source>Proceedings of the IEEE 103(1)</source>
          (
          <year>2015</year>
          )
          <fpage>14</fpage>
          -
          <lpage>76</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. M cKeown,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Anderson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Balakrishnan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Parulkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Peterson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Rexford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Shenker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Turner</surname>
          </string-name>
          , J.: Openflow:
          <article-title>Enabling innovation in campus networks</article-title>
          .
          <source>SIGCOM M Comput. Commun. Rev</source>
          .
          <volume>38</volume>
          (
          <issue>2</issue>
          )
          <string-name>
            <surname>(</surname>
            <given-names>M arch</given-names>
          </string-name>
          <year>2008</year>
          )
          <fpage>69</fpage>
          -
          <lpage>74</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8. Open Daylight Foundation: Open Daylight https://www.opendaylight.org.
          <source>Last accessed 06.04</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. ONOS: ONOS Project https://onosproject.org.
          <source>Last accessed 06.04</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. Floodlight: Floodlight Project http://www.projectfloodlight.org/floodlight.
          <source>Last accessed 06.04</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Deering</surname>
            ,
            <given-names>S.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinden</surname>
            ,
            <given-names>R.M .:</given-names>
          </string-name>
          <article-title>Internet protocol, version 6 (ipv6) specification</article-title>
          .
          <source>RFC 2460</source>
          , RFC Editor (
          <year>December 1998</year>
          ) http://www.rfc-editor.
          <source>org/rfc/rfc2460.txt. Last accessed 06.04</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Software-defined storage</article-title>
          .
          <source>Report</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Tropmann-Frick</surname>
            ,
            <given-names>M :</given-names>
          </string-name>
          <article-title>Internet of things: Trends, challenges and opportunities</article-title>
          .
          <source>In New Trends in Databases and Information Systems - ADBIS 2018 Short Papers and Workshops</source>
          ,
          <source>AI*QA</source>
          ,
          <string-name>
            <surname>BIGPM</surname>
            <given-names>ED</given-names>
          </string-name>
          , CSACDB, M 2U,
          <string-name>
            <surname>BigDataM</surname>
            <given-names>APS</given-names>
          </string-name>
          , ISTREND, DC, Budapest, Hungary, September,
          <fpage>2</fpage>
          -
          <lpage>5</lpage>
          ,
          <year>2018</year>
          , Proceedings, pages
          <fpage>254</fpage>
          -
          <lpage>261</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Landset</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          et al.:
          <article-title>A survey of open source tools for machine learning with big data in the Hadoop ecosystem"</article-title>
          .
          <source>In: Journal of Big Data 2.1</source>
          (
          <issue>2015</issue>
          ), p.
          <fpage>24</fpage>
          . issn:
          <fpage>2196</fpage>
          -
          <lpage>1115</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Zaharia</surname>
            ,
            <given-names>M .</given-names>
          </string-name>
          et al.:
          <article-title>Apache Spark: A Unified Engine for Big Data Processing</article-title>
          .
          <source>In: Commun. ACM</source>
          <volume>59</volume>
          .11 (Oct.
          <year>2016</year>
          ), pp.
          <volume>56</volume>
          {
          <fpage>65</fpage>
          . issn:
          <fpage>0001</fpage>
          -
          <lpage>0782</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <given-names>S.</given-names>
            <surname>Amini</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gerostathopoulos</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Prehofer</surname>
          </string-name>
          .
          <article-title>Big data analytics architecture for realtime tra-c control</article-title>
          .
          <source>In 2017 5th IEEE International Conference on M odels and Technologies for Intelligent</source>
          Transportation
          <string-name>
            <surname>Systems (M T-ITS</surname>
            <given-names>)</given-names>
          </string-name>
          , pages
          <fpage>710</fpage>
          -
          <lpage>715</lpage>
          ,
          <year>June 2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Du</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M .</given-names>
            <surname>Chowdhury</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M .</given-names>
            <surname>Rahman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Dey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Apon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Luckow</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L. B.</given-names>
            <surname>Ngo</surname>
          </string-name>
          .
          <article-title>A distributed message delivery infrastructure for connected vehicle technology applications</article-title>
          .
          <source>IEEE Transactions on Intelligent Transportation Systems</source>
          , pp(
          <volume>99</volume>
          ):
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>S.</given-names>
            <surname>Talari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M .</given-names>
            <surname>Shafie-Khah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Siano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Loia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Tommasetti</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Catalao</surname>
          </string-name>
          :
          <article-title>A Review of Smart Cities Based on the Internet of Things Concept</article-title>
          .
          <source>Energies</source>
          , vol.
          <volume>10</volume>
          , no.
          <issue>4</issue>
          , p.
          <fpage>421</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>J. Jin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gubbi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <article-title>M arusic, and M . Palaniswami: An Information Framework for Creating a Smart City Through Internet of Things. IEEE Internet of Things journal</article-title>
          , vol.
          <volume>1</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>112</fpage>
          -
          <lpage>121</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20. Gartner Hype Cycle
          <year>2018</year>
          . https://www.gartner.com/smarterwithgartner/5
          <article-title>-trends-emergein-gartner-hype-cycle-for-emerging-technologies-2018</article-title>
          . Last accessed
          <volume>06</volume>
          .04.
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <article-title>German Federal M inistry for Economic Affairs and Energy -</article-title>
          BM WI. Smart Energy made in Germany, https://www.bmwi.de/Redaktion/DE/Publikationen/Energie/smart-energy
          <string-name>
            <surname>-</surname>
          </string-name>
          made
          <string-name>
            <surname>-</surname>
          </string-name>
          in-germany.
          <source>html. Last accessed 06.04</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Eysenbach</surname>
          </string-name>
          , G.:
          <article-title>What is e-health?</article-title>
          <source>In: Journal of M edical Internet Research</source>
          (
          <year>2001</year>
          ). URL: https://www.jmir.org/
          <year>2001</year>
          /2/e20.
          <source>Last accessed 06.04</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <given-names>R.</given-names>
            <surname>Istepanian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.L.</given-names>
            ,
            <surname>Pattichis</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.S.:</surname>
          </string-name>
          <article-title>M -health: Emerging mobile health systems</article-title>
          . In: Topics in Biomedical Engineering, Int.
          <source>Book Series</source>
          , Springer. (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>L.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cai</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xie</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Ubiquitous data accessing method in iotbased information system for emergency medical services</article-title>
          .
          <source>IEEE Transactions on Industrial Informatics</source>
          <volume>10</volume>
          (
          <issue>2</issue>
          )
          <string-name>
            <surname>(</surname>
            <given-names>M ay</given-names>
          </string-name>
          <year>2014</year>
          ),
          <fpage>1578</fpage>
          -
          <lpage>1586</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Solanas</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patsakis</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Conti</surname>
            ,
            <given-names>M .</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vlachos</surname>
            ,
            <given-names>I.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramos</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Falcone</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Postolache</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          , Perez-martinez,
          <string-name>
            <given-names>P.A.</given-names>
            ,
            <surname>Pietro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.D.</given-names>
            ,
            <surname>Perrea</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.N.,</surname>
          </string-name>
          <article-title>M artinez -</article-title>
          <string-name>
            <surname>Balleste</surname>
          </string-name>
          , A.:
          <article-title>Smart health: A context-aware health paradigm within smart cities</article-title>
          .
          <source>IEEE Communications M agazine 52(8) (Aug</source>
          <year>2014</year>
          ),
          <fpage>74</fpage>
          -
          <lpage>81</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Fluegge</surname>
            ,
            <given-names>B. Smart</given-names>
          </string-name>
          <article-title>M obility: Trends, Konzepte, Best Practices fuer die intelligente M obilitaet</article-title>
          . Springer,
          <year>2016</year>
          . In German.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <given-names>P.</given-names>
            <surname>Choudekar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          , and
          <string-name>
            <surname>M . K.</surname>
          </string-name>
          <article-title>M uju. Implementation of image processing in real time traffic light control</article-title>
          .
          <source>In 2011 3rd International Conference on Electronics Computer Technology</source>
          , volume
          <volume>2</volume>
          , pages
          <fpage>94</fpage>
          -
          <lpage>98</lpage>
          ,
          <year>April 2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Capra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Wolfson</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Yang</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Urban Computing: Concepts, M ethodologies, and Applications</article-title>
          .
          <source>ACM Trans. Intell. Syst. Technol. 5</source>
          ,
          <issue>3</issue>
          ,
          <string-name>
            <surname>Article 38</surname>
          </string-name>
          (
          <year>September 2014</year>
          ),
          <volume>55</volume>
          pages.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>