Détail de l'éditeur
Apress
localisé à :
New York
|
Documents disponibles chez cet éditeur (5)
Ajouter le résultat dans votre panier Affiner la recherche Interroger des sources externes
Titre : Demystifying Internet of Things security : successful IoT Device/Edge and platform security deployment Type de document : Monographie Auteurs : Sunil Cheruvu, Éditeur scientifique ; Anil Kumar, Éditeur scientifique ; Ned Smith, Éditeur scientifique ; David M. Wheeler, Éditeur scientifique Editeur : New York : Apress Année de publication : 2020 Importance : 488 p. ISBN/ISSN/EAN : 978-1-4842-2895-1 Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Télématique
[Termes IGN] internet des objets
[Termes IGN] réseau informatique
[Termes IGN] sécurité informatiqueRésumé : (Editeur) [Introduction] Break down the misconceptions of the Internet of Things by examining the different security building blocks available in Intel Architecture (IA) based IoT platforms. This open access book reviews the threat pyramid, secure boot, chain of trust, and the SW stack leading up to defense-in-depth.
The IoT presents unique challenges in implementing security and Intel has both CPU and Isolated Security Engine capabilities to simplify it. This book explores the challenges to secure these devices to make them immune to different threats originating from within and outside the network. The requirements and robustness rules to protect the assets vary greatly and there is no single blanket solution approach to implement security.
This book provides clarity to industry professionals and provides and overview of different security solutions.Note de contenu :
Introduction
CHAPTER 1 - Conceptualizing the Secure Internet of Things
CHAPTER 2 - IoT Frameworks and Complexity
CHAPTER 3 - Base Platform Security Hardware Building Blocks
CHAPTER 4 - IoT Software Security Building Blocks
CHAPTER 5 - Connectivity Technologies for IoT
CHAPTER 6 - IoT Vertical Applications and Associated Security Requirements
ConclusionNuméro de notice : 26801 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE/SOCIETE NUMERIQUE Nature : Monographie DOI : 10.1007/978-1-4842-2896-8 En ligne : https://doi.org/10.1007/978-1-4842-2896-8 Format de la ressource électronique : URL Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=100094
Titre : Programming persistent memory : a comprehensive guide for developers Type de document : Guide/Manuel Auteurs : Steve Scargall, Auteur Editeur : New York : Apress Année de publication : 2020 Importance : 438 p. ISBN/ISSN/EAN : 978-1-4842-4932-1 Note générale : Glossaire Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Informatique
[Termes IGN] C++
[Termes IGN] données massives
[Termes IGN] Java (langage de programmation)
[Termes IGN] Linux
[Termes IGN] modèle logique de données
[Termes IGN] programmation informatiqueRésumé : (Auteur) Beginning and experienced programmers will use this comprehensive guide to persistent memory programming. You will understand how persistent memory brings together several new software/hardware requirements, and offers great promise for better performance and faster application startup times—a huge leap forward in byte-addressable capacity compared with current DRAM offerings. This revolutionary new technology gives applications significant performance and capacity improvements over existing technologies. It requires a new way of thinking and developing, which makes this highly disruptive to the IT/computing industry. The full spectrum of industry sectors that will benefit from this technology include, but are not limited to, in-memory and traditional databases, AI, analytics, HPC, virtualization, and big data. Programming Persistent Memory describes the technology and why it is exciting the industry. It covers the operating system and hardware requirements as well as how to create development environments using emulated or real persistent memory hardware. The book explains fundamental concepts; provides an introduction to persistent memory programming APIs for C, C++, JavaScript, and other languages; discusses RMDA with persistent memory; reviews security features; and presents many examples. Source code and examples that you can run on your own systems are included. What You’ll Learn Understand what persistent memory is, what it does, and the value it brings to the industry Become familiar with the operating system and hardware requirements to use persistent memory Know the fundamentals of persistent memory programming: why it is different from current programming methods, and what developers need to keep in mind when programming for persistence Look at persistent memory application development by example using the Persistent Memory Development Kit (PMDK) Design and optimize data structures for persistent memory Study how real-world applications are modified to leverage persistent memory Utilize the tools available for persistent memory programming, application performance profiling, and debugging Who This Book Is For C, C++, Java, and Python developers, but will also be useful to software, cloud, and hardware architects across a broad spectrum of sectors, including cloud service providers, independent software vendors, high performance compute, artificial intelligence, data analytics, big data, etc. Note de contenu :
Chapter 1: Introduction to Persistent Memory Programming
Chapter 2: Persistent Memory Architecture
Chapter 3: Operating System Support for Persistent Memory
Chapter 4: Fundamental Concepts of Persistent Memory Programming
Chapter 5: Introducing the Persistent Memory Development Kit
Chapter 6: libpmem: Low-Level Persistent Memory Support
Chapter 7: libpmemobj: A Native Transactional Object Store
Chapter 8: libpmemobj-cpp: The Adaptable Language - C++ and Persistent Memory
Chapter 9: pmemkv: A Persistent In-Memory
Chapter 10: Volatile Use of Persistent Memory
Chapter 11: Designing Data Structures for Persistent Memory
Chapter 12: Debugging Persistent Memory Applications
Chapter 13: Enabling Persistence Using a Real-World Application
Chapter 14: Concurrency and Persistent Memory
Chapter 15: Profiling and Performance
Chapter 16: PMDK Internals: Important Algorithms and Data Structures
Chapter 17: Reliability, Availability, and Serviceability (RAS)
Chapter 18: Remote Persistent Memory
Chapter 19: Advanced Topics
Appendix A: How to Install NDCTL and DAXCTL on Linux
Appendix B: How to Install the Persistent Memory Development Kit (PMDK)
Appendix C: How to Install IPMCTL on Linux and Windows
Appendix D: Java for Persistent Memory
Appendix E: The Future of Remote Persistent Memory ReplicationNuméro de notice : 26513 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE Nature : Manuel informatique DOI : 10.1007/978-1-4842-4932-1 En ligne : http://doi.org/10.1007/978-1-4842-4932-1 Format de la ressource électronique : URL Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=97277
Titre : Pro TBB : C++ parallel programming with Threading Building Blocks Type de document : Guide/Manuel Auteurs : Michael Voss, Auteur ; Rafael Asenjo, Auteur ; James Reinders, Auteur Editeur : New York : Apress Année de publication : 2019 Autre Editeur : Springer Nature Importance : 754 p. ISBN/ISSN/EAN : 978-1-4842-4398-5 Note générale : Bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Informatique
[Termes IGN] C++
[Termes IGN] modèle logique de données
[Termes IGN] programmation informatique
[Termes IGN] Standard Template LibraryRésumé : (Editeur) This open access book is a modern guide for all C++ programmers to learn Threading Building Blocks (TBB). Written by TBB and parallel programming experts, this book reflects their collective decades of experience in developing and teaching parallel programming with TBB, offering their insights in an approachable manner. Throughout the book the authors present numerous examples and best practices to help you become an effective TBB programmer and leverage the power of parallel systems. Pro TBB starts with the basics, explaining parallel algorithms and C++'s built-in standard template library for parallelism. You'll learn the key concepts of managing memory, working with data structures and how to handle typical issues with synchronization. Later chapters apply these ideas to complex systems to explain performance tradeoffs, mapping common parallel patterns, controlling threads and overhead, and extending TBB to program heterogeneous systems or system-on-chips. What You'll Learn Use Threading Building Blocks to produce code that is portable, simple, scalable, and more understandable Review best practices for parallelizing computationally intensive tasks in your applications Integrate TBB with other threading packages Create scalable, high performance data-parallel programs Work with generic programming to write efficient algorithms Who This Book Is For C++ programmers learning to run applications on multicore systems, as well as C or C++ programmers without much experience with templates. No previous experience with parallel programming or multicore processors is required. Note de contenu :
PART 1
- Jumping Right In: “Hello, TBB!”
- Generic Parallel Algorithms
- Flow Graphs
- TBB and the Parallel Algorithms of the C++ Standard Template Library
- Synchronization: Why and How to Avoid It
- Data Structures for Concurrency
- Scalable Memory Allocation
- Mapping Parallel Patterns to TBB
PART 2
- The Pillars of Composability
- Using Tasks to Create Your Own Algorithms
- Controlling the Number of Threads Used for Execution
- Using Work Isolation for Correctness and Performance
- Creating Thread-to-Core and Task-to-Thread Affinity
- Using Task Priorities
- Cancellation and Exception Handling
- Tuning TBB Algorithms: Granularity, Locality, Parallelism, and Determinism
- Flow Graphs: Beyond the Basics
- Beef Up Flow Graphs with Async Nodes
- Flow Graphs on Steroids: OpenCL Nodes
- TBB on NUMA ArchitecturesNuméro de notice : 26521 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE Nature : Manuel informatique DOI : 10.1007/978-1-4842-4398-5 En ligne : http://doi.org/10.1007/978-1-4842-4398-5 Format de la ressource électronique : URL Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=97474
Titre : Building the infrastructure for cloud security : A solutions view Type de document : Monographie Auteurs : Raghu Yeluri, Auteur ; Enrique Castro-Leon, Auteur Editeur : New York : Apress Année de publication : 2014 Importance : 244 p. Format : 18 x 26 cm Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Informatique
[Termes IGN] géolocalisation
[Termes IGN] informatique en nuage
[Termes IGN] intégrité des données
[Termes IGN] machine virtuelle
[Termes IGN] migration des données
[Termes IGN] sécurité informatiqueRésumé : (éditeur) For cloud users and providers alike, security is an everyday concern, yet there are very few books covering cloud security as a main subject. This book will help address this information gap from an Information Technology solution and usage-centric view of cloud infrastructure security. The book highlights the fundamental technology components necessary to build and enable trusted clouds. Here also is an explanation of the security and compliance challenges organizations face as they migrate mission-critical applications to the cloud, and how trusted clouds, that have their integrity rooted in hardware, can address these challenges. This book provides:
Use cases and solution reference architectures to enable infrastructure integrity and the creation of trusted pools leveraging Intel Trusted Execution Technology (TXT).
Trusted geo-location management in the cloud, enabling workload and data location compliance and boundary control usages in the cloud. OpenStack-based reference architecture of tenant-controlled virtual machine and workload protection in the cloud. A reference design to enable secure hybrid clouds for a cloud bursting use case, providing infrastructure visibility and control to organizations. "A valuable guide to the next generation of cloud security and hardware based root of trust. More than an explanation of the what and how, is the explanation of why. And why you can't afford to ignore it!" --Vince Lubsey, Vice President, Product Development, Virtustream Inc. " Raghu provides a valuable reference for the new 'inside out' approach, where trust in hardware, software, and privileged users is never assumed--but instead measured, attested, and limited according to least privilege principles." --John Skinner, Vice President, HyTrust Inc. "Traditional parameter based defenses are in sufficient in the cloud. Raghu's book addresses this problem head-on by highlighting unique usage models to enable trusted infrastructure in this open environment. A must read if you are exposed in cloud." --Nikhil Sharma, Sr. Director of Cloud Solutions, Office of CTO, EMC CorporationNote de contenu : 1- Cloud computing basics
2- The trusted cloud: Addressing security and compliance
3- Platform boot integrity: Foundation for trusted compute pools
4- Attestation: Proving trustability
5- Boundary control in the cloud: Geo-tagging and asset tagging
6- Network security in the cloud
7- Identity management and control for clouds
8- Trusted virtual machines: Ensuring the integrity of virtual machines in the cloud
9- A reference design for secure cloud burstingNuméro de notice : 259777 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE/SOCIETE NUMERIQUE Nature : Monographie DOI : 10.1007/978-1-4302-6146-9 En ligne : https://doi.org/10.1007/978-1-4302-6146-9 Format de la ressource électronique : URL Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=96650
Titre : Beginning MapServer open source GIS development : create spatially-enabled web applications using the MapServer GIS development environment Type de document : Monographie Auteurs : Bill Kropla, Auteur Editeur : New York : Apress Année de publication : 2005 Importance : 418 p. Format : 18 x 23 cm ISBN/ISSN/EAN : 978-1-59059-490-2 Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Géomatique
[Termes IGN] logiciel libre
[Termes IGN] MapScript
[Termes IGN] Mapserver
[Termes IGN] PERL
[Termes IGN] PHP
[Termes IGN] Python (langage de programmation)
[Termes IGN] serveur cartographique (programme)Résumé : (Editeur) This book is the first book of its kind. It offers a comprehensive introduction to MapServer, the development platform for integrating mapping technology into Internet applications. You'll learn how to build and extend dynamic applications using popular languages like PHP, Perl, and Python. After a thorough introduction to installation and configuration, you'll uncover basic MapServer topics and examples. You'll also learn about advanced MapServer features, and how to query and incorporate dynamic data into your application. The book culminates with the creation of an actual mapping application. Numéro de notice : 21202 Affiliation des auteurs : non IGN Thématique : GEOMATIQUE Nature : Monographie Accessibilité hors numérique : Non accessible via le SUDOC En ligne : https://gisresources.com/beginning-mapserver-open-source-gis-development-bill-kr [...] Format de la ressource électronique : URL Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=55676 Exemplaires(1)
Code-barres Cote Support Localisation Section Disponibilité IFN-001-000503 414 KRO Livre Nogent-sur-Vernisson Bibliothèque SI Exclu du prêt