Browse Results

Showing 40,726 through 40,750 of 59,786 results

Network Programming with Rust: Build fast and resilient network servers and clients by leveraging Rust's memory-safety and concurrency features

by Abhishek Chanda

Learn to write servers and network clients using Rust’s low-level socket classes with this guide Key Features Build a solid foundation in Rust while also mastering important network programming details Leverage the power of a number of available libraries to perform network operations in Rust Develop a fully functional web server to gain the skills you need, fast Book Description Rust is low-level enough to provide fine-grained control over memory while providing safety through compile-time validation. This makes it uniquely suitable for writing low-level networking applications. This book is divided into three main parts that will take you on an exciting journey of building a fully functional web server. The book starts with a solid introduction to Rust and essential networking concepts. This will lay a foundation for, and set the tone of, the entire book. In the second part, we will take an in-depth look at using Rust for networking software. From client-server networking using sockets to IPv4/v6, DNS, TCP, UDP, you will also learn about serializing and deserializing data using serde. The book shows how to communicate with REST servers over HTTP. The final part of the book discusses asynchronous network programming using the Tokio stack. Given the importance of security for modern systems, you will see how Rust supports common primitives such as TLS and public-key cryptography. After reading this book, you will be more than confident enough to use Rust to build effective networking software What you will learn Appreciate why networking is important in implementing distributed systems Write a non-asynchronous echo server over TCP that talks to a client over a network Parse JSON and binary data using parser combinators such as nom Write an HTTP client that talks to the server using reqwest Modify an existing Rust HTTTP server and add SSL to it Master asynchronous programming support in Rust Use external packages in a Rust project Who this book is for This book is for software developers who want to write networking software with Rust. A basic familiarity with networking concepts is assumed. Beginner-level knowledge of Rust will help but is not necessary.

Network Protocols for Security Professionals: Probe and identify network-based vulnerabilities and safeguard against network protocol breaches

by Yoram Orzach Deepanshu Khanna

Get to grips with network-based attacks and learn to defend your organization's network and network devicesKey FeaturesExploit vulnerabilities and use custom modules and scripts to crack authentication protocolsSafeguard against web, mail, database, DNS, voice, video, and collaboration server attacksMonitor and protect against brute-force attacks by implementing defense mechanismsBook DescriptionWith the increased demand for computer systems and the ever-evolving internet, network security now plays an even bigger role in securing IT infrastructures against attacks. Equipped with the knowledge of how to find vulnerabilities and infiltrate organizations through their networks, you'll be able to think like a hacker and safeguard your organization's network and networking devices. Network Protocols for Security Professionals will show you how.This comprehensive guide gradually increases in complexity, taking you from the basics to advanced concepts. Starting with the structure of data network protocols, devices, and breaches, you'll become familiar with attacking tools and scripts that take advantage of these breaches. Once you've covered the basics, you'll learn about attacks that target networks and network devices. Your learning journey will get more exciting as you perform eavesdropping, learn data analysis, and use behavior analysis for network forensics. As you progress, you'll develop a thorough understanding of network protocols and how to use methods and tools you learned in the previous parts to attack and protect these protocols.By the end of this network security book, you'll be well versed in network protocol security and security countermeasures to protect network protocols.What you will learnUnderstand security breaches, weaknesses, and protection techniquesAttack and defend wired as well as wireless networksDiscover how to attack and defend LAN-, IP-, and TCP/UDP-based vulnerabilitiesFocus on encryption, authorization, and authentication principlesGain insights into implementing security protocols the right wayUse tools and scripts to perform attacks on network devicesWield Python, PyShark, and other scripting tools for packet analysisIdentify attacks on web servers to secure web and email servicesWho this book is forThis book is for red team and blue team pentesters, security professionals, or bug hunters. Anyone involved in network protocol management and security will also benefit from this book. Basic experience in network security will be an added advantage.

Network Reliability: Measures and Evaluation

