Book Description
âSomething big is about to happenâ¦.â
–From the Foreword by Don Box, Architect, Microsoft Corporation
âIf I were writing a Workflow book, this is what I would have written. The material is very well presented with code examples and explanations. Also, I love how the authors discuss the underlying architecture, enabling me to get a really deep understanding of the technology to efficiently design and build my own projects.â
–Jeffrey Richter (http://Wintellect.com)
âExplicit support for workflows in a lightweight framework is a major contribution. Many tough problems traditionally faced by application authors, such as state management in the presence of long-running activities (think weeks or months!), can be addressed systematically by adopting
a workflow approach. Dharma Shukla and Bob Schmidt present the workflow technology under and made accessible by the new workflow foundation in the .NET 3.0 framework, and they do so in an approachable and yet authoritative way that is truly enjoyable.â
–Clemens Szyperski, software architect, Microsoft Corporation
âThe Windows Workflow technology combines declarative programming and state machines in a very rich and powerful way, one that is bound to have a profound influence on the way we program in the coming years. In the style of the classic Essential COM by Don Box, Dharma and Bob have done a great job making this technology accessible to any developer already versed in C#, VB, and the .NET Framework, and who wants to achieve declarative enlightenment. Don’t miss out.â
–Joe Duffy, program manager, Common Language Runtime (CLR) team, Microsoft Corporation
âI think WF should and will be used as the main application model for web service applications. Developers working on web services will want to learn about this technology from this book; it comes straight from the source and explains the technology well and in depth.â
–Krzysztof Cwalina, program manager, Microsoft Corporation
âThis book provides an enlightening exploration of Windows Workflow Foundation for both the novice and the veteran alike.â
–Nate Talbert, software design engineer, Microsoft Corporation
Windows Workflow Foundation (WF) is a groundbreaking approach to writing and executing programs. WF programs are assembled out of resumable program statements called activities, which provide encapsulation of both domainspecific logic and control flow patterns reflective of real-world processes.
In Essential Windows Workflow Foundation, two WF lead architects–Dharma Shukla and Bob Schmidt–offer an under-the-hood look at the technology, explaining the why and not just the how of WF’s key concepts and architecture. Serious WF developers seeking details about how to effectively utilize and extend the framework by writing activities will find cogent explanations and answers here. With simple and illustrative examples, the authors demonstrate exactly how to leverage WF’s extensible programming model to craft domain-specific programs. Drawing on their unique vantage point in designing and developing WF, Shukla and Schmidt deliver authoritative coverage of
-
The core concepts and ideas that form the heart of WF’s programming model
-
The execution model for activities, with details of the activity automaton, bookmarking, scheduling, and the threading model of the WF runtime
-
Advanced execution concepts, including activity execution contexts, transactions, persistence points, passivation, fault handling, cancellation, compensation, and synchronization
-
Hosting the WF runtime in applications
-
The activity component model, with details of validation, compilation, serialization, and visualization
-
Databinding, XAML, dependency properties, and WF program metadata
-
Declarative conditions and rules, activity designers, and designer hosting
-
Custom control flow patterns ranging from simple sequencing and iteration to more complex graphs and state machines
-
Dynamic editing of running WF program instances
Essential Windows Workflow Foundation is the definitive resource for developers seeking an in-depth understanding of this novel technology.
Dharma Shukla is an architect at Microsoft working on next-generation programming models. A founding member of the Windows Workflow Foundation (WF) team, Dharma played a key role in defining the architecture of WF.
Bob Schmidt is a senior program manager at Microsoft working on next-generation programming models. Since 2003, his primary focus has been on the design of WF. Both authors have been involved with the WF project since its inception, and have been responsible for specifying, designing, and developing large portions of the technology.
Contents
About the Authors xiii
Foreword xv
Preface xvii
Acknowledgments xxi
1 Deconstructing WF 1
2 WF Programs 33
3 Activity Execution 53
4 Advanced Activity Execution 111
5 Applications 179
6 Transactions 241
7 Advanced Authoring 259
8 Miscellanea 325
Appendix A Activity Automaton 395
Appendix B Control Flow Patterns 397
Index 435
Customer Reviews:
Spare me the vocabulary.......2007-09-24
Look, there are enough buzzwords that are ill-used in our "profession domain".
Passivate? Pedagogical? Episodic execution? Thread and process agility?
Enough. Enough. Enough.
When a book starts as oddly as this one did, the editors are using the wrong ruler to measure what valuable content should look like.
Essential (absolutely necessary; indispensable) information should not be "decorated" with such a mish-mash of terms stolen from other disciplines or made up for the sake of being unique.
Simply the best insider book.......2007-04-29
This is one of the best books I have read. It shows the real internal workings of WF and does so vividly. This is not a work-by-example book but a book everyone must own to learn the fundamentals. I didn't want to get spoiled by the Visual Designer in DevStudio simply because I wanted to know what's going on behind the curtain and this book definitely hit the spot. I would buy other books (probably Scott Allen's) for practical usages/learning by examples.
Indeed the MOST ESSENTIAL book on WF.......2007-04-27
Just as Kernighan-Ritchie wrote the book about "C" which laid the foundation to that language, this book is the "starting point" to learn the new paradigm of Workflow Programming. This book examines the WF "concepts" in a manner that build in steps, one concept at a time.
Most books try to give "everything" in "how to implement applications" fashion. But unless one gets a "conceptual understanding" of what the technology is, and why it is like that, it would be hard to "think with" that technology. One can "copy" other examples for rapid implementations, but one cannot "invent" solutions that apply to their own domain.
By reading this book one can really "invent" solutions to "any" domain one works in. Very well written book. I suspect Don Box played an important role in guiding the style of this book. Other subjects should also have such "essential" books available.
If you want to more than just use activities to build workflows..........2007-04-10
...then get this book. This is an excellent book by the creators of WF. I had been working on WF for a long time, not just by using activities, but building them. However, I never was really confident because while I understood the concepts of activitiy, designer, validator, persistence, I was unaware of many other concepts like what is the threading model (should I make my data structures used in my custom activities thread safe?), scheduler, xoml vs xaml, etc. I used to hit these concepts while designing activities and some runtime extensions and since I didn't completely know, I did not enjoy my work as much. Then this book is released. This book is exactly what I was looking for. Concisely written, but loaded in information. More importantly, it is comprehensive. As I read from chapter to chapter, all my fears about the concepts I only half-understood were replaced by the power of a holistic knowledge of WF I was gaining. There are other books out there which tell you what a CAG activity is and how to use it, but when you are done with that kind of stuff and you don't know where to look further, read this book. With zero exaggeration, I can say that after I read the book, my confidence increased so much that I look forward to work everyday more than ever before.
Excellent discussion of WF architecture.......2007-03-23
This book is one of the best written technical books I've read in the last several years. It is not a book to teach WF programming so much as a discussion of the architectural foundations of WF. The greatest benefit I gained from this book was that, even when I can't use WF itself, I can use some of the patterns that make WF possible. If you're an architect looking to gain a clear understanding of what WF is, and from that, what it can do, there is no better book than this one.
Book Description
- Understand MXML containers
- Create transitions
- Create data-driven applications with XML
- Interface Flex with ColdFusion
- Understand the power of states
Flex 2 represents something of a revolution in web applications. It is the next evolutionary step of Flash, which has grown from a web animation tool to a powerful enterprise web design and development tool. with nearly 98% of all web browsers and cellular phones running the Flash player needed to use Flash and Flex applications, knowledge of Flex is indispensable for any serious web designer and developer. This book will show you how to create powerful, rich Internet applications using Flex 2 and ActionScript 3.0. After learning how to install and becoming familiar with the basics of the Flex Builder 2 software, you will explore in depth how ActionScript 3.0 interacts with Flexs powerful XML-like design language: MXML. the text will take you through all the powerful features of Flex using a series of strictly practical exercises. You will:
- Examine the power of designing layouts using Flex's MXML containers.
- Discover many of the new features of ActionScript 3.0.
- Work your way through a professional case study, building up a complete Flex application.
- Connect Flex to Adobe's powerful ColdFusion application server, and start to work with Flex applications powered by dynamic server-side code.
- Learn how states can smoothly transition your application interfaces between different data displays.
Put quite simply, this book is all youll need to master Flex 2 and ActionScript 3.0 application development. Welcome to the revolution! Summary of contents:
- Chapter 1: Introducing RIAs and Installing Flex Builder 2
- Chapter 2: Introducing Flex and Flex Builder 2
- Chapter 3: Introducing ActionScript 3.0
- Chapter 4: Containers and Components
- Chapter 5: Navigation Containers
- Chapter 6: Flex and XML
- Chapter 7: States
- Chapter 8: Case Study: Part 1
- Chapter 9: The Repeater Component
- Chapter 10: Case Study: Part 2
- Chapter 11: Drag and Drop
- Chapter 12: Flex and ColdFusion
- Chapter 13: Charting
- Chapter 14: Printing
- Chapter 15: Unfinished Symphony
Customer Reviews:
only a "quick start" guide.......2007-10-02
After reading this book, I feel like I have some good idea of Flex, but not enough. It was really easy to follow (minus errors below), but it doesn't explain the fundamentals as well as I would like.
Chapter 10, where you make your big project, has 2 big errors that had me stuck for awhile. The xml element used is 'image', not 'stock'. The custom event was 'bookSelected' not 'selectedBook' (pg 360, although later on it's right).
Great Book!.......2007-08-24
This book walks you through everything you need to know to get a fast start on Flex 2 and ActionScript 3. The examples are clear and concise and provide a great framework to build upon. I would recommend this to any Flex 2/AS3 programmer as a primer and an excellent reference guide.
This is the book to get.......2007-08-12
I am new to the Flex 2 and AS3 and I needed to learn it quickly for my current job. This book really helped me to start and get comfortable with Flex. This is the only book you will need to start you on Flex and AS3. Everything is explained thoroughly and methodically. You will get to know not only how to but also why, and this was very important to me and what other books lacked. Mr. Brown does a great job of putting the chapters together the book flows so that it is not the mind numbing textbook but an easy and enjoyable read. This book is a must for anyone who is starting with Flex.
Good book - watch out for the errors........2007-07-30
This book is my first introduction to Flex and Actionscript. I find the although I'm an experienced technical professional reiterating some of the basics is helpful in learning a new product and Charles Brown has defintely achieved that for me without being insulting or redundant in this book. There are a few issues with the downloads (mostly the assets not being in an asset folder as they claim to be in the book) and there are definitely some issues with the examples but if you're careful you can usually work them out for yourself. Over all it's a pretty good read and will definitely teach you a few basics of Flex, more so than Actionscript.
A great walk-through.......2007-07-22
As a walk-through, I've found EGF2A3 to be quick and efficient. FoE and Brown lose a couple of stars due to a few mistakes in the guide's code, as well as the poorly organized download files. With a little research it's possible to work through each mistake and complete each exercise. The "finished code summaries" are accurate so many issues can be resolved by comparing blocks of code from page to page. The FoE website also has a basic forum that offers reader-generated solutions.
I'll return one star since, despite my criticism, this guide remained the easiest and fastest introduction to Flex 2. I can recommend EGF2A3 to advanced Flash developers as an efficient walk-through of Flex 2's core functions in only a few days.
Book Description
"The following description is for the second edition of About Face. The 3rd Edtion, About Face 3 (ISBN 0470084111), is now available."
First published seven years ago-just before the World Wide Web exploded into dominance in the software world-About Face rapidly became a bestseller. While the ideas and principles in the original book remain as relevant as ever, the examples in About Face 2.0 are updated to reflect the evolution of the Web.
Interaction Design professionals are constantly seeking to ensure that software and software-enabled products are developed with the end-user's goals in mind, that is, to make them more powerful and enjoyable for people who use them. About Face 2.0 ensures that these objectives are met with the utmost ease and efficiency.
Alan Cooper (Palo Alto, CA) has spent a decade making high-tech products easier to use and less expensive to build-a practice known as "Interaction Design." Cooper is now the leader in this growing field. Mr. Cooper is also the author of two bestselling books that are widely considered indispensable texts. About Face: The Essentials of User Interface Design, intro-duced the first comprehensive set of practical design principles. The Inmates Are Running the Asylum explains how talented people and companies continually create aggravating high-tech products that fail to meet customer expectations.
Robert Reimann has spent the past 15 years pushing the boundaries of digital products as a designer, writer, lecturer, and consultant. He has led dozens of interaction design projects in domains including e-commerce, portals, desktop productivity, authoring environments, medical and scientific instrumentation, wireless, and handheld devices for startups and Fortune 500 clients alike. Joining Cooper in 1996, Reimann led the development and refinement of many goal-directed design methods described in About Face 2.0. He has lectured on these methods at major universities and to international industry audiences. He is a member of the advisory board of the UC Berkeley Institute of Design.
Customer Reviews:
Alan Cooper is a genius.......2007-04-07
This book not only defines a "layman user" but also answers the question of how your application can educate a layman user step by step.
Designing of application.......2006-11-10
How to design a application from a designers perspective. Cannot say I agree with everything, but the writers are probably right.
Needs more examples!.......2006-05-16
I think this guy has a book about how the inmates are running the asylum...well this book suffers from what happens when the subject matter experts (SME) are allowed to write books. BORING!!! SME's always seem to forget to include compelling examples. Yes there are little screen shots, but IMO in order for a book to be compelling that has to do with design...it needs to show LOTS of examples of good design. The bulk of the book should be about breaking down those designs. I need to hear why a specific design is effective. Take a hint from Steve Krugs book "Don't Make me Think". That book is extremely effective without inundating the reader with jargon. Lots of examples with meaningful visual breakdowns. Afterall...isnt UI design a VISUAL communication form?
Not for experienced developers.......2006-03-05
I have 7 years experience and I wasn't able to get any value out of this book. Based on some of the reviews on this site I thought that the book would be worth buying but unless you are in school or right out of school then your $35 is better spent elsewhere.
I suggest that you put your $35 towards "The Usability Engineering Lifecycle" by Deborah J. Mayhew. Don't let the $64.95 price tag scare you away. This book is worth $100.
Good on concepts, weaker on examples.......2006-02-21
This follow up to About Face is a good overview of the critical concepts to improve software usability. Cooper and Reiman know their stuff. Reading this certainly provides you with the grounding you need to make good decisions. At a tactical level, the book could certainly do more to help with real-world examples.
For that, you may want to take a look instead at Jenifer Tidwell's Designing Interfaces : Patterns for Effective Interaction Design. Where About Face is strong on theory, Designing Interfaces is all about practical ideas, demonstrated through graphical examples.
If UI is an important part of your world, buy them both.
Book Description
Using this fast-paced, step-by-step workbook, you will master the essential Adobe Captivate skills. You'll learn how to capture screen shots of just about anything on your computer, and quickly create quality CBTs. You will learn how to make your movies visually appealing and interactive by adding such things as images, captions, rollovers, clickable areas, typing areas, narrative, and sound effects. You will also learn to create quizzes that can be integrated into a Learning Management System.
Here's a sample of what you'll learn:
Record Projects in all of the Capture Modes | Insert and Edit Text Captions | Insert Images | Change the Pointer Path | Change the Pointer Type | Insert a Text Button | Insert and Format a Highlight Box | Insert a Click Box | Shrink an Object | Insert a Text Entry Box | Insert a Rollover Caption | Insert a Rollover Image | Insert a Zoom Area | Add a Slide Label | Add a Slide Note | Add a Sound Effect to an Object | Add Background Music to a Project | Calibrate a Microphone | Record Audio | Edit an Audio File | Change a Project's Frame Rate | Add Animation to a Slide | Change an Animation's Slide Position | Insert Text Animation | Insert Flash Video | Create Quiz Slides | Link Projects to Web Sites | Link Projects Together | Work with an LMS | Create, Apply and Edit Skins | Add a Loading Screen | Create a Project Template | Record a New Project Based on a Template | Edit a Template | Add Closed Captioning | Import a PowerPoint Presentation | Resize a Project | Import Project Slides and Objects | Use Buttons to Create a Branch
Customer Reviews:
The best way to learn Captivate (short of instructor-led training).......2007-08-23
There arent many books on Captivate. It's too bad, because this software is very common in the education and eLearning field.
I needed to teach myself the software for my job, and this book helped a lot. It is full of practical lessons and examples. Upon completing the book, I had a very good command of the program. I highly recommend this for anyone who wants to learn Captivate.
Buy this book when you order your software.......2007-07-19
Well written with excellent instructional design. The best way to learn this powerful software quickly. I couldn't have developed my project without it.
What a wonderful book!.......2007-06-15
I ordered this a couple weeks ago and just got around to using it two days ago. I wasn't in a hurry because I have viewed the videos about Captivate 2 on Lynda.com and thought this book would just be review--which it isn't. As an educator I should know the difference between just watching something done and actually doing it. In this book you do the exercises--which are clearly explained step-by-step in easy bits! I'm halfway through the book and all I can say is how thankful I am that I ordered this. I've been wanting to create interactive online material for my courses for the past five years. Now, with Captivate 2 and this book I will be able to do it.
A truly fine software learning experience!.......2007-06-13
This was the only book I could find on Adobe Captivate 2, and it just happens to be one of the best computer software learning aids that I have ever used. Kevin strikes just the right balance between words and screen shots. He doesn't waste your time with a lot of words. On the other hand there are enough words skillfully combined with screen shots to make the learning experience fast and effective. I got through the entire workbook in 1 weekend and was able to complete all the exercises and highlight the book for future reference. The table of contents is nicely done such that the book is easy to use as a reference while you're developing your project. To complement the learning exercises numerous projects are available for download and they are as well though out as the book itself. All in all, one of the best software learning experience I have ever been through.
Superb Quick Start Quide!.......2007-05-30
This book does exactly what its title says...it focuses on the essentials of Adobe Captivate 2 so you can be up and running in the shortest amount of time without getting bogged down with minutiae.
The spiral bound book lays flat, and the margins at the outer edge of every page allow you space for your own notes. The companion learning CD contains examples and practice projects that reinforce the critical skills explained in the book.
Two days after receiving Kevin Siegel's book, I was amazing my co-workers with my Captivate skills as if I'd been designing CBT for years. Little did they know the magic that this book contains! :)
Average customer rating:
- Disappointing
- 1/4 good
- Great book on SNMP starts from the beginning
- Essential SNMP, Second Edition, Review
- Good book, but where is there one for idiots?
|
Essential SNMP, Second Edition
Douglas Mauro , and
Kevin Schmidt
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback
Privacy
| Business & Culture
| Computers & Internet
| Subjects
| Books
Intranets & Extranets
| Networking
| Computers & Internet
| Subjects
| Books
Network Security
| Networking
| Computers & Internet
| Subjects
| Books
SNMP
| Networks, Protocols & APIs
| Networking
| Computers & Internet
| Subjects
| Books
General
| Networks, Protocols & APIs
| Networking
| Computers & Internet
| Subjects
| Books
Network Administration
| Networking
| Computers & Internet
| Subjects
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
General
| Languages & Tools
| Programming
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Programming
| O'Reilly
| By Publisher
| Books
Network Administration
| O'Reilly
| By Publisher
| Books
Internet Security
| O'Reilly
| By Publisher
| Books
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
Similar Items:
-
SNMP, SNMPv2, SNMPv3, and RMON 1 and 2 (3rd Edition)
-
Understanding SNMP MIBs
-
Nagios: System and Network Monitoring
-
LDAP System Administration
-
Pro Nagios 2.0 (Expert's Voice in Open Source)
ASIN: 0596008406 |
Amazon.com
Without Simple Network Management Protocol (SNMP), network administrators might have to actually get out of their chairs and go see what's up with all of the network-connected equipment under their authority. Perish the thought. Essential SNMP explains how the management protocol works and how it's implemented by several operating systems and pieces of equipment. More importantly, this book shows its reader--who should be a network administrator who's familiar with the problems of running a distributed network--how SNMP can earn its place as a network administration tool. In other words, this book examines SNMP as a strategic resource as well as a technical phenomenon.
Because it's oriented toward SNMP as a tool, much of the coverage in this book has to do with software that uses SNMP to provide network monitoring and control services. After a strengths-and-weaknesses overview of a number of SNMP packages, the authors use mainly HP OpenView, Castle Rock SNMPc, and Net-SNMP (the last in combination with Perl scripting) to demonstrate how SNMP works and how to take advantage of it. It's the scripting that really distinguishes this book from other SNMP books, by the way. It's integral to the authors' presentation, and the latter half of this book is packed with shell and Perl listings. --David Wall
Topics covered: Simple Network Management Protocol (SNMP) and its applicability as a network management tool. Details like object identifiers (OIDs), management information bases (MIBs), traps, and community strings are defined and explained. The configuration of SNMP agents is detailed for several software packages and operating systems, and the integration of SNMP and scripts (in shell languages and in Perl) is covered nicely.
Book Description
Simple Network Management Protocol (SNMP) provides a "simple" set of operations that allows you to more easily monitor and manage network devices like routers, switches, servers, printers, and more. The information you can monitor with SNMP is wide-ranging--from standard items, like the amount of traffic flowing into an interface, to far more esoteric items, like the air temperature inside a router. In spite of its name, though, SNMP is not especially simple to learn.
O'Reilly has answered the call for help with a practical introduction that shows how to install, configure, and manage SNMP. Written for network and system administrators, the book introduces the basics of SNMP and then offers a technical background on how to use it effectively. Essential SNMP explores both commercial and open source packages, and elements like OIDs, MIBs, community strings, and traps are covered in depth. The book contains five new chapters and various updates throughout. Other new topics include:
- Expanded coverage of SNMPv1, SNMPv2, and SNMPv3
- Expanded coverage of SNMPc
- The concepts behind network management and change management
- RRDTool and Cricket
- The use of scripts for a variety of tasks
- How Java can be used to create SNMP applications
- Net-SNMP's Perl module
The bulk of the book is devoted to discussing, with real examples, how to use SNMP for system and network administration tasks. Administrators will come away with ideas for writing scripts to help them manage their networks, create managed objects, and extend the operation of SNMP agents.
Once demystified, SNMP is much more accessible. If you're looking for a way to more easily manage your network, look no further than Essential SNMP, 2nd Edition.
Customer Reviews:
Disappointing.......2007-05-25
Most of the books in this series are very technical and go into serious details. This one reads like a compendium of owner's manuals. A really good book on SNMP is needed and this one is not it.
1/4 good.......2007-05-03
This book is good up till you get 1/4 of the way through it. The first quarter of the book is good and it goes over general SNMP stuff then history different versions etc. The last 3/4 of this book cover configuring proprietary monitoring systems like open view and solar winds.
I dont care about open view.. or solar winds.. i wanted to learn about snmp... not some vendors software package. Im suprised that this got published with such a general title.. when really the book is an snmp intro, followed by how to setup a proprietary monitoring tool.
Great book on SNMP starts from the beginning.......2007-02-21
I hadn't seen a new book on SNMP come out in some time, and the older ones I had read were so abstract and unhelpful that I was reluctant to try another one. This book, though not perfect, is much better than the older books I have looked at on the subject. For one thing, it just didn't dive into the subject with a bunch of confusing graphs and object trees assuming I already knew the big picture.
Chapter one is just a general introduction to SNMP and network management. Chapter 2 goes into details on both SNMPv1 and SNMPv2. It talks about how SNMP sends and receives information, how to read MIB files, and about SNMP communities. It looks in detail at three MIB's - MIB-II, Host Resources, and RMON. MIB-II is a very important management group because every device that supports SNMP must also support MIB-II, thus objects from MIB-II are used in examples through the whole book. Chapter 3 introduces SNMPv3, which addresses the security problems present in v1 and v2.
Next the book introduces the idea of a network management architecture. It stresses that you need a plan that helps you use Network Management Stations (NMS's) effectively in order to effectively manage your network. This section includes how to properly choose your hardware and what questions you need to ask yourself. Next the book discusses actually installing and running your software. Specifically HP's OpenView Network Node Manager and Castle Rock's SNMPc Enterprise Edition are discussed. Included are detailed instructions along with screenshots of the application. Next there are instructions on how to configure SNMP agents. You are walked through some standard configuration parameters plus some advanced parameters that sometimes crop up. Once again there are plenty of screen shots to help you know you are on the right path.
Now that you've been walked through the configuration of your system and the installation of software, the book shows you how to use the three basic SNMP operations of snmpget, snmpset, and snmpwalk. A group of Perl scripts are shown that set, get, and walk objects. Next HP OpenView and Net-SNMP are used to perform the same operations from the command line. A third alternative is demonstrated that uses OpenView's graphical MIB Browser. Next is a discussion of how to set up SNMP to poll your devices at certain intervals and to set thresholds that require action if crossed. Again Perl scripts enter the discussion for configuring this set-up. SNMPc and OpenView screen shots show you how to configure this using graphical interfaces, and what to expect. Next the book discusses traps, which are how an agent sends a monitoring station asynchronous notification about certain key conditions that may require action. The book demonstrates how to handle traps using OpenView and Perl scripts. Next the book shows how to read, configure, and even define your own traps.
The book now turns to the problem of agents that need to be extended in their abilities. The book discusses the answer to this problem - extensible SNMP agents - and three of them in particular - the OpenView, Net-SNMP, and SystemEdge agents. Next are some interesting scripts for automating common system administration tasks. Issues covered by these little scripts include determining who is logging into your machine, a port monitor, service monitoring, and switching port control, among others. There is then a discussion on MRTG (Multi Router Traffic Grapher), a trend analysis tool that generates image files and whose output is viewable from a web browser. Complete instructions on installing and using the tool are given. The next tool discussed is RRDtool, which in network management will most likely be used to store and process data collected via SNMP. However RRDtool can be used for many diverse purposes that have nothing to do with computer networks. The last chapter in the book is an odd one on using Java with SNMP. Specifically, the book presents the Java SNMP API known as SNMP4J. It doesn't really seem to add any functionality other than being an alternative for people who don't like to use Perl.
I liked this book very much. It had many good examples and it answered all of the questions I had previously had on SNMP starting from the beginning with what is SNMP and what can it do for you? I would highly recommend it to any network administrator who is planning on workng with SNMP.
Essential SNMP, Second Edition, Review.......2007-01-17
An excellent book that can help not only network engineers but Unix system administrators.
A lot of doubts that I had about SNMP went away and I feel much more relaxed with this topic in technical circles.
Good book, but where is there one for idiots?.......2007-01-11
I pretty much hate SNMP. It's stems from not understanding it. This book has given me a grasp on some of the concepts, but has refered to a few things that I am supposed to already know. It's not for beginners.
Book Description
ActionScript 3.0 is a huge upgrade to Flash's programming language. The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable.
Essential ActionScript 3.0 focuses on the core language and object-oriented programming, along with the Flash Player API.
Essential ActionScript has become the #1 resource for the Flash and ActionScript development community, and the reason is the author, Colin Moock. Many people even refer to it simply as "The Colin Moock book."
And for good reason: No one is better at turning ActionScript inside out, learning its nuances and capabilities, and then explaining everything in such an accessible way. Colin Moock is not just a talented programmer and technologist; he's also a gifted teacher.
Essential ActionScript 3.0 is a radically overhauled update to
Essential ActionScript 2.0. True to its roots, the book once again focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code.
The ActionScript 3.0 revolution is here, and
Essential ActionScript 3.0's steady hand is waiting to guide you through it.
Adobe Developer Library is a co-publishing partnership between O'Reilly Media and Adobe Systems, Inc. and is designed to produce the number one information resources for developers who use Adobe technologies. Created in 2006, the Adobe Developer Library is the official source for comprehensive learning solutions to help developers create expressive and interactive web applications that can reach virtually anyone on any platform. With top-notch books and innovative online resources covering the latest in rich Internet application development, the Adobe Developer Library offers expert training and in-depth resources, straight from the source.
Customer Reviews:
Well beyond the essentials.......2007-09-18
I've been getting deeper into "Essential ActionScript 3.0" and I'm amazed at the thoroughness of this book. I was first introduced to Colin's writing with "ActionScript for Flash MX, the Definitive Guide". I'd just came from two years of teaching Java for Sun Microsystems and loved the way he handled explanations in the book, often he'd even compare AS to Java and go deep in the details. With AS3, we finally have language rivaling Java, and (IMO) a better set of APIs.
The amount of information is stunning, it boggles the mind. Colin covers AS3 in more detail, with better explanations, and a better grasp of the subject than the Adobe documentation. If you are programming in AS3, this book is must. I don't think you could get the most out of AS3 programming without it, or maybe you could but it would take quite a bit longer!
A side-effect of this book is the shear size of it gives you an idea of the depth of the subject matter. AS3 is an object-oriented programming language and framework, not just a scripting language.
I just have two minor criticisms (which by no means affects my recommendation of this book). The first is that he covers a ton of material in the beginning but does not have the reader compile until chapter 7 (page 130). AS3 is so much fun in how easy it makes graphics programming, that I feel he could teach the first six chapters more effectively if he had the user compiling and running examples along the way (even simple examples). My second is one that is probably just my own pet peeve... at the end of each chapter he has a paragraph about the next chapter, it's distracting to me, I'd rather read about the stuff in the next chapter in the next chapter.
This is a well-organized, clearly written book, with great examples throughout. If you are coming to AS3, this book should be within arms reach if not already sitting open on your desk.
Great primer!.......2007-09-17
Coming from a java and javascript programming background I found this book very informative and easy to learn. This book is a must-have if you are new to AS3 and also if you want to learn FLEX 2. I highly recommend this book for beginners who wants to learn AS3 programming language.
Not for the young at heart.......2007-09-11
Great reference. But if you are still learning, get another text with this one to guide you along.
Anyone Seeking Clarity Beware..........2007-09-06
After jumping on the bandwagon after reading the first few chapters of this book and feeling flushed with geeky euphoria, I now have to rerate this book as "DO NOT BUY." This book is nowhere near the quality of the EAS2 and is hobbled by at least several errors not yet documented on the errata.
To start, some of the sophistry of Essential AS 2.0 emerges with remorseless abandon in this book which is choked full of sophistry and excessive erudition that serves nobody. Take this passage:
"object.instanceVariable = value
In the preceding code, object[italics] is the object whose instance variable will be assigned a value, instanceVariable[italics] is one of object's instance variables (as defined by object's class), and value[italics] is the value to assign."
The book italicizes the words noted in italics above but this notation does little to detangle the tautologies that explain nothing and confuse everything. Only seasoned coders versed in coding terminology such as "object" will understand the sentence and then only vaguely. Obviously, the first directive to coders, KISS, was lost on this exhaustive book. After all, couldn't Moock have written that explanation with more clarity? Passage like the above are replete throughout the book.
Here is another statement that a good publisher would have demanded rewriting:
Via the scope chain, code in an instance method's scope can access these definitions:
*
All definitions available to code in the global scope
*
All definitions available to code in the scope of the class containing the instance method definition
Isn't the second point circular? It's basically saying that instance methods can access code that is accessible by instance methods. This writing is AWFUL. Sorry to see this series which was the ActionScript franchise deteriorate into such a cesspool of unnecessary and foul erudition. That passage, like so many others in the book, reads more like the tax code than an clear exposition of AS3.
Moreover, how can anyone claim this book is a thorough treatment of AS3? There is scant if any discussion on SOUND or VIDEO. In fact, this book starts with a discussion of OOP like EAS2 then strangely turns into more a recipe, by the numbers how-to use AS3's library. Not that this strange turn is bad but there are better books, namely the Visual QuickStart Guide AS3, which are better recipe books than this one.
This book has approached cult status among the AS community and there is some basis for the vast anticipation of this book given EAS2. However, the laudatory reviews on Amazon are vastly overrated. This is a poorly written, poorly structured, and at times mysteriously erroneous book.
I can't change the star rating given before this update but a warning to everyone: when a book is more difficult to understand than the underlying substance it purports to explains, BEWARE. 0, Zero stars are merited because so many trees feel to publish this book. I withdraw my recommendation and recommend instead for everyone to read Essential AS2 first, then update by skimming through this book or wait for something more reader friendly. There is no satisfaction in pondering the complexities of this book like there is on Heidegger's notion of being.
An invaluable reference........2007-09-06
ESSENTIAL ACTIONSCRIPT 3.0 by Colin Moock is for advanced programming libraries and for ActionScript web developers who seek a detailed reference on the topic. ActionScript 3.0 is a major upgrade to Flash programming: it's faster and more sophisticated and requires a deeper level of understanding - offered up by ESSENTIAL ACTIONSCRIPT 3.0 alone, making for an invaluable reference.
Average customer rating:
- VERY VERY HIGHLY RECOMMENDED!!
- Excellent discussion of IPv6 protocols
- Excellent 2nd edition contains lots of practical information
- Ipv6 essentials
- Best IPv6 Book to Date
|
IPv6 Essentials
Silvia Hagen
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback
Privacy
| Business & Culture
| Computers & Internet
| Subjects
| Books
Network Security
| Networking
| Computers & Internet
| Subjects
| Books
General
| Networks, Protocols & APIs
| Networking
| Computers & Internet
| Subjects
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
Internet Security
| O'Reilly
| By Publisher
| Books
Look Inside Computer Books
| Trip
| Specialty Stores
| Books
All Titles
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Computers & Internet
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Similar Items:
-
IPv6 Network Administration
-
Deploying IPv6 Networks (Networking Technology)
-
Understanding IPv6
-
Migrating to IPv6: A Practical Guide to Implementing IPv6 in Mobile and Fixed Networks
-
Running IPv6
ASIN: 0596100582 |
Book Description
IPv6 Essentials, Second Edition provides a succinct, in-depth tour of all the new features and functions in IPv6, guiding you through everything you need to know to get started, including how to configure IPv6 on hosts and routers and which applications currently support IPv6. The new protocol offers extended address space, scalability, improved support for security, real-time traffic support, and auto-configuration so that even a novice user can connect a machine to the Internet. Aimed at system and network administrators, engineers, network designers, and IT managers, this book will help you understand, plan for, design, and integrate IPv6 into your current IPv4 infrastructure.
Beginning with a short history of IPv6, author Silvia Hagen provides an overview of new functionality and discusses why we need IPv6. Hagen also shares exhaustive discussions of the new IPv6 header format and Extension Headers, IPv6 address and ICMPv6 message format, Security, QoS, Mobility and, last but not least, offers a Quick Start Guide for different operating systems. IPv6 Essentials, Second Edition also covers:
- In-depth technical guide to IPv6
- Mechanisms and Case Studies that show how to integrate IPv6 into your network without interruption of IPv4 services
- Routing protocols and upper layer protocols
- Security in IPv6: concepts and requirements. Includes the IPSEC framework and security elements available for authentication and encryption
- Quality of Service: covers the elements available for QoS in IPv6 and how they can be implemented
- Detailed discussion of DHCPv6 and Mobile IPv6
- Discussion of migration cost and business case
- Getting started on different operating systems: Sun Solaris, Linux, BSD, Windows XP, and Cisco routers
Whether you're ready to start implementing IPv6 today or are planning your strategy for the future, IPv6 Essentials, Second Edition will provide the solid foundation you need to get started.
"Silvia's look at IPv6 is always refreshing as she translates complex technology features into business drivers and genuine end-user benefits to enable building new business concepts based on end to end models." Latif Ladid, President IPv6 Forum, Chair EU IPv6 Task Force
Customer Reviews:
VERY VERY HIGHLY RECOMMENDED!!.......2006-10-06
Are you interested in wanting to understand and implement the IPv6 protocol! If you are, then this book is for you. Author Silvia Hagen, has done an outstanding job of writing a book that covers IPv6 in detail and explains all of the new features and functions.
Hagen, begins by briefly explaining the history of IPv6 and gives you an overview of the new functionality. Then, the author describes the new IPv6 header format with a discussion of each field and trace file examples. Then, the author explains everything you need to know about the new address format, address notation, address types, international registry services, and prefix allocation. Next, she describes the new ICMPv6 message format, the ICMPv6 Error messages and informational messages, and the ICMPv6 header in the trace file. The author continues by discussing the basic security concepts and requirements. Then, the author discusses the basic requirements and types of QoS. Next, she discusses Layer 2 support for IPv6, the mapping of multicast addresses to Layer 2 addresses, and the Detecting Network Attachment working group. The author then discusses the advanced routing features of IPv6 and covers the available routing protocols such as RIPng, OSPFv3 for IPv6, and BGP extensions for IPv6, IS-IS, and EIGRPv6. Then, she discusses what is going on above the IPv6 layer, starting with changes for TCP and UDP, continuing with a detailed discussion of the DHCPv6 specification, DNS extensions for IPv6, SLPv2 in IPv6 networks, FTP, Telnet, and web servers. The author continues by discussing the different transition mechanisms that have been defined, such as dual-stack operation, tunneling, and translation techniques. Then, she explains why the Mobile IPv6 technology will become the foundation for a new generation of mobile services. Finally, she explains how to get started with IPv6 on different operating systems, such as Sun Solaris, Linux, BSD, Windows 2003, Windows XP, Mac OS, and a Cisco router.
This most excellent book will show you how to plan for, design, and integrate IPv6 in your current IPv4 infrastructure. More importantly, it teaches you what you need to know to get started, to configure IPv6 on your hosts and routers, and to find the right applications that support IPv6.
Excellent discussion of IPv6 protocols.......2006-09-20
I read and reviewed "IPv6 Network Administration" (INA) in August 2005 and "Running IPv6" (RI) in January 2006. I gave those books 5 stars, so I had high expectations for "IPv6 Essentials, 2nd Ed" (IE2E). INA and RI are very hands-on, implementation-specific books. IE2E is more concerned with explaining protocols and IPv6 features. In this respect, IE2E is the perfect complement to INA and RI.
Silvia Hagen is clearly an IPv6 fan. I was initially skeptical about IPv6 adoption after reading comments by Daniel J. Bernstein and Renesys' Todd Underwood. I still have concerns, but reading case studies in Ch 10 of actual IPv6 deployments helped me understand the author's enthusiasm. Sylvia is less critical of IPv6 than INA and RI, which share recommendations for real-world usage. I still have serious concerns with security vulnerabilities in autoconfiguration (one of the major "cost savers" of IPv6) and IPSec key management (the other major "improvement" in IPv6, basically requiring PKI). I also believe the emphasis on "end-node protection" (security models, pp 122-3) at the expense of network-level protection is insufficient. Transitioning to IPv6 is also not as easy as IE2E implies, especially for multihomed sites with provider independent address space. (SHIM6 might not be sufficient or workable, and IPv6 doesn't have PIAS.)
The strongest aspect of IE2E is the thorough coverage of IPv6 protocols. Plenty of people like to point to very old TCP/IP books as "the Bibles" of networking, but the world has changed during the last decade. IE2E offers a very strong chapter on Mobile IPv6 and explains how that version is superior to IPv4 (mainly due to Route Optimization). Sylvia's SSH port forwarding trick (p 277) was obvious but something I hadn't considered previously -- very cool. IE2E manages to keep a readable size of around 400 pages by citing plenty of RFCs and drafts, which is smart given the state of the protocols. The book is also very up-to-date and technically accurate, as far as I could tell. I had a minor problem with the author's perceptions of threats and vulnerabilities at the start of the security chapter. She uses the former term but means the latter term.
If you want implementation details, such as commands to run and techniques to try, I recommend INA or RI. If you want to really understand IPv6, I recommend IE2E. Since you should ideally want both sets of skills, you should have at least two IPv6 books on your desk.
Postscript: I suggest the third edition offer the set of network traces featured in IE2E for download, so readers can look at them individually.
Excellent 2nd edition contains lots of practical information.......2006-06-10
Internet Protocol version 6 (IPv6) is a network layer standard used by electronic devices to exchange data across a packet-switched internetwork and is intended to provide more addresses for networked devices, allowing, for example, each cell phone and mobile electronic device to have its own address. IPv6 is actually capable of supporting 5×10^28 addresses for each of the roughly 6.5 billion people alive today.
This book covers a broad range of information about IPv6 and is an excellent resource for both managers and system engineers, since this book discusses economic and strategic aspects as well as technical details. This book is not a detailed guide for program developers. The book assumes that you already have a good understanding of network issues in general and a familiarity with IPv4. It makes generous use of tables and illustrations and is very accessible. Amazon does not show the table of contents so I review this book in the context of the table of contents:
Chapter 1 WHY IPV6?
Briefly explains the history of IPv6 and gives an overview of the new functionality. It shows that the large address space and the advanced functionality of IPv6 are much needed.
Chapter 2 THE STRUCTURE OF THE IPV6 PROTOCOL
Describes the new IPv6 header format with a discussion of each field and trace file examples. It also describes what Extension headers are, what types of Extension headers have been defined, and how they are used.
Chapter 3 IPV6 ADDRESSING
Explains the new address format, address notation, address types, international registry services, and prefix allocation.
Chapter 4 ICMPv6
Discusses how the health of the network is maintained and reported using ICMPv6. This chapter describes the new ICMPv6 message format, its error and informational messages, and the ICMPv6 header in the trace file. All of this leads to making a network administrator's life easier.
Chapter 5 SECURITY WITH IPV6
After a short discussion of basic security concepts and requirements, this chapter discusses the security elements available in IPv6 for authentication and encryption. Since future networks will require new security architectures, this chapter includes a description of a new model.
Chapter 6 QUALITY OF SERVICE
QoS elements available in IPv6 are presented as well as how to implement them. Different QoS architectures are also discussed.
Chapter 7 NETWORKING ASPECTS
Layer 2 support for IPv6 (Ethernet, Token Ring, ATM, frame relay, etc.), the mapping of multicast addresses to Layer 2 addresses, and the Detecting Network Attachment (DNA) working group are discussed.
Chapter 8 ROUTING PROTOCOLS
The advanced routing features of IPv6 and the available routing protocols such as RIPng, OSPFv3 for IPv6 are presented. Also mentioned are the BGP extensions for IPv6, IS-IS, and EIGRPv6.
Chapter 9 UPPER LAYER PROTOCOLS
Starting with changes for TCP and UDP, this chapter continues with a detailed discussion of the DHCPv6 specification, DNS extensions for IPv6, SLPv2 in IPv6 networks, FTP, Telnet, and web servers.
Chapter 10 INTEROPERABILITY
The different transition mechanisms that have been defined, such as dual-stack operation, tunneling, and translation techniques are explained. A broad variety of case studies show that IPv6 is mature enough to be used and how this can be done. The chapter also discusses what is still missing from the standard and the cost involved in implementing IPv6.
Chapter 11 MOBILE IPV6
This chapter explains why this technology will become the foundation for a new generation of mobile services.
Chapter 12 GET YOUR HANDS DIRTY
How to get started with IPv6 on different operating systems, such as Sun Solaris, Linux, BSD, Windows 2003, Windows XP, Mac OS, and a Cisco router. The most common IPv6 tools available for each operating system are discussed along with the author's lab activities and trace files.
Appendix A RFCs
Appendix B IPv6 RESOURCES
Summaries of all indexes, protocol numbers, message types, and address allocations.
Appendix C RECOMMENDED READING
Ipv6 essentials.......2006-02-28
This is a very good book for IPv6. Covers almost everything on IPv6
Best IPv6 Book to Date.......2004-12-28
This book has become required reading for our IPv6 transition team at SRI International. It is one of the newest books which means it is one of the most up to date on the emerging set of IPv6 protocols. Sylvia Hagen throroughly covers all aspects of IPv6 including a very good chapter on security that even goes beyond just covering IPSEC. If you are new to the IPv6 transition, grab this book and begin to familiarize yourself with it. [...].
Average customer rating:
- Great book
- A great text type book for ASP.NET
- An absolute must-read for ASP.NET developers!
- The best ASP.NET book!
- Very disorganized - strongly dislike it
|
Essential ASP.NET With Examples in C#
Fritz Onion
Manufacturer: Addison-Wesley Professional
ProductGroup: Book
Binding: Paperback
C & C++ Windows Programming
| Development
| Microsoft
| Computers & Internet
| Subjects
| Books
Software Development
| Software Design, Testing & Engineering
| Programming
| Computers & Internet
| Subjects
| Books
General
| Programming
| Computers & Internet
| Subjects
| Books
C#
| Languages & Tools
| Programming
| Computers & Internet
| Subjects
| Books
Graphic Design
| Computers & Internet
| Subjects
| Books
| 3D Graphics
| Adobe FrameMaker
| Adobe Illustrator
| Adobe InDesign
| Adobe PageMaker
| CAD
| Desktop Publishing
| Electronic Documents
| General
| Information Visualization
| Interface Design
| Printing
| Reference
| Rendering & Ray Tracing
| Scanning
| Typography
| Web Design
General
| Programming
| Web Development
| Computers & Internet
| Subjects
| Books
ASP
| Programming
| Web Development
| Computers & Internet
| Subjects
| Books
General
| Computers & Internet
| Subjects
| Books
General
| Software
| Computers & Internet
| Subjects
| Books
Engineering
| Professional & Technical
| Subjects
| Books
| Aerospace
| Automotive
| Bioengineering
| Chemical
| Civil
| Computer Technology
| Design
| Economics
| Education
| Electrical & Electronics
| Energy
| General
| Industrial, Manufacturing & Operational Systems
| Management
| Marine
| Materials
| Materials Science
| Mechanical
| Nuclear
| Patents & Inventions
| Petroleum, Mining & Geological
| Power Systems
| Reference
| Research
| Special Topics
| Telecommunications
| Welding
Engineering
| Specialty Stores
| Books
| Aerospace
| Automotive
| Bioengineering
| Chemical
| Civil
| Computer Technology
| Design
| Economics
| Education
| Electrical & Electronics
| Energy
| General
| Industrial, Manufacturing & Operational Systems
| Management
| Materials
| Materials Science
| Mechanical
| Nuclear
| Patents & Inventions
| Petroleum, Mining & Geological
| Power Systems
| Reference
| Research
| Special Topics
| Telecommunications
| Welding
All Titles
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Computers & Internet
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Professional
| Qualifying Textbooks - Fall 2007
| Stores
| Books
Similar Items:
-
Developing Web Applications with ASP.NET and C#
-
Essential ASP.NET 2.0
-
Windows Forms Programming in C# (Microsoft .NET Development Series)
-
Programming ASP.NET, 3rd Edition (Programming)
-
Programming .NET Components, 2nd Edition
ASIN: 0201760401 |
Amazon.com
The Microsoft .NET Framework is exactly what its name implies: A general system onto which a lot of application-specific technologies are stuck. Essential ASP.NET With Examples in C# assumes you know something about the .NET way of doing things, and want to know more about how you can use its ASP.NET facet to implement robust and stylish Web applications. Fritz Onion, in a manner typical of this series, introduces key ASP.NET concepts logically, and with lots of code listings that make it clear how the concepts should be translated into reality. The truth be told, Onion excels at combining conceptual information with practical examples. This is unusual among writers of technical books, who tend to be good at (at best) one or the other.
Typically, the author approaches a capability of ASP.NET--validation of submitted form data, say--by presenting a quick summary of the problem and then attacking it (or components of it) with code. The code segments (which tend not to be too long, and so relatively easy to trace and comprehend) are then dissected, and special attention called to details of particular interest to the local problem. It's a great way to learn if you already have a grasp of the basics, as you can either go hands-on with your own system or absorb the author's wisdom through the book alone. --David Wall
Topics covered: How ASP.NET works, and how to write effective software with it. Detailed coverage goes to HtmlControls, WebControls, the web.config file, form-data validation, custom controls, and state management. There's also excellent coverage of the often confusing HTTP Pipeline.
Customer Reviews:
Great book.......2006-02-25
This is a good book, easy to understand and covers a lot of material.
A great text type book for ASP.NET.......2005-09-10
Clearly this is the best ASP.NET book I have ever read.
An absolute must-read for ASP.NET developers!.......2005-09-04
Essential ASP.NET is 100% to-the-point containing very useful information with no fluff included. I particularly enjoyed the HTTP pipeline chapter. The entire book contains info that every ASP.NET developer should know.
The best ASP.NET book!.......2005-08-29
I just finished reading this book, I'd say it's the best ASP.NET book! I highly recommend it!
Very disorganized - strongly dislike it.......2005-07-29
Recently there has been a decline in book quality as the rush to sell more and write faster increases and this book is a testament to this new trend.
The other disturbing fact here is that this book's rating on Amazon is at 4.5 stars and let me tell you, this book is not of that kind. Four and a half stars on Amazon used to mean classics, refer to Knuth's The Art of Computer Programming and Don Box's Essential COM, it is embarasing to bulk these together they are not even on the same rating system much less of same rating.
I could tell that this book was simply rushed to the market. It is completely disorganized, and in the intro it even says: read first two chapters then you can skip around. It sounds good, but makes no sense at all.
I am not some newby to web programming. I know most technologies from ASP to JSP, and have written ISAPI dlls.
The first chapter started off good, but then everything fell apart. There are moments of
I strongly dislike it.
-Disappointed
Average customer rating:
- It is what it says it is
- The Best and Most Readable Book on Telecom
- Balanced explanation on telecomm technology and industry (business) trends
- A Cost-effective Path to Basic Telecom Knowledge
- Great book, easy read for a tough subject
|
Telecommunications Essentials, Second Edition: The Complete Global Source (2nd Edition)
Lillian Goleniewski , and
Kitty Wilson Jarrett
Manufacturer: Addison-Wesley Professional
ProductGroup: Book
Binding: Paperback
General
| Telecommunications
| Engineering
| Professional & Technical
| Subjects
| Books
General
| Science
| Subjects
| Books
Internet
| Home Computing
| Computers & Internet
| Subjects
| Books
| Internet & Education
| Online Searching
| Web Browsers
| Web for Kids
General
| Networks, Protocols & APIs
| Networking
| Computers & Internet
| Subjects
| Books
General
| Computer Science
| Computers & Internet
| Subjects
| Books
High-Tech
| Industries & Professions
| Business & Investing
| Subjects
| Books
General
| Communication
| Social Sciences
| Nonfiction
| Subjects
| Books
Similar Items:
-
Essential Guide to Telecommunications, The (4th Edition) (Essential Guide Series)
-
Telecommunications: A Beginner's Guide
-
Newton's Telecom Dictionary, 21st Edition: Covering Telecommunications, Networking, Information Technology, The Internet, Fiber Optics, RFID, Wireless, and VoIP
-
Telecom For Dummies (For Dummies (Math & Science))
-
Newton's Telecom Dictionary
ASIN: 0321427610 |
Book Description
“In this updated and expanded edition of her excellent telecommunications primer, Lili explains in just the right detail everything you need to know to become fluent in this most important and fascinating industry. Besides including a satisfying amount of expert technical detail, the book also discusses equally crucial aspects of how communications technology affects society, culture, and politics. Electronic communications is changing the world for the better; learn from Lili’s expertise how you, too, can participate in the revolution.”
—Steve Riley, senior security strategist, Microsoft Corporation
“The book you hold in your hand is a rarity. In more than thirty years of teaching, administration, and research in telecommunications, I have never found a single book that could serve these diverse areas. The search is over. Telecommunications Essentials is best-of-breed in telecommunications publishing and represents the most thorough, comprehensive, and forward-looking resource to date. Both student and practitioner alike will find the unique blend of introductory and advanced material a ‘one-stop-shop.’ If it was a movie, this book would receive two thumbs up!”
—Dr. Art St. George, manager of advanced technologies, University of New Mexico
“Telecommunications Essentials should be on the shelf of every professional working in voice and data networking. It is the first place I go when I need to look up something that I am unsure of or when I encounter a new or unfamiliar term. I have been using Telecommunications Essentials now for two years as the course text for business technology students taking Introduction to Telecommunications. My course covers the entire book and the students end up with a practical knowledge base of the components, technologies, and connectivity that make today’s networks work. This new edition is most welcome since it includes new advances in the areas of fiber optics, wireless, Voice over IP, and broadband technologies that have emerged since the publication of the first edition. This new edition will replace my well-worn copy of my first edition of Telecommunications Essentials, which has served me well so far.”
—Robert Hudyma, professor of business, Ryerson University
“This is an excellent reference book on telecommunications. It’s up-to-date on the latest technology, it’s comprehensive, and most of all, it’s easy to read and understand. Lili has the rare ability to explain very complex subjects well. If you need a good reference book on telecommunications, I would start with this.”
—To Chee Eng, research director, communications, Gartner
“Lillian makes telecoms fun.”
—Ni Quiaque Lai, CFO, Hong Kong Broadband Network Ltd.
“Goleniewski’s Telecommunications Essentials sets the stage by discussing forward-looking applications that are made possible by advances in telecommunications technology, including embedded devices, intelligent wearables, intelligent robot squads, and many others. This initial discussion is quite motivating for students and makes them eager to learn about various networking technologies, which are covered quite well in the rest of the book. The first edition (published in 2003) was already a great book for teaching telecommunications essentials, and it is clear that the second edition brings us up to the present and is a remarkable treatment of the topic.”
—Dr. Lundy Lewis, chair of the Department of Information Technology, Southern New Hampshire University
“The book covers not just the fundamentals of telecommunications, but it easily guides the readers through the wide variety of technical details of next-generation network services, converged network architectures, and technologies. Lillian’s elegant and clear style of presentation makes the book an excellent reference for system developers as well as telecommunications system designers to understand the current and emerging technologies that support business applications.”
—Dr. Tibro Gyires, professor, Illinois State University, School of Information Technology
“When Lili published her first edition of Telecommunications Essentials, I was a consultant in the communications field. Her guide was the only one I used to keep current. Now I’m in different field altogether but I need to understand this highly extensive field. Telecommunications Essentials is comprehensive, user-friendly, insightful, and fun. It’s the only resource to have if you want to know telecom.”
—Dave Feldman, consul, trade and investment, British Embassy
“After four decades of working in the computer and telecommunications fields, and more than twenty years of teaching graduate-level courses in telecommunications and network management at four universities, I finally have a book that meets the needs of students who are working to gain an in-depth and comprehensive grasp of an ever-changing field. Lili Goleniewski wrote that book. Her second edition is an outstanding contribution to the field and will be the best teaching aid I have ever had. If you teach you should use this book. If you want to really learn about telecommunications and data networks you should insist that your school adopt the book as a text.”
—Michael Erbschloe, consultant, author, and educator
“Telecommunications is not just about the legacy telephone network or the evolving wireless networks or the rapidly expanding Internet. It is about all of these and much more. It requires years of expertise in this fascinating field, combined with skillful writing ability, to develop a book that presents in an interesting and insightful manner the multifaceted disciplines of telecommunications. Lillian Goleniewski has accomplished this immense task with great skill in her book Telecommunications Essentials. Beginning students and professionals alike will benefit from this book. It can serve as an excellent reference book for telecommunications executives and business professionals who need to understand the basics of telecommunications and the workings of next-generation networks. Congratulations to the author on a task well done!”
—Dr. Seshadri Mohan, chair and professor, Systems Engineering Department, University of Arkansas at Little Rock
“Telecommunications Essentials is a brilliant book for a broad and in-depth picture of the nitty-gritty aspects of telecommunications. Lili has a way of explaining complicated topics very well. It is a must-have book for any person who works in the IT world.”
—Lino Alberts, department manager technology operations, RBTT Bank Aruba N.V.
“A truly amazing book. A ‘must-have’ for anyone who wants to know the basics of telecommunication, how it works, and where the industry is heading. This book is excellent for all audiences—from novice to expert. Lili has successfully broken down the complexity of telecommunication so it can be easily understood.”
—Mohd Radzi b. Mohd Yusoff, senior manager, MSC Technology Centre, Sdn Bhd, Malaysia
“Telecommication Essentials describes the most technical elements of the subject in layperson’s terms, while remaining engaging for those with greater understanding. In providing the link between the most complex of telecommunications technology and its most simple applications, both now and in the future, Telecommunication Essentials is the most readable book on the subject both for newcomers and for ‘old hands.’ Lili exudes enthusiasm throughout, providing a vision for the future that draws the reader in.”
—Neil Juggins, head of research, Evolution Securities China
“One of the great challenges facing those responsible for setting public policy or regulation associated with the converging technologies of telecommunications, IT, and media is that before the ‘ink is dry’ on their pronouncements, advancements in the underlying science and technology has often made the ‘new’ policy, laws, and regulation out-of-date or irrelevant. While Lili does not claim to predict the future in her second edition of Telecommunications Essentials, she takes what is to many ‘Rocket Science’ and delivers it up in ways that those responsible for protecting the ‘public good’ and maintaining more competitive communications marketplaces can easily understand. Lili is one of the few telecommunications educators out there, catering to a diverse a reader base, who has been keeping up with Moore’s Law and what it really means in the real world of telecommunications. She continues to maintain her technological neutrality, never attempting to ‘sell’ a particular flavor-of-the-year with regard to who is the ‘best’ at delivering ‘what’ to ‘whom,’ nor falling into a mumbo-jumbo mantra of which national regulatory authority has invented the best-of-the-best new legal regime, something sorely needed by those needing a bias free technology primer.”
—Thom Ramsey, partner, Squire, Sanders & Dempsey (Brussels & Washington, D.C) and former Deputy United States Coordinator for International Communications and Information Policy, U.S. Department of State
“As a journalist who writes about the Defense Department’s most complicated space programs, I need to have a very clear and current handle on the technology and the operational aspects of the equipment and platforms. I a...
Customer Reviews:
It is what it says it is.......2007-03-20
As an electronic engineer and graduate student, I found the book to be very comprehensive in discussing various emerging and present telecommunication technologies. The book would describe quite accurately the technology without bogging you down with unnecessary details. It manages to be brief while still providing valuable data for the telecommunications professional, and broad enough to cover a wide spectrum (no pun intended) of material. And most importantly, it isn't a bore to read.
I recommend this to anyone seeking a basic to intermediate knowledge of a broad array of telecommunciations concepts and applications.
The Best and Most Readable Book on Telecom.......2007-03-16
I have to hand it to the authors, Lillian Goleniewski and Kitty Jarrett, for producing hands-down the most readable and comprehensive book out there on Telecom. I have had to slog through some of the worst writing to study this subject, and it was a breath of fresh air to crack this one open and start reading.
The authors cover every aspect of the field in great depth, and in such clear language that both the expert and the novice can benefit from this book. This will be required reading for all of my students, and I highly recommend other professors in the Telecom field to follow suit.
Well done!
Balanced explanation on telecomm technology and industry (business) trends.......2006-12-12
Firstly, I am a strong fan of Ms. Lili. I have personally met the author during a 3-day seminar during my PETRONAS days back in 1994. At that time, I was attending what the best telecomm training course the market can offer as well worth its price.
WHY WE NEED TO UNDERSTAND TELECOMM PROPERLY:
Compared to other training courses, Ms Lili was about 2x-3x times more expensive but what is that to an oil-and-gas company where network downtime to a gas-compressing subsidiary can cost around RM100,000 an hour (1994 exchange of RM2.50@US$1) equivalent to US$40,000.
At that time, IT Support has to figure out how to support a heterogeneous mix of one IBM 3745 mainframe, few UNIX boxes, tens of Novell 2.x servers. Several network protocols ran inside the various pipes/lines such as SNA, TCP-IP and MS Netbeui, and my pet project OS/2 NetBIOS, and Novell SPX. Most network segments are on Ethernet, and a couple are on Token-Ring.
Needless to say, troubleshooting network traffic particularly eliminating "jabbers chipping echoes etc" was to put it mildly a "challenge." One of the fire-fighting effort required bringing in a US consultant with a pony-tail using Data-General "Sniffer" equipment!
For IT Support to figure out how to support the big project at that time, mainly getting SAP gateways remaining up, we need to understand what it was we were having, as well as understand how the newer telecomm technologies are going to do to the overall picture.
At that time, we have the whole possible mix of telecomm devices such fixed leased lines, dial-up backup, and few sprinklings of VSAT and wireless. Of course you cannot learn all that in a 3-day class. And I don't think I learn that at school too. What I learned became obsolete after I graduated !
WHY WE NEED THIS BOOK:
This is where this book comes in. To provide good IT support, so that users would not pester Helpdesk folks, we need really good technical references. Of course, we need that initial mind-enlightening class to understand the "big-picture." The details you can get that free easily off the web nowadays; understand how the big picture works is will make it easier for us to understand the complex details.
WHAT THIS BOOK COVER:
Covered the whole range of Telecom technologies ranging from basic stuff such as circuits and channels to transmission type such as analog vs digital. The book then cover the traditional media such as twisted-pair, coax, fibre and telecomm devices such as microwave and satellite.
The depth of technical details amazes me to have everything in one book covering IP protocols, ports, and Quality of Service. Main trends are covered such as optical networking, broadband and wireless for both LAN, and WANs..
I really like Lily's supplementary notes on the various indicators on industry adaption of specific technologies as well as their technological history. Basically if you need to know something on Telecomms, there will be some pages on that topic here. .
COMPARED TO 1sT EDITION:
Compared to the 1st edition, this is thicker by a double! We have a whopping 865 pages, although still much less than Yellow Pages
In the 2nd edition, I realized the author has diligently tracked the technology updates which is what most people wanted.
WISH LIST FOR NEWER EDITION OR NEW BOOK ALTOGETHER:
Since I am now into management consulting for E-Government and E-Commerce, some discussion on cost structure for would be VERY ATTRACTIVE especially to decision-makers in developing countries with low phone/network penetration.
I believe if I am all powerful African president wanting to have my own mobile telecoms company, I would want to have a reference that will give some estimates on trenching cost, and base-station costs. That will surely help my nephew who is going to be the CEO of that company some idea of what sort of loan and spending that has to be incurred. Farfetched ? Well this is a wish-list!
TELECOMMS MUST BE A PART OF YOUR COMPANY IT STRATEGIC PLAN:
Overall for techies out there, recognizing important trends in the telco industry is VERY VERY important for your corporate management. Having a feel of where everybody is going is critical to their Telecommunications Infra roadmap. This is where this book come into value.
The Telecomms Infrastructure road map will determine what decisions are required for infrastructure procurement, leasing or investment. Thus, the Telecomm chapter is an important part of a company IT Strategic Plan (ISP).
Subsequently, this ISP will exist if senior management is really serious to get their brilliant and precious Business Strategic Plan up and running. Unless if the company is just SOHO with only 1-2 computers and they pass files using flash-disks! Otherwise the senior management is just talking.
A Cost-effective Path to Basic Telecom Knowledge.......2006-08-11
The book does what it sets out to do - cover the basic underpinnings of modern telecom. Its' age (a scant three years) shows a bit here and there (some of the material obviously predating the book), but for the most part it is accurate and relevant. It is not a technical document, as 600 pages would not be enough to cover the component technology. It mentions occasionally the regulatory issues in telecom, but only in passing; its' primary focus is on business. It makes a good book for the student or someone interested in a telecom career. I might also recommend it to someone whose future plans include sitting through a telecom sales pitch or taking a meeting with telecom lobbyists (at least the part where they might drag in an engineer to talk about some cool new technology).
When I say it has a business focus, I mean that it tr