<!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>Decentralized approach for data security of Medical IoT Devices</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mario Casillo</string-name>
          <email>mcasillo@unisa.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Francesco Colace</string-name>
          <email>fcolace@unisa.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Brij B. Gupta</string-name>
          <email>gupta.brij@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Francesco Marongiu</string-name>
          <email>fmarongiu@unisa.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Domenico Santaniello</string-name>
          <email>dsantaniello@unisa.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>DIIn University of Salerno</institution>
          ,
          <addr-line>Salerno</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National Institute of Technology Kurukshetra</institution>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <abstract>
        <p>In recent years, smart medical devices have become part of people's daily lives. The massive diffusion of these devices is due to the increasing availability and accessibility to hardware resources with limited features but sufficient to perform a particular task (i.e., monitoring of heartbeat, blood oxygenation, etc.). Recently it has been possible to allow these devices to connect with the outside world, and through the internet, they have become part of what is now generally defined as the Internet of Things (IoT) paradigm. Due to the limited computing power of these devices, very often security protocols are neglected or sometimes impossible to implement. In many cases this is not a problem, but in the medical field this issue is immediately crucial. The purpose of this paper is to investigate the use of decentralized systems for the collection and certification of data from medical IoT (MIoT) devices. In particular, a software hardware architecture capable of connecting MIoT devices with a decentralized system based on Blockchain and Smart Contract has been described. The results obtained are promising, demonstrating the efficiency and effectiveness of the proposed solution.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        In recent years, it has been possible to connect more and more devices with a variety of hardware
