3,175 results on '"Distributed System"'
Search Results
2. DMA: Mutual Attestation Framework for Distributed Enclaves
- Author
-
Li, Peixi, Li, Xiang, Fang, Liming, Goos, Gerhard, Series Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Katsikas, Sokratis, editor, Xenakis, Christos, editor, Kalloniatis, Christos, editor, and Lambrinoudakis, Costas, editor
- Published
- 2025
- Full Text
- View/download PDF
3. An Experimental Comparison of RDF Systems on Cloud
- Author
-
Ding, Yi, Lin, Hualong, Yang, Zhengyi, Wen, Dong, Wang, Xiaoyang, Zhang, Wenjie, Goos, Gerhard, Series Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Chen, Tong, editor, Cao, Yang, editor, Nguyen, Quoc Viet Hung, editor, and Nguyen, Thanh Tam, editor
- Published
- 2025
- Full Text
- View/download PDF
4. waLLMartCache: A Distributed, Multi-tenant and Enhanced Semantic Caching System for LLMs
- Author
-
Dasgupta, Soumik, Wagh, Anurag, Parsai, Lalitdutt, Gupta, Binay, Vudata, Geet, Sangal, Shally, Majumdar, Sohom, Rajesh, Hema, Banerjee, Kunal, Chatterjee, Anirban, Goos, Gerhard, Series Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Antonacopoulos, Apostolos, editor, Chaudhuri, Subhasis, editor, Chellappa, Rama, editor, Liu, Cheng-Lin, editor, Bhattacharya, Saumik, editor, and Pal, Umapada, editor
- Published
- 2025
- Full Text
- View/download PDF
5. A Self-stabilizing Algorithm for the 1-Minimal Minus Domination Problem
- Author
-
Yamada, Tota, Kim, Yonghwan, Goos, Gerhard, Series Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Masuzawa, Toshimitsu, editor, Katayama, Yoshiaki, editor, Kakugawa, Hirotsugu, editor, Nakamura, Junya, editor, and Kim, Yonghwan, editor
- Published
- 2025
- Full Text
- View/download PDF
6. Determination of the Nonlinear Resistance Coefficient of a Linear Section of a Water Supply Network
- Author
-
Aida-zade, Kamil, Quliyev, Samir, Ghosh, Ashish, Editorial Board Member, Zhou, Lizhu, Editorial Board Member, Mammadova, Gulchohra, editor, Aliev, Telman, editor, and Aida-zade, Kamil, editor
- Published
- 2025
- Full Text
- View/download PDF
7. Numerical Solution to a Problem of Optimizing Placement and Flow Rates of Wells
- Author
-
Bagirov, Arzu, Gunkina, Tatiana, Handzel, Alexander, Ghosh, Ashish, Editorial Board Member, Zhou, Lizhu, Editorial Board Member, Mammadova, Gulchohra, editor, Aliev, Telman, editor, and Aida-zade, Kamil, editor
- Published
- 2025
- Full Text
- View/download PDF
8. Preble: Efficient Distributed Prompt Scheduling for LLM Serving
- Author
-
Srivatsa, Vikranth, He, Zijian, Abhyankar, Reyna, Li, Dongming, and Zhang, Yiying
- Subjects
LLM Serving ,Machine Learning ,Distributed system ,Load balancing - Abstract
Prompts to large language models (LLMs) have evolved beyond simple user questions. For LLMs to solve complex problems, today's practices are to include domain-specific instructions, illustration of tool usages, and long context such as textbook chapters in prompts. As such, many parts of prompts are repetitive across requests, and their attention computation results can be reused. However, today's LLM serving systems treat every request in isolation, missing the opportunity of computation reuse.This paper proposes Preble, the first distributed LLM serving platform that targets and optimizes for prompt sharing. We perform a study on five popular LLM workloads. Based on our study results, we designed a distributed scheduling system that co-optimizes computation reuse and load balancing. Our evaluation of Preble on two to 8 GPUs with real workloads and request arrival patterns on two open-source LLM models shows that Preble outperforms the state of the art avg latency by 1.5x to 14.5x and p99 by 2x to 10x.
- Published
- 2024
9. A novel recommender system for adapting single machine problems to distributed systems within MapReduce.
- Author
-
Orynbekova, Kamila, Kadyrov, Shirali, Bogdanchikov, Andrey, and Oktamov, Saidakmal
- Subjects
MACHINE learning ,DISTRIBUTED computing ,LOGISTIC regression analysis ,ELECTRONIC data processing ,REGRESSION analysis ,RECOMMENDER systems - Abstract
This research introduces a novel recommender system for adapting singlemachine problems to distributed systems within the MapReduce (MR) framework, integrating knowledge and text-based approaches. Categorizing common problems by five MR categories, the study develops and tests a tutorial with promising results. Expanding the dataset, machine learning models recommend solutions for distributed systems. Results demonstrate the logistic regression model's effectiveness, with a hybrid approach showing adaptability. The study contributes to advancing the adaptation of single-machine problems to distributed systems MR, presenting a novel framework for tailored recommendations, thereby enhancing scalability and efficiency in data processing workflows. Additionally, it fosters innovation in distributed computing paradigms. [ABSTRACT FROM AUTHOR]
- Published
- 2025
- Full Text
- View/download PDF
10. Composite quantile regression for a distributed system with non-randomly distributed data.
- Author
-
Jin, Jun, Hao, Chenyan, and Chen, Yewen
- Subjects
STATISTICAL sampling ,QUANTILE regression ,STORAGE - Abstract
The composite quantile regression estimator is widely acknowledged for its robustness and efficiency, offering a compelling alternative to both ordinary least squares and quantile regression estimators in linear models. However, when data is not randomly distributed across different workers in distributed settings, existing methods for composite quantile regression become statistically inefficient. To address this limitation, we present a novel one-step upgraded pilot composite quantile regression method. Our proposed approach involves two essential steps. In the first step, we obtain a pilot estimator by leveraging a small random sample collected from different workers. Subsequently, in the second step, we perform one-step updating based on the pilot estimator, involving the summarization of sample moment quantities on each worker. The resulting estimator is theoretically proven to be as statistically efficient as the composite quantile regression estimator using the entire sample, without relying on restrictive assumptions about randomness. Furthermore, the resulting estimator inherits the robustness and efficiency advantages of the composite quantile regression estimator, while also being computationally efficient in terms of communication cost and storage usage. To validate the practical performance of our proposed method, we conduct numerical studies using simulated and real data, demonstrating its effectiveness in real-world scenarios. [ABSTRACT FROM AUTHOR]
- Published
- 2025
- Full Text
- View/download PDF
11. Differential privacy preserving based framework using blockchain for internet-of-things.
- Author
-
Kashif, Muhammad and Kalkan, Kubra
- Abstract
The Internet of Things (IoT) has enabled the collection of vast amounts of data that can be used to improve various aspects of our lives. However, the astronomical volume of data generated by these IoT devices has raised significant concerns pertaining to privacy preservation. The amalgamation of the Internet of Things (IoT) with blockchain technology has engendered a promising solution for securing and managing IoT data, but it is still susceptible to privacy breaches. Recently, differential privacy (DP) has been proposed as a promising technique to alleviate these issues. In this paper, we design and propound a complete end-to-end blockchain-based architecture by implementing differential privacy at the stream level generated by IoT devices by deploying Laplace noise and Gaussian noise utilizing low complex cryptography mechanism and fast convergence consensus protocol to surmount the privacy preservation issues in IoT based blockchain network. Our novel DP-based framework introduces the concept of privacy levels as low, medium, and high as set by the data owner and also analyzes the impact of different parameters on the effectiveness of the approach and provides recommendations for tuning them. The workflow of our proposed framework consists of three phases: Data generation phase, Data Sharing phase, and Data Analysis phase. During the Data generation phase, the data owner will first determine the desired level of privacy protection (low, medium, high) and set the privacy budget (epsilon) and sensitivity (delta) of the data. Based on the budget value, the privacy module will generate noise from either Laplace or Gaussian distribution as requested by the data owner. The Data Sharing phase is mainly responsible for transmitting and processing the transactions inside the blockchain network. This is followed by the data analysis phase, which will check for the budget value and the amount of noise added to the data before the noisy data is handed over to the end user. We demonstrate the efficacy of our approach through multiple experimental evaluations and simulation results evince that our approach attains high levels of privacy preservation while upholding data utility and blockchain consistency. Overall, our proposed framework provides a promising solution to the privacy challenges in IoT-based blockchain systems, offering adjustable privacy levels to accommodate different privacy requirements. This DP-based approach and the adjustable privacy levels ensure alignment with the growing regulatory requirements for data privacy, such as GDPR, demonstrating compliance with these regulations and building trust with customers. [ABSTRACT FROM AUTHOR]
- Published
- 2025
- Full Text
- View/download PDF
12. Impossibility Results for Byzantine-Tolerant State Observation, Synchronization, and Graph Computation Problems.
- Author
-
Kshemkalyani, Ajay D. and Misra, Anshuman
- Subjects
- *
MESSAGE passing (Computer science) , *INDEPENDENT sets , *DISTRIBUTED computing , *PROBLEM solving , *SYNCHRONIZATION , *DISTRIBUTED algorithms - Abstract
This paper considers the solvability of several fundamental problems in asynchronous message-passing distributed systems in the presence of Byzantine processes using distributed algorithms. These problems are the following: mutual exclusion, global snapshot recording, termination detection, deadlock detection, predicate detection, causal ordering, spanning tree construction, minimum spanning tree construction, all–all shortest paths computation, and maximal independent set computation. In a distributed algorithm, each process has access only to its local variables and incident edge parameters. We show the impossibility of solving these fundamental problems by proving that they require a solution to the causality determination problem which has been shown to be unsolvable in asynchronous message-passing distributed systems. [ABSTRACT FROM AUTHOR]
- Published
- 2025
- Full Text
- View/download PDF
13. A Dual-Stage Processing Architecture for Unmanned Aerial Vehicle Object Detection and Tracking Using Lightweight Onboard and Ground Server Computations.
- Author
-
Ntousis, Odysseas, Makris, Evangelos, Tsanakas, Panayiotis, and Pavlatos, Christos
- Subjects
OBJECT recognition (Computer vision) ,ARTIFICIAL neural networks ,DRONE aircraft ,CLIENT/SERVER computing ,RASPBERRY Pi - Abstract
UAVs are widely used for multiple tasks, which in many cases require autonomous processing and decision making. This autonomous function often requires significant computational capabilities that cannot be integrated into the UAV due to weight or cost limitations, making the distribution of the workload and the combination of the results produced necessary. In this paper, a dual-stage processing architecture for object detection and tracking in Unmanned Aerial Vehicles (UAVs) is presented, focusing on efficient resource utilization and real-time performance. The proposed system delegates lightweight detection tasks to onboard hardware while offloading computationally intensive processes to a ground server. The UAV is equipped with a Raspberry Pi for onboard data processing, utilizing an Intel Neural Compute Stick 2 (NCS2) for accelerated object detection. Specifically, YOLOv5n is selected as the onboard model. The UAV transmits selected frames to the ground server, which handles advanced tracking, trajectory prediction, and target repositioning using state-of-the-art deep learning models. Communication between the UAV and the server is maintained through a high-speed Wi-Fi link, with a fallback to a 4G connection when needed. The ground server, equipped with an NVIDIA A40 GPU, employs YOLOv8x for object detection and DeepSORT for multi-object tracking. The proposed architecture ensures real-time tracking with minimal latency, making it suitable for mission-critical UAV applications such as surveillance and search and rescue. The results demonstrate the system's robustness in various environments, highlighting its potential for effective object tracking under limited onboard computational resources. The system achieves recall and accuracy scores as high as 0.53 and 0.74, respectively, using the remote server, and is capable of re-identifying a significant portion of objects of interest lost by the onboard system, measured at approximately 70%. [ABSTRACT FROM AUTHOR]
- Published
- 2025
- Full Text
- View/download PDF
14. An improved practical Byzantine fault tolerance algorithm for aggregating node preferences.
- Author
-
Liu, Xu and Zhu, Junwu
- Subjects
- *
CONSENSUS (Social sciences) , *INCENTIVE (Psychology) , *SOCIAL choice , *FAULT tolerance (Engineering) , *COMPUTER network security , *MULTIAGENT systems , *BLOCKCHAINS - Abstract
Consensus algorithms play a critical role in maintaining the consistency of blockchain data, directly affecting the system's security and stability, and are used to determine the binary consensus of whether proposals are correct. With the development of blockchain-related technologies, social choice issues such as Bitcoin scaling and main chain forks, as well as the proliferation of decentralized autonomous organization (DAO) applications based on blockchain technology, require consensus algorithms to reach consensus on a specific proposal among multiple proposals based on node preferences, thereby addressing the multi-value consensus problem. However, existing consensus algorithms, including Practical Byzantine Fault Tolerance (PBFT), do not support nodes expressing preferences. Instead, the proposal to reach consensus is directly decided by specific nodes, with other nodes merely verifying the proposal's validity, which can easily result in monopolistic or dictatorial outcomes. In response, we proposed the Aggregating Preferences with Practical Byzantine Fault Tolerance (AP-PBFT) consensus algorithm, which allows nodes to express preferences for multiple proposals. AP-PBFT ensures the validity of consensus results through a consensus output protocol, and incentivizes nodes to act honestly during the consensus process by incentive mechanism. First, AP-PBFT leverages Verifiable Random Function to select both consensus nodes and a primary node from the candidates. The primary node gathers proposals, assembles them into a proposal package, and broadcasts it to other consensus nodes. The consensus nodes independently vote to express their preferences for different proposals in the package, execute the consensus output protocol to reach local consensus, and the primary node aggregates these results to form the global consensus. Once the global consensus is finalized, AP-PBFT evaluates node behavior based on the consensus output protocol, penalizes nodes that acted maliciously, and rewards those that adhered to the protocol. Additionally, nodes can interact and adopt different strategies while executing the consensus output protocol, which can influence the consensus outcome. Therefore, we established an evolutionary game model based on hypergraph to analyze these interactions. Theoretical analysis shows that the incentive mechanism in AP-PBFT effectively encourages nodes to honestly follow the consensus output protocol, ensuring that AP-PBFT satisfies the properties of consistency, validity, and termination. Finally, the simulation results demonstrate that the AP-PBFT algorithm possesses good scalability and the capability to handle dynamic changes in nodes, surpassing some mainstream consensus algorithms in terms of transaction throughput and consensus achievement time. Moreover, AP-PBFT can incentivize honest behavior among consensus nodes, thereby enhancing the reliability of consensus and strengthening the security of the network. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
15. Distributed High-Speed Videogrammetry for Real-Time 3D Displacement Monitoring of Large Structure on Shaking Table.
- Author
-
Shi, Haibo, Chen, Peng, Liu, Xianglei, Hong, Zhonghua, Ye, Zhen, Gao, Yi, Liu, Ziqi, and Tong, Xiaohua
- Subjects
- *
SHAKING table tests , *DISPLACEMENT (Mechanics) , *COMPUTER workstation clusters , *CALIBRATION , *CAMERAS - Abstract
The accurate and timely acquisition of high-frequency three-dimensional (3D) displacement responses of large structures is crucial for evaluating their condition during seismic excitation on shaking tables. This paper presents a distributed high-speed videogrammetric method designed to rapidly measure the 3D displacement of large shaking table structures at high sampling frequencies. The method uses non-coded circular targets affixed to key points on the structure and an automatic correspondence approach to efficiently estimate the extrinsic parameters of multiple cameras with large fields of view. This process eliminates the need for large calibration boards or manual visual adjustments. A distributed computation and reconstruction strategy, employing the alternating direction method of multipliers, enables the global reconstruction of time-sequenced 3D coordinates for all points of interest across multiple devices simultaneously. The accuracy and efficiency of this method were validated through comparisons with total stations, contact sensors, and conventional approaches in shaking table tests involving large structures with RCBs. Additionally, the proposed method demonstrated a speed increase of at least six times compared to the advanced commercial photogrammetric software. It could acquire 3D displacement responses of large structures at high sampling frequencies in real time without requiring a high-performance computing cluster. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
16. Digital Voting with Blockchain using Interplanetary File System and Practical Byzantine Fault Tolerance.
- Author
-
Somasekhar, Giddaluru, Jinka, Sreedhar, Kanekal, Chinna Kullayappa, and Marouthu, Anusha
- Subjects
POLLING places ,FAULT tolerance (Engineering) ,INTERNET access ,VOTING ,DATA integrity ,BLOCKCHAINS - Abstract
Traditional voting schemes are often overwhelmed by problems such as deception, influence, and incompetence, which can be resolved by applying blockchain technology with transparency, decentralization, and immutability. This study proposes a safe and indisputable digital voting system with blockchain technology to maintain the integrity of the voting procedure. The reliability and privacy of the voting procedure are upheld with distributed ledger technology and cryptographic techniques. The essence of the proposed method is the immutability of the blockchain ledger, which ensures a tamper-proof record of each cast vote, promoting transparency and offering a way of audit for free verification. The proposed method employs cryptographic protocols to protect individual votes while preserving complete transparency and verifiability of the voting procedure. The InterPlanetary Filesystem (IPFS) is applied to ensure data integrity. Moreover, the practical Byzantine Fault Tolerance (pBFT) consensus algorithm is utilized to remove glitches in distributed settings. The proposed approach provides a decentralized platform where voters can cast their votes from anywhere without difficulty using an internet connection, eliminating the need for physical ballot papers and polling stations. Using immutable ledger and cryptographic security aspects in blockchain, the reliability of the voting procedure can be protected while maintaining voter anonymity and confidentiality. Finally, it is shown that the proposed scheme outweighs other existing approaches. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
17. A Remedy for Heterogeneous Data: Clustered Federated Learning with Gradient Trajectory
- Author
-
Ruiqi Liu, Songcan Yu, Linsi Lan, Junbo Wang, Krishna Kant, and Neville Calleja
- Subjects
federated learning (fl) ,clustering ,heterogeneous data ,distributed system ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
Federated Learning (FL) has recently attracted a lot of attention due to its ability to train a machine learning model using data from multiple clients without divulging their privacy. However, the training data across clients can be very heterogeneous in terms of quality, amount, occurrences of specific features, etc. In this paper, we demonstrate how the server can observe data heterogeneity by mining gradient trajectories that the clients compute from a two-dimensional mapping of high-dimensional gradients computed by each client from its bottom layer. Based on these ideas, we propose a new clustered federated learning with gradient trajectory method, called CFLGT, which dynamically clusters clients together based on the gradient trajectories. We analyze CFLGT both theoretically and experimentally to show that it overcomes several drawbacks of mainstream Clustered Federated Learning (CFL) methods and outperforms other baselines.
- Published
- 2024
- Full Text
- View/download PDF
18. Study the fault-tolerant design of flight control system based on distributed systems architecture
- Author
-
YANG Zhaoxu, YANG Lin, WAN Tiancai, and ZHANG Jun
- Subjects
distributed system ,fault-tolerant design ,voter/monitor ,Motor vehicles. Aeronautics. Astronautics ,TL1-4050 - Abstract
The traditional centralized flight control system architecture is independent of other systems such as electromechanical and mission systems,making it difficult to meet the requirements of modern fighter system comprehensive design. The distributed system architecture with openness and comprehensive control features is an inevitable trend in technological development. In this paper,the fault-tolerant design for flight control systems based on distributed system architecture is studied. Firstly,the typical system architecture of distributed flight control systems and the objectives of their fault-tolerant design are introduced. Secondly,based on the operational timing and working mode characteristics of the distributed system,a time-based fault-tolerant design is conducted. Finally, based on the composition and system architecture characteristics of the distributed system,a multi-level voting/ monitoring surface is designed. By analyzing the running time sequence,composition and architecture characteristics of distributed system,the key entry points of fault-tolerant design of distributed system are sorted out,and the solutions and implementation methods of fault-tolerant design scheme are expounded. The engineering practice shows that the fault-tolerant design scheme studied in this paper can ensure the stable and reliable operation of flight control system and effectively improve the system security.
- Published
- 2024
- Full Text
- View/download PDF
19. 地铁云平台网络架构建设方案研究--以西安地铁为例.
- Author
-
李庆刚
- Abstract
Copyright of Railway Standard Design is the property of Railway Standard Design Editorial Office and its content may not be copied or emailed to multiple sites or posted to a listserv without the copyright holder's express written permission. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
- Published
- 2024
- Full Text
- View/download PDF
20. A novel machine learning-based artificial intelligence approach for log analysis using blockchain technology.
- Author
-
RAHMAN, Rizwan Ur, KUMAR, Pavan, KACHARE, Gaurav Pramod, GAWDE, Meeraj Mahendra, TSUNDUE, Tenzin, and TOMAR, Deepak Singh
- Subjects
- *
ARTIFICIAL intelligence , *WEB-based user interfaces , *SAWLOGS - Abstract
Cybercrime is one of the fastest-growing crimes worldwide. It is observed that every seven seconds, cyber attackers penetrate cyber systems. While detecting an anomaly or attack, the log system is one of the crucial components of any system storing and managing all the events. It has always been challenging to detect an anomaly in logs. This is because of continuous and ever-changing log events and their mutability property. In this paper, we develop a machine learning-based artificial intelligence approach to address this issue of log analysis by proposing two modules. The first one is anomaly detection using different machine learning models. The second one is a distributed immutable storage system for securely storing the logs. In addition, we present a descriptive and user-friendly web application by integrating all modules using HTML, CSS, and Flask Framework on the Heroku cloud environment. The results demonstrate that the proposed hybrid machine learning models are capable of achieving 99.7% accuracy in detecting network anomalies. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
21. Reliability through an optimal SDS controller's placement in a SDDC and smart city.
- Author
-
Bangash, Yawar Abbas, Iqbal, Waseem, Mussiraliyeva, Shynar, Rubab, Saddaf, and Rauf, Bilal
- Subjects
- *
SMART cities , *INTERNET of things , *DATA warehousing , *CENTER of mass , *BANDWIDTHS , *SERVER farms (Computer network management) - Abstract
Data center storage systems have different workloads and characteristics. In a centralized managed storage paradigm (software defined data center), providing a fault-tolerant system requires the best possible placement, and the least possible numbers of software defined storage (SDS) controllers. The separation of storage intelligence from storage resources raises the SDS controller's placement problem, which in turn, raises the reliability's issue (the main controller's failure leads to unavailability). The unavailability—down time—cost too much to an organization. To protect against the single point of failure, and at the same time, facilitate a fault-tolerant storage network, center of gravity technique is presented for optimal location selection. The method analyzes different work-loads, distance, and link bandwidth among controllers and OpenFlow enabled switches, and proposes multiple optimal locations for the controllers' deployment. We show the best optimal controllers' placement for various scenarios, e.g., single optimal placement for a big enterprise, and multiple proposed optimal placements for multiple SDS controllers containing various openFlow switches. These controllers can be the part of a large distributed Internet of Things (IoT) architecture. Experiments show that the work-load, distance, and the bandwidth are three important factors that can affect the whole network's reliability (the controllers' placement). [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
22. ENHANCED AHO-CORASICK ALGORITHM FOR NETWORK INTRUSION DETECTION SYSTEMS.
- Author
-
Abbas, Anas, Fayez, Mahmoud, Khaled, Heba, and Ghoniemy, Said
- Subjects
PATTERNS (Mathematics) ,SQUARE root ,MODERN architecture ,DATABASES ,SCALABILITY - Abstract
The exponential growth in internet data usage has created a pressing demand for highly efficient Network Intrusion Detection Systems (NIDS) capable of scaling with ever-increasing bandwidths to safeguard sensitive information. A cornerstone of NIDS, packet inspection, hinges on the ability to rapidly identify and analyze patterns within incoming data streams. The more diverse and extensive the pattern database, the more robust and effective the NIDS becomes. While the parallel failure-less version of the Aho-Corasick (AC) algorithm provides maximum parallelism, it faces significant memory constraints due to the large transition tables generated when dealing with a vast number of patterns. To mitigate this limitation and enhance the scalability of NIDS, we introduce a novel parallel failure-less compressed hashed variation of the Aho-Corasick algorithm. Our proposed approach leverages the power of compression and hashing techniques to significantly reduce memory consumption without compromising performance. Empirical evaluations demonstrate that our algorithm requires only a fraction (approximately the square root) of the memory footprint compared to the original parallel failure-less Aho-Corasick algorithm, making it a more practical and scalable solution for modern NIDS architectures. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
23. PyIncentiveBC: A Python Module for Simulation of Incentivization Mechanism Implemented in Blockchain-Based Systems.
- Author
-
Ouaguid, Abdellah, Hanine, Mohamed, Chiba, Zouhair, Abghour, Noreddine, and Ouzzif, Mohammed
- Subjects
SCIENTIFIC community ,MODULAR design ,CUSTOMER loyalty programs ,BLOCKCHAINS ,ALGORITHMS - Abstract
The diversity of approaches for retaining participants in a Blockchain-based system complicates benchmarking. The majority of proposals for rewarding and penalizing participants in these systems are limited to their own set of data and scenarios, making it hard to compare their effectiveness. To overcome these challenges, we developed PyIncentiveBC, a free, open-source, and modular simulator designed to evaluate the reliability of any approach, incorporating a dynamic and proportionate incentivization mechanism proposed in our previous work. PyIncentiveBC aims to provide the scientific communities with an extensible software solution facilitating the benchmarking of existing approaches with new ones proposed by them. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
24. 面向时空轨迹流的共同运动模式分布式挖掘算法.
- Author
-
余舒鹏, 吴春雨, 赵 斌, and 吉根林
- Abstract
Copyright of Journal of Data Acquisition & Processing / Shu Ju Cai Ji Yu Chu Li is the property of Editorial Department of Journal of Nanjing University of Aeronautics & Astronautics and its content may not be copied or emailed to multiple sites or posted to a listserv without the copyright holder's express written permission. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
- Published
- 2024
- Full Text
- View/download PDF
25. Hashgraph consensus-based simultaneous, asynchronous and big-data supported blockchain mechanism for IT-OT enabled critical infrastructure sectors
- Author
-
Hasan, Mohammad Kamrul, Ghazal, Taher M., Issa, Ghassan, Islam, Shayla, Ismail, Ahmad Fadzil, and Kabir, S. Rayhan
- Published
- 2025
- Full Text
- View/download PDF
26. A simple and efficient Distributed Trigger Counting algorithm based on local thresholds
- Author
-
Seokhyun Kim, Giorgia Fattori, and Yongsu Park
- Subjects
Internet-of-Things ,Distributed counting ,Sensor network ,Distributed system ,Information technology ,T58.5-58.64 - Abstract
Consider a large-scale distributed system in which each computing device is observing triggers from an external source. Distributed Trigger Counting (DTC) algorithm is used to detect the state of the system when the aggregated number of the observed triggers reaches a predefined value. In this paper, we propose a simple and efficient DTC algorithm: Cascading Thresholds (CT). We mathematically show that CT is an optimal DTC algorithm in terms of the total number of exchanged messages among the devices (message complexity). For the maximum number of received messages per device (MaxRcv), CT is sub-optimal. The average message complexity of CT is O(Nlog(W/N)), and MaxRcv of it is O(klog(W/N)+N), where W is the number of triggers to be detected, N is the number of devices, and k is the degree of a node in the tree-like structure. Compared to the previous optimal algorithm (TreeFill), CT is much simpler: in our implementation the code size is about 2.5 times smaller. Also, unlike TreeFill CT does not require complicated mechanisms including distributed locking. Experimental results show that CT has a lower message complexity and MaxRcv compared to the previous work (CoinRand and RingRand). Furthermore, CT and TreeFill show a similar performance. From its simplicity, CT is more practical than previous work including TreeFill, CoinRand and RingRand.
- Published
- 2024
- Full Text
- View/download PDF
27. Decentralized System Synchronization among Collaborative Robots via 5G Technology.
- Author
-
Celik, Ali Ekber, Rodriguez, Ignacio, Ayestaran, Rafael Gonzalez, and Yavuz, Sirma Cekirdek
- Subjects
- *
INDUSTRIAL robots , *PROGRAMMABLE controllers , *NETWORK performance , *ROBOTIC assembly , *ASSEMBLY line methods - Abstract
In this article, we propose a distributed synchronization solution to achieve decentralized coordination in a system of collaborative robots. This is done by leveraging cloud-based computing and 5G technology to exchange causal ordering messages between the robots, eliminating the need for centralized control entities or programmable logic controllers in the system. The proposed solution is described, mathematically formulated, implemented in software, and validated over realistic network conditions. Further, the performance of the decentralized solution via 5G technology is compared to that achieved with traditional coordinated/uncoordinated cabled control systems. The results indicate that the proposed decentralized solution leveraging cloud-based 5G wireless is scalable to systems of up to 10 collaborative robots with comparable efficiency to that from standard cabled systems. The proposed solution has direct application in the control of producer–consumer and automated assembly line robotic applications. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
28. 异步共识协议研究综述.
- Author
-
张凌越, 张宗洋, 周游, 王卓, and 刘建伟
- Abstract
Copyright of Journal of Cryptologic Research (2097-4116) is the property of Editorial Board of Journal of Cryptologic Research and its content may not be copied or emailed to multiple sites or posted to a listserv without the copyright holder's express written permission. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
- Published
- 2024
- Full Text
- View/download PDF
29. Formation of a Procedure to Model Forecast Financial and Economic Indicators for Distributed Systems of the Aviation Industry.
- Author
-
Gorelov, B. A., Kaloshina, M. N., and Dianova, E. V.
- Abstract
Issues of forecasting the financial and economic performance of companies in the aviation industry are examined with account for their subindustry affiliation. It is proposed to use a modeling methodology based on specific indicators that link the dynamics of the targets of the Program for the development of the industry and subindustries with companies' performance. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
30. Blockchain-Based Caching Architecture for DApp Data Security and Delivery.
- Author
-
Kim, Daun and Park, Sejin
- Subjects
- *
DATA security , *BLOCKCHAINS , *CACHE memory , *DATA integrity , *ACCESS control , *QUALITY of service - Abstract
Decentralized applications (DApps) built on blockchain technology offer a promising solution to issues caused by centralization. However, traditional DApps leveraging off-chain storage face performance challenges due to factors such as storage location, network speed, and hardware conditions. For example, decentralized storage solutions such as IPFS suffer from diminished download performance due to I/O constraints influenced by data access patterns. Aiming to enhance the Quality of Service (QoS) in DApps built on blockchain technology, this paper proposes a blockchain node-based distributed caching architecture that guarantees real-time responsiveness for users. The proposed architecture ensures data integrity and user data ownership through blockchain while maintaining cache data consistency through local blockchain data. By implementing local cache clusters on blockchain nodes, our system achieves rapid response times. Additionally, attribute-based encryption is applied to stored content, enabling secure content sharing and access control, which prevents data leakage and unauthorized access in unreliable off-chain storage environments. Comparative analysis shows that our proposed system achieves a reduction in request processing latency of over 89% compared to existing off-chain solutions, maintaining cache data consistency and achieving response times within 65 ms. This demonstrates the model's effectiveness in providing secure and high-performance DApp solutions. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
31. DESIGN OF THE PREDICTIVE MANAGEMENT AND CONTROL SYSTEM FOR COMBINED PROPULSION COMPLEX.
- Author
-
Budashko, Vitalii, Sandler, Albert, Khniunin, Sergii, and Bogach, Valentyn
- Subjects
PREDICTIVE control systems ,MOTION control devices ,DISTRIBUTION (Probability theory) ,PROPULSION systems ,MODULAR construction - Abstract
The object of this researching is the process of maneuvering a sea-based vehicle under compressed conditions, which requires one hundred percent reserve of thrusters (THRs) of various modifications and locations. The main problem is the provision of energy-efficient control over the ship's motion at low speed in the horizontal plane using a high-level predictive controller. The hierarchy of the motion control system (MCS) is usually divided into several levels with the help of a high-level motion controller and the THR motor control distribution algorithm. This allows for a modular software structure where a high-level controller (HLC) can be designed without using comprehensive information about the THR motors. However, for a certain reference of THR configurations, such a decoupling can lead to reduced control performance due to the limitations of HLC regarding the physical constraints of the vessel and the behavior of MCS. The main results of the researching are methods to improve control performance using a nonlinear model predictive control (MPC) as a basis for the designed motion controllers due to its optimized solution and ability to consider constraints. A decoupled system was implemented for two simple motor tasks showing dissociation problems. The shortcomings were eliminated through the development of a nonlinear MPC controller, which combines the motion controller and the distribution of control over THR motors. To preserve the discrete modularity of the control system and achieve adequate performance, a nonlinear MPC controller with time-varying constraints was designed. This has made it possible to take into account the current limitations of the THR control system, increase the accuracy of control, and reduce the response time of the system by 10 %. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
32. 分布式系统下基于分位数回归的统计诊断.
- Author
-
陈 实 and 姜 荣
- Abstract
Copyright of Journal of Shanghai Polytechnic University is the property of Journal of Shanghai Polytechnic University Editorial Office and its content may not be copied or emailed to multiple sites or posted to a listserv without the copyright holder's express written permission. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
- Published
- 2024
- Full Text
- View/download PDF
33. Construction of a Distributed 3D Interior Design System Based on Artificial Intelligence Algorithms.
- Author
-
Xiang, Liang, Hou, Junjie, Wang, Jianfeng, and Liu, Lulu
- Subjects
BACK propagation ,ARTIFICIAL intelligence ,INTERIOR decoration ,SUPPORT vector machines ,ALGORITHMS - Abstract
Interior design is a complex system that includes many elements, such as user needs, spatial structure, material selection, color matching, lighting layout, etc. The relationships between them are complex and intricate. How to design space according to user needs is one of the most challenging issues in interior design. A distributed 3D interior design system based on artificial intelligence algorithms was adopted to address this issue. The system divided indoor spatial information into several subsets. It assigned subsets to various professional designers based on user needs, and generated multiple design schemes through artificial intelligence algorithms, which were then screened, modified, and optimized by each professional designer. In this way, designers from different professional backgrounds can personalized design the space according to their own understanding, thereby avoiding issues such as information fragmentation and low efficiency in traditional interior design. The results showed that the distributed 3D interior design system based on artificial intelligence algorithms can improve the overall performance from an average of 82.68% to 94.94%, effectively avoiding the problem of information fragmentation. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
34. Blockchain-based Integration of Social Media and Music for Enhanced Privacy and Trust in a Decentralized Ecosystem.
- Author
-
Wandile, Nisha, Bhonde, Abhishek, Garje, Ashok, Chavan, Pravin, and Bhangale, Prathamesh
- Subjects
SOCIAL media ,TRUST ,MULTICASTING (Computer networks) ,PRIVACY ,DATA security ,FREEDOM of speech - Abstract
A Decentralized Social Media Network is platform that operates on a distributed system of nodes rather than a central server. It utilizes technologies such as block-chain and peer to peer network to enable data security, privacy and user control over the data. This system offers users to communicate and share information anonymously, while also promoting free speech and resistance to censorship and surveillance. Compared to traditional centralized social media platforms, a decentralized social media networks offers a more democratic and user-driven alternative that priorities the security, privacy, and freedom of expression for its users. One of the key benefits of decentralized social media network is the increased security and privacy it provides. Since the network is distributed across multiple nodes, there is no single point of failure or central authority that can be hacked or compromised. In addition, users have greater control over their data and can choose which information to share and with whom. [ABSTRACT FROM AUTHOR]
- Published
- 2024
35. Research on Distributed Fault Diagnosis Model of Elevator Based on PCA-LSTM.
- Author
-
Chen, Chengming, Ren, Xuejun, and Cheng, Guoqing
- Subjects
- *
FAULT diagnosis , *ELEVATORS , *FEATURE selection , *MECHANICAL wear , *SHORT-term memory , *INSPECTION & review , *TRAFFIC signs & signals - Abstract
A Distributed Elevator Fault Diagnosis System (DEFDS) is developed to tackle frequent malfunctions stemming from the widespread distribution and aging of elevator systems. Due to the complexity of elevator fault data and the subtlety of fault characteristics, traditional methods such as visual inspections and basic operational tests fall short in detecting early signs of mechanical wear and electrical issues. These conventional techniques often fail to recognize subtle fault characteristics, necessitating more advanced diagnostic tools. In response, this paper introduces a Principal Component Analysis–Long Short-Term Memory (PCA-LSTM) method for fault diagnosis. The distributed system decentralizes the fault diagnosis process to individual elevator units, utilizing PCA's feature selection capabilities in high-dimensional spaces to extract and reduce the dimensionality of fault features. Subsequently, the LSTM model is employed for fault prediction. Elevator models within the system exchange data to refine and optimize a global prediction model. The efficacy of this approach is substantiated through empirical validation with actual data, achieving an accuracy rate of 90% and thereby confirming the method's effectiveness in facilitating distributed elevator fault diagnosis. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
36. A novel approach for comparative analysis of distributed generations and electric vehicles in distribution systems.
- Author
-
Dubey, Pankaj Kumar, Singh, Bindeshwar, Kumar, Varun, and Singh, Deependra
- Subjects
- *
DISTRIBUTED power generation , *HYBRID electric vehicles , *COMPARATIVE method , *ELECTRIC vehicles , *FUEL cell vehicles , *OPTIMIZATION algorithms - Abstract
Electric vehicles were introduced to the market as a way to reduce dependency on internal combustion engine-driven transportation systems. However, this method increased the burden on the current electrical grid rather than reducing it. In the power grid, distributed generation ideas are presented to reduce this burden. In order to reduce the distribution systems' overall real power loss, this research demonstrates how hybrid optimization algorithms, including genetic algorithms and Monte Carlo simulation methodologies, can be used to determine the best location and size for various types of distributed generation with electric vehicle scheduling. The suggested approach's practicality was tested using a 16-bus distribution test system. At both static and ZIP load models, the more effective kinds of distributed generation with electric vehicle couples are DG2 with fuel cell electric vehicles. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
37. An Unsupervised Gradient-Based Approach for Real-Time Log Analysis From Distributed Systems.
- Author
-
Wang, Minquan, Lu, Siyang, Xiao, Sizhe, Wang, Dongdong, Wei, Xiang, Han, Ningning, and Wang, Liqiang
- Subjects
ARTIFICIAL neural networks ,ANOMALY detection (Computer security) ,SUPPORT vector machines - Abstract
We consider the problem of real-time log anomaly detection for distributed system with deep neural networks by unsupervised learning. There are two challenges in this problem, including detection accuracy and analysis efficacy. To tackle these two challenges, we propose GLAD, a simple yet effective approach mining for anomalies in distributed systems. To ensure detection accuracy, we exploit the gradient features in a well-calibrated deep neural network and analyze anomalous pattern within log files. To improve the analysis efficacy, we further integrate one-class support vector machine (SVM) into anomalous analysis, which significantly reduces the cost of anomaly decision boundary delineation. This effective integration successfully solves both accuracy and efficacy in real-time log anomaly detection. Also, since anomalous analysis is based upon unsupervised learning, it significantly reduces the extra data labeling cost. We conduct a series of experiments to justify that GLAD has the best comprehensive performance balanced between accuracy and efficiency, which implies the advantage in tackling practical problems. The results also reveal that GLAD enables effective anomaly mining and consistently outperforms state-of-the-art methods on both recall and F1 scores. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
38. The Concept of a Versatile Computing Tool Chain for Utilizing the Core Data Set of the Medical Informatics Initiative in the INTERPOLAR Project.
- Author
-
STÄUBERT, Sebastian, STRÜBING, Alexander, SCHMIDT, Florian, YAHIAOUI-DOKTOR, Maryam, REUSCHE, Matthias, MEINEKE, Frank, NEUMANN, Daniel, and LOEFFLER, Markus
- Abstract
Introduction: To support research projects that require medical data from multiple sites is one of the goals of the German Medical Informatics Initiative (MII). The data integration centers (DIC) at university medical centers in Germany provide patient data via FHIR® in compliance with the MII core data set (CDS). Requirements for data protection and other legal bases for processing prefer decentralized processing of the relevant data in the DICs and the subsequent exchange of aggregated results for cross-site evaluation. Methods: Requirements from clinical experts were obtained in the context of the MII use case INTERPOLAR. A software architecture was then developed, modeled using 3LGM², finally implemented and published in a github repository. Results: With the CDS tool chain, we have created software components for decentralized processing on the basis of the MII CDS. The CDS tool chain requires access to a local FHIR endpoint and then transfers the data to an SQL database. This is accessed by the DataProcessor component, which performs calculations with the help of rules (input repo) and writes the results back to the database. The CDS tool chain also has a frontend module (REDCap), which is used to display the output data and calculated results, and allows verification, evaluation, comments and other responses. This feedback is also persisted in the database and is available for further use, analysis or data sharing in the future. Discussion: Other solutions are conceivable. Our solution utilizes the advantages of an SQL database. This enables flexible and direct processing of the stored data using established analysis methods. Due to the modularization, adjustments can be made so that it can be used in other projects. We are planning further developments to support pseudonymization and data sharing. Initial experience is being gathered. An evaluation is pending and planned. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
39. 一种基于 ROS 的分布式安防巡逻机器人系统.
- Author
-
丁林祥, 陶卫军, and 黄 潇
- Abstract
Copyright of Ordnance Industry Automation is the property of Editorial Board for Ordnance Industry Automation and its content may not be copied or emailed to multiple sites or posted to a listserv without the copyright holder's express written permission. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
- Published
- 2024
- Full Text
- View/download PDF
40. 基于信誉评分的共识网络重组机制设计.
- Author
-
郑儿, 陈麓竹, 赵静, 姚旺君, and 文新
- Abstract
Copyright of Cyber Security & Data Governance is the property of Editorial Office of Information Technology & Network Security and its content may not be copied or emailed to multiple sites or posted to a listserv without the copyright holder's express written permission. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
- Published
- 2024
- Full Text
- View/download PDF
41. Towards Smarter, Interconnected Futures: The Crucial Role of Data in Cyber-Physical Systems
- Author
-
Pannerselvam, Kathiravan, Rajiakodi, Saranya, Mittal, Mamta, editor, and Narayan, Jyotindra, editor
- Published
- 2024
- Full Text
- View/download PDF
42. The Development of a TLA Verified Correctness Raft Consensus Protocol
- Author
-
Guo, Hua, Ji, Yunhong, Zhou, Xuan, Goos, Gerhard, Series Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Zhang, Wenjie, editor, Tung, Anthony, editor, Zheng, Zhonglong, editor, Yang, Zhengyi, editor, Wang, Xiaoyang, editor, and Guo, Hongjie, editor
- Published
- 2024
- Full Text
- View/download PDF
43. On Performance: From Hardware up to Distributed Systems
- Author
-
Schagaev, Igor, Cai, Hao, Monkman, Simon, Schagaev, Igor, and Gutknecht, Jürg
- Published
- 2024
- Full Text
- View/download PDF
44. Optimizing Cloud-Fog Workloads: A Budget Aware Dynamic Scheduling Solution
- Author
-
Pham, Phuoc Hung, Binh, Nguyen Thanh, Alam, Md. Golam Rabiul, Islam, Md. Motaharul, Hartmanis, Juris, Founding Editor, van Leeuwen, Jan, Series Editor, Hutchison, David, Editorial Board Member, Kanade, Takeo, Editorial Board Member, Kittler, Josef, Editorial Board Member, Kleinberg, Jon M., Editorial Board Member, Kobsa, Alfred, Series Editor, Mattern, Friedemann, Editorial Board Member, Mitchell, John C., Editorial Board Member, Naor, Moni, Editorial Board Member, Nierstrasz, Oscar, Series Editor, Pandu Rangan, C., Editorial Board Member, Sudan, Madhu, Series Editor, Terzopoulos, Demetri, Editorial Board Member, Tygar, Doug, Editorial Board Member, Weikum, Gerhard, Series Editor, Vardi, Moshe Y, Series Editor, Goos, Gerhard, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Woeginger, Gerhard, Editorial Board Member, Gervasi, Osvaldo, editor, Murgante, Beniamino, editor, Garau, Chiara, editor, Taniar, David, editor, C. Rocha, Ana Maria A., editor, and Faginas Lago, Maria Noelia, editor
- Published
- 2024
- Full Text
- View/download PDF
45. Development of a Methodology for Implementing Object Storage of File Management System in a Microservice Architecture
- Author
-
Magomedov, Ahmed, Mamedova, Natalia, Zhang, Huaming, Staroverova, Olga, Filipe, Joaquim, Editorial Board Member, Ghosh, Ashish, Editorial Board Member, Zhou, Lizhu, Editorial Board Member, and Gibadullin, Arthur, editor
- Published
- 2024
- Full Text
- View/download PDF
46. Endogenous Community Design
- Author
-
Chen, Tao, Chen, Sheying, Series Editor, Powell, Jason, Series Editor, and Chen, Tao
- Published
- 2024
- Full Text
- View/download PDF
47. Performance Evaluation of a Legacy Real-Time System: An Improved RAST Approach
- Author
-
Tomak, Juri, Liermann, Adrian, Gorlatch, Sergei, Akan, Ozgur, Editorial Board Member, Bellavista, Paolo, Editorial Board Member, Cao, Jiannong, Editorial Board Member, Coulson, Geoffrey, Editorial Board Member, Dressler, Falko, Editorial Board Member, Ferrari, Domenico, Editorial Board Member, Gerla, Mario, Editorial Board Member, Kobayashi, Hisashi, Editorial Board Member, Palazzo, Sergio, Editorial Board Member, Sahni, Sartaj, Editorial Board Member, Shen, Xuemin, Editorial Board Member, Stan, Mircea, Editorial Board Member, Jia, Xiaohua, Editorial Board Member, Zomaya, Albert Y., Editorial Board Member, Guisado-Lizar, José-Luis, editor, Riscos-Núñez, Agustín, editor, Morón-Fernández, María-José, editor, and Wainer, Gabriel, editor
- Published
- 2024
- Full Text
- View/download PDF
48. Proposal for a Resource Allocation Model Aimed at Fog Computing
- Author
-
D’Amato, André, Dantas, Mario, Xhafa, Fatos, Series Editor, and Barolli, Leonard, editor
- Published
- 2024
- Full Text
- View/download PDF
49. Enabling Precision Irrigation Through a Hierarchical Edge-to-Cloud System
- Author
-
Penzotti, Gabriele, Amoretti, Michele, Caselli, Stefano, Xhafa, Fatos, Series Editor, and Barolli, Leonard, editor
- Published
- 2024
- Full Text
- View/download PDF
50. Advanced Techniques for Digital Evidence Preservation: The Power of Blockchain and Machine Learning
- Author
-
Rahman, Rizwan Ur, Tomar, Deepak Singh, Kacharea, Gaurav Pramod, Gawde, Meeraj Mahendra, Tsundue, Tenzin, Kumar, Pavan, Khalifa, Hamiden Abd El Wahed, Hamdan, Allam, Editorial Board Member, Al Madhoun, Wesam, Editorial Board Member, Alareeni, Bahaaeddin, Editor-in-Chief, Baalousha, Mohammed, Editorial Board Member, Elgedawy, Islam, Editorial Board Member, Hussainey, Khaled, Editorial Board Member, Eleyan, Derar, Editorial Board Member, Hamdan, Reem, Editorial Board Member, Salem, Mohammed, Editorial Board Member, Jallouli, Rim, Editorial Board Member, Assaidi, Abdelouahid, Editorial Board Member, Nawi, Noorshella Binti Che, Editorial Board Member, AL-Kayid, Kholoud, Editorial Board Member, Wolf, Martin, Editorial Board Member, El Khoury, Rim, Editorial Board Member, Kumar, Adarsh, editor, Ahuja, Neelu Jyothi, editor, Kaushik, Keshav, editor, Tomar, Deepak Singh, editor, and Khan, Surbhi Bhatia, editor
- Published
- 2024
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.