Parallel Computing Architectures and APIs: IoT Big Data Stream Processing
Autor Vivek Kaleen Limba Engleză Hardback – 2 dec 2019
One of the most important reasons for studying parallel computing architectures is to learn how to extract the best performance from parallel systems. Specifically, you must understand its architectures so that you will be able to exploit those architectures during programming via the standardized APIs.
This book would be useful for analysts, designers and developers of high-throughput computing systems essential for big data stream processing emanating from IoT-driven cyber-physical systems (CPS).
This pragmatic book:
- Devolves uniprocessors in terms of a ladder of abstractions to ascertain (say) performance characteristics at a particular level of abstraction
- Explains limitations of uniprocessor high performance because of Moore’s Law
- Introduces basics of processors, networks and distributed systems
- Explains characteristics of parallel systems, parallel computing models and parallel algorithms
- Explains the three primary categorical representatives of parallel computing architectures, namely, shared memory, message passing and stream processing
- Introduces the three primary categorical representatives of parallel programming APIs, namely, OpenMP, MPI and CUDA
- Provides an overview of Internet of Things (IoT), wireless sensor networks (WSN), sensor data processing, Big Data and stream processing
- Provides introduction to 5G communications, Edge and Fog computing
Preț: 840.40 lei
Preț vechi: 1226.35 lei
-31% Nou
Puncte Express: 1261
Preț estimativ în valută:
160.82€ • 169.19$ • 133.15£
160.82€ • 169.19$ • 133.15£
Carte tipărită la comandă
Livrare economică 14-28 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781138553910
ISBN-10: 1138553913
Pagini: 406
Ilustrații: 65
Dimensiuni: 178 x 254 x 25 mm
Greutate: 0.88 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
ISBN-10: 1138553913
Pagini: 406
Ilustrații: 65
Dimensiuni: 178 x 254 x 25 mm
Greutate: 0.88 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Cuprins
Preface..............................................................................................................................................xv
Acknowledgments....................................................................................................................... xxi
Author..........................................................................................................................................xxiii
1 Uniprocessor Computers........................................................................................................1
2 Processor Physics and Moore’s Law.................................................................................. 17
Section I Genesis of Parallel Computing
3 Processor Basics..................................................................................................................... 37
4 Networking Basics................................................................................................................ 51
5 Distributed Systems Basics.................................................................................................65
Section II Road to Parallel Computing
6 Parallel Systems.....................................................................................................................83
7 Parallel Computing Models................................................................................................99
8 Parallel Algorithms............................................................................................................. 115
Section III Parallel Computing Architectures
9 Parallel Computing Architecture Basics......................................................................... 131
10 Shared Memory Architecture........................................................................................... 141
11 Message-Passing Architecture.......................................................................................... 157
12 Stream Processing Architecture....................................................................................... 167
Section IV Parallel Computing Programming
13 Parallel Computing Programming Basics...................................................................... 181
14 Shared-memory Parallel Programming with OpenMP.............................................. 213
15 Message Passing Parallel Programming with MPI......................................................223
16 Stream Processing Programming with CUDA, OpenCL, and OpenACC............... 239
Section V Internet of Things Big Data Stream Processing
17 Internet of Things (IoT) Technologies............................................................................255
18 Sensor Data Processing...................................................................................................... 287
19 Big Data Computing........................................................................................................... 313
20 Big Data Stream Processing..............................................................................................335
Epilogue: Quantum Computing................................................................................................ 361
References.....................................................................................................................................365
Index.............................................................................................................................................. 367
Acknowledgments....................................................................................................................... xxi
Author..........................................................................................................................................xxiii
1 Uniprocessor Computers........................................................................................................1
2 Processor Physics and Moore’s Law.................................................................................. 17
Section I Genesis of Parallel Computing
3 Processor Basics..................................................................................................................... 37
4 Networking Basics................................................................................................................ 51
5 Distributed Systems Basics.................................................................................................65
Section II Road to Parallel Computing
6 Parallel Systems.....................................................................................................................83
7 Parallel Computing Models................................................................................................99
8 Parallel Algorithms............................................................................................................. 115
Section III Parallel Computing Architectures
9 Parallel Computing Architecture Basics......................................................................... 131
10 Shared Memory Architecture........................................................................................... 141
11 Message-Passing Architecture.......................................................................................... 157
12 Stream Processing Architecture....................................................................................... 167
Section IV Parallel Computing Programming
13 Parallel Computing Programming Basics...................................................................... 181
14 Shared-memory Parallel Programming with OpenMP.............................................. 213
15 Message Passing Parallel Programming with MPI......................................................223
16 Stream Processing Programming with CUDA, OpenCL, and OpenACC............... 239
Section V Internet of Things Big Data Stream Processing
17 Internet of Things (IoT) Technologies............................................................................255
18 Sensor Data Processing...................................................................................................... 287
19 Big Data Computing........................................................................................................... 313
20 Big Data Stream Processing..............................................................................................335
Epilogue: Quantum Computing................................................................................................ 361
References.....................................................................................................................................365
Index.............................................................................................................................................. 367
Notă biografică
Vivek Kale has more than two decades of professional IT experience during which he has handled and consulted on various aspects of enterprise-wide information modeling, enterprise architectures, business process re-design, and, e-business architectures. He has been Group CIO of Essar Group, the steel/oil & gas major of India, as well as, Raymond Ltd., the textile & apparel major of India. He is a seasoned practitioner in enhancing business agility through digital transformation of business models, enterprise architecture and business processes, and, enhancing IT-enabled enterprise intelligence (EQ). He has authored books on Cloud Computing and Big Data Computing. He is also author of Big Data Computing: A Guide for Business and Technology Managers(CRC Press, 2016), Agile Network Businesses: Collaboration, Coordination, and Competitive Advantage (CRC Press 2017), and, Digital Transformation of Enterprise Architecture (CRC Press 2020).
Descriere
This book addresses the challenge of provisioning of parallel hardware and software enabling high-performance parallel processing in the context of requirements dictated by big data systems. It gives description of parallel programming techniques that are necessary for efficient programs for multicore processors and parallel cluster systems.