This paper proposes a novel distributed consensus algorithm inspired by quantum mechanics, termed the Quantum-Inspired Distributed Consensus Algorithm with Measurement-Based Feedback (QIDCA-MBF). The core idea is to utilize the principles of quantum superposition to accelerate the convergence of distributed consensus in challenging network environments, particularly those prone to node failures. Unlike traditional consensus algorithms, QIDCA-MBF employs probabilistic representations of proposed values within each node, mimicking the concept of quantum superposition. A key innovation is the incorporation of measurement-based feedback, modeled after quantum measurement, to collapse these superpositions and guide the nodes towards a shared consensus value. This feedback mechanism dynamically adapts to the network topology and detects node failures, significantly enhancing the algorithm's robustness and convergence speed. The algorithm is formulated based on a modified averaging process, incorporating probabilistic weights derived from the superposition states. Simulation results demonstrate the effectiveness of QIDCA-MBF in achieving consensus rapidly and reliably, outperforming conventional distributed consensus protocols under various failure scenarios. The algorithm's adaptability and resilience make it a promising candidate for applications in decentralized systems, sensor networks, and blockchain technologies.
This paper proposes a universal post quantum privacy protection edge identity authentication framework to address the challenges faced by edge identity authentication in distributed cross domain networks, such as quantum attack threats, cross domain data privacy breaches, and difficulties in coordinating anonymity protection and compliance supervision. The framework adopts an optimized lattice based linkable ring signature protocol to meet the lightweight operation requirements of edge nodes and prevent the risk of leakage in identity data interaction; Design traceability constraints and controllable cross domain traceability mechanisms based on the linkability feature of signatures, balancing user privacy and regulatory requirements. Prove that the scheme possesses unforgeability, strong anonymity, and quantum resistance under the random oracle model. After optimizing the algorithm and interaction logic, the authentication efficiency is improved by 8% to 15% compared to similar solutions, and it is adapted to the low computing power and low latency characteristics of edge nodes. Combining zero knowledge proof to build a lightweight data collection mechanism and achieve privacy protection throughout the entire data process. This article uses the integrated aviation tourism system as a typical application case to verify that the proposed framework can be widely applied to various distributed cross domain networks and identity authentication systems.
KRILL β Bio-Inspired Architecture for IoT Consensus Decentralized IoT consensus without blockchain β inspired by ant colonies, immune systems & chemical diffusion. What is KRILL? The problem: Blockchain doesn't work for IoT. It's too heavy, too slow, and too expensive for devices running on batteries with 32KB of RAM. IoT needs to answer "What is the physical state of the world?" β not "Who has how much money?" The solution: KRILL replaces blockchain with 9 mechanisms borrowed from biology: Mechanism Biological inspiration What it does Stigmergic Consensus Ant pheromone trails Nodes "deposit" readings like ants deposit pheromones. Truth emerges from convergence, not voting. Pentastratic Immune System Human immune layers 5-layer anomaly detection: skin (format check) β innate (statistical) β adaptive (learned) β NK audit β autoimmune suppression. Metabolic State Cell metabolism Data has a "half-life" β old readings decay and die automatically. No infinite ledger. Entropic Data Valuation Thermodynamic entropy Network autonomously decides which data is worth storing based on information theory. Quorum Sensing Bacterial quorum sensing Nodes detect local density and switch modes (solo β quorum β swarm) without any coordinator. Horizontal Gene Transfer Bacterial gene sharing Firmware updates spread node-to-node like genes between bacteria. No update server needed. Morphogenetic Topology Embryonic development Network self-organizes its topology using reaction-diffusion (Turing patterns). Thymic Tolerance T-cell training in thymus System learns what "normal" looks like to avoid false alarms. Immunological Memory Vaccine/antibody memory Once the network detects an attack pattern, it "vaccinates" all nodes. The result: 1000x less energy than blockchain consensus Runs on a $2 ESP32 microcontroller (240KB RAM) Works with intermittent connectivity (mesh, BLE, LoRa, WiFi) No miners, no staking, no tokens β consensus is grounded in physical reality Scales to millions of nodes without coordinator Status: Research paper + engineering specification. No working implementation yet. Documents Document Description Research Paper (HTML) Full academic paper β mathematical formalizations, energy analysis, novelty assessment, risk analysis. 20 sections. Open in browser β Print β Save as PDF. Engineering Specification (HTML) Implementation reference β byte-level wire formats, state machines, pseudocode, test vectors, transport layers. Ready to code from. Source files (Markdown): krill-bioinspired-architecture.md β Research paper krill-bia-engineering-spec.md β Engineering spec Architecture at a Glance βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β KRILL Node (ESP32) β ββββββββββββ¬βββββββββββ¬βββββββββββ¬βββββββββββ¬ββββββββββββββ€ β Stigmer- β Immune β Metabolicβ Quorum β Morpho- β β gic β System β State β Sensing β genetic β β Consensusβ (5-layer)β (decay) β (modes) β Topology β ββββββββββββ΄βββββββββββ΄βββββββββββ΄βββββββββββ΄ββββββββββββββ€ β Transport: BLE mesh / WiFi / LoRa β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β PUF Identity + Ed25519 Enrollment β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ MVP β Where to Start If you want to implement KRILL, start with these 4 subsystems (the rest can be added later): ES-13 β Cryptographic enrollment (PUF + Ed25519 identity) ES-12 β Transport layer (BLE mesh for local, WiFi for bridging) ES-1 β Core data types and wire formats ES-3 β Stigmergic Consensus (the core algorithm) ES-10 β Main event loop and message dispatch Target hardware: ESP32 (Nano node) + nRF52840 (Dust node, optional) Why Not Blockchain? Blockchain (e.g. Ethereum) KRILL-BIA Consensus energy ~50 Wh/tx (PoW) or ~0.01 Wh/tx (PoS) ~0.00001 Wh/tx Minimum RAM 512MB+ 32KB (Dust), 240KB (Nano) State growth Infinite (append-only) Bounded (data decays) Offline tolerance Minutes before fork Days (pheromone half-life) Hardware cost $50+ SBC $2 ESP32 Finality Probabilistic (blocks) Convergent (pheromone field) Key Innovation: Physical-World Consensus Grounding Unlike blockchain where consensus is purely computational, KRILL grounds consensus in physical reality: Sensor readings must be physically plausible (a thermometer can't jump 50C in 1 second) Nodes that are physically closer have more weight (radio signal strength = distance proxy) The laws of physics constrain what values are possible β this is a defense layer that doesn't exist in financial systems This means an attacker must not only compromise the software but also defeat physics β a fundamentally harder problem. Contributing See CONTRIBUTING.md for how to get involved. Areas where help is most needed: Rust/C firmware for ESP32 (core protocol implementation) Simulation β model pheromone convergence with 100-10,000 virtual nodes Hardware testing β BLE mesh range, LoRa timing, PUF enrollment on real chips Security review β formal verification of immune system thresholds Documentation β diagrams, tutorials, translations License This project is licensed under the MIT License. Supporting This Work If KRILL is useful to your research or organization, consider supporting further development: ETH / ERC-20 / Base / Arbitrum / Polygon: 0x0BC290355c0B16B5B247701B7BC9AB2E1e61ffa7 Funds go toward: Reference firmware for ESP32 + nRF52840 Hardware test beds (100-node BLE mesh) Independent security audits Bug bounty program for protocol vulnerabilities Code contributions are equally welcome β see CONTRIBUTING.md.
This paper proposes a unified Layer-0 infrastructure protocol for post-quantum distributed computing, based on high-dimensional coordinate representations derived from non-commensurate Mersenne primes. Unlike traditional approaches reliant on block-based ledgers or persistent state replication, the proposed Mersenne Lattice Protocol (MLP) represents data, transactions, and authority states as coordinates within a high-dimensional lattice space. By projecting computational events into a 4096-dimensional vector space, MLP enables theoretically unbounded parallel transaction processing under resonance-based validation, while simultaneously eliminating permanent state storage at the protocol level. Furthermore, the protocol integrates Heart Rate Variability (HRV) as a dynamic physiological entropy source for stateless bio-key regeneration, thereby binding cryptographic authority to real-time biological liveness and spatiotemporal context. Functional prototypes of the core MLP architecture have been implemented and verified through a live demo environment (https://www.icekey.cloud/teleport_v), demonstrating peak throughput exceeding 45,000,000 TPS in a parallel resonance cluster. This framework provides the foundation for post-quantum secure financial systems, stateless media reconstruction, critical infrastructure protection, and delay-tolerant interplanetary communication.
Digital Twin (DT) technology is elevating the next-generation intelligent transportation systems industry to new heights, as it enables real-time monitoring, predictive maintenance, and adaptive control of connected and autonomous vehicles. However, the use of GenAI and DTs in interconnected vehicular technology ecosystems introduces new attack vectors, particularly from quantum computing, which can easily break classical encryption systems. This paper introduces Reputation-based Proof-of-Stake (R-PoS), a hybrid consensus mechanism tailored for lattice-based PQC operations on vehicular edge devices. The core contribution is a lightweight hybrid consensus mechanism optimized for lattice-based PQC on edge devices, enabling secure and scalable synchronization between physical assets and their digital twins. Experimental results from a containerized IoT testbed using the Open Quantum Safe (OQS) library show that the proposed PQC-BC framework achieves an average throughput of 1178 transactions per second with latency of 0.78 second. These results affirm the framework's efficacy in securing future interconnected vehicular environments and establishing a trust foundation for sustainable quantum-resistant digital twin applications.
Don Roosan, Rubayat Khan, Saif Nirzhor, Fahmida Hai
Objective: The authors propose and evaluate a novel cybersecurity architecture for telehealth that is resilient against future quantum computing cyber threats. By integrating post-quantum cryptography (PQC) with quantum key distribution (QKD) and privacy-preserving mechanisms, data confidentiality and immutability for patient records in a post-quantum era are ensured. Methods: A multi-layered design approach was adopted. The PQC algorithms (e.g. CRYSTALS-Dilithium) were integrated at the blockchain consensus layer to resist quantum attacks. A directed acyclic graph (DAG)-based ledger managed high transaction throughput and latency constraints typical of telehealth. A QKD-enhanced key management protocol leveraged quantum channels for secure exchanges. Zero-knowledge proofs (ZKPs) and secure multiparty computation (MPC) verified transactions without exposing sensitive patient data. A granular access control model used attribute-based encryption and smart contracts to govern which participants could view or modify encrypted medical records. Results: The prototype was developed within a simulated telehealth network comprising hospitals, clinics, and patient devices. The PQC signatures at the consensus layer provided effective resistance to both classical and anticipated quantum attacks. The QKD facilitated secure key distribution, while ZKPs and MPC enabled validation of healthcare transactions without compromising patient privacy. Despite increased computational overhead, the DAG approach efficiently handled parallel transactions, indicating improved scalability compared to traditional linear blockchains. Conclusion: A QKD-enhanced, PQC-driven framework successfully addresses critical security and privacy requirements, safeguarding medical data from emerging quantum threats. Although overhead and infrastructural costs are significant, sustained cryptographic resilience and robust patient confidentiality underscore its suitability for next-generation healthcare systems. Future studies should explore additional optimizations, homomorphic encryption, and larger-scale pilots under regulatory standards.
With the wide application of electric vehicles, smart robots and Internet of Things (IoT) devices, efficient scheduling of mobile charging systems has become an important research direction in smart energy management. However, the traditional cloud computing architecture is difficult to meet the requirements of low latency, high reliability and privacy protection, and the existing scheduling strategies still have challenges in terms of energy optimization, task balancing and dynamic adaptability. To this end, this paper proposes an intelligent mobile charging scheduling method that integrates edge computing and biomechanical modeling, constructs a biomechanical-based charging demand modeling and energy consumption analysis framework, and combines bionic optimization algorithms to achieve efficient path planning. Meanwhile, an edge computing architecture is adopted to optimize resource scheduling, and a federated learning mechanism is designed to enhance cross-domain data processing capability. To safeguard user privacy, a multi-level privacy protection mechanism is proposed, combining differential privacy, homomorphic encryption and zero-knowledge proof to ensure data security. Experimental results show that the method outperforms traditional methods in terms of task response time, energy consumption optimization, load balancing and privacy security, and can significantly improve the charging scheduling efficiency and provide effective technical support for large-scale distributed charging networks. The research results provide a theoretical basis and engineering practice reference for the application of smart charging networks, edge intelligent computing and privacy protection technology.
Imran Hussain, Hafiz Ashiq Hussain, Nasim Ullah, Stanislav MiΕ‘Γ‘k
An evolving energy system with a dispersed infrastructure may not be compatible with traditional centralized optimization and management techniques. Blockchain, a peer-to-peer immutable distributed ledger technology, has the potential to significantly contribute to the management of emerging trends of decentralized power networks. However, complex optimization problems associated with the decentralized power grid are poorly integrated into the existing blockchain applications. Here, we suggest Proof of Inherent Intelligence (PoII), a novel prosumer-centric consensus mechanism designed to assist multi-interest party optimization challenges of the distributed power grid. We demonstrate PoIIβs operation and performance with comprehensive mathematical modeling of energy pool-market trading and scheduling optimization problems. The efficiency of the proposed framework is evaluated against the existing blockchain applications for peer-to-peer energy transactions in terms of latency, throughput, tolerance against adversaries, vulnerability, and optimization capabilities. A thorough case study of the power grid that includes thermal, wind, and intermittent generation sources is presented to assess the effectiveness of the proposed consensus mechanism. Power demand, reserves, trading, and scheduling scenarios in both the day-ahead and balancing markets are among the peer-to-peer energy transactional elements that are assessed to support the efficacy of the suggested consensus approach.
Harun Jamil, Yang Jian, Faisal Jamil, Mohammad Hijjawi Β· 5 authors
This article explores integrating digital twin technology and blockchain within smart grids to optimize energy trading among prosumers and consumers in smart nanogrids. Our platform employs a multi-objective optimization strategy , including Particle Swarm Optimization (PSO), to delineate energy trading routes between nanogrids, optimizing parameters such as route distance, surplus renewable energy, and energy power loss. Our platform ensures efficient and effective energy trading services by meticulously considering factors such as surplus energy amount, energy price, route distance, and time. The proposed digital twin-based architecture comprises seven layers, each tailored to address specific functionalities and services for energy management within smart nanogrids. At the apex lies the application layer (digital twin services), leveraging the digital twin's capabilities to optimize energy trading, manage surplus energy, and efficiently meet energy demand. This layer facilitates informed decision-making and resource optimization. Integrating a digital twin-driven architecture with a blockchain-based platform tackles challenges inherent in decentralized energy trading. The digital twin offers real-time energy resource monitoring and optimisation, ensuring efficient utilisation and autonomous decision-making. Concurrently, leveraging blockchain technology ensures secure and transparent transactions, fostering trust among participants and facilitating peer-to-peer energy exchange. Task generation, device virtualization , task mapping, scheduling on edge devices, and task assignment layers further streamline task execution and resource utilization , enhancing the efficiency of energy management processes. The predictive optimal energy control layer also orchestrates the entire architecture, enabling predictive and optimized energy control within smart nanogrids. Furthermore, the Security as a Service (SECaaS) layer enhances security and trustworthiness using blockchain technology, incorporating components such as consensus management, real-time distributed ledgers , and identity management. This layer enhances the security and transparency of energy-related transactions and data within the digital twin framework. The results showcase a remarkable 53% reduction in peak load, emphasizing the optimized energy consumption and demand achieved. Furthermore, our platform has significantly increased the utilization of renewable energy resources by 24%, highlighting its contribution to sustainable energy resource management. Rigorous assessment of the prediction and optimization modules reveals their high accuracy and precision, with mean absolute percentage error (MAPE) values of 15.125 and 14.369, respectively. These findings underscore the efficacy and reliability of our digital twin-based approach, surpassing existing solutions and benchmarks.
Delphi Hanggoro, Jauzak Hussaini Windiatmaja, Abdul Muis, Riri Fitri Sari Β· 5 authors
This study addresses integrating blockchain technology into lightweight devices, specifically on clustered Wireless Sensor Networks (WSNs). Integrating blockchain in the WSNs solved the problem of heterogeneity, data integrity, and data confidentiality. However, no blockchain integration considers network lifetime in WSNs. This research focuses on developing a permissioned blockchain system that incorporates a consensus mechanism known as Proof-of-Authority (PoA) within clustered WSNs with two main features. The first is to enhance the network lifetime by introducing a rotational selection of block proposers using an Energy-Aware PoA (EA-PoA) weighting mechanism. Known as the Multi-Level Blockchain Model (MLBM), the subsequent feature is the creation of a hierarchical network model within a blockchain network. The MLBM network comprises both local and master blockchains. Each cluster inside a WSN possesses its local blockchain network. In MLBM, the local blockchain creates a block on the main blockchain by proposing the headers of every ten blocks to improve data integrity. Each local blockchain has its leader, which can increase block production. The results show that the proposed solution can overcome traditional PoA performance and is suitable for clustered WSNs. In terms of lifetime, the EA-PoA selection method can extend network lifetime by up to 10%. In addition, MLBM can increase block production by up to twice each additional cluster compared to a single blockchain network used in traditional PoA.
The cryptocurrency market has experienced remarkable growth and garnered widespread attention in recent years. Ethereum, as one of the most well-known cryptocurrencies, has faced criticism for its network congestion and high transaction fees. To address this issue, developers have proposed various scalability solutions. In this paper, we compare two different network solutions, Polygon and Arbitrum, to the Ethereum. Based on the research methodology of complex networks, this study encompasses various stages ranging from data collection and processing to the modeling and analysis of transaction networks. Our findings reveal that Arbitrum shows an advantage over Polygon when comparing the networks at the same transaction volume. With sufficient development, Rollups has the potential to become the preferred scaling solution for Ethereum. Additionally, our analysis illustrates that all transaction networks exhibit a small-world phenomenon when they reach a significant size.
This paper proposes a blockchain-secured deep reinforcement learning (BC-DRL) optimization framework for {data management and} resource allocation in decentralized {wireless mobile edge computing (MEC)} networks. In our framework, {we design a low-latency reputation-based proof-of-stake (RPoS) consensus protocol to select highly reliable blockchain-enabled BSs to securely store MEC user requests and prevent data tampering attacks.} {We formulate the MEC resource allocation optimization as a constrained Markov decision process that balances minimum processing latency and denial-of-service (DoS) probability}. {We use the MEC aggregated features as the DRL input to significantly reduce the high-dimensionality input of the remaining service processing time for individual MEC requests. Our designed constrained DRL effectively attains the optimal resource allocations that are adapted to the dynamic DoS requirements. We provide extensive simulation results and analysis to} validate that our BC-DRL framework achieves higher security, reliability, and resource utilization efficiency than benchmark blockchain consensus protocols and {MEC} resource allocation algorithms.
Rakesh Saini, Abhiprada Bera, Bikash K. Behera, Emad A. Ahmed Β· 6 authors
The sixth-generation (6G) network utilizes state-of-the-art machine learning technology and obtains high attention, while the fifth-generation (5G) industry is still developing globally. Unfortunately, 6G encounters challenges to achieve performance superiority, such as scalability, massive connection, integrity, and trust. As a result, future network technologies are migrating away from centralized management entities and toward decentralized and distributed ledger technology, such as blockchain. However, the security of the blockchain is based on the computational complexity of solving specific mathematical problems that are impossible to solve on existing computers in real-time. On the other hand, quantum computers can effortlessly translate such problems with easy decryption. As a result, this study presents an architecture demonstrating the integration of quantum blockchain (QBC) with 6G networks. To show the quantum advantage, highly entangled/secured QBC of 5-, 6-, and 7-qubits are used to create the above systemβs quantum circuits. After circuit optimization, mitigation is executed with the efficiency analysis to show the advantage of the error mitigation approach in recreating the state of the QBC circuit and executing on quantum hardware. Furthermore, quantum algorithms of blockchain smart provenience contracts for the cloud-centric Internet of Things (IoT) are proposed, and corresponding quantum circuits are designed. The possible outcomes from these circuits based on the input transaction information are verified.
Abstract Blockchain technology is getting more and more attention due to its decentralization, independence and security features. However, in wireless networks it faces a computational challenge: the proof-of-work problem. Mobile edge computing (MEC) leads to a vaild scheme by providing cloud computing capabilities to mobile devices. Non-orthogonal multiple access (NOMA) exploits the diversity properties in the power domain to further increase system throughput and spectral efficiency. In this paper, we suggest a new NOMA-based MEC wireless blockchain network to minimize system energy consumption through task offloading decision optimization, user clustering, computing resource and transmit power allocation. In order to effectively figure out this non-convex problem, we first propose a offloading decision and user clustering algorithm, and then propose a computing resource allocation algorithm based on user Quality of Service (QoS) requirements. Finally, the transmission power can be easily determined. The numerical simulation results verify that the proposed joint optimization algorithm can effectively decrease the system energy consumption.
Kithmini Godewatte Arachchige, Philip Branch, Jason But
With the development of Internet of Things (IoT) technologies, industries such as healthcare have started using low-powered sensor-based devices. Because IoT devices are typically low-powered, they are susceptible to cyber intrusions. As an emerging information security solution, blockchain technology has considerable potential for protecting low-powered IoT end devices. Blockchain technology provides promising security features such as cryptography, hash functions, time stamps, and a distributed ledger function. Therefore, blockchain technology can be a robust security technology for securing IoT low-powered devices. However, the integration of blockchain and IoT technologies raises a number of research questions. Scalability is one of the most significant. Blockchainβ scalability of low-powered sensor networks needs to be evaluated to identify the practical application of both technologies in low-powered sensor networks. In this paper, we analyse the scalability limitations of three commonly used blockchain algorithms running on low-powered single-board computers communicating in a wireless sensor network. We assess the scalability limitations of three blockchain networks as we increase the number of nodes. Our analysis shows considerable scalability variations between three blockchain networks. The results indicate that some blockchain networks can have over 800 ms network latency and some blockchain networks may use a bandwidth over 1600 Kbps. This work will contribute to developing efficient blockchain-based IoT sensor networks.
The hybrid wireless sensor network is made up of Wireless Body Area Network (WBAN). Generally, many hospitals use cellular networks to support telemedicine. To provide the treatment to the patient on time, for this, an early diagnosis is required, for treatment. With the help of WBANs, collections and transmissions of essential biomedical data to monitor human health becomes easy. Compressor Sensing (CS) is an emerging signal compression/acquisition methodology that offers a protruding alternative to traditional signal acquisition. The proposed mechanism reduces message exchange overhead and enhances trust value estimation via response time and computational resources. It reduces cost and makes the system affordable to the patient. According to the results, the proposed scheme in terms of Compression Ratio (CR) is 18.18% to 88.11% better as compared to existing schemes. Also in terms of Percentage Root-Mean-Squared Difference (PRD) value, the proposed scheme is 18.18% to 34.21% better than with respect to existing schemes. The consensus for any new block is achieved in 24% less time than the Proof-of-Work (PoW) approach. The shallow CPU usage is required for the leader election mechanism. CPU utilization while the experiment lies in the range of 0.9% and 14%. While simulating a one-hour duration, the peak CPU utilization is 21%.
The Bitcoin system uses a fully replicated data storage mechanism in which each node keeps a full copy of the blockchain. As the number of nodes in the system increases and transactions get more complex, more and more storage space are needed to store block data. The scalability of storage has become a bottleneck, limiting the practical application of blockchain. This paper proposes a node storage scheme, called RESS, to integrate erasure coding technology into the blockchain to encode multiple blocks. Under the proposed block grouping method, nodes can reduce the times of coded block decoding. In addition, the coding scheme based on Raptor codes proposed in this paper has linear coding and decoding complexity. The rateless feature of Raptor code helps to achieve high decentralization and scalability of the Bitcoin network. RESS ensures data availability, efficiency and blockchain robustness based on achieving storage space scalability. Experimental results show that the proposed scheme reduces the storage requirements of nodes by nearly an order of magnitude.
In the traditional mobile edge computing (MEC) system, the availability of MEC services is greatly limited for the edge users of the cell due to serious signal attenuation and inter-cell interference. User-centric MEC (UC-MEC) can be seen as a promising solution to address this issue. In UC-MEC, each user is served by a dedicated access point (AP) cluster enabled with MEC capability instead of a single MEC server, however, at the expense of more energy consumption and greater privacy risks. To achieve efficient and reliable resource utilization with user-centric services, we propose an energy-efficient blockchain-enabled UC-MEC system where blockchain operations and resource optimization are jointly performed. Firstly, we design a resource-aware, reliable, replicated, redundant, and fault-tolerant (R-RAFT) consensus mechanism to implement secure and reliable resource trading. Then, an optimization framework based on alternating direction method of multipliers (ADMM) is proposed to minimize the total energy consumed by wireless transmission, consensus, and task computing, where AP clustering, computing resource allocation, and bandwidth allocation are jointly considered. Simulation results show the superiority of the proposed UC-MEC system over reference schemes, with at most 33.96% reduction in the total delay and 48.77% reduction in the total energy consumption.
In this paper, we explore Blockchain technology can be used to build a reliable decentralised authentication system. High security for the bioacoustics signal authentication mechanism is guaranteed by using an optimised number of secured features from the bioacoustics signal rather than conventional biometric features for authentication, and by utilising a blockchain model to improve the robustness of multiple checks on the data. It allows for trustworthy authentication and the tracking of terminal activity. Then, light weighted cryptography (LWC) is developed to offer protection at each edge node and terminal. Finally, the belief propagation (BP) algorithm for retraining the features of the bioacoustics signal serves as the foundation for the catching method. It improves hit ratio while decreasing delay time. The experimental setup uses the bioacoustics signals for authentication instead of conventional biometric features, and the use of a blockchain model for data transparency improves the efficiency of multiple checks. When this happens, privacy and safety are both boosted.
Chamitha de Alwis, Pardeep Kumar, QuocβViet Pham, Kapal Dev Β· 7 authors
Sixth-generation mobile networks (6G) are expected to reach extreme communication capabilities to realize emerging applications demanded by the future society. This paper focuses on six technological directions towards 6G, namely, intent-based networking, THz communication, artificial intelligence, distributed ledger technology/blockchain, smart devices and gadget-free communication, and quantum communication. These technologies will enable 6G to be more capable of catering to the demands of future network services and applications. Each of these technologies is discussed highlighting recent developments, applicability in 6G, and deployment challenges. It is envisaged that this work will facilitate 6G related research and developments, especially along the six technological directions discussed in the paper.
Remote laboratories have been developed at many universities worldwide to provide students with access to apparatus and experiments via the Internet around the clock, thus giving partner institutions the opportunity to share resources, expensive equipment and specialized laboratories, whether within a single country or at regional and international levels. Universities usually implement learning management systems (LMS) such as Moodle and Blackboard to enable students to interact, carry out learning activities and access remote labs. However, remote labs generate enormous amounts of data, which is stored, processed, analyzed, and accessed using centralized systems that lack transparency, traceability, security features, trustworthiness, and reliability. In addition, they are vulnerable to the single point of failure problem due to centralization. The application of blockchain technology in remote labs is proposed as a promising solution for future online learning as it combines a new pedagogical approach with various state-of-the-art technologies in an era that embraces Education 4.0 as the education norm. Furthermore, a novel blockchain-based framework for remote labs allows data streaming and transfer in a decentralized, transparent, traceable, reliable, secure, and trustful manner, where only authorized peers can join or access the network, thereby providing privacy of studentsβ data files and reports. An initial pilot of an Ethereum-based remote lab show promising result for effective management of online experiments, originally hosted in a Moodle LMS.
The blockchain is a distributed storage system of digital assets. This decentralized, non-copyable technology stems from universal standard password algorithm and the consensus mechanism of the game theory. The development of quantum computing poses threat to traditional algorithms of blockchain encryption, including symmetric encryption and hash encryption. Focusing on the traditional blockchain consensus mechanism, this paper designs a new blockchain consensus mechanism, based on the stochasticity, irreversibility, and uncertainty of quantum measurement. In the proposed consensus mechanism, complex calculations and intractability mathematical problems are abandoned. In this way, a huge amount of computing resources is saved, less energy is consumed, the time delay is shortened, and the throughput is increased. The proposed quantum consensus mechanism can withstand 51% attacks.
), security and energy efficiency achievements are the major issues in the WBAN-IoT environment. Existing schemes for these three issues fail to achieve them since nodes are resource constrained and hence delay and the energy consumption is minimized. In this paper, a blockchain-assisted delay and energy aware healthcare monitoring (B-DEAH) system is presented in the WBAN-IoT environment. Both body sensors and environment sensors are deployed with dual sinks for emergency and periodical packet transmission. Various processes are involved in this paper, and each process is described as follows: Key registration for patients using an extended version of the PRESENT algorithm is proposed. Cluster formation and cluster head selection are implemented using spotted hyena optimizer. Then, cluster-based routing is established using the MOORA algorithm. For data transmission, the patient block agent (PBA) is deployed and authenticated using the four Q curve asymmetric algorithm. In PBA, three entities are used: classifier and queue manager, channel selector and security manager. Each entity is run by a special function, as packets are classified using two stream deep reinforcement learning (TS-DRL) into three classes: emergency, non-emergency and faulty data. Individual packets are put into a separate queue, which is called emergency, periodical and faulty. Each queue is handled using Reyni entropy. Periodical packets are forwarded by a separate channel without any interference using a multi objective based channel selection algorithm. Then, all packets are encrypted and forwarded to the sink nodes. Simulation is conducted using the OMNeT++ network simulator, in which diverse parameters are evaluated and compared with several existing works in terms of network throughput for periodic (41.75 Kbps) and emergency packets (42.5 Kbps); end-to-end delay for periodic (0.036 s) and emergency packets (0.028 s); packet loss rate (1.1%); residual energy in terms of simulation rounds based on periodic (0.039 J) and emergency packets (0.044 J) and in terms of simulation time based on periodic (8.35 J) and emergency packets (8.53 J); success rate for periodic (87.83%) and emergency packets (87.5%); authentication time (3.25 s); and reliability (87.83%).