<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:lang="en">
   <channel>
          <title>Top Networking eBooks</title>
          <link>http://www.diesel-ebooks.com/cgi-bin/category/COM043000/Networking-ebooks.html</link>
          <description>Top Networking eBooks for download from Diesel eBook store</description>
	<dc:subject>Networking eBooks</dc:subject>
          <language>en</language>
	<dc:rights>Copyright 2009</dc:rights>
          <managingEditor>rss@diesel-ebooks.com</managingEditor>
      		<webMaster>rss@diesel-ebooks.com</webMaster>
          <image><url>http://www.diesel-ebooks.com/mas_assets/logoplain.gif</url>
          <title>Top Networking eBooks from Diesel eBook store</title>
          <link>http://www.diesel-ebooks.com/cgi-bin/category/COM043000/Networking-ebooks.html</link>
          </image>
      <lastBuildDate>Sat, 21 Nov 2009 48:11:00 GMT</lastBuildDate>
      <pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
      <generator>http://www.make-a-store.com</generator>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Networking-eBooks-Store" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
<title>C# Network Programming eBook by Blum, Richard</title>
<description>&lt;a href="http://www.diesel-ebooks.com/cgi-bin/item/0782151493/C#-Network-Programming-eBook.html"&gt;&lt;img src="http://www.diesel-ebooks.com//mas_assets/thumb/0782151493.jpg" alt="C# Network Programming" border="0"/&gt;&lt;/a&gt;