by Sanjay K. Chaturvedi

In Engineering theory and applications, we think and operate in terms of logics and models with some acceptable and reasonable assumptions. The present text is aimed at providing modelling and analysis techniques for the evaluation of reliability measures (2-terminal, all-terminal, k-terminal reliability) for systems whose structure can be described in the form of a probabilistic graph. Among the several approaches of network reliability evaluation, the multiple-variable-inversion sum-of-disjoint product approach finds a well-deserved niche as it provides the reliability or unreliability expression in a most efficient and compact manner. However, it does require an efficiently enumerated minimal inputs (minimal path, spanning tree, minimal k-trees, minimal cut, minimal global-cut, minimal k-cut) depending on the desired reliability. The present book covers these two aspects in detail through the descriptions of several algorithms devised by the 'reliability fraternity' and explained through solved examples to obtain and evaluate 2-terminal, k-terminal and all-terminal network reliability/unreliability measures and could be its USP. The accompanying web-based supplementary information containing modifiable Matlab(R) source code for the algorithms is another feature of this book. A very concerted effort has been made to keep the book ideally suitable for first course or even for a novice stepping into the area of network reliability. The mathematical treatment is kept as minimal as possible with an assumption on the readers' side that they have basic knowledge in graph theory, probabilities laws, Boolean laws and set theory.

Network Reliability: A Lecture Course (SpringerBriefs in Electrical and Computer Engineering)

by Ilya Gertsbakh Yoseph Shpungin

This introductory book equips the reader to apply the core concepts and methods of network reliability analysis to real-life problems. It explains the modeling and critical analysis of systems and probabilistic networks, and requires only a minimal background in probability theory and computer programming. Based on the lecture notes of eight courses taught by the authors, the book is also self-contained, with no theory needed beyond the lectures. The primary focus is on essential “modus operandi,” which are illustrated in numerous examples and presented separately from the more difficult theoretical material.

Network Reliability and Resilience

by Ilya Gertsbakh Yoseph Shpungin

This book is devoted to the probabilistic description of the behavior of a network in the process of random removal of its components (links, nodes) appearing as a result of technical failures, natural disasters or intentional attacks. It is focused on a practical approach to network reliability and resilience evaluation, based on applications of Monte Carlo methodology to numerical approximation of network combinatorial invariants, including so-called multidimensional destruction spectra. This allows to develop a probabilistic follow-up analysis of the network in the process of its gradual destruction, to identify most important network components and to develop efficient heuristic algorithms for network optimal design. Our methodology works with satisfactory accuracy and efficiency for most applications of reliability theory to real -life problems in networks.

Network Robustness under Large-Scale Attacks

by Ruifang Liu Shuguang Cui Qing Zhou Long Gao

Network Robustness under Large-Scale Attacks provides the analysis of network robustness under attacks, with a focus on large-scale correlated physical attacks. The book begins with a thorough overview of the latest research and techniques to analyze the network responses to different types of attacks over various network topologies and connection models. It then introduces a new large-scale physical attack model coined as area attack, under which a new network robustness measure is introduced and applied to study the network responses. With this book, readers will learn the necessary tools to evaluate how a complex network responds to random and possibly correlated attacks.

Network Role Mining and Analysis

by Derek Doran

This brief presents readers with a summary of classic, modern, and state-of-the-art methods for discovering the roles of entities in networks (including social networks) that range from small to large-scale. It classifies methods by their mathematical underpinning, whether they are driven by implications about entity behaviors in system, or if they are purely data driven. The brief also discusses when and how each method should be applied, and discusses some outstanding challenges toward the development of future role mining methods of each type.

Network Scanning Cookbook: Practical network security using Nmap and Nessus 7

by Sairam Jetty

