Data Communications Books
Related Subjects: Ethernet Vendors Software Telephony Modems Organizations Training Reference Support Frame Relay Wireless Installation DSL Digital Hierarchy Unified Messaging Cable Modem Testing and Tools
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250


The titles of the book and exam match! What else do you need?Review Date: 2007-04-09
OK, so I don't own the bookReview Date: 2006-12-06
The Complete Reference for JNCIP LabReview Date: 2006-03-30
Passed JNCIP LabReview Date: 2004-06-03
Superb book superb qualityReview Date: 2005-01-15

Used price: $4.96

How to get a Perfect Bound copy of this bookReview Date: 2006-06-19
(I gave this 5 stars simply to not impact the book's current rating.)
Thorough in its explanations, lots of additional referencesReview Date: 2004-04-07
Note: This is not a paperback!Review Date: 2006-05-26
I gave it five stars for content, but this new method of publishing gets zero stars.
great book. Must have for CS students.Review Date: 2003-09-22
However, if in your work or your studies you feel that you need to gain a more thorough understanding of the W3C specifications related to XML, then this is the book to buy.
All the W3C specs are available for free on the web. The trouble is, W3C documents are designed to provide a precise definition of a standards, they are not designed to be especially intelligible by mere mortals (however technologically enclined). Some are quite readable, others far less.
Firstly, I really like that this book present all the relevant specifications and working drafts in perspective. Secondly, I found that it does a remarkably good job at translating these specifications (without simplifying them) in understandable terms.
In my work, I am interested in gaining as thorough as possible a view of XMl technologies and this book helps me greatly. I also like the fact that it present a well-organized bibliography at the end of each chapter (sadly many computer books from Wrox, O'reilly, Que an like don't have a bibiography as if to say "everything inside this book comes straight from the author's mind. DO not look any further).
I have reviewed for myself around twenty XML books. I found this book to be one of my top favorite. I recommend it especially for:
- CS students or programmer with a theoretical bent.
- anybody who wants to get a thorough overview of W3C standards.
Rather practical!Review Date: 2004-07-04
Kenneth B. Sall, the author of this book, organized this book in a fashion where each section could be studied on its own, and if there are references to the previous sections, they are appropriately mentioned. This way, one does not need to sit down and cover this 1000+ page book cover to cover to realize that the topic of conversation is. The stage is set at the beginning by the author commenting on the fact that XML can describe everything under the sun, even the kitchen sink:
"XML: ... maybe it's everything but the kitchen sink? Say, have you heard the one about the XML Kitchen Sink Language? ..."
I have been working with XML for sometime now, and I am still amazed at how it has grown and expanded in to our everyday lives in the past few years. One can spend months coming up to speed with the specifications and the XML "realm", and that's not enough. This book does not even cover, in a great detail at least, the Web services realm. That alone is a couple of thousand page book. The background topics are essential to any reader: basic XML syntax, DTD, Canonical XML, Namespaces and XML Schema. Once you have these topics covered and well understood, you can jump around to any other part of the book, displaying XML data for example or XML programming API's.
One can spend a couple of hours trying to figure out how these specifications fit in, but the author hs already done the job with a very useful picture inside the cover page. What's your forte? Cascading Style Sheets to convert XML data into a PDF document for example, or an XHTML document to display on a web site? XHTML is also covered in length, if you do not know that is and what it offers over the plain old HTML.
My favorite topics were probably the authors explanation of the XML parsing and the available API's and resources. SAX, DOM, JAXP and JDOM are covered in great detail.
* SAX - the API that started it all. Minimal and light-weight. Fast and event driven.
* DOM - Memory intensive, complex, but very powerful. It's a tree based model, and the tree represents the whole document.
* JDOM - java specific. Can be used with either DOM or SAX.
* JAXP - java specific again, but easier to use than JDOM.
There are also a number of C++ XML parsers that the author touches on such as the Apache Xerces, C++ SAX and many others, but the main topics revolve around the four most popular parsers mentioned. These sections are mostly tutorials and how-to's. Each parser is used in an example and example is analyzed piece by piece. DOM is covered in more detail due to the number of levels (DOM level 1-3) that it has. Since DOM is more powerful and more complicated, the topic is a bit more advanced and would require more attention from a novice. If you read thru the SAX chapter and understand it well, DOM would not be that much of hurtle, but make sure that you read understand SAX first. Java centric API's including XML-RPC, JAXB, JDOM, JAXM are covered by the author to depict how XML can be used and how it would benefit the application - and developers in-turn. The icing on the cake is when K. B. Sall outlines the differences between SAX, DOM, JDOM and JSAX. He talks about each of the technologies in detail, tell you what the advantage and disadvantage of each one is, and then it compares them against each other. By the time you are done reading these sections, you would become an expert in XML parsing and programming.
XLink and XPointer. How can one leave without these two core technologies and tools? They are truly remarkable; easy to use, light weight and easy to learn. Well, they are well covered - as you would expect from this book. One thing about these topics is that they could be very abstract and need examples, and we got lots of those. The example depict the efficacy of how one can use XLink to create complex connections between sets of resources, even though you do not have a write access to those resources. This is very handy and resourceful technique is you need to build an e-commerce site. With XPointer, one can locate individual XML elements, set of elements or even a range of XML data between two points. The ability to specify "range" of elements is where the true power of XPointer is revealed.
The references, the related resources for each topic, simple to complicated examples and a CD filled with goodies, source code used throughout the book and the W3C specifications at your fingertips outline the some of the other benefits of Kenneth B. Sall's "XML Family of Specifications" book.

Used price: $2.39

An Inspiring BookReview Date: 2002-05-03
You'll need some software to try the projects in it, an image editor of some kind and a printer. But that's all you need for most of the projects described. Janet Ashford has really creative ideas for transforming every day objects like metal tins and boxes, using computer designs.
I can just about guarantee, if you're artistic at all and you buy this book, you'll not only enjoy it, but you'll wind up designing some really amazing things as a result!
The Book I Wanted to WriteReview Date: 2002-01-05
But Janet Ashford beat me to it. And she has the know-how it would have taken me years to acquire. This is a magnificent tome, one that inspires as well as informs the crafts addict. Her expanations are sophisticated but clear to anyone who has passed beyond the basics. Lots of the projects are very artful and have the look of "handmade" without being too cutsy or too advertisingly slick.
I recommend this book to anyone who loves crafts and has access to a computer with the big three type programs: layout, photo adjusting, and drawing. If you are new to computers, an accompanying book or class will set you up for this one.
Restoring modesty to the artist's tool enriches everyoneReview Date: 2002-05-24
It doesn't help matters that most design software seems to be written by the left-brain dominant spouses of craft practitioners...well intentioned souls with no sense of the real kinesthetics of working color, form, texture.
Janet Ashford has navigated through the difficult middle course between technology and entrancement. She draws! She creates custom palettes in her application software! She doesn't hit you over the head or talk down to the reader. Perhaps her experience of designing for and with her daughter has given her the wonderful tone of teaching someone she likes, who is lacking in knowledge but not in ability. That is a prized gift in any teacher, and Ashford has it mastered.
She has maintained her enthusiasm, her innocent pleasure in sharing the joys of color and pattern, line, light and form. She is conscientious in gathering really useful resources together into a book that can pay off in serious fun the first weekend you get to use it, without resorting to false expectations. Buy the book. Use the example. You, and your craft, will be enriched without hype or over-simplification. Serious artists and craftspeople do not expect the tool to do the real work of creation for them. This book is written for the serious artists and craftspeople at any stage of their careers...from about 9 years old on up.
Good resource if you are computer literateReview Date: 2006-01-22
There is a lot of good information provided and several projects are shown using illustrations and photographs, not in a step-by-step format.
starting point for computer craftsReview Date: 2002-05-29
Want to intermingle computer graphics with your arts and crafts? Here's a good starting point.

Used price: $32.00

Essential information for Avid beginnersReview Date: 2008-07-14
Useful toolReview Date: 2007-11-20
Excellent Way to Get Started in AvidReview Date: 2007-07-28
Kauffmann's book was perfect for me. It starts with the fundamentals (video formats, hooking up the hardware and turning the system on, etc.) and goes on from there to cover everything though fine tuning audio and doing color correction.
By reading the book (mostly) though once then using it as a "cookbook" while editing, in just a few days I was up and running and capturing, editing, and fine tuning my videos. Admittedly, Kauffmann does not go into great depth in some areas (which he acknowledges) but for someone who's just getting started this is an excellent book and will get you well on the road. I would highly recommend it to anyone just getting started and trying to learn Avid.
More than just Avid guideReview Date: 2006-09-25
Avid Editing a wonderful and necessary toolReview Date: 2006-09-14

Used price: $54.15

A useful book with real life case studiesReview Date: 2008-06-18
Excellent Coverage of Cisco IOS Gateways and GatekeepersReview Date: 2008-05-12
As with most Cisco Press books, the opening chapter covers some basics, in this case the basics of Voice Gateways and Gatekeepers, as well as a high level review of gateway protocols and deployment scenarios.
The subsequent chapters jump right into the meat of the material. Each ensuing chapter covers each topic, such as H.323, SIP, MGCP, Dial Plans, and SRST with great depth and clarity. The book if full of very detailed and comprehensive sample configurations and debug outputs. Finally, the examples throughout the book are based off of the same case study network that is introduced in the opening chapter. As I consider sitting for the CCIE Voice Lab, I anticipate that I will revisit this book again and use the case study in my home lab.
I highly recommend this book to any looking to learning more about Cisco IOS Gateways and Gatekeepers, studying for the CCVP, and/or preparing for the CCIE Voice!
Mark G. Reyero, CCIE 12932
A godsendReview Date: 2008-02-11
If you are studying for you Voice CCIE, do yourself a favor and pick up this book.
Excellent Reference Book on Complex VoIP NetworksReview Date: 2006-12-15
This book is not so much an Exam Cram as a more traditional reference book. That is not to say that it doesn't cover the material that will be found on several Cisco certification tests. It gives a firm foundation in the complex VoIP networks that in which Cisco specializes. Obviously this book covers Cisco equipment, but as Cisco is the major manufacturer of such equipment as well as providing for the certification of workers in the field, that's not a bad place to start.
This book has the advantage of a very good writing style by the three authors. This is important as I don't find computer books to be nearly as much fun to read as say a good sci-fi novel.
Awesome AVVID bookReview Date: 2006-11-24
I've been searching for a comprehensive source for DSP information and deployment guidelines, and COR theory. This book does an excellent job on explaining both. It is a must for anyone working with or provisioning DSPs.
In other matters, it is well written and talks plainly of other gateway technologies that AVVID engineers run into day-after-day.
If your looking for VoIP books, this is a must for your library.

Used price: $95.95

Excellent TextReview Date: 1999-12-21
Excellent!! Very Practical and clarifying bookReview Date: 2000-08-04
Very illuminating and informativeReview Date: 1998-12-19
For ISDN/SS7/Syncronisation in one book the bestReview Date: 2001-03-02
Outstanding book on SS7Review Date: 1999-12-26

Used price: $22.00

Balancing Reliability, Capacity, Security, QOS and ManageabilityReview Date: 2008-06-25
He is dividing them into four major applications:
* Server Load Balancing (63p)
* Global Server Load Balancing (19p)
* Firewall Load Balancing and (15p)
* Transparent cache Switching (8p)
additions:
* application examples (4p)
* future outlook (2p)
What makes the book so enjoyable to read is the authors love to the details. The story just flows very smooth.
Especially the thorough explanation, screenshots and technical details deserve the mark "distinction" (Very good). While I read the book it was like puzzle peaces suddenly falling all together to show me the bigger picture.
I did like the follow up of technical issues like session persistency (server affinity), URL switching, system design vs. functionality considerations and the limitations that come with the chosen solutions. The described issues are exactly those that system designers will face in real life and it doesnt stop there of course. The book is laying a good groundwork for development of advanced concepts.
The part of the book that I enjoyed most was the chapter about firewall solution concepts. As the author points out correctly the traffic flow in both directions must be managed. This is also why the setup from a redundant firewall to a load balanced redundant firewall must justify multiple complex issues.
In this case the author went through the analysis of the traffic flow, a stateful vs. stateless discussion, a layer2 vs. layer3 discussion, proxy firewalls, synchronized firewalls, multizone firewalls, VPN load balancing, active-active vs. active-standby discussion and the interaction between routers, load balancers and firewalls. While some topics could only be scratched on the surface the concepts and ideas behind it are explained very clear.
There is no doubt for me that a 2nd edition can easily just pickup where this edition left off. The author clearly shows that there are more scenarios to be discovered and discussed.
On the one side I would love to see a updated 2nd edition from the same author, on the other side I guess it's been hold back to keep the competitions products in a distance ;-)
Also the book was published 6+ years ago I felt that the concepts did not loose any of its value. Which leads me to the point that this must have been " THE Technical Book of the Year 2002"
This book still receives well deserved full marks.
Bravo !!
clear, concise, explain key concept thoroughly with good diagramReview Date: 2007-01-17
Excellent Introduction and In-Depth GuideReview Date: 2004-01-08
From the simple beginnings of DNS server load balancing Kopparapu explains the driving forces behind and solutions presented to load balancing. The majority of the book is an introduction to the concepts and solutions available for server load balancing suitable for everyone from business casual to advanced technical users.
In addition to detailed explanations, the author demonstrates load balancing techniques through a number of illustrations. The illustrations are detailed enough to explain the concepts, but occasionally lack enough practical detail to go out and bulid in a lab or on a network without further understanding.
In combination with a good manual from a load balancing product, any reader would have enough information to implement sophisticated load balancing configurations.
In addition to server load balancing, the text covers caching techniques available through the use of some layer 4-7 devices. Of all the topics this one is the least detailed in the text. The author understandably covers only that part of cache technology related to layer 4-7 devices. A great deal of the technology required to put together an entire cache system resides in other parts of the system outside of the scope of this book. The implications for the architecture of a network are far reaching and worthy of at one more dedicated book on the topic.
Finally, the author presents the topic of firewall load balancing. Like caching, this is a complex topic. A complete understanding of network security and firewalls would require at least a few other books.
For those that already understand caches or firewalls though, this book provides detailed information on how to scale those systems with layer 4-7 technology.
This is certainly the most comprehensive and easy to read text on the topic. Anyone who reads this will also look forward to future texts from the author on emergning challenges in layer 4-7 network security and streaming content and distribution.
To know details on load balancers, this is the one!!Review Date: 2003-04-09
If you are interested in how load balancers are designed, this is the right book for you. However, if you are just shopping around and only want to know what load balancers are, get Brouke's one.
Btw, I was a bit disappointed at chapter 9. I expected to see more opinions on the future development of load balancers but it was not mentioned too much.
well written and thoroughReview Date: 2003-11-09
Much of the book is centered on how to load balance TCP (and to a lesser extent UDP), and the author uses HTTP and FTP as his primary driving examples. Throughout the book, the author provides some insight regarding what approaches real companies use (e.g. "this method is what Foundry and Cisco uses."), which I liked very much. Also, the illustrations were plentiful (although a bit primitive-looking).
There are only a few negatives about this book. The english writing is a bit stilted at times, and the chapters on firewalls and caches were basically rehashes of earlier chapters. Finally, I was hoping the author would have provided more detail on the load-distribution heuristics (which server to choose) with more metrics and actual real-world results.
I found the book to be extremely well organised. You will not get lost while reading this book, but you will need a university-level understanding of TCP/IP (and probably the link layer as well to get the NAT material) and networks in general to fully appreciate the matieral. Overall, a great book.

Used price: $0.01

Love this bookReview Date: 2003-10-24
Smart Choice for Exchange admins and devsReview Date: 2003-11-07
Saved the day!Review Date: 2004-03-30
Extremely ValuableReview Date: 2003-07-14
Because the book is well structured (no excess verbage, no "chattiness") it's easy to read, clear and to the point. It gets to the point and stays on target.
All in all an excellent reference you'll use over and over and, I think, an excellent place to start learning Exchange 2000 Server. I find that this book tells what Exchange 2000 Server can do and how to do it. With that knowledge I think you'll be better grounded if and when you go for more in depth understanding of architecture and the like. After this book, if you want more in depth information you can move on to other (bigger) books but I think you'll get the biggest bang for the buck from this one..
Excellent for what it isReview Date: 2002-06-25

Used price: $36.00

Excellent ReferenceReview Date: 2008-07-17
Very completeReview Date: 2008-03-31
The best book from the best in the businessReview Date: 2008-03-01
Great bookReview Date: 2008-02-17
Comprehensive and clear resource for the mobile developerReview Date: 2007-10-08
Along the way, the book highlights features that are new to .NET Compact Framework 2.0 so that the developer who has experience building applications using the version 1.0 product can identify new features that are helpful. However, the main purpose of this book is to give you the essential information you need to design and build applications that work on a constrained device such as a Pocket PC or Smartphone, or on embedded hardware. It instructs you as to how to build and debug applications, how to design GUIs that work on small devices, and how to deploy applications. It also delves into problems that are unique to mobile device applications, such as how to design and build applications that work well with unreliable, slow network connections, which is the usual state of affairs with phone-enabled mobile devices. This book is a handbook for the mobile developer that explains how to tackle the common problems that mobile application developers encounter. The book is divided into three parts:
Part 1, Mobile Application Development Essentials, contains six chapters that everyone should read because they take you through topics that all mobile application developers must understand.
Chapter 1, ".NET Compact Framework--a Platform on the Move," is an introduction to the .NET Compact Framework and explains the tools you need to build applications for smart devices.
Chapter 2, "Building a Microsoft Windows Forms GUI," explains how to build effective Windows Forms applications on personal digital assistants (PDAs) and Smartphones.
Chapter 3, "Using SQL Server 2005 Compact Edition and Other Data Stores," looks at data persistence on devices in SQL Server 2005 Compact Edition databases and how you can build a graphical user interface that binds to data.
Chapter 4, "Catching Errors, Testing, and Debugging," shows you how to test and debug your applications on real devices and emulators, and how to trap and handle errors at run time.
Chapter 5, "Understanding and Optimizing .NET Compact Framework Performance," is about creating applications that perform well, something that requires a little more care to achieve on a smart device with limited RAM and storage than it does in a desktop application.
Chapter 6, "Completing the Application: Packaging and Deployment," looks at packaging and deployment and how Visual Studio 2005 makes it easy to build installation packages so that you can install your application on your target devices.
Part 2, Solutions for Challenges in Mobile Application Development, contains 10 chapters that examine areas that present particular challenges to applications running on a smart device.
Chapter 10, "Security Programming for Mobile Applications," is about security programming, an essential topic for any software developer, but of particular interest to mobile application developers who are responsible for keeping valuable data secure on a mobile device that can be lost or stolen, and must send data over public communications networks such as the Internet.
Chapter 11, "Threading," looks at how to do multithreaded programming in the .NET Compact Framework.
Chapter 12, "Graphics Programming" shows how to present UI that looks more polished and professional than one that is built using only the standard Microsoft Windows Forms controls from the Microsoft Visual Studio 2005 Toolbox.
Chapter 13, "Direct3D Mobile", discusses how 3-D graphics can be implemented on a Windows Mobile 5.0-powered device using Direct3D. It starts simply with 2D graphics and then gradually moves into 3D graphics.
Chapter 14, "Interoperating with the Platform," explains how to call native APIs that are available in the underlying Windows CE operating system to perform tasks that are not possible using the .NET Compact Framework APIs alone.
Chapter 15, "Building Custom Controls", looks at developing custom Windows Forms controls that you can use in .NET Compact Framework applications.
Chapter 16, "Internationalization", explains how to create applications that are easily localizable to different cultures and languages.
Chapter 17, "Developing with Windows Mobile", looks at the Windows Mobile 5.0 managed APIs, a set of APIs that are unique to mobile devices and that expose system information and allow programmatic access to data stores such as Microsoft Office Outlook Mobile contacts, calendars, and tasks lists.
Part 3, New Developments, consists of a single chapter that provides an early look at the next version of Visual Studio and the next version of the .NET Compact Framework, version 3.5. The latest version adds new features for querying data collections, messaging, testing, and many other innovations and enhancements.

Used price: $14.40

When Hackers Won't Take No for an AnswerReview Date: 2005-07-20
Unique and on the markReview Date: 2004-03-21
- The book provides a coherent and focused approach to developing and implementing a security plan. You can find numerous books on writing and implementing policies and procedures, or establishing a security posture, but this is the first book I've read that steps you through the process of conceiving, implementing and keeping alive a viable security plan.
- By separating the process into three distinct domains (referred to as 'stacks') you ensure that your plan encompasses and integrates the technology, process and business elements into a coherent strategy.
- Artifacts in the form of a complete set of worksheets provide a set of tools that give a framework and speed up the planning process.
The planning approach set forth in the book is straightforward and realistic - you're led through the preliminaries, which includes conceiving a plan that matches your needs, and selling the plan to sponsors (an often overlooked, but essential activity when fighting for budget). The next step is to perform an impact analysis, and this is where the book shines, because the author focuses on business issues instead of technology. This promotes awareness and goes a long way towards getting buy-in and funding, as well as laying a solid foundation for a long-term security plan. Next the author shows how to select the correct security model and avoid common pitfalls. These lead to building organizational consensus - buy-in from all stakeholders. The difference between this step and the preliminary step of selling to a sponsor and obtaining funding, which is vertical, you need to promote the plan horizontally as well. The final steps are to implement and continuously refine the plan.
Of course, the overview above only describes the approach contained within the book. There is much more to commend it, such as clear writing, superb page design that portrays information in graphs, illustrations and tables, and the details the author provides. There is not a single statement or recommendation that is unsupported, and the material is both sensible and accurate.
Greenberg has done 1/2 the work for youReview Date: 2003-03-08
I read the book twice: once to get an idea of what all the worksheets were about and once to really read them with all the technical and practical details provided by Greenberg.
Greenberg identifies 28 security elements, including 15 fundamental elements, (six of which are core elements), and 13 wrap-up elements. Core elements include things like authorization and access control, authentication, encryption, integrity, nonrepudiation, and privacy. Those may seem obvious, but Greenberg has a lot of useful things to say about them that others haven't said.
Perhaps the most valuable part of the book is all the other elements, which we tend to forget, including addressing and routing (with tips on how to get those right from a security point of view), configuration management, directory services, time services, staff management, legal issues, and so on.
I'd be interested to see some projects get implemented with Greenberg's methods. I think it should work quite well, although due to entropy, laziness, over-worked engineers, and other such factors, I would guess that some of the numerous worksheets will fall by the wayside. But I think Greenberg would be OK with that as long as most of the worksheets are maintained and the company adopts security as a way of thinking.
In summary, this book is definitely worth reading, probably numerous times!
Great security cookbook.Review Date: 2003-06-16
With that, Mission-Critical Security Planner is a surprisingly good book, aimed at someone looking to start developing their information security infrastructure. Rather than having to reinvent the wheel, the book provides planners with the framework and tools they need to create their information security infrastructure.
One good feature of the book it is large collection of templates and worksheets on various security elements. .../
The book is not overly technical and is quite good for those who need to get their security group up and running in a short timeframe.
For those that are serious about security, they will find that Mission-Critical Security Planner is like a cookbook. They can use it to prepare their security as needed.
Overall, Mission-Critical Security Planner is a very readable and useful book. Those who have an imperative to get their security groups up and running will find huge value in the book immediately.
Awesome high-level bookReview Date: 2003-05-07
This visionary book proves the opposite: you can have a high-level security book, which is not just practical, but actionable. "Mission Critical Security Planner" delivers a portion of the security process, packed into one toolkit. Make no mistake - this book is about planning how to do security, not how to tweak your scanner or configure a firewall. However, planning is indeed a critical (and, as the author points out, often missing) piece of security conundrum, and the book delivers on that.
An awesome component of the book is a large collection of templates and worksheets on "selling" security measures, planning the implementations, organizing security team, dealing with various business people and many other occasions. The book has the printed versions while its companion website criticalsecurity.com has the download.
The main part of the book is organized around "security fundamentals", large domains of security (such as authentication, encryption, integrity, privacy, etc), which are used to structure the security planning process, described by the author. For each of the fundamentals, the content is organized in sections: summary, security stack (covering various aspects from physical to application level), life-cycle management (from technology selection to response), business (on dealing with various categories of business people, such as suppliers and customers) and selling security (to execs, managers and staff). All of the above contain various templates.
Among the more fun parts, the section on negotiating with hackers is just exclusive and of the never-seen-before kind. Section in hacker profiling is also of interest, since it seems to originate from author's experiences (and not in just reading about it on the news). The book also demystifies such elusive notions as "impact analysis", "security ROI". PKI also has a prominent role in the book. While PKI (as it is defined today) might or might not fly, the book gives a great example of large-scale production implementation, running for many years. Another great feature of the book is author's "future 10 attacks list" with his predictions on threat landscape.
Overall, the book seems indispensable to those responsible for securing networks. Security managers and CSOs will likely gain maximum benefits from using it (due to the book targeting), but other security professionals will benefit as well. Notice, that the benefits can be derived from "using" it as opposed to just "reading" it, although even the latter will prove highly enlightening. The "selling security" templates alone are likely worth their weigh in gold. The book is well-written and, while not possessing the lively style of some recent security books, will beat some of them hands down in real-world applicability. After all, even if you very well know that IDS is valuable, who will help you to "sell" it to the CIO? This book just might!
Anton Chuvakin, Ph.D., GCIA, GCIH is a Senior Security Analyst with a major information security company. His areas of infosec expertise include intrusion detection, UNIX security, forensics, honeypots, etc. In his spare time, he maintains his security portal info-secure.org
Related Subjects: Ethernet Vendors Software Telephony Modems Organizations Training Reference Support Frame Relay Wireless Installation DSL Digital Hierarchy Unified Messaging Cable Modem Testing and Tools
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
Some people hate reading PDFs and like using a book. If you're one of these people, by all means get this book!
The PDF availablility for the JNCIA, JNCIS, JNCIP and JNCIE are shown in this link. I'm not sure how Amazon handles links, so I'll obscure it.
[...]
Replace hxxp with http.