Fault Tolerant Distributed Transactions On Blockchain

eBook Download

BOOK EXCERPT:

Since the introduction of Bitcoin—the first widespread application driven by blockchain—the interest of the public and private sectors in blockchain has skyrocketed. In recent years, blockchain-based fabrics have been used to address challenges in diverse fields such as trade, food production, property rights, identity-management, aid delivery, health care, and fraud prevention. This widespread interest follows from fundamental concepts on which blockchains are built that together embed the notion of trust, upon which blockchains are built. 1. Blockchains provide data transparancy. Data in a blockchain is stored in the form of a ledger, which contains an ordered history of all the transactions. This facilitates oversight and auditing. 2. Blockchains ensure data integrity by using strong cryptographic primitives. This guarantees that transactions accepted by the blockchain are authenticated by its issuer, are immutable, and cannot be repudiated by the issuer. This ensures accountability. 3. Blockchains are decentralized, democratic, and resilient. They use consensus-based replication to decentralize the ledger among many independent participants. Thus, it can operate completely decentralized and does not require trust in a single authority. Additions to the chain are performed by consensus, in which all participants have a democratic voice in maintaining the integrity of the blockchain. Due to the usage of replication and consensus, blockchains are also highly resilient to malicious attacks even when a significant portion of the participants are malicious. It further increases the opportunity for fairness and equity through democratization. These fundamental concepts and the technologies behind them—a generic ledger-based data model, cryptographically ensured data integrity, and consensus-based replication—prove to be a powerful and inspiring combination, a catalyst to promote computational trust. In this book, we present an in-depth study of blockchain, unraveling its revolutionary promise to instill computational trust in society, all carefully tailored to a broad audience including students, researchers, and practitioners. We offer a comprehensive overview of theoretical limitations and practical usability of consensus protocols while examining the diverse landscape of how blockchains are manifested in their permissioned and permissionless forms.

Product Details :

Genre : Computers
Author : Suyash Gupta
Publisher : Springer Nature
Release : 2022-06-01
File : 248 Pages
ISBN-13 : 9783031018770


Blockchain Technology

eBook Download

BOOK EXCERPT:

Blockchain is an emerging technology platform for developing decentralized applications and data storage, over and beyond its role as the technology underlying the cryptocurrencies. The basic tenet of this platform is that it allows one to create a distributed and replicated ledger of events, transactions, and data generated through various IT processes with strong cryptographic guarantees of tamper resistance, immutability, and verifiability. Public blockchain platforms allow us to guarantee these properties with overwhelming probabilities even when untrusted users are participants of distributed applications with the ability to transact on the platform. Even though, blockchain technology has become popularly known because of its use in the implementation of cryptocurrencies such as BitCoin, Ethereum, etc.; the technology itself holds much more promise in various areas such as time stamping, logging of critical events in a system, recording of transactions, trustworthy e-governance, etc. It introduces theoretical and practical aspects of blockchain technology. The book includes an in-depth insight into the need for decentralization, smart contracts, consensus both permissioned and permissionless, and various blockchain development frameworks, tools, and platforms. It can be used as a learning resource for various examinations and certifications related to cryptocurrency and blockchain technology. This book explained the nuts and bolts of blockchain technology in lucid language to make students more familiar with the implementation perspective of this much-needed technology.

Product Details :

Genre : Technology & Engineering
Author : Sudeep Tanwar
Publisher : Springer Nature
Release : 2022-05-16
File : 421 Pages
ISBN-13 : 9789811914881


Hybridization Of Blockchain And Cloud Computing

eBook Download

BOOK EXCERPT:

Exploring many aspects of blockchain technologies and providing an overview of the latest cuttingedge developments along with their diversified business applications, this volume addresses the challenges, emerging issues, and problems in classical centralized architecture and covers how blockchain platforms provide almost magical solutions and novel services for improving business processes. Focusing on blockchain technology-based distributed transactions for industrial use, the chapters address applications in sectors such as healthcare, pharmaceutical drug supply, finance and banking, agriculture and farming, semantic web services, etc. The book explores blockchain applications associated with security issues, cryptocurrencies, cloud computing, Internet of Things, estimating intelligence (of crows, as an example) using artificial intelligence, and more. The chapters discuss deployment, feasibility studies, and the many diverse services offered by blockchain technology