and software characteristics to the network. Thanks to the advancement of electronics and the
reduction of production costs, the development of smaller and smaller hardware products specialized
to perform specific tasks has been witnessed. There has been a gradual move away from the concept
of general purpose to single or special purpose Connected over a network, these devices have
permitted the development of what is now called the Internet of Things (IoT) paradigm [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], a network
of millions of special purpose devices capable of collecting data and sending it directly over the
network to larger, more complex systems. One of the many areas that have been revolutionized by
IoT is certainly the medical field [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] [20-22]. Indeed, it has been possible to create devices with small
dimensions and able to monitor in real time parameters related to the health of patients, opening the
possibility of diagnosis and prevention of many diseases [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        One of the main problems of these devices is certainly the transmission of the collected data to
advanced storage and analysis [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The data collected represent one of the major sources of
knowledge because it is possible to extrapolate correlations and useful information that would
otherwise be hidden [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Ensuring the security and reliability of this data is therefore crucial, as dirty
or manipulated data could lead to the creation of incorrect and therefore useless knowledge bases.
This is particularly evident in the medical field, where these data are used to propose diagnoses or
monitor the health status of individuals [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Blockchain, and decentralized systems in general, can
help address these issues [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The architecture proposed in this work aims to develop a
software/hardware ecosystem in which MIoT devices communicate directly with a certified
Blockchain-based storage.
      </p>
      <p>
        This solution is possible since data saved on Blockchain technology is immutable over time and
cannot be altered either voluntarily or accidentally [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], furthermore, by using the cryptographic
properties inherent to the technology, data can be uniquely associated with the user who owns a MIoT
device through digital signature mechanisms.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Works</title>
      <p>
        Apart from healthcare [
        <xref ref-type="bibr" rid="ref17 ref18 ref19">17-19</xref>
        ], IoT devices have a variety of applications in industries and
agriculture [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]; however, because of their low computational capability, these IoT devices are
susceptible to a variety of cyber threats. However, it presented a variety of different detecting systems
for cyber threats [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Many applications of Blockchain in the IoT field have been proposed in the
literature; however, the focus of the research does not see IoT devices as an active part of the
Blockchain, but as sensors that are queried by other systems that are then connected with the
decentralized structure.
      </p>
      <p>
        Chakraborty et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] proposed a system has been proposed that uses a dual blockchain to store
data from IoT devices. The first one directly managed by the user, while the second one is used to
exchange information between patients, doctors, and the healthcare system. In practical this cannot be
developed because the private user blockchain cannot guarantee any security because not
decentralized.
      </p>
      <p>
        Liu et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], proposed an advanced blockchain architecture for the system governing e-health
care systems. The work focused on the development of interoperable and an adaptable networking
solution for the effective and proper sharing of the health care data within multiple stakeholders. The
blockchain architecture follows the methodology of primary audits by the stakeholders such as the
insurance companies, hospitals, and doctors about the authenticity and credibility of a record that is
been shared over the platform.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Approach</title>
      <p>The proposed methodology is based on three main modules: IoT Devices, Routing Devices, and a
Blockchain system.</p>
      <p>IoT devices are responsible for collecting data from the outside world and encoding it in a standard
format. In addition, these devices possess a public and private key pair of the same space as those
used in the Blockchain.</p>
      <p>Routing Devices are exclusively responsible for forwarding data from IoT devices to the
Blockchain.</p>
      <p>
        The Blockchain is used as a decentralized certified storage, able to receive, via Smart Contracts
[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], data from IoT sensors and automatically associate them with the users to whom they belong.
3.1.
      </p>
    </sec>
    <sec id="sec-4">
      <title>Device Registration</title>
      <p>Before devices are enabled to send data, they must be registered on the Blockchain so that they can
be uniquely associated with a user.</p>
      <p>Users and devices both possess unique Public/Private key pairs belonging to the same domain
from the Blockchain. The user who intends to use the smart device associates the latter's public key
with his own via a Smart Contract. Further associations by other public keys will be rejected unless
the device is removed by the user who originally registered it.</p>
      <p>This mechanism means that devices can be located anywhere without ever losing data ownership
information.
3.2.</p>
    </sec>
    <sec id="sec-5">
      <title>Data Transmission</title>
      <p>IoT devices buffer data based on the type of time frame needed and specific to the use case, then
the data is encoded according to a common structure and digitally signed using the private key
contained within the &lt;IPrivK&gt; device.</p>
      <p>The tuple that contains the device's public key, data and its signature (IPubK, Data, Sig), is
transmitted to a routing device that is responsible for forwarding the data to the Blockchain.</p>
      <p>Routing devices do not have to be trusted. When information reaches the Blockchain, it will be up
to the Smart Contract to verify: The public key &lt;IPubK&gt; of the device is associated with a user; the
digital signature is compatible with the &lt;IPubK&gt; key and that the data has not been corrupted or
manipulated during transport. If the verifications are successful, then the data is saved within the
Blockchain and then made accessible by the user.
3.3.</p>
    </sec>
    <sec id="sec-6">
      <title>Smart Contract</title>
      <p>The memory of the Smart Contract has been organized to make the information entry and
verification operations efficient. Two main structures have been used:
•
•</p>
      <p>A Hash table to store information and data history for a single IoT device.</p>
      <p>A Hash table that allows to quickly have the list of all the devices associated to a user.
struct IoTDevice {
bool registred;
address owner;
bytes32[] data;
}
//List of all registred devices in the smart contract, those devices
will be allowed to store content.</p>
      <p>mapping (address =&gt; IoTDevice) private registered_devices;
//Lookup map to find all associated devices to a specific user.
mapping (address =&gt; address[]) private devices_association;</p>
      <p>Smart Contract functions are primarily concerned with managing data storage and access:
associating devices uniquely to users; checking digital signatures on data from sensors; saving data
within the described data structure.</p>
    </sec>
    <sec id="sec-7">
      <title>4. Results</title>
      <p>The system has been implemented experimentally on Test Ethereum network using the Solidity
language; The results show a good compromise in the execution of operations from the point of view
of GAS: Device Registration had an average GAS cost of 44000; Digital Sign Verification of 25000;
while Verification and insertion 69000. Specifically, the transactions do not have an acceptable cost in
terms of GAS in relation to a base transaction (21000 GAS).</p>
      <sec id="sec-7-1">
        <title>Operation</title>
        <p>Device Registration</p>
        <p>Digital Sign Verification
Verification and Data Insertion</p>
      </sec>
      <sec id="sec-7-2">
        <title>Average GAS consummation 44192 25568 69822</title>
        <p>An interesting aspect of the Smart Contract concerns the verification of the correctness of the
signature affixed to the data. For this purpose, was used the function ecrecover native to EVM,
which allows to efficiently extract the public key from the data signature.</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>5. Conclusions</title>
      <p>
        In conclusion, the system turns out to be robust and efficient for storing data in a certified manner,
thus going to solve one of the main problems of IoT devices. Understanding exactly where the data
comes from and being sure that it has not been manipulated during transport and after storage is an
important property in the world of Industry 4.0. The result assumes even more relevance when it
comes to the medical world and therefore IoT devices applied to health [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. The experimental results
are promising, and it is certainly possible to expand the research in multiple directions. The focus has
been on data certification, but it could be interesting to add an additional layer of encryption to create
a selective data access system [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Or explore the use of innovative Blockchain technologies to
improve Smart Contract efficiency and execution.
      </p>
    </sec>
    <sec id="sec-9">
      <title>6. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Al-Fuqaha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Guizani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mohammadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Aledhari</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Ayyash</surname>
          </string-name>
          , “
          <article-title>Internet of Things: A Survey on Enabling Technologies, Protocols, and</article-title>
          <string-name>
            <surname>Applications</surname>
          </string-name>
          ,”
          <source>IEEE Communications Surveys &amp; Tutorials</source>
          , vol.
          <volume>17</volume>
          , no.
          <issue>4</issue>
          , pp.
          <fpage>2347</fpage>
          -
          <lpage>2376</lpage>
          ,
          <year>2015</year>
          , doi: 10.1109/COMST.
          <year>2015</year>
          .
          <volume>2444095</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hassanalieragh</surname>
          </string-name>
          et al.,
          <article-title>“Health Monitoring and Management Using Internet-of-Things (IoT) Sensing with Cloud-Based Processing: Opportunities</article-title>
          and Challenges,” in
          <source>2015 IEEE International Conference on Services Computing, Jun</source>
          .
          <year>2015</year>
          , pp.
          <fpage>285</fpage>
          -
          <lpage>292</lpage>
          . doi:
          <volume>10</volume>
          .1109/SCC.
          <year>2015</year>
          .
          <volume>47</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>G.</given-names>
            <surname>Yang</surname>
          </string-name>
          et al.,
          <article-title>“A Health-IoT Platform Based on the Integration of Intelligent Packaging, Unobtrusive Bio-Sensor, and</article-title>
          <source>Intelligent Medicine Box,” IEEE Transactions on Industrial Informatics</source>
          , vol.
          <volume>10</volume>
          , no.
          <issue>4</issue>
          , pp.
          <fpage>2180</fpage>
          -
          <lpage>2191</lpage>
          , Nov.
          <year>2014</year>
          , doi: 10.1109/TII.
          <year>2014</year>
          .
          <volume>2307795</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>C.</given-names>
            <surname>Stergiou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. E.</given-names>
            <surname>Psannis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.-G.</given-names>
            <surname>Kim</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Gupta</surname>
          </string-name>
          , “
          <article-title>Secure integration of IoT and Cloud Computing,” Future Generation Computer Systems</article-title>
          , vol.
          <volume>78</volume>
          , pp.
          <fpage>964</fpage>
          -
          <lpage>975</lpage>
          , Jan.
          <year>2018</year>
          , doi: 10.1016/j.future.
          <year>2016</year>
          .
          <volume>11</volume>
          .031.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A. L.</given-names>
            <surname>Beam</surname>
          </string-name>
          and
          <string-name>
            <given-names>I. S.</given-names>
            <surname>Kohane</surname>
          </string-name>
          , “
          <source>Big Data and Machine Learning in Health Care,” JAMA</source>
          , vol.
          <volume>319</volume>
          , no.
          <issue>13</issue>
          , p.
          <fpage>1317</fpage>
          ,
          <string-name>
            <surname>Apr</surname>
          </string-name>
          .
          <year>2018</year>
          , doi: 10.1001/jama.
          <year>2017</year>
          .
          <volume>18391</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Rahmani</surname>
          </string-name>
          et al., “
          <article-title>Exploiting smart e-Health gateways at the edge of healthcare Internet-ofThings: A fog computing approach,” Future Generation Computer Systems</article-title>
          , vol.
          <volume>78</volume>
          , pp.
          <fpage>641</fpage>
          -
          <lpage>658</lpage>
          , Jan.
          <year>2018</year>
          , doi: 10.1016/j.future.
          <year>2017</year>
          .
          <volume>02</volume>
          .014.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Dai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          , “
          <article-title>An Overview of Blockchain Technology: Architecture, Consensus, and Future Trends,” in 2017 IEEE International Congress on Big Data (BigData Congress)</article-title>
          ,
          <source>Jun</source>
          .
          <year>2017</year>
          , pp.
          <fpage>557</fpage>
          -
          <lpage>564</lpage>
          . doi:
          <volume>10</volume>
          .1109/BigDataCongress.
          <year>2017</year>
          .
          <volume>85</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Kassab</surname>
          </string-name>
          and G. Destefanis, “
          <article-title>Blockchain and Contact Tracing Applications for COVID-19: The Opportunity and The Challenges</article-title>
          ,” in
          <source>2021 IEEE International Conference on Software Analysis, Evolution and Reengineering</source>
          (SANER),
          <year>Mar</year>
          .
          <year>2021</year>
          , pp.
          <fpage>723</fpage>
          -
          <lpage>730</lpage>
          . doi:
          <volume>10</volume>
          .1109/SANER50967.
          <year>2021</year>
          .
          <volume>00092</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mettler</surname>
          </string-name>
          , “
          <article-title>Blockchain technology in healthcare: The revolution starts here,” in 2016 IEEE 18th International Conference on e-Health Networking, Applications</article-title>
          and Services (Healthcom),
          <source>Sep</source>
          .
          <year>2016</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>3</lpage>
          . doi:
          <volume>10</volume>
          .1109/HealthCom.
          <year>2016</year>
          .
          <volume>7749510</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>AlZu'bi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hawashin</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mujahed</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jararweh</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>B. B.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>An efficient employment of internet of multimedia things in smart and future agriculture</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          ,
          <volume>78</volume>
          (
          <issue>20</issue>
          ),
          <fpage>29581</fpage>
          -
          <lpage>29605</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Tripathi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Almomani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mishra</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Veluru</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Hadoop based defense solution to handle distributed denial of service (ddos) attacks</article-title>
          .
          <source>Journal of Information Security</source>
          . Vol.
          <volume>4</volume>
          No.
          <issue>3</issue>
          (
          <issue>2013</issue>
          ) ,
          <string-name>
            <surname>Article</surname>
            <given-names>ID</given-names>
          </string-name>
          :
          <fpage>34629</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Aich</surname>
          </string-name>
          , and H.-C. Kim, “
          <article-title>A Secure Healthcare System Design Framework using Blockchain Technology,”</article-title>
          <source>in 2019 21st International Conference on Advanced Communication Technology (ICACT)</source>
          ,
          <year>Feb</year>
          .
          <year>2019</year>
          , pp.
          <fpage>260</fpage>
          -
          <lpage>264</lpage>
          . doi:
          <volume>10</volume>
          .23919/ICACT.
          <year>2019</year>
          .
          <volume>8701983</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>W.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mundie</surname>
          </string-name>
          , and U. Krieger, “
          <article-title>Advanced block-chain architecture for e-health systems,” in 2017 IEEE 19th International Conference on e-Health Networking, Applications</article-title>
          and Services (Healthcom), Oct.
          <year>2017</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . doi:
          <volume>10</volume>
          .1109/HealthCom.
          <year>2017</year>
          .
          <volume>8210847</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>K.</given-names>
            <surname>Christidis</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Devetsikiotis</surname>
          </string-name>
          , “
          <article-title>Blockchains and Smart Contracts for the Internet of Things,” IEEE Access</article-title>
          , vol.
          <volume>4</volume>
          , pp.
          <fpage>2292</fpage>
          -
          <lpage>2303</lpage>
          ,
          <year>2016</year>
          , doi: 10.1109/ACCESS.
          <year>2016</year>
          .
          <volume>2566339</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M. H.</given-names>
            <surname>Kassab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. V. G.</given-names>
            <surname>Neto</surname>
          </string-name>
          , G. Destefanis, and T. Malas, “
          <article-title>Could Blockchain Help With COVID-19 Crisis?</article-title>
          ,
          <source>” IT Professional</source>
          , vol.
          <volume>23</volume>
          , no.
          <issue>4</issue>
          , pp.
          <fpage>44</fpage>
          -
          <lpage>50</lpage>
          , Jul.
          <year>2021</year>
          , doi: 10.1109/MITP.
          <year>2021</year>
          .
          <volume>3072585</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Casillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Castiglione</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Colace</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. de Santo</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Marongiu</surname>
            , and
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Santaniello</surname>
          </string-name>
          , “
          <article-title>COVID-19 data sharing and organization through blockchain and decentralized models,”</article-title>
          <source>in CEUR Workshop Proceedings</source>
          ,
          <year>2021</year>
          , vol.
          <volume>2991</volume>
          , pp.
          <fpage>128</fpage>
          -
          <lpage>140</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Al-Ayyoub</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , AlZu'bi,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Jararweh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Shehab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            , &amp;
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <surname>B. B.</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Accelerating 3D medical volume segmentation using GPUs</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          ,
          <volume>77</volume>
          (
          <issue>4</issue>
          ),
          <fpage>4939</fpage>
          -
          <lpage>4958</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Al-Ayyoub</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , AlZu'bi,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Jararweh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Shehab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            , &amp;
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <surname>B. B.</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Accelerating 3D medical volume segmentation using GPUs</article-title>
          .
          <source>Multimedia Tools and Applications</source>
          ,
          <volume>77</volume>
          (
          <issue>4</issue>
          ),
          <fpage>4939</fpage>
          -
          <lpage>4958</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>AlZu'bi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shehab</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <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>
          , &amp;
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Parallel implementation for 3d medical volume fuzzy segmentation</article-title>
          .
          <source>Pattern Recognition Letters</source>
          ,
          <volume>130</volume>
          ,
          <fpage>312</fpage>
          -
          <lpage>318</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>