Discover network vulnerabilities and threats to design effective network security strategiesKey FeaturesPlunge into scanning techniques using the most popular toolsEffective vulnerability assessment techniques to safeguard network infrastructureExplore the Nmap Scripting Engine (NSE) and the features used for port and vulnerability scanningBook DescriptionNetwork scanning is a discipline of network security that identifies active hosts on networks and determining whether there are any vulnerabilities that could be exploited. Nessus and Nmap are among the top tools that enable you to scan your network for vulnerabilities and open ports, which can be used as back doors into a network.Network Scanning Cookbook contains recipes for configuring these tools in your infrastructure that get you started with scanning ports, services, and devices in your network. As you progress through the chapters, you will learn how to carry out various key scanning tasks, such as firewall detection, OS detection, and access management, and will look at problems related to vulnerability scanning and exploitation in the network. The book also contains recipes for assessing remote services and the security risks that they bring to a network infrastructure.By the end of the book, you will be familiar with industry-grade tools for network scanning, and techniques for vulnerability scanning and network protection.What you will learnInstall and configure Nmap and Nessus in your network infrastructurePerform host discovery to identify network devicesExplore best practices for vulnerability scanning and risk assessmentUnderstand network enumeration with Nessus and NmapCarry out configuration audit using Nessus for various platformsWrite custom Nessus and Nmap scripts on your ownWho this book is forIf you’re a network engineer or information security professional wanting to protect your networks and perform advanced scanning and remediation for your network infrastructure, this book is for you.

Network Science: An Aerial View

by Francesca Biagini Göran Kauermann Thilo Meyer-Brandis

This book provides an overview of network science from the perspective of diverse academic fields, offering insights into the various research areas within network science. The authoritative contributions on statistical network analysis, mathematical network science, genetic networks, Bayesian networks, network visualisation, and systemic risk in networks explore the main questions in the respective fields: What has been achieved to date? What are the research challenges and obstacles? What are the possible interconnections with other fields? And how can cross-fertilization between these fields be promoted? Network science comprises numerous scientific disciplines, including computer science, economics, mathematics, statistics, social sciences, bioinformatics, and medicine, among many others. These diverse research areas require and use different data-analytic and numerical methods as well as different theoretical approaches. Nevertheless, they all examine and describe interdependencies, associations, and relationships of entities in different kinds of networks. The book is intended for researchers as well as interested readers working in network science who want to learn more about the field – beyond their own research or work niche. Presenting network science from different perspectives without going into too much technical detail, it allows readers to gain an overview without having to be a specialist in any or all of these disciplines.

Network Science

by Committee on Network Science for Future Army Applications

The U.S. Army depends on a broad array of interacting physical, informational, cognitive, and social networks. Nevertheless, fundamental understanding about these networks is primitive. This gap between what is known and what is needed to ensure the smooth operation of complex networks makes the Army’s transformation to a force capable of network-centric operations (NCO) problematic. To help address this problem, the Army asked the National Research Council to find out whether identifying and funding “network science” research could help close this gap. This book presents an assessment of the importance and content of network science as it exists today. The book also provides an analysis of how the Army might advance the transformation to NCO operations by supporting fundamental research on networks. The study finds that networks are indispensable to the defense of the United States. In addition, there is no science today that offers the fundamental knowledge necessary to design large, complex networks in a predictable manner. The study also concluded that current federal funding of network research is focused on specific applications and not on advancing fundamental knowledge.

Network Science

by Desmond J. Higham Gian-Luca Oppo Ernesto Estrada Maria Fox