Product Details :

Genre : Computers
Author : M. Lawanya Shri
Publisher : CRC Press
Release : 2023-10-13
File : 282 Pages
ISBN-13 : 9781000779721


Foundations Of Information And Knowledge Systems

eBook Download

BOOK EXCERPT:

This book constitutes the refereed proceedings of the 12th International Symposium on Foundations of Information and Knowledge Systems, FoIKS 2022, held in Helsinki, Finland, in June 2022. The 13 full papers presented were carefully reviewed and selected from 21 submissions. The papers address various topics such as information and knowledge systems, including submissions that apply ideas, theories or methods from specific disciplines to information and knowledge systems. Examples of such disciplines are discrete mathematics, logic and algebra, model theory, databases, information theory, complexity theory, algorithmics and computation, statistics and optimization.

Product Details :

Genre : Mathematics
Author : Ivan Varzinczak
Publisher : Springer Nature
Release : 2022-07-09
File : 254 Pages
ISBN-13 : 9783031113215


Transaction Processing On Modern Hardware

eBook Download

BOOK EXCERPT:

The last decade has brought groundbreaking developments in transaction processing. This resurgence of an otherwise mature research area has spurred from the diminishing cost per GB of DRAM that allows many transaction processing workloads to be entirely memory-resident. This shift demanded a pause to fundamentally rethink the architecture of database systems. The data storage lexicon has now expanded beyond spinning disks and RAID levels to include the cache hierarchy, memory consistency models, cache coherence and write invalidation costs, NUMA regions, and coherence domains. New memory technologies promise fast non-volatile storage and expose unchartered trade-offs for transactional durability, such as exploiting byte-addressable hot and cold storage through persistent programming that promotes simpler recovery protocols. In the meantime, the plateauing single-threaded processor performance has brought massive concurrency within a single node, first in the form of multi-core, and now with many-core and heterogeneous processors. The exciting possibility to reshape the storage, transaction, logging, and recovery layers of next-generation systems on emerging hardware have prompted the database research community to vigorously debate the trade-offs between specialized kernels that narrowly focus on transaction processing performance vs. designs that permit transactionally consistent data accesses from decision support and analytical workloads. In this book, we aim to classify and distill the new body of work on transaction processing that has surfaced in the last decade to navigate researchers and practitioners through this intricate research subject.

Product Details :

Genre : Computers
Author : Mohammad Sadoghi
Publisher : Springer Nature
Release : 2022-05-31
File : 122 Pages
ISBN-13 : 9783031018701


The Four Generations Of Entity Resolution

eBook Download

BOOK EXCERPT:

Entity Resolution (ER) lies at the core of data integration and cleaning and, thus, a bulk of the research examines ways for improving its effectiveness and time efficiency. The initial ER methods primarily target Veracity in the context of structured (relational) data that are described by a schema of well-known quality and meaning. To achieve high effectiveness, they leverage schema, expert, and/or external knowledge. Part of these methods are extended to address Volume, processing large datasets through multi-core or massive parallelization approaches, such as the MapReduce paradigm. However, these early schema-based approaches are inapplicable to Web Data, which abound in voluminous, noisy, semi-structured, and highly heterogeneous information. To address the additional challenge of Variety, recent works on ER adopt a novel, loosely schema-aware functionality that emphasizes scalability and robustness to noise. Another line of present research focuses on the additional challenge of Velocity, aiming to process data collections of a continuously increasing volume. The latest works, though, take advantage of the significant breakthroughs in Deep Learning and Crowdsourcing, incorporating external knowledge to enhance the existing words to a significant extent. This synthesis lecture organizes ER methods into four generations based on the challenges posed by these four Vs. For each generation, we outline the corresponding ER workflow, discuss the state-of-the-art methods per workflow step, and present current research directions. The discussion of these methods takes into account a historical perspective, explaining the evolution of the methods over time along with their similarities and differences. The lecture also discusses the available ER tools and benchmark datasets that allow expert as well as novice users to make use of the available solutions.

