Junte-se a nós em uma viagem ao mundo dos livros!
Adicionar este livro à prateleira
Grey
Deixe um novo comentário Default profile 50px
Grey
Assine para ler o livro completo ou leia as primeiras páginas de graça!
All characters reduced
Edge Computing - From Basics to Expert Proficiency - cover
LER

Edge Computing - From Basics to Expert Proficiency

William Smith

Editora: HiTeX Press

  • 0
  • 0
  • 0

Sinopse

"Edge Computing: From Basics to Expert Proficiency" is an authoritative and comprehensive guide that delves into the transformative world of edge computing. Designed for professionals, researchers, and students alike, this book meticulously covers the fundamental principles, architectural components, and advanced techniques essential for mastering edge computing. From understanding the historical context and key concepts to exploring intricate details of network protocols, data management, and security, each chapter is structured to build progressively on the last.As the field of edge computing rapidly evolves, the book provides invaluable insights into practical applications across various industries, including manufacturing, healthcare, smart cities, and telecommunications. It also addresses the integration of edge computing with cloud services, development of edge applications, and the implementation of AI and machine learning at the edge. By examining current challenges and forecasting future trends, this book equips readers with the knowledge and expertise necessary to navigate and leverage the dynamic landscape of edge computing, ensuring they are prepared to innovate and lead in this cutting-edge domain.
Disponível desde: 09/08/2024.
Comprimento de impressão: 330 páginas.

