Books for/about - wireless networking


 

 
CWNA Certified Wireless Network Administrator Official Study Guide (Exam PW0-100), Third Edition (Planet3 Wireless)

Publisher: McGraw-Hill Osborne Media
Authors: Planet3 Wireless

ISBN: 0072255382
List Price: $74.99
Amazon Price: $47.24
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 4
Reviews:
Summary: Good Study Guide - Practice exam not included
The book covers all the topics and is a complete study guide but it does not include any practice test for the exam.
Summary: Pleased
The book was an eye-opener for me and I now know a lot more about 802.11 standarads...written in plain english, it is easy to comprehend...The author does not compromise on the depth of information...I would recommend focussing on chapters 6-13 in order to clear the exam..
Summary: Excellent breadth of information
This title will prepare anyone with a basic knowledge of networking to work in the wireless field, from enterprise to home networking.
Summary:


       search for wireless+networking at amazon.comamazon.co.ukgoogle.com

Linux Device Drivers, 3rd Edition

Publisher: O'Reilly Media
Authors: Jonathan Corbet Alessandro Rubini Greg Kroah-Hartman

ISBN: 0596005903
List Price: $39.95
Amazon Price: $25.17
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 1
Reviews:
Summary: Don't even read the free online version
This book was so badly written that I just couldn't help writing my first review on Amazon. I NEVER bothered writting reviews.

While I fully respect the authors' decision in providing the book online under the Creative Commons license, and while I do not doubt the sincerity of their intentions, the book is a total f*ck up. And f*ck up is an understatement.

The book:
1) Is unorganized :-

I felt I was being bombarded by information from all directions. One moment I was getting ready to test a simple "hello world" module, and the other I'm suddenly faced with a some strange esoteric block diagram showing "how function calls and function pointers are used in a module to add new functionality to a running kernel." with strange function names that were not mentioned and do not get mentioned for the rest of the chapter. How the hell did I get here? It just pisses you off and breaks your thought process and leaves you clueless and frustrated.

2) Is upside-down:-

I read chapter 3 (Char drivers) and I compare it to real device drivers and some things just don't match. The book seems very theoretical because the "real" device drivers call some other functions that are not mentioned at all. After digging in the kernel source files and googling the internet I realize that in the "real world" there is a whole driver-model and generic objects and what not. Reading the source code documentation and some online material I actually understand how the "real" drivers work. I still don't understand the stuff in the book. I start wondering whether there is any mention of the driver-model and I find it in chapter 14 !!!!!!! The driver model seems, in my opinion, the first step to understanding how "real" drivers work and I find it after 14 chapters of utter nonsensce!! Not only that, the authors decide that "many driver authors can ignore the device model entirely" and "The complexity of the device model makes it hard to understand by starting with a high-level view"... surpisingly it was easier to understand from online sources and the source code documentation than trying to read chapter 2 in the book!

3) Is sadistic:-

One thing I really hated was the carrot-and-stick approach the authors chose. First they give you a small tiny taste of a topic which finally seems relevant and just when you feel you're about to reach somewhere, they do a complete u-turn and throw all kinds of irrelevant off-the-topic rubish that leaves you sorry you were so shamefull as to expect any better. You end up confused, annoyed, and duped. Like in chapter 2 when they presented the code for the "hello world" module. OK fine. Seems easy enough. You naturally assume that this is an invitation to write the same code yourself. HAHA WROONG! The book suddenly does a "make hello.c" without showing you the content of the makefile. It leaves you out to dry with your uncompilable-"hello.c" and goes on describing IN DETAIL seemingly random stuff. You are left wondering whether the makefile must have been something too obvious to bother noting down and you start wondering whether to try to create a simple makefile or continue reading the chapter "as-is". I chose the former. HAHAHA WROONG AGAAIIN! I ended up compiling my whole kernel source tree because of something they decide to mention only 7 sections later.(At least they mentioned it?!)

In summary.. I'd suggest you buy the book.. and (as "./Documentation/ManagementStyle" for another book says): "NOT read it. Burn it, it's a great symbolic gesture".

I don't think anyone could have done a better job at making a worse technical book. If you come across any online material that "recommends" this book, *QUICKLY* discard that material too .. without thinking.

This is a -5 stars book. It has affected me personally.
Summary: Specialised skills
[A review of the 3RD EDITION, 2005.]