&lt;br&gt;
"On its own, C# simplifies network programming. Combine it with the precise instruction found in C# Network Programming, and you'll find that building network applications is easier and quicker than ever.    &lt;p&gt;  This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language's network classes, the Winsock interface, and DNS resolution. Spend as much time here as you need, then dig into the core topics of the network layer. You'll learn to make sockets connections via TCP and ""connectionless"" connections via UDP. You'll also discover just how much help C# gives you with some of your toughest chores, such as asynchronous socket programming, multithreading, and multicasting.    &lt;p&gt;  Network-layer techniques are just a means to an end, of course, and so this book keeps going, providing a series of detailed application-layer programming examples that show you how to work with real protocols and real network environments to build and implement a variety of applications. Use SNMP to manage network devices, SMTP to communicate with remote mail servers, and HTTP to Web-enable your applications. And use classes native to C# to query and modify Active Directory entries.    &lt;p&gt;  Rounding it all out is plenty of advanced coverage to push your C# network programming skills to the limit. For example, you'll learn two ways to share application methods across the network: using Web services and remoting. You'll also master the security features intrinsic to C# and .NET--features that stand to benefit all of your programming projects.  "&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/0uvJPoh6K5g" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/0uvJPoh6K5g/C</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/0782151493/C#-Network-Programming-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/0782151493/C#-Network-Programming-eBook.html</feedburner:origLink></item>
<item>
<title>Concurrent Programming on Windows eBook by Duffy, Joe</title>
<description>&lt;br&gt;
&lt;P&gt;This is the eBook version of the printed book.  If the print book includes a CD-ROM, this content is not included within the eBook version.&lt;/P&gt;&lt;P style=""MARGIN: 0px""&gt;&amp;amp;ldquo;When you begin using multi-threading throughout an application, the importance of clean architecture and design is critical. . . . This places an emphasis on understanding not only the platform&amp;amp;rsquo;s capabilities but also emerging best practices. Joe does a great job interspersing best practices alongside theory throughout his book.&amp;amp;rdquo; &lt;/P&gt;  &lt;P style=""MARGIN: 0px""&gt;&lt;I&gt;&amp;amp;ndash; From the Foreword by Craig Mundie, Chief Research and Strategy Officer, Microsoft Corporation&lt;/I&gt;&lt;/P&gt;  &lt;P style=""MARGIN: 0px""&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style=""MARGIN: 0px""&gt;Author Joe Duffy has risen to the challenge of explaining how to write software that takes full advantage of concurrency and hardware parallelism. In &lt;B&gt;&lt;I&gt;&lt;B&gt;Concurrent Programming on Windows,&lt;/B&gt;&lt;/I&gt;&lt;/B&gt; he explains how to design, implement, and maintain large-scale concurrent programs, primarily using C# and C++ for Windows.&lt;/P&gt;  &lt;P style=""MARGIN: 0px""&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style=""MARGIN: 0px""&gt;Duffy aims to give application, system, and library developers the tools and techniques needed to write efficient, safe code for multicore processors. This is important not only for the kinds of problems where concurrency is inherent and easily exploitable&amp;amp;ndash;such as server applications, compute-intensive image manipulation, financial analysis, simulations, and AI algorithms&amp;amp;ndash;but also for problems that can be speeded up using parallelism but require more effort&amp;amp;ndash;such as math libraries, sort routines, report generation, XML manipulation, and stream processing algorithms.&lt;/P&gt;  &lt;P style=""MARGIN: 0px""&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style=""MARGIN: 0px""&gt;&lt;B&gt;&lt;I&gt;&lt;B&gt;Concurrent Programming on Windows&lt;/B&gt;&lt;/I&gt;&lt;/B&gt; has four major sections: The first introduces concurrency at a high level, followed by a section that focuses on the fundamental platform features, inner workings, and API details. Next, there is a section that describes common patterns, best practices, algorithms, and data structures that emerge while writing concurrent software. The final section covers many of the common system-wide architectural and process concerns of concurrent programming. &lt;/P&gt;  &lt;P style=""MARGIN: 0px""&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style=""MARGIN: 0px""&gt;This is the &lt;I&gt;only&lt;/I&gt; book you&amp;amp;rsquo;ll need in order to learn the best practices and common patterns for programming with concurrency on Windows and .NET.&lt;/P&gt;  &lt;P style=""MARGIN: 0px""&gt;&amp;amp;nbsp;&lt;/P&gt;&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/yJsXBY5JAKM" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/yJsXBY5JAKM/Concurrent-Programming-on-Windows-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/parent-9780321434821/Concurrent-Programming-on-Windows-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/parent-9780321434821/Concurrent-Programming-on-Windows-eBook.html</feedburner:origLink></item>
<item>
<title>Building the Data Warehouse eBook by Inmon, W. H.</title>
<description>&lt;br&gt;
Building the Data Warehouse&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/HA_559nJyWM" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/HA_559nJyWM/Building-the-Data-Warehouse-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/0471270482/Building-the-Data-Warehouse-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/0471270482/Building-the-Data-Warehouse-eBook.html</feedburner:origLink></item>
<item>
<title>Building Service-Aware Networks: The Next-Generation WAN/MAN eBook by Khan, Muhammad Afaq</title>
<description>&lt;br&gt;
&lt;P&gt;This is the eBook version of the printed book.  If the print book includes a CD-ROM, this content is not included within the eBook version.&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;Building Service-Aware Networks &lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;The Next-Generation WAN/MAN &lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;Muhammad Afaq Khan, CCIE&amp;amp;reg; No. 9070&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;A thorough introduction to the ASR 1000 series router&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&lt;I&gt;Building Service-Aware Networks&lt;/I&gt; is the insider&amp;amp;rsquo;s guide to the next-generation Aggregation Services Router (ASR) 1000. Authored by a leading Cisco&amp;amp;reg; expert, this book offers practical, hands-on coverage for the entire system lifecycle, including planning, setup and configuration, migration, and day-to-day management.&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;Muhammad Afaq Khan systematically introduces the ASR 1000&amp;amp;rsquo;s evolved architecture, showing how the ASR 1000 can deliver major performance and availability improvements in tomorrow&amp;amp;rsquo;s complex, collaborative, mobile, and converged network environments. Then, to help you plan your network deployments more effectively, the author walks you through realistic deploy-ment scenarios for IP routing, IP services, WAN optimization services, security services, and unified communications. He presents a wide variety of realistic, easy-to-adapt configuration examples for enterprise and provider inetworks, including everything from command-line interface (CLI) snippets to best practices for troubleshooting. &lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;UL&gt;  &lt;LI&gt;Understand tomorrow&amp;amp;rsquo;s enterprise business requirements, the demand they create for routing infrastructure, and how the ASR 1000 meets them   &lt;LI&gt;Leverage the ASR 1000&amp;amp;rsquo;s revolutionary system architecture to dramatically improve performance and availability   &lt;LI&gt;Select and qualify an enterprise edge platform for next-generation WANs   &lt;LI&gt;Understand ASR 1000 series architecture, hardware, software, packaging, licensing, and releases   &lt;LI&gt;Perform initial ASR 1000 setup and configuration   &lt;LI&gt;Implement In Service Software Upgrades (ISSU)   &lt;LI&gt;Size routers for enterprise and carrier environments   &lt;LI&gt;Consolidate multiple applications, platforms, and functions onto the ASR 1000   &lt;LI&gt;Troubleshoot ASR 1000 common system error messages, step by step&lt;/LI&gt;&lt;/UL&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&lt;I&gt;This book is part of the Networking Technology Series from Cisco Press&amp;amp;reg;, which offers networking professionals valuable information for constructing efficient networks, understanding new technologies, and building successful careers.&lt;/I&gt;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;Category: Networking&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;Covers: Routing and Switching&lt;/P&gt;&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/WQo0EAfSud0" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/WQo0EAfSud0/Building-Service-Aware-Networks:-The-Next-Generation-WAN-MAN-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/parent-9781587057885/Building-Service-Aware-Networks:-The-Next-Generation-WAN-MAN-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/parent-9781587057885/Building-Service-Aware-Networks:-The-Next-Generation-WAN-MAN-eBook.html</feedburner:origLink></item>
<item>
<title>Biometrics eBook by Woodward, John D., Jr.</title>
<description>&lt;br&gt;
Discover how to make biometrics -- the technology involving scanning and analyzing unique body characteristics and matching them against information stored in a database -- a part of your overall security plan with this hands-on guide. Includes deployment scenarios, cost analysis, privacy issues, and much more.&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/8m9AQChPzYA" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/8m9AQChPzYA/Biometrics-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/0072230304/Biometrics-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/0072230304/Biometrics-eBook.html</feedburner:origLink></item>
<item>
<title>CCNA 640-801 Exam Notes - All you need to pass the exam eBook by Wan, K.</title>
<description>&lt;br&gt;
CCNA 640-801 Exam Notes is a precise and concise study guide for the CCNA Exams.  It covers all the materials of the CCNA (640-801), INTRO (640-811) and ICND (640-821) exams in 200 pages. All materials are in point or short paragraph format for easy understanding. You can preview the book by downloading a free chapter at http://www.kp-lab.com/download.htm&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/SarxONm55E4" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/SarxONm55E4/CCNA-640-801-Exam-Notes---All-you-need-to-pass-the-exam-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/9889732327/CCNA-640-801-Exam-Notes---All-you-need-to-pass-the-exam-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/9889732327/CCNA-640-801-Exam-Notes---All-you-need-to-pass-the-exam-eBook.html</feedburner:origLink></item>
<item>
<title>ADSL and DSL Technologies eBook by Goralski, Walter J.</title>
<description>&lt;br&gt;
Discover how to unclog the Internet bottleneck and move data across the public switched telephone network faster than ever before!&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/BFIB9rQY-S4" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/BFIB9rQY-S4/ADSL-and-DSL-Technologies-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/parent-9780070246799/ADSL-and-DSL-Technologies-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/parent-9780070246799/ADSL-and-DSL-Technologies-eBook.html</feedburner:origLink></item>
<item>
<title>CCNA INTRO: Introduction to Cisco Networking Technologies Study Guide: Exam 640-821 eBook by Lammle, Todd</title>
<description>&lt;br&gt;
&lt;UL&gt;&lt;LI&gt;The CCNA (Cisco Certified Network Associate) is the most popular Cisco certification and the gateway to all of Cisco&amp;amp;#146;s more advanced certifications&lt;/LI&gt;&lt;LI&gt;More than 500,000 people hold Cisco certifications, and 100,000 achieve Cisco certification every year&lt;/LI&gt;&lt;LI&gt;Written by leading authority Todd Lammle, this comprehensive study guide is complete with 100 percent exam-objective coverage&lt;/LI&gt;&lt;LI&gt;Focuses on building a simple serial or Ethernet network, expanding and connecting networks, constructing network addresses, and ensuring the reliability of data delivery&lt;/LI&gt;&lt;LI&gt;Addresses connecting to remote networks, operating and configuring Cisco IOS devices, and managing a network environment&lt;/LI&gt;&lt;LI&gt;The CD-ROM contains two bonus exams, a detailed glossary of terms, and instructor support materials&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/l2RoWZd6630" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/l2RoWZd6630/CCNA-INTRO:-Introduction-to-Cisco-Networking-Technologies-Study-Guide:-Exam-640-821-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/0470108916/CCNA-INTRO:-Introduction-to-Cisco-Networking-Technologies-Study-Guide:-Exam-640-821-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/0470108916/CCNA-INTRO:-Introduction-to-Cisco-Networking-Technologies-Study-Guide:-Exam-640-821-eBook.html</feedburner:origLink></item>
<item>
<title>ASP.NET 3.5 Unleashed eBook by Walther, Stephen</title>
<description>&lt;br&gt;
&lt;p&gt;This is the eBook version of the printed book.&lt;/p&gt;&lt;P style="MARGIN: 0px"&gt;&lt;I&gt;ASP.NET 3.5 Unleashed&lt;/I&gt; is the most comprehensive book on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework -- no matter how advanced.&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;This edition covers all the new features of ASP.NET 3.5. It explains Microsoft LINQ to SQL in detail. It includes a chapter on the two new data access controls introduced with the ASP.NET 3.5 Framework: the ListView and DataPager controls. The author thoroughly covers ASP.NET Ajax. Learn how to take advantage of Microsoft&amp;amp;rsquo;s server-side Ajax framework to retrofit existing ASP.NET applications with Ajax functionality. He also shows how to take advantage of Microsoft&amp;amp;rsquo;s client-side Ajax framework to build the web applications of the future: pure client-side Ajax applications. All of the hundreds of code samples are written in C#. (If your preference is Visual Basic, Visual Basic 2008 versions of all of the code samples are included on the accompanying CD.)&lt;/P&gt;  &lt;P style="MARGIN: 0px"&gt;&amp;amp;nbsp;&lt;/P&gt;  &lt;UL&gt;  &lt;LI&gt;Take advantage of Microsoft&amp;amp;rsquo;s new database query language, LINQ to SQL, to easily build database driven web applications.&lt;/LI&gt;  &lt;LI&gt;Learn how to use the new ListView and DataPager data access controls to build flexible user interfaces. &lt;/LI&gt;  &lt;LI&gt;Take advantage of Microsoft AJAX when building both server-side and client-side web applications.&lt;/LI&gt;  &lt;LI&gt;Use the AJAX Control Toolkit to create auto-complete text fields, draggable panels, masked edit fields, and complex animations. &lt;/LI&gt;  &lt;LI&gt;Design ASP.NET websites&lt;/LI&gt;  &lt;LI&gt;Secure your ASP.NET applications&lt;/LI&gt;  &lt;LI&gt;Create custom components&lt;/LI&gt;  &lt;LI&gt;Build highly interactive websites that can scale to handle thousands of simultaneous users&lt;/LI&gt;  &lt;LI&gt;Build a complete ASP.NET 3.5 website from start to finish. The last chapter of the book includes a sample ASP.NET 3.5 web application written with LINQ to SQL and ASP.NET Ajax.&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/SBCOvBB3FpE" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/SBCOvBB3FpE/ASP.NET-3.5-Unleashed-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/parent-9780672330117/ASP.NET-3.5-Unleashed-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/parent-9780672330117/ASP.NET-3.5-Unleashed-eBook.html</feedburner:origLink></item>
<item>
<title>Carrier Grade Voice Over IP eBook by Collins, Daniel</title>
<description>&lt;br&gt;
A must-have, practical primer on true "carrier class" VoIP--how to use cutting-edge signaling schemes, quality of service (QoS) techniques, and existing protocols to deliver Ma Bell-quality service.&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/t8aNzcF57Ow" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/t8aNzcF57Ow/Carrier-Grade-Voice-Over-IP-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/0071414649/Carrier-Grade-Voice-Over-IP-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/0071414649/Carrier-Grade-Voice-Over-IP-eBook.html</feedburner:origLink></item>
<item>
<title>CompTIA Network+ Exam Notes eBook by Wan, K.</title>
<description>&lt;br&gt;
"CompTIA Network+ Exam Notes" is a precise and concise study guide for the CompTIA Network+ Exam. It covers all the materials for the exam in 180 pages, including:&lt;br&gt;  &lt;br&gt;  - Introduction to Networking&lt;br&gt;  - Network Media and Network Types&lt;br&gt;  - LAN Technologies&lt;br&gt;  - Fundamentals of TCP/IP&lt;br&gt;  - WAN Technologies&lt;br&gt;  - Network Operating Systems&lt;br&gt;  - Network Security&lt;br&gt;  - Network Troubleshooting&lt;br&gt;  &lt;br&gt;  Like the other books in the "Exam Notes" series, all the materials are in point or short paragraph format for easy understanding. You can preview the book by downloading a free chapter at http://www.kp-lab.com/download.htm&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/wlCd_d3iMEc" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/wlCd_d3iMEc/CompTIA-Network+-Exam-Notes-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/9889732343/CompTIA-Network+-Exam-Notes-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/9889732343/CompTIA-Network+-Exam-Notes-eBook.html</feedburner:origLink></item>
<item>
<title>AIX 5L Administration eBook by Michael, Randal K.</title>
<description>&lt;br&gt;
Maximize the powerful capabilities of AIX version 5L--the fastest growing UNIX operating system--with help from this exceptional guide. Emphasizing everything system administrators need to know--from installation and system architecture to network configuration and security issues--this complete guide contains professional-level coverage of key topics. You'll also find details on new enhancements such as Linux application source compatibility, system V printing, 32- and 64-bit Kernel support, system hang detection, and much more. Comprehensive, practical, and up-to-date, this is a must-have reference for every administrator working with AIX 5L.&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/SlpBA_Hxt_g" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/SlpBA_Hxt_g/AIX-5L-Administration-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/0072228415/AIX-5L-Administration-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/0072228415/AIX-5L-Administration-eBook.html</feedburner:origLink></item>
<item>
<title>Broadband Telecommunications Handbook eBook by Bates, Regis J.</title>
<description>&lt;br&gt;
In this one-of-a-kind volume, renowned computing communications expert and instructor Bud Bates explains the ins and outs of the industry, taking a practical approach to using vital technologies and their applications.&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/5uCOgpN-vD4" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/5uCOgpN-vD4/Broadband-Telecommunications-Handbook-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/0071369295/Broadband-Telecommunications-Handbook-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/0071369295/Broadband-Telecommunications-Handbook-eBook.html</feedburner:origLink></item>
<item>
<title>Bluetooth: Operation and Use eBook by Morrow, Robert</title>
<description>&lt;br&gt;
The next-generation book for those looking to learn practical implementation from a master Bluetooth instructor.&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/lydTaMIMfJc" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/lydTaMIMfJc/Bluetooth:-Operation-and-Use-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/0071409637/Bluetooth:-Operation-and-Use-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/0071409637/Bluetooth:-Operation-and-Use-eBook.html</feedburner:origLink></item>
<item>
<title>802.11 Wireless Network Site Surveying and Installation eBook by Alexander, Bruce</title>
<description>&lt;br&gt;
"&lt;p&gt;This is the eBook version of the printed book.&lt;/p&gt;  &lt;p&gt;The definitive guide to performing wireless network site surveys, selecting the right wireless equipment, and installing 802.11 wireless LANs&lt;/span&gt;&lt;/p&gt;  &lt;ul type=disc&gt;  &lt;li&gt;Prepare for a WLAN installation with this definitive guide &lt;/li&gt;  &lt;li&gt;Perform a proper site survey to ensure the maximum performance of your 802.11 WLAN &lt;/li&gt;  &lt;li&gt;Compare and choose the right WLAN technologies to match application and users needs &lt;/li&gt;  &lt;li&gt;Install WLAN products properly taking the unique needs of the users and environment into account&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Performing a wireless LAN (WLAN) site survey before installing a wireless network is the key to any successful WLAN deployment. Yet each location and company have unique needs that must be taken into account. &lt;i&gt;802.11 Wireless Network Site Surveying and Installation&lt;/i&gt; helps you understand the challenges associated with any site survey, including multipath mitigation, reflection, absorption, and radio wave interference, plus the added complexity of user and application demands. This book helps you identify obstacles to a successful deployment and guides your equipment decisions to ensure that your WLAN reaches its maximum potential. Use this complete guide to understand the following components of any thorough site survey:&lt;/span&gt;&lt;/p&gt;  &lt;ul type=disc&gt;  &lt;li&gt;The architecture of the access points, cable routes, and electrical needs &lt;/li&gt;  &lt;li&gt;The proper site survey technique and usage of appropriate utilities &lt;/li&gt;  &lt;li&gt;The structural and installation obstacles, including building construction, transmission coverage area, building contents, present cable configuration, area regulations, and building codes &lt;/li&gt;  &lt;li&gt;The documentation that outlines the necessary parts and equipment, and diagrams exhibiting the proper placement of the equipment&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;i&gt;802.11 Wireless Network Site Surveying and Installation&lt;/span&gt;&lt;/i&gt; begins with an introduction to WLAN architectures and definitions and then moves on to site survey methodologies, helping you assess and address your site's specific needs. The book delves into the installation process for WLAN equipment, including the rules and regulations to which WLANs must adhere, various obstacles that arise when installing WLAN equipment, and ways to connect WLAN products to the wired network.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;802.11 Wireless Network Site Surveying and Installation&lt;/span&gt;&lt;/i&gt; is your complete guide to performing a WLAN site survey and successfully installing your 802.11 wireless network.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;This book is part of the Networking Technology Series from Cisco Press&amp;amp;#130; which offers networking professionals valuable information for constructing efficient networks, understanding new technologies, and building successful careers.&lt;/span&gt;&lt;/p&gt; "&lt;img src="http://feeds.feedburner.com/~r/Networking-eBooks-Store/~4/HJm3OXKwsFQ" height="1" width="1"/&gt;</description>
<link>http://feedproxy.google.com/~r/Networking-eBooks-Store/~3/HJm3OXKwsFQ/802.11-Wireless-Network-Site-Surveying-and-Installation-eBook.html</link>
<pubDate>Sat, 21 Nov 2009 48:11:00 GMT</pubDate>
<guid isPermaLink="false">http://www.diesel-ebooks.com/cgi-bin/item/158705387X/802.11-Wireless-Network-Site-Surveying-and-Installation-eBook.html</guid>
<feedburner:origLink>http://www.diesel-ebooks.com/cgi-bin/item/158705387X/802.11-Wireless-Network-Site-Surveying-and-Installation-eBook.html</feedburner:origLink></item>

   </channel>
</rss>