Outros livros que poderiam interessá-lo

  • Unleashing Mobile App Innovation - Mastering Mobile App Development: Advanced Techniques and Best Practices - cover

    Unleashing Mobile App Innovation...

    Nathanial Morrison

    • 0
    • 0
    • 0
    Are you prepared to advance your knowledge of developing mobile apps? Discover the upcoming landscape of app development with our in-depth book! 
    To become a skilled app developer, "Unleashing Mobile App Innovation: Mastering Mobile App Development- Advanced Techniques and Best Practices" is the best resource. This book provides insightful tips, strategies, and best practices that will assist you to stand out in the always changing world of mobile apps, regardless of your experience level. 
    Unlock the possibilities of 5G connectivity, AI, and augmented reality. Examine cutting-edge security protocols, cross-platform software development, and moral issues. Discover how to make applications that are unique in the market, satisfy user needs, and stand out. 
    Take advantage of this chance to improve your app development abilities. To start your road towards being an expert in mobile app development, get a copy of "Unleashing Mobile App Innovation: Mastering Mobile App Development- Advanced Techniques and Best Practices" right away. Keep up with the times, be creative, and develop apps that impact the digital world. This is where your journey into mobile app development begins! 
      
     
    Ver livro
  • Robotics and Automation for Beginners - Navigating the World of Smart Machines - cover

    Robotics and Automation for...

    Daniel Garfield

    • 0
    • 0
    • 0
    "Robotics and Automation for Beginners: Navigating the World of Smart Machines" is an essential guide for anyone interested in learning about robotics and automation. Written in a clear and concise style, this book covers the basics of robotics and automation, as well as their applications in a variety of fields. 
    Starting with an overview of the history and types of robots, readers will learn about the components of a robot, including sensors, actuators, and programming languages. The book also covers automation systems and control, with explanations of the different types of automation systems, their components, and control systems. 
    The authors provide practical examples of robotics and automation applications, including industrial, medical, agriculture, military, defense, and space exploration. They also discuss the ethical and societal implications of robotics and automation, as well as the impact on the workforce. 
    The future of robotics and automation is also explored, including the evolution of technology, future trends, and the importance of continued learning in this field. The book concludes with tips and resources for getting started with robotics and automation, as well as best practices for building and programming robots. 
    Whether you are a student, researcher, or a beginner looking to explore the world of robotics and automation, this book will provide you with a comprehensive and practical guide to this exciting field.
    Ver livro
  • Machine Learning System Design for Beginners - Building Machine Learning Systems A Beginner's Guide to Design and Implementation - cover

    Machine Learning System Design...

    James Ferry

    • 0
    • 0
    • 0
    Designing and building machine learning (ML) systems can seem daunting for beginners, but understanding the foundational steps and principles can simplify the process. At its core, ML system design involves a series of well-defined steps that guide the transformation of raw data into valuable insights through predictive models. Here’s a beginner’s guide to understanding and implementing these steps effectively. 
    The first step in designing an ML system is problem definition. Clearly defining the problem you aim to solve is crucial. This involves understanding the business context, identifying the goals, and determining the type of problem—whether it is classification, regression, clustering, or another ML task. A well-defined problem ensures that the subsequent steps are aligned with the desired outcomes. 
    Once the problem is defined, the next step is data collection and preprocessing. Data is the backbone of any ML system, and its quality significantly impacts the performance of the models. Collect data from various sources and ensure it is relevant to the problem. Data preprocessing involves cleaning the data to handle missing values, removing duplicates, and normalizing the data. It also includes feature engineering, which involves selecting, modifying, or creating new features that enhance the predictive power of the model. 
    Finally, the deployment and monitoring phase ensures that the ML model is operational and continues to perform well over time. Deploy the model to a production environment where it can make real-time predictions or be used in batch processing. Implement monitoring systems to track the model’s performance and detect any drift in data distribution that might require retraining the model. Regularly update the model with new data to maintain its accuracy and relevance. 
     
    Ver livro
  • Penetration Testing of Computer Networks Using Burpsuite and Various Penetration Testing Tools - cover

    Penetration Testing of Computer...

    Dr. Hidaia Mahmood Alassouli

    • 0
    • 0
    • 0
    Burp Suite is an integrated platform/graphical tool for performing security testing of web applications. Burp suite is a java application that can be used to secure or crack web applications. The suite consists of different tools, like a proxy server, a web spider an intruder and a so-called repeater, with which requests can be automated. You can use Burp's automated and manual tools to obtain detailed information about your target applications.
    Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, help web developers better understand the processes of securing web applications and aid teachers/students to teach/learn web application security in a class room environment.
    In this report I am using a combination of Burp tools to detect and exploit vulnerabilities in Damn Vulnerable Web App (DVWA) with low security. By default, Burp Scanner scans all requests and responses that pass through the proxy. Burp lists any issues that it identifies under Issue activity on the Dashboard. You can also use Burp Scanner to actively audit for vulnerabilities. Scanner sends additional requests and analyzes the application's traffic and behavior to identify issues.
    Various examples are outlined in this report for different types of vulnerabilities such as: SQL injection, Cross Site Request Forgery (CSRF), Cross-site scripting, File upload, Local and Remote File Inclusion. I tested various types of penetration testing tools in order to exploit different types of vulnerabilities. The report consists from the following parts:
    1. Installing and Configuring BurpSuite
    2. BurpSuite Intruder.
    3. Installing XMAPP and DVWA App in Windows System.
    4. Installing PHP, MySQL, Apache2, Python and DVWA App in Kali Linux.
    5. Scanning Kali-Linux and Windows Using .
    6. Understanding Netcat, Reverse Shells and Bind Shells.
    7. Adding Burps Certificate to Browser.
    8. Setting up Target Scope in BurpSuite.
    9. Scanning Using BurpSuite.
    10. Scan results for SQL Injection Vulnerability with BurpSuite and Using SQLMAP to Exploit the SQL injection.
    11. Scan Results for Operating System Command Injection Vulnerability with BurpSuite and Using Commix to Exploit the OS Command Injection.
    12. Scan Results for Cross Side Scripting (XSS) Vulnerability with BurpSuite, Using Xserve to exploit XSS Injection and Stealing Web Login Session Cookies through the XSS Injection.
    13. Exploiting File Upload Vulnerability.
    14: Exploiting Cross Site Request Forgery (CSRF) Vulnerability.
    15. Exploiting File Inclusion Vulnerability.
    16. References.
    Ver livro
  • Navigating Life with Multiple Sclerosis - Second Edition - cover

    Navigating Life with Multiple...

    MS Kathleen Costello, MD Barbara...

    • 0
    • 0
    • 0
    Multiple sclerosis (MS) causes a myriad of physical, cognitive, and emotional symptoms that impact function and quality of life for those with the disease and those providing care. Navigating Life with Multiple Sclerosis is a practical guide for meeting the challenges of this life-long, unpredictable disease.This insightful guide offers a detailed description of the essential components of comprehensive MS care, from disease and symptom management, rehabilitation to enhance function, safety, and independence, social and emotional support, and attention to overall health and wellness for both patients and caregivers. Each chapter offers solutions and guidance based upon the authors' interdisciplinary perspectives and years of clinical and research experience. The person with MS is the center of the care team and this book provides guidance for communicating effectively with healthcare providers, participating comfortably in shared decision making, and advocating confidently for personal healthcare needs and priorities.
    Ver livro
  • Love Your Mother - 50 States 50 Stories and 50 Women United for Climate Justice - cover

    Love Your Mother - 50 States 50...

    Mallory McDuff

    • 0
    • 0
    • 0
    From elder voices opposing the Dakota Pipeline to young people running for office to advocate for change, every day we see real-life stories about how women are making a collective difference on climate justice. Women are also disproportionately impacted by climate change and thus are critical to transforming society away from dependence on fossil fuels and toward renewable energy and environmental equity. 
     
     
     
    As a mother and a professor of environmental education, Mallory McDuff wanted to give her two daughters and her students a roadmap to engage in climate justice in their communities, rather than be left feeling paralyzed by the enormity of the problem. She set out to find women of diverse ages, backgrounds, and vocations—one from each of the fifty US states—as inspiration for a new kind of leadership focused on the heart of the climate crisis. Love Your Mother lifts up the stories of these women working toward a viable future, from farmer and rancher Donna Kilpatrick in Arkansas to writer Latria Graham in South Carolina. 
     
     
     
    From Alabama to Alaska, from Wisconsin to Wyoming, these women are poets, physicians, climate scientists, students, farmers, writers, documentary filmmakers, and more. Their work lights the way for conversation and collective action in our homes and in the world. It's time we follow their lead.
    Ver livro