Network Science is the emerging field concerned with the study of large, realistic networks. This interdisciplinary endeavor, focusing on the patterns of interactions that arise between individual components of natural and engineered systems, has been applied to data sets from activities as diverse as high-throughput biological experiments, online trading information, smart-meter utility supplies, and pervasive telecommunications and surveillance technologies. This unique text/reference provides a fascinating insight into the state of the art in network science, highlighting the commonality across very different areas of application and the ways in which each area can be advanced by injecting ideas and techniques from another. The book includes contributions from an international selection of experts, providing viewpoints from a broad range of disciplines. It emphasizes networks that arise in nature--such as food webs, protein interactions, gene expression, and neural connections--and in technology--such as finance, airline transport, urban development and global trade. Topics and Features: begins with a clear overview chapter to introduce this interdisciplinary field; discusses the classic network science of fixed connectivity structures, including empirical studies, mathematical models and computational algorithms; examines time-dependent processes that take place over networks, covering topics such as synchronisation, and message passing algorithms; investigates time-evolving networks, such as the World Wide Web and shifts in topological properties (connectivity, spectrum, percolation); explores applications of complex networks in the physical and engineering sciences, looking ahead to new developments in the field. Researchers and professionals from disciplines as varied as computer science, mathematics, engineering, physics, chemistry, biology, ecology, neuroscience, epidemiology, and the social sciences will all benefit from this topical and broad overview of current activities and grand challenges in the unfolding field of network science.

Network Science

by Ted G. Lewis

A comprehensive look at the emerging science of networksNetwork science helps you design faster, more resilient communication networks; revise infrastructure systems such as electrical power grids, telecommunications networks, and airline routes; model market dynamics; understand synchronization in biological systems; and analyze social interactions among people.This is the first book to take a comprehensive look at this emerging science. It examines the various kinds of networks (regular, random, small-world, influence, scale-free, and social) and applies network processes and behaviors to emergence, epidemics, synchrony, and risk. The book's uniqueness lies in its integration of concepts across computer science, biology, physics, social network analysis, economics, and marketing.The book is divided into easy-to-understand topical chapters and the presentation is augmented with clear illustrations, problems and answers, examples, applications, tutorials, and a discussion of related Java software. Chapters cover:OriginsGraphsRegular NetworksRandom NetworksSmall-World NetworksScale-Free NetworksEmergenceEpidemicsSynchronyInfluence NetworksVulnerabilityNet GainBiologyThis book offers a new understanding and interpretation of the field of network science. It is an indispensable resource for researchers, professionals, and technicians in engineering, computing, and biology. It also serves as a valuable textbook for advanced undergraduate and graduate courses in related fields of study.

Network Science: Analysis and Optimization Algorithms for Real-World Applications

by Carlos Andre Pinheiro

Network Science Network Science offers comprehensive insight on network analysis and network optimization algorithms, with simple step-by-step guides and examples throughout, and a thorough introduction and history of network science, explaining the key concepts and the type of data needed for network analysis, ensuring a smooth learning experience for readers. It also includes a detailed introduction to multiple network optimization algorithms, including linear assignment, network flow and routing problems. The text is comprised of five chapters, focusing on subgraphs, network analysis, network optimization, and includes a list of case studies, those of which include influence factors in telecommunications, fraud detection in taxpayers, identifying the viral effect in purchasing, finding optimal routes considering public transportation systems, among many others. This insightful book shows how to apply algorithms to solve complex problems in real-life scenarios and shows the math behind these algorithms, enabling readers to learn how to develop them and scrutinize the results. Written by a highly qualified author with significant experience in the field, Network Science also includes information on: Sub-networks, covering connected components, bi-connected components, community detection, k-core decomposition, reach network, projection, nodes similarity and pattern matching Network centrality measures, covering degree, influence, clustering coefficient, closeness, betweenness, eigenvector, PageRank, hub and authority Network optimization, covering clique, cycle, linear assignment, minimum-cost network flow, maximum network flow problem, minimum cut, minimum spanning tree, path, shortest path, transitive closure, traveling salesman problem, vehicle routing problem and topological sort With in-depth and authoritative coverage of the subject and many case studies to convey concepts clearly, Network Science is a helpful training resource for professional and industry workers in, telecommunications, insurance, retail, banking, healthcare, public sector, among others, plus as a supplementary reading for an introductory Network Science course for undergraduate students.