Device drivers will always be a small speciality in any operating system. Linux is no exception. While it grows strongly, most programmers using it simply can ignore issues of hooking up to various hardware items. Someone has already worked those out. Well, here you are that someone and this book addresses many of your needs.

The coding is in C. No fancy object oriented stuff for you. Many higher level OO programmers are simply unaware of the extra overhead it takes. But you need to maximise performance, so it is C for you. Plus, to understand much of the book, it really helps to have written some assembly code, because it makes it easier to understand many low level operations discussed.

Prior acquaintance with the overall design of a linux memory manager and interrupt handlers is also good. The book explains well individual issues as they arise. But having a clear, top-down understanding of the linux kernel may give you more context to understand the chapters.
Summary: great book for the right person
I used this book to write a device driver for my computer engineering senior project. It was very helpfull, but could improve. 2nd edition covers almost everything you'll need for 2.4 kernel drivers. Organization is like a text book that includes reference material, but attempts to be a tutorial. Hopefully the 3rd edition will be better organized. I noticed lots of negative reviews on Amazon, but after reading some chapters on safari (the oreilly free book site) I decided to purchase it any ways. If you buy this book and don't have a solid background in operating systems, computer architecture, and microprocessor interfacing you probably won't have an easy time understanding several key topics well enough to write a working driver. This will probably make you mad enough to write another bad review.
Summary:


       search for wireless+networking at amazon.comamazon.co.ukgoogle.com

Wireless Internet and Mobile Business How to Program

Publisher: Prentice Hall
Authors: Harvey M. Deitel Paul J. Deitel Tem R. Nieto Kate Steinbuhler

ISBN: 0130092886
List Price: $95.00
Amazon Price:
This item is currently not available.

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 4
Reviews:
Summary: Good wireless programing book; ok treatment of other topics
"Wireless Internet & Mobile Business How to Program" contains a good discussion of the various elements of programming for wireless devices. The reader will come away from the programming chapters with a solid understanding of how to implement simple structures. The chapter that introduces algorithms is clear and concise; the chapter that introduces control structures is easy to understand (if somewhat odd in its ordering). The chapter that introduces Object Oriented Programming provides a clear introduction to objects. This approach, using several real-world examples, is a good way to orient the non OO-minded to the use of objects. It covers the different aspects of objects in the abstract well. However, it could use a clearer explanation of why developers should use objects instead of the regular, top-down structured programming they've (possibly just) learned. For those new to programming, this is essential.

The book is not really just a "How to Program" manual, as are some of Deitel & Deitel's other similarly named texts. (Their excellent C++ and Java books come to mind.) Some of the chapters, like the one on employment opportunities, are in danger of becoming obsolete quickly. However, overall this is a solid text with good treatment of wireless programming and other loosely related topics.


Summary:


       search for wireless+networking at amazon.comamazon.co.ukgoogle.com

Implementing 802.11, 802.16, and 802.20 Wireless Networks: Planning, Troubleshooting, and Operations (Communications Engineering)

Publisher: Newnes
Authors: Ron Olexa

ISBN: 0750678089
List Price: $49.95
Amazon Price: $49.95
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 1
Reviews:
Summary: Very Sad
I waited a very long time to receive this book, because i was being lazy and did not want to write a training manual and an overview for my engineers about WiMax, so i looked around and was initially impressed by the title of the book and bought this book and wimax operators manual as a pair from Amazon, that was the worst purchase of December 2005. It was very clear that the author did not really know much about WiMax or the vendors would not let him break their NDAs, even so he could have gone the WiMax 802.16 standards direction instead, i read the book yawning all the way through and concluded that this was possibly ment for those new to WiFi only. I beleive that i could write a much more informative, technical and satifying WiMax book which can take the reader from WiF to WiMax, 3G and detail the planning, radio coverage and capacity planning and provide evaluation for the backbone network as a compklete package. Reading both books i felt cheated out of my money, as i was expecting a brain massage and got irretation instead, i am afraid i will not be recommending these books to anyone, as i felt it did not cover 802.16 or 20 but covered some instances of WiFi.
Summary: practical tone
In this rather slim book, Olexa packs in a lot of information. With a very practical bent. Aimed at someone who will be actually designing and implementing a wireless network in her company or home. Thus there are many small details discussed, that in practice may prove quite useful to a successful installation. Like weatherproofing the equipment in an outdoors environment. Or detecting and minimising noise sources.