Product Details :

Genre : Computers
Author : George Papadakis
Publisher : Springer Nature
Release : 2022-06-01
File : 152 Pages
ISBN-13 : 9783031018787


Blockchain Technology

eBook Download

BOOK EXCERPT:

This book presents a detailed exploration of adaption and implementation, as well as a 360-degree view spectrum of blockchain technologies in real-world business applications. Blockchain is gaining momentum in all sectors. This book offers a collection of protocol standards, issues, security improvements, applicability, features, and types of cryptocurrency in processing and through 5G technology. The book covers the evolution of blockchain from fundamental theories to present forms. It offers diversified business applications with usable case studies and provides successful implementations in cloud/edge computing, smart city, and IoT. The book emphasizes the advances and cutting-edge technologies along with the different tools and platforms. The primary audience for this book includes industry experts, researchers, graduates and under graduates, practitioners, and business managers who are engaged in blockchain and IoT-related technologies.

Product Details :

Genre : Computers
Author : E. Golden Julie
Publisher : CRC Press
Release : 2020-11-09
File : 255 Pages
ISBN-13 : 9781000216752


Wireless Consensus

eBook Download

BOOK EXCERPT:

Product Details :

Genre :
Author : Minghui Xu
Publisher : Springer Nature
Release :
File : 210 Pages
ISBN-13 : 9783031708596


Intelligent Human Computer Interaction

eBook Download

BOOK EXCERPT:

The two-volume set LNCS 12615 + 12616 constitutes the refereed proceedings of the 12th International Conference on Intelligent Human Computer Interaction, IHCI 2020, which took place in Daegu, South Korea, during November 24-26, 2020. The 75 full and 18 short papers included in these proceedings were carefully reviewed and selected from a total of 185 submissions. The papers were organized in topical sections named: cognitive modeling and system; biomedical signal processing and complex problem solving; natural language, speech, voice and study; algorithm and related applications; crowd sourcing and information analysis; intelligent usability and test system; assistive living; image processing and deep learning; and human-centered AI applications.

Product Details :

Genre : Computers
Author : Madhusudan Singh
Publisher : Springer Nature
Release : 2021-02-05
File : 526 Pages
ISBN-13 : 9783030684495


Handbook On Blockchain

eBook Download

BOOK EXCERPT:

This handbook aims to serve as a one-stop, reliable source of reference, with curations of survey and expository contributions on the state-of-the-art in Blockchain technology. It covers a comprehensive range of topics, providing the technical and non-technical reader with fundamentals, applications, and deep details on a variety of topics. The readership is expected to span broadly from technologically-minded business professionals and entrepreneurs, to students, instructors, novices and seasoned researchers, in computer science, engineering, software engineering, finance, and data science. Though Blockchain technology is relatively young, its evolution as a field and a practice is booming in growth and its importance to society had never been more important than it is today. Blockchain solutions enable a decentralization of a digital society where people can contribute, collaborate, and transact without having to second-guess the trust and transparency factors with many geographical, financial, and political barriers removed. It is the distributed ledger technology behind the success of Bitcoin, Ethereum, and many emerging applications. The resource is divided into 5 parts. Part 1 (Foundation) walks the reader through a comprehensive set of essential concepts, protocols, and algorithms that lay the foundation for Blockchain. Part 2 (Scalability) focuses on the most pressing challenges of today’s blockchain networks in how to keep pace with real-world expectations. Part 3 (Trust and Security) provides detailed coverage on the issues of trust, reputation, and security in Blockchain. Part 4 (Decentralized Finance) is devoted to a high-impact application of Blockchain to finance, the sector that has most benefitted from this technology. Part 5 (Application and Policy) includes several cases where Blockchain applies to the real world.

Product Details :

Genre : Computers
Author : Duc A. Tran
Publisher : Springer Nature
Release : 2022-11-04
File : 707 Pages
ISBN-13 : 9783031075353