Network Science: 7th International Winter Conference, NetSci-X 2022, Porto, Portugal, February 8–11, 2022, Proceedings (Lecture Notes in Computer Science #13197)

by Pedro Ribeiro Fernando Silva José Fernando Mendes Rosário Laureano

This book constitutes the refereed proceedings of the 7th International Conference and School of Network Science, NetSci-X 2022, held in Porto, Portugal, in February 2021. The 13 full papers were carefully reviewed and selected from 19 submissions. The papers deal with the study of network models in domains ranging from biology and physics to computer science, from financial markets to cultural integration, and from social media to infectious diseases.

Network Science and Cybersecurity

by Robinson E. Pino

Network Science and Cybersecurity introduces new research and development efforts for cybersecurity solutions and applications taking place within various U.S. Government Departments of Defense, industry and academic laboratories. This book examines new algorithms and tools, technology platforms and reconfigurable technologies for cybersecurity systems. Anomaly-based intrusion detection systems (IDS) are explored as a key component of any general network intrusion detection service, complementing signature-based IDS components by attempting to identify novel attacks. These attacks may not yet be known or have well-developed signatures. Methods are also suggested to simplify the construction of metrics in such a manner that they retain their ability to effectively cluster data, while simultaneously easing human interpretation of outliers. This is a professional book for practitioners or government employees working in cybersecurity, and can also be used as a reference. Advanced-level students in computer science or electrical engineering studying security will also find this book useful .

Network Science, A Decade Later: The Internet and Classroom Learning

by Alan Feldman Cliff Konold Bob Coulter Brian Conroy

Network Science, A Decade Later--the result of NSF-funded research that looked at the experiences of a set of science projects which use the Internet--offers an understanding of how the Internet can be used effectively by science teachers and students to support inquiry-based teaching and learning. The book emphasizes theoretical and critical perspectives and is intended to raise questions about the goals of education and the ways that technology helps reach those goals and ways that it cannot. The theoretical perspective of inquiry-based teaching and learning in which the book is grounded is consistent with the current discipline-based curriculum standards and frameworks. The chapters in Part I, "State of the Art," describe the history and current practice of network science. Those in Part II, "Looking Deeply," extend the inquiry into network science by examining discourse and data in depth, using both empirical data and theoretical perspectives. In Part III, "Looking Forward," the authors step back from the issues of network science to take a broader view, focusing on the question: How should the Internet be used--and not used--to support student learning? The book concludes with a reminder that technology will not replace teachers. Rather, the power of new technologies to give students both an overwhelming access to resources--experts, peers, teachers, texts, images, and data--and the opportunity to pursue questions of their own design, increases the need for highly skilled teachers and forward-looking administrators. This is a book for them, and for all educators, policymakers, students involved in science and technology education. For more information about the authors, an archived discussions space, a few chapters that can be downloaded as PDF files, and ordering information, visit teaparty.terc.edu/book/

Network Science In Education: Transformational Approaches in Teaching and Learning

by Catherine B. Cramer Mason A. Porter Hiroki Sayama Lori Sheetz Stephen Miles Uzzo

Around the globe, there is an increasingly urgent need to provide opportunities for learners to embrace complexity; to develop the many skills and habits of mind that are relevant to today's complex and interconnected world; and to make learning more connected to our rapidly changing workplace and society. This presents an opportunity to (1) leverage new paradigms for understanding the structure and function of teaching and learning communities, and (2) to promote new approaches to developing methods, curricular materials, and resources. Network science - the study of connectivity - can play an important role in these activities, both as an important subject in teaching and learning and as a way to develop interconnected curricula. Since 2010, an international community of network science researchers and educators has come together to raise the global level of network literacy by applying ideas from network science to teaching and learning. Network Science in Education - which refers to both this community and to its activities - has evolved in response to the escalating activity in the field of network science and the need for people to be able to access the field through education channels. Network Science In Education: Transformational Approaches in Teaching and Learning appeals to both instructors and professionals, while offering case studies from a wide variety of activities that have been developed around the globe: the creation of entirely new courses and degree programs; tools for K-20 learners, teachers, and the general public; and in-depth analysis of selected programs. As network-based pedagogy and the community of practice continues to grow, we hope that the book's readers will join this vibrant network education community to build on these nascent ideas and help deepen the understanding of networks for all learners.

Network Science Models for Data Analytics Automation: Theories and Applications (Automation, Collaboration, & E-Services #9)

by Xin W. Chen

This book explains network science and its applications in data analytics for critical infrastructures, engineered systems, and knowledge acquisition. Each chapter describes step-by-step processes of how network science enables and automates data analytics through examples. The book not only dissects modeling techniques and analytical results but also explores the intrinsic development of these models and analyses. This unique approach bridges the gap between theory and practice and channels’ managerial and problem-solving skills. Engineers, researchers, and managers would benefit from the extensive theoretical background and practical examples discussed in this book. Advanced undergraduate students and graduate students in mathematics, statistics, engineering, business, public health, and social science may use this book as a one-semester textbook or a reference book. Readers who are more interested in applications may skip Chapter 1 and peruse through the rest of the book with ease.

Network Science with Python: Explore the networks around us using network science, social network analysis, and machine learning

by David Knickerbocker Dennis Neer Dr. Ram Singh Shabbir H. Mala Leslie Andrews

Discover the use of graph networks to develop a new approach to data science using theoretical and practical methods with this expert guide using Python, printed in colorKey FeaturesCreate networks using data points and informationLearn to visualize and analyze networks to better understand communitiesExplore the use of network data in both - supervised and unsupervised machine learning projectsPurchase of the print or Kindle book includes a free PDF eBookBook DescriptionNetwork analysis is often taught with tiny or toy data sets, leaving you with a limited scope of learning and practical usage. Network Science with Python helps you extract relevant data, draw conclusions and build networks using industry-standard – practical data sets. You'll begin by learning the basics of natural language processing, network science, and social network analysis, then move on to programmatically building and analyzing networks. You'll get a hands-on understanding of the data source, data extraction, interaction with it, and drawing insights from it. This is a hands-on book with theory grounding, specific technical, and mathematical details for future reference. As you progress, you'll learn to construct and clean networks, conduct network analysis, egocentric network analysis, community detection, and use network data with machine learning. You'll also explore network analysis concepts, from basics to an advanced level.By the end of the book, you'll be able to identify network data and use it to extract unconventional insights to comprehend the complex world around you.What you will learnExplore NLP, network science, and social network analysisApply the tech stack used for NLP, network science, and analysisExtract insights from NLP and network dataGenerate personalized NLP and network projectsAuthenticate and scrape tweets, connections, the web, and data streamsDiscover the use of network data in machine learning projectsWho this book is forNetwork Science with Python demonstrates how programming and social science can be combined to find new insights. Data scientists, NLP engineers, software engineers, social scientists, and data science students will find this book useful. An intermediate level of Python programming is a prerequisite. Readers from both – social science and programming backgrounds will find a new perspective and add a feather to their hat.

Network Science with Python and NetworkX Quick Start Guide: Explore and visualize network data effectively

by Edward L. Platt

Manipulate and analyze network data with the power of Python and NetworkXKey FeaturesUnderstand the terminology and basic concepts of network scienceLeverage the power of Python and NetworkX to represent data as a networkApply common techniques for working with network data of varying sizesBook DescriptionNetworkX is a leading free and open source package used for network science with the Python programming language. NetworkX can track properties of individuals and relationships, find communities, analyze resilience, detect key network locations, and perform a wide range of important tasks. With the recent release of version 2, NetworkX has been updated to be more powerful and easy to use.If you’re a data scientist, engineer, or computational social scientist, this book will guide you in using the Python programming language to gain insights into real-world networks. Starting with the fundamentals, you’ll be introduced to the core concepts of network science, along with examples that use real-world data and Python code. This book will introduce you to theoretical concepts such as scale-free and small-world networks, centrality measures, and agent-based modeling. You’ll also be able to look for scale-free networks in real data and visualize a network using circular, directed, and shell layouts.By the end of this book, you’ll be able to choose appropriate network representations, use NetworkX to build and characterize networks, and uncover insights while working with real-world systems.What you will learnUse Python and NetworkX to analyze the properties of individuals and relationshipsEncode data in network nodes and edges using NetworkXManipulate, store, and summarize data in network nodes and edgesVisualize a network using circular, directed and shell layoutsFind out how simulating behavior on networks can give insights into real-world problemsUnderstand the ongoing impact of network science on society, and its ethical considerationsWho this book is forIf you are a programmer or data scientist who wants to manipulate and analyze network data in Python, this book is perfect for you. Although prior knowledge of network science is not necessary, some Python programming experience will help you understand the concepts covered in the book easily.

Network Security

by Ding-Zhu Du Scott C.-H. Huang David Maccallum

This book provides a reference tool for the increasing number of scientists whose research is more or less involved in network security. Coverage includes network design and modeling, network management, data management, security and applications.

Network Security: A Beginner's Guide (Third Edition)

by Eric Maiwald

Security Smarts for the Self-Guided IT Professional Defend your network against a wide range of existing and emerging threats. Written by a Certified Information Systems Security Professional with more than 20 years of experience in the field, Network Security: A Beginner's Guide, Third Edition is fully updated to include thelatest and most effective security strategies. You'll learn about the four basic types of attacks, how hackers exploit them, and how to implement information security services to protect information and systems. Perimeter, monitoring, and encryption technologies arediscussed in detail. The book explains how to create and deploy an effective security policy, manage and assess risk, and perform audits. Information security best practices and standards, including ISO/IEC 27002, arecovered in this practical resource. Network Security: A Beginner's Guide, ThirdEdition features: Lingo--Common security terms defined so that you're in the know on the job IMHO--Frank and relevant opinions based on theauthor's years of industry experience Budget Note--Tips for getting security technologies and processes into your organization's budget In Actual Practice--Exceptions to the rules of security explained in real-world contexts Your Plan--Customizable checklists you can use on the job now Into Action--Tips on how, why, and when to applynew skills and techniques at work

Network Security

by Owen Poole

First Published in 2002. Routledge is an imprint of Taylor & Francis, an informa company.

Network Security and Communication Engineering: Proceedings of the 2014 International Conference on Network Security and Communication Engineering (NSCE 2014), Hong Kong, December 25-26, 2014

by Kennis Chan

The conference on network security and communication engineering is meant to serve as a forum for exchanging new developments and research progresss between scholars, scientists and engineers all over the world and providing a unique opportunity to exchange information, to present the latest results as well as to review the relevant issues on

Network Security Assessment: Know Your Network

by Chris McNab

How secure is your network? The best way to find out is to attack it, using the same tactics attackers employ to identify and exploit weaknesses. With the third edition of this practical book, you’ll learn how to perform network-based penetration testing in a structured manner. Security expert Chris McNab demonstrates common vulnerabilities, and the steps you can take to identify them in your environment.System complexity and attack surfaces continue to grow. This book provides a process to help you mitigate risks posed to your network. Each chapter includes a checklist summarizing attacker techniques, along with effective countermeasures you can use immediately.Learn how to effectively test system components, including:Common services such as SSH, FTP, Kerberos, SNMP, and LDAPMicrosoft services, including NetBIOS, SMB, RPC, and RDPSMTP, POP3, and IMAP email servicesIPsec and PPTP services that provide secure network accessTLS protocols and features providing transport securityWeb server software, including Microsoft IIS, Apache, and NginxFrameworks including Rails, Django, Microsoft ASP.NET, and PHPDatabase servers, storage protocols, and distributed key-value stores

Refine Search

Showing 40,726 through 40,750 of 59,786 results