The theory is kept to a minimum. No abstruse maths. You should already be reasonably conversant with the main wireless concepts.
Summary:


       search for wireless+networking at amazon.comamazon.co.ukgoogle.com

Deploying License-Free Wireless Wide-Area Networks

Publisher: Cisco Press
Authors: Jack Unger

ISBN: 1587050692
List Price: $60.00
Amazon Price: $47.47
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 5
Reviews:
Summary: Best WISP guide Available
Great Book. The autor balances theory and practice perfectly. I just build a WISP from the scratch. I wouldn't be able to do this as fast and good as I did without the help of Mr. Unger's book.
Summary: Trying to Learn about becoming a Wireless ISP
This book is a very good reference and starting point to examine the Wireless ISP business. The only problem I have with this book is that it is outdated. I knew that before I bought it. I recommend this book and it is easy to follow along.
Summary: This book is the real thing
As an owner of a mid sized WISP, the author has captured the real life problem we experience both from a strategic and field perspective. From antenna alternatives, pros and cons of varying polarization, business issues to consider and multitudes of other factors that must be balanced to support a customer service organization delivering wireless internet services. Thanks! My entire staff was required to read this book cover to cover.
Summary:


       search for wireless+networking at amazon.comamazon.co.ukgoogle.com

802.11 Wireless Networks: The Definitive Guide, Second Edition

Publisher: O'Reilly Media
Authors: Matthew S Gast

ISBN: 0596100523
List Price: $44.95
Amazon Price: $29.67
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 5
Reviews:
Summary: Your Guid to Wi-Fi
Gast's comprehensive coverage of the 802.11 standard is definitly worthy of the title 'definitive guide'. The reading is fairly fast paced and written in such a way that readers can skip to certain chapters and gain insight on the high level of the protocol with previous knowledge of the lower chapters. For example, one can read about 802.1X and its application to Wi-Fi without needing to read previous chapters as the author provides any re-cap that will be needed from earlier chapters.

If you are curious about 802.11, or want a deeper understanding of the standard I can think of no other better place to start than with this book.


Summary: And I thought i was already confused
Maybe I am not smart enough for this book, it certainly isn't for the novice!!

I ended up more confused than educated!
Summary: Nice Overview mixed w/ sufficient technology
Gast is clearly expert in the subject - see his section on setting up a network and his numerous calculation results comparing the 3 standards - 802.11 b/a/ and g.

Wording choice is clear and less than 4-5 typos in 596 pages.

i wished only for a more complete index and Glossary of TLA's (Three Letter Acronyms)

enjoy.
Summary:


       search for wireless+networking at amazon.comamazon.co.ukgoogle.com

Implementing 802.11 with Microcontrollers: Wireless Networking for Embedded Systems Designers (Embedded Technology)

Publisher: Newnes
Authors: Fred Eady

ISBN: 0750678658
List Price: $59.95
Amazon Price: $37.77
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 5
Reviews:
Summary: A must have!
Very useful book for anyone wanting to make their own wireless sensors based on atmel avr and pic 18f micros.

Good coverage of getting a prism based wireless cf card working with the included example code. Takes you through step by step so someone with a good understanding of c and microcontrollers can understand and see how it works.

Also covers interfacing cf cards to avr and pics.

Definately worth having a copy on your bookcase along with Fred's other book Networking and Internetworking with Microcontrollers.

Very good book for senior students and hobbiests looking for a next project.

Just ignore the last paragraph of marketing bs on the amazon page.
Summary: Caveat to my review
I am Lewin Edwards, quoted in the review for this book. Please note that my comment was based only on reading an _outline_ of the book. I have not read the book itself - though if it matched the outline, then it's a great volume.
Summary: Misrepresented Description
I purchased this book with the idea of using it as a reference for the DPAC wireless module, which I have evaluated and found to be an exceptional value. However, there is absolutely no mention of that device anywhere in this book! The description is completely misleading. I was thoroughly surprised by this inaccurate description. However, the contents of the book describe, in detail, another design for a wireless microcontroller which is very worthwhile. Specifically, the description of interfacing to a wireless compact flash card was a fine job of reverse engineering. So, useful to me after all, but very much by accident.
Summary:


       search for wireless+networking at amazon.comamazon.co.ukgoogle.com

Protocols and Architectures for Wireless Sensor Networks

Publisher: John Wiley & Sons
Authors: Holger Karl Andreas Willig

ISBN: 0470095105
List Price: $120.00
Amazon Price: $102.51
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 5
Reviews:
Summary: Recommended book
This book provides a profound and up-to-date description of wireless
sensor networks (WSNs), one of the hot topics in today's network
research area. All aspects of wireless sensor networks are
described in detail. These aspects are:
* types and capabilities of sensor nodes
* network architectures for WSNs,
* types and characteristics of layer-specific communication technics and
protocols in WSNs, including physical-layer considerations up to
application-specific support of WSNs
* applications in WSNs.
The authors do not only describe solutions for a lot of selective problems in
WSNs (the bibliography has more than 900 entries), they also consider
dependencies between these solutions and influences of these solutions on the
whole WSN.
This book is recommended for all readers who are interested in specific design
challenges and solutions for WSNs.

Summary:


       search for wireless+networking at amazon.comamazon.co.ukgoogle.com


Computers and Electronics Books || Automotive Books || Misc Books






Computers and Electronics Books
| 3d | 3d animation | 3d graphics | 3d studio | 3ds max | Abap | Administrator | Adobe | adobe acrobat | adobe after effects | adobe audition | adobe bridge | adobe golive | adobe illustrator | adobe image ready | adobe indesign | adobe pagemaker | adobe photoshop | adobe premier | ADSL | amazon com books | apache | aplication server | Apple | asp | asp.net | autocad | avid | avid media composer | avid symphony | avid xpress | bind | BlueRay | C sharp | c++ | C++ Builder | Cambridge ICT Starters | certification | certification books | Cisco | Cisco BCMSN | Cisco BCRAN | Cisco BGP | Cisco BSCI | Cisco BSSC | Cisco CCDA | Cisco CCDP | Cisco CCIP | Cisco CCNA | Cisco CCNP | Cisco CCSP | Cisco CIT | Cisco CSIDS | Cisco CSPFA | Cisco CVOICE | Cisco DESGN | cisco firewall | Cisco INTRO | Cisco MPLS | Cisco QoS | Cisco SECUR | civilization | cobol | ColdFusion | combustion | Computer Associates | Computer Science | CORBA | css | db2 | deko | delphi | design patterns | dhtml | digital production | DirectX | DirectX9 | dll | dns | dns server | DVD | eBay | ECDL | ECDL Advanced | Final Cut | Final Cut Pro | flash 8 | Flash Studio 8 | fortran | game cube | Google | Graphic Design | graphics | graphics development | hacking | haking | Hardware | hardware hacking | html | Intel | internet | irix | isdn | J2EE | Jakob Nielsen | java | javascript | LDAP | linux | Linux Administrator | LSAT | mac | mac os | macintosh | Macromedia | macromedia actionscript | macromedia dreamweaver | macromedia flash | Macromedia Studio 8 | mail server | mail servers | max 3d | maya | Microsoft Application Developer | microsoft c# | Microsoft Certified | Microsoft Database Administrator | Microsoft Desktop Support Technician | microsoft exams | microsoft excell | microsoft frontpage | microsoft office | microsoft powerpoint | microsoft reader | Microsoft Solution Developer | microsoft sql server | Microsoft Systems Administrators | Microsoft Systems Engineer | microsoft visual basic | microsoft visual studio | microsoft windows 2000 | microsoft windows 2003 | microsoft windows server | microsoft windows xp | microsoft word | microsoft works | Mini DV | mysql | networking | ocx | Open Source | opengl | oracle | oracle 10g | oracle 9i | Oracle administration | oracle application server | Oracle programming | palm os | palm reader | pascal | pda | pdf | Photoshop CS2 | php | php5 | Pinnacle | Pinnacle Liquid | Pinnacle Studio | playstation | plc | pocket pc | PocketPC | postscript | powerbuilder | programming | samba | sap | SAP ABAP | SAS | sco | sco unix | search engines | smartphone | SOA | soap | solaris | sql | svg | sybase | tcp/ip | Telecommunications | telecoms | Unisys | User Interface Design | vb script | vbx | Video Games | Virus | Visual Studio 2005 | Visual Studio.NET | VoIP | web | Web Usability | webdesign | website development | websites | WebSphere | WiFi | Windows 2003 Server | Windows Administrator | Windows XP Pro | Windows XP Profesional | Windows XP Professional | wireless networking | x-box | xhtml | xml | xslt | Yahoo



| home |