Download Free Ebook Video Training

Download Free Ebook Video Training

Video training,video training rapidshare.com,video training rapidshare,Video training megaupload,video training hotfile uploading,Video training mediafire,free ebook rapidshare,computers books rapidshare,Books rapidshare,Book rapidshare, Book mediafire, video tutorials


Object-Oriented Programming Strategies in C# or Power Conscious System

Feb 18, 2009
Low power consumption is a major constraint for battery-powered system like computer notebook or PDA. In the past, specialists usually designed both specific optimized equipments and codes to relief this concern. Doing like this could work for quite a long time, however, in this era, there is another significant restraint, the time to market. To be able to serve along the power constraint while can launch products in shorter production period, object-oriented programming (OOP) has stepped in to this field.

Though everyone knows that OOP has quite much more overhead than assembly and procedural languages, development trend still heads to this new world, which contradicts with the target of low power consumption. Most of the prior power related software researches reported that OOP consumed much resource, however, as industry had to accept it due to business reasons, up to now, no papers yet had mentioned about how to choose the best OOP practice in this power limited boundary.

This article is the pioneer that tries to specify and propose the optimized strategy in writing OOP software under energy concerned environment, based on quantitative real results. The language chosen for studying is C# based on .NET Framework 2.0 which is one of the trendy OOP development environments. The recommendation gotten from this research would be a good roadmap that can help developers in coding that well balances between time to market and time of battery.

Download pdf Object-Oriented Programming Strategies in C# or Power Conscious System
http://www.ai.uga.edu/mc/ProNTo/Perez.pdf



read more “Object-Oriented Programming Strategies in C# or Power Conscious System”

CCIE Routing and Switching Exam Certification Guide (3rd Edition) (Hardcover)



CCIE Routing and Switching Exam Certification Guide, Third Edition, is a best of breed Cisco exam study guide that focuses specifically on the objectives for the CCIE Routing and Switching written exam. Senior instructor and best-selling author Wendell Odom shares preparation hints and test-taking tips, helping you identify areas of weakness and improve both your conceptual knowledge and hands-on skills. Material is presented in a concise manner, focusing on increasing your understanding and retention of exam topics.

* Master CCIE 350-001 exam topics with the official study guide
* Assess your knowledge with chapter-opening quizzes
* Review key concepts with foundation summaries
* Practice with hundreds of exam questions on the CD-ROM

CCIE Routing and Switching Exam Certification Guide, Third Edition, presents you with an organized test preparation routine through the use of proven series elements and techniques. �Do I Know This Already� quizzes open each chapter and allow you to decide how much time you need to spend on each section. Foundation Topic sections present detailed overviews of all exam objectives. Key Topic icons allow you to identify and quickly review the most important exam topics. Foundation summaries reinforce key exam concepts with review exercises and important tables.



The companion CD-ROM contains a powerful testing engine that allows you to focus on individual topic areas or take complete, timed exams. The assessment engine also tracks your performance and provides feedback on a chapter-by-chapter basis, presenting question-by-question remediation to the text and laying out a complete study plan for review.



Well regarded for its level of detail, assessment features, and challenging review exercises and practice questions, this completely revised and updated third edition helps you master the concepts and techniques that will enable you to succeed on the exam the first time.



CCIE Routing and Switching Exam Certification Guide, Third Edition, is part of a recommended learning path from Cisco that includes simulation and hands-on training from authorized Cisco Learning Partners and self-study products from Cisco Press. To find out more about instructor-led training, e-learning, and hands-on instruction offered by authorized Cisco Learning Partners worldwide, visit www.cisco.com/go/authorizedtraining.



Wendell Odom, CCIE No. 1624, has been in the networking industry since 1981. He currently teaches QoS, MPLS, and CCNA courses for Skyline Advanced Technology Services (http://www.skyline-ats.com). Wendell has worked as a network engineer, consultant, systems engineer, and as an instructor and course developer and has taught authorized Cisco courses for the majority of the last 14 years.



The official study guide helps you master all the topics on the CCIE Routing and Switching written exam, including:

* Bridging and LAN switching
* IP addressing, IP services, and TCP, UDP, and application protocol details
* Layer 3 forwarding concepts
* EIGRP, OSPF, and BGP routing protocols
* Quality of service (QoS)

* Frame Relay
* MPLS
* IP Multicast
* IPv6
* Router and switch security



Companion CD-ROM

The CD-ROM contains an electronic copy of the book

and more than 250 practice questions for the CCIE Routing and Switching written exam, all available in study mode, test mode, and flash card format.



This volume is part of the Exam Certification Guide Series from Cisco Press. Books in this series provide officially developed exam preparation materials that offer assessment, review, and practice to help Cisco Career Certification candidates identify weaknesses, concentrate their study efforts, and enhance their confidence as exam day nears.



Category: Cisco Press�Cisco Certification

Covers: CCIE Routing and Switching written exam 350-001 v3.1




About the Author

Wendell Odom

CCIE No. 1624, has been in the networking industry since 1981. He currently teaches QoS, MPLS, and CCNA courses for Skyline Advanced Technology Services. Wendell also has worked as a network engineer, consultant, and systems engineer, and as an instructor and course developer. He is the author of all prior editions of CCNA Exam Certification Guide

as well as Cisco QOS Exam Certification Guide , Second Edition, Computer Networking First-Step , CCIE Routing and Switching Official Exam Certification Guide , Second Edition, and CCNA Video Mentor, all from Cisco Press.

Rus Healy, CCIE No. 15025, wrote Chapter 20, �IP Version 6,� and made updates, large and small, to most other chapters in updating the book for the Cisco CCIE Routing and Switching version 3.0 blueprint. He has worked on several Cisco Press projects, including the second edition of this book, as a technical reviewer. Rus is a principal SE with Annese & Associates, the largest Cisco Upstate New York Silver partner. He was instrumental in guiding Annese to Cisco Silver partnership and their three Cisco Advanced Specializations (Wireless LAN, Security, and Unified Communications). In addition to the CCIE Routing and Switching certification, Rus holds Cisco CCDP and CCVP certifications, several Cisco Qualified Specialist certifications in Unified Communications, and the Cisco Technology Solution Specialist (TSS) designation in Unified Communications. Along with his wife, Nancy, and children, Gwen and Trevor, Rus lives in the Finger Lakes region of New York. He and his family enjoy camping, boating, skiing, bicycling, and many other family activities. Rus is also an avid amateur radio contest operator, particularly using Morse Code. He was a member of the U.S. team in the 2002 World Radio Team Championship in Helsinki, Finland. Rus is also active in the Ontario County, New York chapter of Habitat for Humanity and in St Mary�s Church in Honeoye, New York.

Download Here




read more “CCIE Routing and Switching Exam Certification Guide (3rd Edition) (Hardcover)”

Programming in CSharp

CSharp is designed for the .NET framework. The .NET framework is object oriented. CSharp has a great set of tools for the object oriented programmer. CSharp is the first component oriented language in the C/C++ family. Component concepts are first class:
Properties, methods, events Design-time and run-time attributes integrated documentation using XML CSharp can be embedded in web pages. In C++ and Java primitive date types (int, double, etc) are magic and do not interoperate with objects. In Smalltalk and Lisp primitive types are objects, but at great performence cost. CSharp unifies this with no performance cost. CSharp also adds new primitive data types, for example decimal. Collections work for all types.

In CSharp, private is the default accessibility. The accessibility options are:
public - accessible to all
private - accessible to containing class
protected - accessible to containing or derived classes
internal - accessible to code in same assembly
protected internal - means protected or internal
Classes can be marked as public or internal. By default classes are private.

Download Programming in CSharp pdf
http://issc.rau.ac.za/downloads/csharp.pdf



read more “Programming in CSharp”

Probabilistic Methods for Algorithmic Discrete Mathematics (Algorithms and Combinatorics) (Hardcover)



The book gives an accessible account of modern probabilistic methods for analyzing combinatorial structures and algorithms. It will be an useful guide for graduate students and researchers. Special features included: a simple treatment of Talagrand's inequalities and their applications; an overview and many carefully worked out examples of the probabilistic analysis of combinatorial algorithms; a discussion of the "exact simulation" algorithm (in the context of Markov Chain Monte Carlo Methods); a general method for finding asymptotically optimal or near optimal graph colouring, showing how the probabilistic method may be fine-tuned to exploit the structure of the underlying graph; a succinct treatment of randomized algorithms and derandomization techniques.

Download Here




read more “Probabilistic Methods for Algorithmic Discrete Mathematics (Algorithms and Combinatorics) (Hardcover)”

Interactive MATLAB Technical Kit

Interactive MATLAB Technical Kit
450 MB | ISO File | Video Tutorials

MATLAB� serves as the foundation for all MathWorks products. It includes a programming language and tools for algorithm development, data analysis, data visualization, and numeric computation.

Complete this form today to receive an interactive technical kit loaded with product demos and webinars, plus data sheets for MATLAB and Signal Processing Toolbox, the Technical Computing brochure, and the MathWorks Product Overview.

This kit includes the most popular MATLAB recorded presentations with Q & A sessions led by MATLAB experts.

Contents:

* Introduction to MATLAB
* Data Analysis with MATLAB for Excel� Users
* Algorithm Development with MATLAB for C/C++ Products
* Introduction to Statistics with MATLAB Products
* Introduction to Optimization with MATLAB Products
* Application Deployment with MATLAB
* MATLAB for Signal Processing
* Image Processing Using MATLAB
* Data Acquisition with MATLAB Products
* Using MATLAB to Develop Financial Products
* Introduction to MATLAB for Life Scientists

Download Links:
http://rapidshare.com/files/154929341/matlab.part1.rar
http://rapidshare.com/files/154930149/matlab.part2.rar
http://rapidshare.com/files/154938865/matlab.part3.rar
http://rapidshare.com/files/154938950/matlab.part4.rar
http://rapidshare.com/files/154930333/matlab.part5.rar

http://w16.easy-share.com/1903281091.html
http://w16.easy-share.com/1903281106.html
http://w16.easy-share.com/1903281110.html
http://w16.easy-share.com/1903281109.html
http://w16.easy-share.com/1903281107.html




read more “Interactive MATLAB Technical Kit”

MIPS Assembly Language Programming [ILLUSTRATED] (Paperback)



/*4204Q-9, 0-13-142044-5, Britton, Robert, MIPS Assembly Language Programming, 1/E*/ Users of this book will gain an understanding of the fundamental concepts of contemporary computer architecture, starting with a Reduced Instruction Set Computer (RISC). An understanding of computer architecture needs to begin with the basics of modern computer organization. The MIPS architecture embodies the fundamental design principles of all contemporary RISC architectures. This book provides an understanding of how the functional components of modern computers are put together and how a computer works at the machine-language level. Well-written and clearly organized, this book covers the basics of MIPS architecture, including algorithm development, number systems, function calls, reentrant functions, memory-mapped I/O, exceptions and interrupts, and floating-point instructions. For employees in the field of systems, systems development, systems analysis, and systems maintenance.

From the Back Cover
/*4204Q-9, 0-13-142044-5, Britton, Robert, MIPS Assembly Language Programming, 1/E*/ Users of this book will gain an understanding of the fundamental concepts of contemporary computer architecture, starting with a Reduced Instruction Set Computer (RISC). An understanding of computer architecture needs to begin with the basics of modern computer organization. The MIPS architecture embodies the fundamental design principles of all contemporary RISC architectures. This book provides an understanding of how the functional components of modern computers are put together and how a computer works at the machine-language level. Well-written and clearly organized, this book covers the basics of MIPS architecture, including algorithm development, number systems, function calls, reentrant functions, memory-mapped I/O, exceptions and interrupts, and floating-point instructions. For employees in the field of systems, systems development, systems analysis, and systems maintenance.


depositfiles.com


easy-share


filefactory




read more “MIPS Assembly Language Programming [ILLUSTRATED] (Paperback)”

Graphical Interfaces for C#

This paper is focused on a pure implementation task rather than in explanation of a general theory or specific graphical algorithms. However, the described solution seems to be interesting and useful to people within a computer graphics community. The reason is simple: there are many people using the OpenGL, Visualization Toolkit [1] (VTK) or DirectX, who want to benefit from .NET Framework features. Simply, it is a runtime environment, which hides the operating system layer to the application and unifies single machine and network environments into one (see [2]). Later, we will describe what a .NET Framework stands for in more detail.

The .NET Framework seemed to be very interesting for people from the area of computer graphics that we decided to implement some of the well-known graphical interfaces in it. The VTK, OpenGL and DirectX have been taken into account. These interfaces are widespread and having them prepared in the .NET Framework, it is easy to extend our old working algorithms with new features and functionality. For example, a developer used to write a code for OpenGL can simply continue with a development with it, build it in .NET Framework and easily add whatever other network functionality he wants.

We have implemented the VTK, OpenGL and DirectX interfaces for use within the .NET Framework. It fulfills well our objectives given at the early beginning. Now, graphics developers can also work with the fully object oriented programming (OOP) language C#. It allows more inheritance, deriving and polymorphism into the computer graphics.

Download pdf Graphical Interfaces for C#
http://www.cescg.org/CESCG-2003/MFrank/paper.pdf



read more “Graphical Interfaces for C#”

Algorithms Sequential&Parallel: A Unified Approach



Russ Miller, Laurence Boxer, �Algorithms Sequential&Parallel: A Unified Approach�

Charles River Media | 2005-08-03 | ISBN: 1584504129 | 384 pages | PDF | 6,8 MB With multi-core processors

replacing traditional processors and the movement to multiprocessor workstations and servers, parallel computing has moved from a specialty area to the core of computer science. In order to provide efficient and cost-effective solutions to problems, algorithms must be designed for multiprocessor systems. Algorithms Sequential and Parallel: A Unified Approach 2/E provides a state-of-the-art approach to an algorithms course.
The book considers algorithms, paradigms, and the analysis of solutions to critical problems for sequential and parallel models of computation in a unified fashion. This gives practicing engineers and scientists, undergraduates, and beginning graduate students a background in algorithms for sequential and parallel algorithms within one text. Prerequisites include fundamentals of data structures, discrete mathematics, and calculus. FEATURES: � Discusses practical applications of algorithms (e.g., efficient methods to solve critical problems in computational geometry, image processing, graph theory, and scientific computing) � Provides information updated from the previous edition, including discussions of coarse-grained parallel computing � Mathematical tools are developed in the early chapters � Includes exercises at the end of each chapter that vary in difficulty, from confidence-building problems to research-oriented problems

uploading.com
http://uploading.com/files/IKZKEKZY/Algorithms_Unified_Approach.rar.html

depositfiles.com
http://depositfiles.com/files/j2kyevg3c



read more “Algorithms Sequential&Parallel: A Unified Approach”

Lie Algebras: Theory and Algorithms


W.A. de Graaf, �Lie Algebras: Theory and Algorithms�
North Holland | 2000-02-01 | ISBN: 0444501169 | 406 pages | PDF | 15,7 Mb

The aim of the present work is two-fold. Firstly it aims at a giving an account of many existing algorithms for calculating with finite-dimensional Lie algebras. Secondly, the book provides an introduction into the theory of finite-dimensional Lie algebras. These two subject areas are intimately related. First of all, the algorithmic perspective often invites a different approach to the theoretical material than the one taken in various other monographs (e.g., [42], [48], [77], [86]). Indeed, on various occasions the knowledge of certain algorithms allows us to obtain a straightforward proof of theoretical results (we mention the proof of the Poincare-Birkhoff-Witt theorem and the proof of Iwasawa�s theorem as examples). Also proofs that contain algorithmic constructions are explicitly formulated as algorithms (an example is the isomorphism theorem for semisimple Lie algebras that constructs an isomorphism in case it exists). Secondly, the algorithms can be used to arrive at a better understanding of the theory. Performing the algorithms in concrete examples, calculating with the concepts involved, really brings the theory of life.

Enjoy this great book! Brought to you by SMIRK
Uploading: http://uploading.com/files/4773O57Z/0444501169.zip.html
http://rapidshare.com/files/186929795/0444501169.zip



read more “Lie Algebras: Theory and Algorithms”

Chebyshev Methods in Numerical Approximation (Prentice-Hall Series in Automatic Computation)



Martin Avery Snyder, �Chebyshev Methods in Numerical Approximation (Prentice-Hall Series in Automatic Computation)�
Prentice-Hall | 1966 | ASIN: B0006BOCRA | 114 pages | DjVu | 1 MB

�This book is intended to be used either as a textbook at the advanced undergraduate or graduate level or as a handbook for people actively engaged in the field. Some prior knowledge of the rudiments of numerical analysis would be useful but is by no means essential. Occasionally, arguments employing complex variables (especially contour integration) are used, but they are not essential to an over-all understanding of the material; the student without a knowledge of complex variables should not find himself seriously handicapped.

The methods discussed in this book have application both to hand computation and to work involving digital computers. As anyone knows who has worked in the field of numerical approximation, there are few hard and fast rules telling one how to proceed in any particular problem. In this sense, the subject of numerical approximation is as much an art as a science. Bearing this in mind, the reader will realize that what is important are the concepts that underlie the various algorithms, rather than the algorithms themselves, although familiarity with the latter is certainly worthwhile.� - author�s preface.

Enjoy this great book! Brought to you by SMIRK
Uploading
http://uploading.com/files/V278S9PK/Chebyshev.Methods.In.Numerical.Approximation_Snyder_1966.rar.html
Uploadbox
http://uploadbox.com/files/3a259a1626



read more “Chebyshev Methods in Numerical Approximation (Prentice-Hall Series in Automatic Computation)”

Auralization: Fundamentals of Acoustics, Modelling, Simulation, Algorithms and Acoustic Virtual Reality



Auralization: Fundamentals of Acoustics, Modelling, Simulation, Algorithms and Acoustic Virtual Reality
Publisher: Springer | Pages: 335 | 2007-11-20 | ISBN 3540488294 | PDF | 5 MB

Auralization is the creation of audible acoustic sceneries from computer-generated data. The term �auralization� is to be understood as being analogue to the well-known technique of �visualization�. In visual illustration of scenes, data or any other meaningful information, in movie animation and in computer graphics, we describe the process of �making visible� as visualization. In acoustics, auralization is taking place when acoustic effects, primary sound signals or means of sound reinforcement or sound transmission, are processed to be presented by using electro-acoustic equipment.

This book is organized as comprehensive collection of basics, methodology and strategies of acoustic simulation and auralization. With mathematical background of advanced students the reader will be able to follow the main strategy of auralization easily and work own implementations of auralization in various fields of applications in acoustic engineering, sound design and virtual reality. For readers interested in basic research the technique of auralization may be useful to create sound stimuli for specific investigations in linguistic, medical, neurological and psychological research and in the field of human-machine interaction.
DOWNLOAD
http://uploading.com/files/TCSLG1D1/3540488294%20REU.rar.html



read more “Auralization: Fundamentals of Acoustics, Modelling, Simulation, Algorithms and Acoustic Virtual Reality”

Introduction to Genetic Algorithms


S.N. Sivanandam, S. N. Deepa, �Introduction to Genetic Algorithms�
Springer | 2007-12-12 | ISBN: 354073189X | 442 pages | PDF | 7.6 MB
The book contains basic concepts, several applications of Genetic Algorithms and solved Genetic Problems using MATLAB software and C/C++.

The salient features of the book include - detailed explanation of Genetic Algorithm concepts, - numerous Genetic Algorithm Optimization Problems, - study on various types of Genetic Algorithms, - implementation of Optimization problem using C and C++, - simulated solutions for Genetic Algorithm problems using MATLAB 7.0, - brief description on the basics of Genetic Programming, - application case studies on Genetic Algorithm on emerging fields.

Details: amazon.com
http://www.amazon.com/Introduction-Genetic-Algorithms-S-N-Sivanandam/dp/354073189X
Download: 7.6 MB, rar�d PDF

uploaded.to
http://uploaded.to/file/bt5hgp
OR

uploading.com
http://uploading.com/files/ME8LACZ6/354073189X.rar.html
OR

rapidshare.com
http://rapidshare.com/files/199253189/354073189X.rar
OR
http://www.megaupload.com/?d=HD7RTP1F
megaupload.com



read more “Introduction to Genetic Algorithms”

Types and Programming Languages


Types and Programming Languages
Author: Benjamin C. Pierce | Publisher: The MIT Press | ISBN: 0262162091 | 2002 | 645 pages | CHM | 4.3 MB<

Preface
The study of type systems�and of programming languages from a type-theoretic perspective�has become an energetic field with major applications in software engineering, language design, high-performance compiler implementation, and security. This text offers a comprehensive introduction to the fundamental definitions, results, and techniques in the area.

Audience
The book addresses two main audiences: graduate students and researchers specializing in programming languages and type theory, and graduate students and mature undergraduates from all areas of computer science who want an introduction to key concepts in the theory of programming languages. For the former group, the book supplies a thorough tour of the field, with sufficient depth to proceed directly to the research literature. For the latter, it provides extensive introductory material and a wealth of examples, exercises, and case studies. It can serve as the main text for both introductory graduate-level courses and advanced seminars in programming languages.

http://rapidshare.com/files/178385102/rnvdfsdhvkssjdgvk.rar



read more “Types and Programming Languages”

SkillSoft - Visual Basic Diagnostics and Management


Vid. Tutorial | 2hrs. | 14mb | RS,Upl

Configuration and Process Management can be among the most complex tasks a programmer can undertake. This course aids the student in familiarizing themselves with the tools in Visual Basic to accomplish this.

Lessons :

# recognize how to use configuration file and section classes
# recognize how to use configuration elements interfaces
# program custom installers for components
# configure .NET applications for deployment
# program configuration data
# program custom installers
# use event logs
# use system processes
# manage event logs and system processes
# determine how to manage configuration, custom installation, and system processes.
# debug an application
# trace an application
# describe management events
# retrieve system information
# debug an application
# manage system information

More Info:
Homepage

Download Links :

Rapidshare


http://rapidshare.com/files/195760666/SkillSoft.Visual.Basic.Diagnostics.and.Management.java.req-LiB.zip

Multi-host mirror:
http://www.uploadjockey.com/download/vhwgpx4b/SkillSoft.Visual.Basic.Diagnostics.and.Management.java.req.LiB.zip

More elearning:
http://rapidshare.com/files/195761793/SkillSoft.Visual.Basic.Customized.Programming.java.req-LiB.zip
http://www.uploadjockey.com/download/2032241/SkillSoft.Visual.Basic.Customized.Programming.java.req.LiB.zip

http://www.uploadjockey.com/download/oxgitj5e/SkillSoft.Visual.Basic.Security.java.req.LiB.zip
http://rapidshare.com/files/195762262/SkillSoft.Visual.Basic.Security.java.req-LiB.zip

http://rapidshare.com/files/195763355/SkillSoft.Visual.Basic.Serialization.and.IO.java.req-LiB.zip
http://www.uploadjockey.com/download/9507539/SkillSoft.Visual.Basic.Serialization.and.IO.java.req.LiB.zip

http://rapidshare.com/files/195763452/SkillSoft.Visual.Basic.System.Types.and.Collections.java.req-LiB.zip
http://www.uploadjockey.com/download/9689799/SkillSoft.Visual.Basic.System.Types.and.Collections.java.req.LiB.zip

http://rapidshare.com/files/195764583/SkillSoft.Visual.Basic.Threading.Service.Processing.and.Application.Domains.java.req-LiB.zip
http://www.uploadjockey.com/download/4486324/SkillSoft.Visual.Basic.Threading.Service.Processing.and.Application.Domains.java.req.LiB.zip



read more “SkillSoft - Visual Basic Diagnostics and Management”

Automatic Quantum Computer Programming: A Genetic Programming Approach (Paperback)



From the reviews:

"I thoroughly enjoyed this book. It not only introduces quantum computing, but also genetic programming and the author's original genetic programming system "PushGP" which is used to evolve the quantum algorithms discussed in later chapters. The book is comprehensive, with wonderfully clear illustrations and comes with a Lisp-based quantum simulator program. Truly recommended for readers interested in gaining knowledge about exciting frontiers of computer science."
(Wolfgang Banzhaf)

"The book is very well written. Readers with some background in both genetic programming and quantum computing will be able to read it rapidly. � Scientific readers with a general interest in exploring automatic quantum programming, will also like this book. � I have really enjoyed reading this book, it will certainly become a reference book for GP researchers interested to apply genetic programming to search for quantum programs." (Michel Toulouse, Genetic Programming and Evolvable Machines, Vol. 7, 2006)
--This text refers to the Hardcover edition.

Product Description

The potential of large-scale quantum computers, once realized, promises to radically transform computer science. Despite large-scale international efforts, however, essential questions about the potential of quantum algorithms are still unanswered. The application of automatic programming technologies, particularly genetic programming techniques, has produced several new quantum algorithms. These methods will help to guide theoretical work on both the power and limits of quantum computing, and lead to the discovery of new solutions to practical problems using quantum computers.

Automatic Quantum Computer Programming is an introduction both to quantum computing for non-physicists and to genetic programming for non-computer-scientists. The book explores several ways in which genetic programming can support automatic quantum computer programming and presents detailed descriptions of specific techniques, along with several examples of their human-competitive performance on specific problems.

Download Here



read more “Automatic Quantum Computer Programming: A Genetic Programming Approach (Paperback)”

Cisco Networking Simplified (2nd Edition) (Networking Technology) (Paperback)






Cisco Networking Simplified
Second Edition



* Master today�s world of Cisco networking with this book�s completely updated, fully illustrated visual approach
* Easy enough for novices, substantive enough for networking professionals
* Covers the latest networking topics�from network architecture to secure wireless, unified communications to telepresence



In Full Color



Jim Doherty � Neil Anderson � Paul Della Maggiora



Now 100 percent updated for the latest technologies, this is today�s easiest, most visual guide to Cisco� networking. Even if you�ve never set up or managed a network, Cisco Networking Simplified, Second Edition, helps you quickly master the concepts you need to understand. Its full-color diagrams and clear explanations give you the big picture: how each important networking technology works, what it can do for you, and how they all fit together. The authors illuminate networking from the smallest LANs to the largest enterprise infrastructures, offering practical introductions to key issues ranging from security to availability, mobility to virtualization.



What you always wanted to know about networking but were afraid to ask!

* How networks and the Internet work
* How to build coherent, cost-effective network infrastructures
* How to design networks for maximum reliability and availability
* What you need to know about data center and application networking
* How to secure networks against today�s threats and attacks
* How to take advantage of the latest mobility technologies
* How virtualizing networks can help businesses leverage their network investments even further
* How to combine messaging, calendaring, telephony, audio, video, and web conferencing into a unified communications architecture





This book is part of the Networking Technology Series from Cisco Press�, the only authorized publisher for Cisco�.



Category: Cisco

Covers: General Networking




From the Back Cover

A visual explanation of networking technologies

What you always wanted to know about networking but were afraid to ask!


* How the Internet works
* How e-mail, e-learning, and telephony work on the Internet
* What makes a network safe
* How traffic gets from here to there
* Disaster recovery and other ways to keep a network running
* How businesses share data
* See the world of Cisco networking with this illustrated guide's visual approach to learning
* Useful for both novices and networking professionals
* Covers a broad variety of internetworking topics-from e-mail to VPNs

At last-an illustrated guide to the world of Cisco networking. Cisco Networking Simplified breaks down the complicated world of internetworking into easy-to-understand parts. Learn quickly and easily the fundamentals of a variety of topics, such as security, IP telephony, and quality of service, from the full-color diagrams and clear explanations found in Cisco Networking Simplified.

Download Here



read more “Cisco Networking Simplified (2nd Edition) (Networking Technology) (Paperback)”

Discrete-Time Signal Processing (2nd Edition) (Prentice-Hall Signal Processing Series) (Hardcover)




This is the standard text for introductory advanced undergraduate and first-year graduate level courses in signal processing. The text gives a coherent and exhaustive treatment of discrete-time linear systems, sampling, filtering and filter design, reconstruction, the discrete-time Fourier and z-transforms, Fourier analysis of signals, the fast Fourier transform, and spectral estimation. The author develops the basic theory independently for each of the transform domains and provides illustrative examples throughout to aid the reader. Discussions of applications in the areas of speech processing, consumer electronics, acoustics, radar, geophysical signal processing, and remote sensing help to place the theory in context. The text assumes a background in advanced calculus, including an introduction to complex variables and a basic familiarity with signals and linear systems theory. If you have this background, the book forms an up-to-date and self-contained introduction to discrete-time signal processing that is appropriate for students and researchers. Discrete-Time Signal Processing also includes an extensive bibliography. --This text refers to an out of print or unavailable edition of this title.

Download Here




read more “Discrete-Time Signal Processing (2nd Edition) (Prentice-Hall Signal Processing Series) (Hardcover)”

CCNP Cisco Videos in 3GP format + CCENT CCNA CCIE Videos

http://i5.tinypic.com/6q3slqw.gif
CCNP Cisco Videos in 3GP format + CCENT CCNA CCIE Videos

Here are some Cisco videos I converted into 3GP format for Pocket PC's, as well as other Cisco Videos in Windows Media Video 9 Screen format.

CCIE Videos are at the bottom of this post

All of these videos were originally in Windows Media Video 9 Screen format, and I could not get them to play on my Windows Pocket PC, (stupid I know), so what I ended up doing was convert them all to 3GP format, because that was the next best file size I could get without losing any detail. Not losing any detail was the most important issue, and my pocket pc has a 640x480 screen, you will see what I mean.



IMPORTANT NOTE: UNLESS OTHERWISE SPECIFIED, EACH RAR FILE IS ITS OWN VIDEO FILE. 1 RAR = 1 VIDEO. YOU DO NOT NEED TO DOWNLOAD AN ENTIRE SET AT ONCE TO HAVE A USABLE FILE!!!

Please let me know if there is a problem with any of the files and I will try to fix it up straight away.



The TCPMP 3GP Video Player for Windows
http://rapidshare.com/files/71410803/tcpmp0.72RC1.rar

Use TCPMP (See the tcpmp0.72RC1.rar download link above) to play the Videos on your Windows Desktop if that is what you want, and please read the included readme.txt file, as it has important information regarding the programs installation. Included in the download file are links to the other versions of TCPMP for whatever device you want to play these video files on. TCPMP is a free media player and the easiest way I know to get 3GP videos to play properly on a desktop PC, and it is very small & light-weight, and will not screw up your system like other media players can do.



CBTN CCNP 642-901 BSCI (Building Scalable Cisco Internetworks) CBTN CCNP 642-901 BSCI Introduction to Cisco CCNP 642-901 BSCI

http://rapidshare.com/files/71193638/cbtn-bsci01-INTRO.rar

CBTN CCNP 642-901 BSCI Enhanced Interior Gateway Routing Protocol

http://rapidshare.com/files/71194043/cbtn-bsci02-EIGRP01.rar

http://rapidshare.com/files/71194751/cbtn-bsci03-EIGRP02.rar

http://rapidshare.com/files/71195559/cbtn-bsci04-EIGRP03.rar

http://rapidshare.com/files/71196233/cbtn-bsci05-EIGRP04.rar

CBTN CCNP 642-901 BSCI Open Shortest Path First Routing Protocol

http://rapidshare.com/files/71196577/cbtn-bsci06-OSPF01.rar
http://rapidshare.com/files/71196746/cbtn-bsci07-OSPF02.rar
http://rapidshare.com/files/71198200/cbtn-bsci08-OSPF03.rar
http://rapidshare.com/files/71199208/cbtn-bsci09-OSPF04.rar
http://rapidshare.com/files/71199837/cbtn-bsci10-OSPF05.rar
http://rapidshare.com/files/71200676/cbtn-bsci11-OSPF06.rar
http://rapidshare.com/files/71201473/cbtn-bsci12-OSPF07.rar

CBTN CCNP 642-901 BSCI Intermediate System-to-Intermediate System Routing Protocol
http://rapidshare.com/files/71201751/cbtn-bsci13-ISIS01.rar
http://rapidshare.com/files/71202025/cbtn-bsci14-ISIS02.rar
http://rapidshare.com/files/71202905/cbtn-bsci15-ISIS03.rar

CBTN CCNP 642-901 BSCI Advanced Routing - Route Redistribution & Manipulating Routing Updates

http://rapidshare.com/files/71203730/cbtn-bsci16-AR01.rar
http://rapidshare.com/files/71204923/cbtn-bsci17-AR02.rar

CBTN CCNP 642-901 BSCI Border Gateway Protocol Routing
http://rapidshare.com/files/71205154/cbtn-bsci18-BGP01.rar
http://rapidshare.com/files/71205995/cbtn-bsci19-BGP02.rar
http://rapidshare.com/files/71207056/cbtn-bsci20-BGP03.rar
http://rapidshare.com/files/71207627/cbtn-bsci21-BGP04.rar
http://rapidshare.com/files/71207957/cbtn-bsci22-BGP05.rar
http://rapidshare.com/files/71209060/cbtn-bsci23-BGP06.rar

CBTN CCNP 642-901 BSCI IP Multicasting

http://rapidshare.com/files/71209673/cbtn-bsci24-MULTI.rar

CBTN CCNP 642-901 BSCI Internet Protocol Version 6
http://rapidshare.com/files/71210210/cbtn-bsci25-IPV601.rar
http://rapidshare.com/files/71210981/cbtn-bsci26-IPV602.rar

CBTN CCNP 642-901 BSCI Dynamic Host Configuration Protocol
http://rapidshare.com/files/71211553/cbtn-bsci27-DHCP.rar

TS CCNP 642-901 BSCI (Building Scalable Cisco Internetworks) TS CCNP 642-901 BSCI Introduction to Cisco CCNP 642-901 BSCI
http://rapidshare.com/files/71746882/ts-bsci00-INTRO.rar

TS CCNP 642-901 BSCI Distance Vector Routing

http://rapidshare.com/files/71213957/ts-bsci02-DV_ROUTING.rar

TS CCNP 642-901 BSCI Open Shortest Path First Routing Protocol
http://rapidshare.com/files/71214862/ts-bsci03a-OSPF01.rar
http://rapidshare.com/files/71216094/ts-bsci03b-OSPF02.rar
http://rapidshare.com/files/71217740/ts-bsci04a-OSPF03.rar
http://rapidshare.com/files/71219568/ts-bsci04b-OSPF04.rar

TS CCNP 642-901 BSCI Enhanced Interior Gateway Routing Protocol http://rapidshare.com/files/71220710/ts-bsci05a-EIGRP01.rar
http://rapidshare.com/files/71221418/ts-bsci05b-EIGRP02.rar
http://rapidshare.com/files/71222011/ts-bsci05c-EIGRP03.rar

TS CCNP 642-901 BSCI Intermediate System-to-Intermediate System Routing Protocol
http://rapidshare.com/files/71223404/ts-bsci06-ISIS.rar

TS CCNP 642-901 BSCI Border Gateway Protocol Routing

http://rapidshare.com/files/71224967/ts-bsci07a-BGP01.rar

http://rapidshare.com/files/71227115/ts-bsci07b-BGP02.rar
http://rapidshare.com/files/71228866/ts-bsci07c-BGP03.rar
http://rapidshare.com/files/71229728/ts-bsci07d-BGP04.rar

TS CCNP 642-901 BSCI Internet Protocol Version 6

http://rapidshare.com/files/71230816/ts-bsci08-IPV6.rar

TS CCNP 642-901 BSCI Route Maps - Policy Routing - NAT & VLSM

http://rapidshare.com/files/71231970/ts-bsci09-RM_PR_NAT.rar

TS CCNP 642-901 BSCI Route Redistribution

http://rapidshare.com/files/71233637/ts-bsci10a-RR01.rar
http://rapidshare.com/files/71234629/ts-bsci10b-RR02.rar

TS CCNP 642-901 BSCI IP Multicasting
http://rapidshare.com/files/71235508/ts-bsci11a-MULTI01.rar
http://rapidshare.com/files/71236973/ts-bsci11b-MULTI02.rar

TS CCNP 642-901 BSCI Networking Models - TLM - ECM - SONA - IIN http://rapidshare.com/files/71239925/ts-bsci12-IIN.rar

CBTN CCNP 642-812 BCMSN (Building Cisco Multilayer Switched Networks) CBTN CCNP 642-812 BCMSN Core Concepts and Design

http://rapidshare.com/files/73270959/cbtn-bcmsn01-LAN_DESIGN.rar

CBTN CCNP 642-812 BCMSN VLANs: Configuration and Verification http://rapidshare.com/files/73250550/cbtn-bcmsn02-VLANS01.rar

CBTN CCNP 642-812 BCMSN VLANs: In-Depth Trunking

http://rapidshare.com/files/73250943/cbtn-bcmsn03-VLANS02.rar
CBTN CCNP 642-812 BCMSN VLANs: VLAN Trunking Protocol

http://rapidshare.com/files/73251355/cbtn-bcmsn04-VTP.rar

CBTN CCNP 642-812 BCMSN STP: Foundation Per-VLAN Spanning Tree Concepts
http://rapidshare.com/files/73251502/cbtn-bcmsn05-STP01.rar

http://rapidshare.com/files/73251968/cbtn-bcmsn06-STP02.rar

CBTN CCNP 642-812 BCMSN STP: Rapid Spanning Tree Concepts and Configuration http://rapidshare.com/files/73252306/cbtn-bcmsn07-RSTP.rar

CBTN CCNP 642-812 BCMSN EtherChannel: Aggregating Redundant Links http://rapidshare.com/files/73252709/cbtn-bcmsn08-ETHERCHANNEL.rar

CBTN CCNP 642-812 BCMSN L3 Switching: InterVLAN Routing Extraordinaire http://rapidshare.com/files/73253144/cbtn-bcmsn09-L3_SWITCHING01.rar

CBTN CCNP 642-812 BCMSN L3 Switching: Understanding CEF Optimization http://rapidshare.com/files/73253297/cbtn-bcmsn10-L3_SWITCHING02.rar

CBTN CCNP 642-812 BCMSN Redundancy in the Campus: HSRP, VRRP, and GLBP http://rapidshare.com/files/73253762/cbtn-bcmsn11-HSRP_VRRP_GLBP01.rar http://rapidshare.com/files/73253980/cbtn-bcmsn12-HSRP_VRRP_GLBP02.rar

CBTN CCNP 642-812 BCMSN Wireless LAN: Foundation Concepts and Design http://rapidshare.com/files/73254227/cbtn-bcmsn13-WIRELESS01.rar http://rapidshare.com/files/73254413/cbtn-bcmsn14-WIRELESS02.rar

CBTN CCNP 642-812 BCMSN Wireless LAN: Frequencies and 802.11 Standards http://rapidshare.com/files/73254673/cbtn-bcmsn15-WIRELESS03.rar

CBTN CCNP 642-812 BCMSN Wireless LAN: Understanding the Hardware http://rapidshare.com/files/73254912/cbtn-bcmsn16-WIRELESS04.rar

CBTN CCNP 642-812 BCMSN Wireless LAN: Configuration and Verification http://rapidshare.com/files/73255258/cbtn-bcmsn17-WIRELESS05.rar

CBTN CCNP 642-812 BCMSN Campus VoIP: Overview, Considerations, and AutoQoS http://rapidshare.com/files/73255570/cbtn-bcmsn18-VOIP_QOS.rar

CBTN CCNP 642-812 BCMSN Campus Security: Basic Port Security and 802.1x http://rapidshare.com/files/73255983/cbtn-bcmsn19-SECURITY01.rar

CBTN CCNP 642-812 BCMSN Campus Security: VLAN and Spoofing Attacks http://rapidshare.com/files/73256345/cbtn-bcmsn20-SECURITY02.rar

CBTN CCNP 642-812 BCMSN Campus Security: STP Attacks and Other Security Considerations http://rapidshare.com/files/73256556/cbtn-bcmsn21-SECURITY03.rar




TS CCNP 642-812 BCMSN (Building Cisco Multilayer Switched Networks) TS CCNP 642-812 BCMSN Welcome to BCMSN Video Boot Camp http://rapidshare.com/files/73256713/ts-bcmsn00-INTRO.rar

TS CCNP 642-812 BCMSN LAN Switching Basics

http://rapidshare.com/files/73257127/ts-bcmsn01-SWITCH_BASICS.rar

TS CCNP 642-812 BCMSN Virtual LAN's (VLAN's) http://rapidshare.com/files/73257797/ts-bcmsn02a-VLANS01.rar http://rapidshare.com/files/73258832/ts-bcmsn02b-VLANS02.rar

TS CCNP 642-812 BCMSN VLAN Trunking Protocol (VTP)
http://rapidshare.com/files/73259706/ts-bcmsn03-VTP.rar

TS CCNP 642-812 BCMSN Spanning Tree Protocol (STP) http://rapidshare.com/files/73260366/ts-bcmsn04a-STP01.rar http://rapidshare.com/files/73261223/ts-bcmsn04b-STP02.rar

TS CCNP 642-812 BCMSN Adavanced Spanning Tree Protocol Features http://rapidshare.com/files/73261898/ts-bcmsn05a-ADV_STP01.rar http://rapidshare.com/files/73262441/ts-bcmsn05b-ADV_STP02.rar

TS CCNP 642-812 BCMSN Etherchannels http://rapidshare.com/files/73263006/ts-bcmsn05c-ETHERCHANNEL.rar

TS CCNP 642-812 BCMSN Securing Switches http://rapidshare.com/files/73263552/ts-bcmsn06a-SECURITY01.rar http://rapidshare.com/files/73264402/ts-bcmsn06b-SECURITY02.rar http://rapidshare.com/files/73265132/ts-bcmsn06c-SECURITY03.rar

TS CCNP 642-812 BCMSN Multilayer Switching http://rapidshare.com/files/73266040/ts-bcmsn07a-L3_SWITCHING01.rar http://rapidshare.com/files/73266688/ts-bcmsn07b-L3_SWITCHING02.rar http://rapidshare.com/files/73267808/ts-bcmsn07c-L3_SWITCHING03.rar

TS CCNP 642-812 BCMSN IP Telephony & Cisco IP Phones http://rapidshare.com/files/73268702/ts-bcmsn08-VOIP.rar

TS CCNP 642-812 BCMSN Wireless Networking http://rapidshare.com/files/73269190/ts-bcmsn09-WIRELESS.rar

TS CCNP 642-812 BCMSN Network Design and Models http://rapidshare.com/files/73269651/ts-bcmsn10-DESIGN.rar

TS CCNP 642-812 BCMSN Queuing http://rapidshare.com/files/73270737/ts-bcmsn11-QUEUEING.rar TS CCNP 642-812 BCMSN Notes & Labbook http://rapidshare.com/files/107680960/ts-bcmsn_notes-labs.rar

CBTN CCNP 642-825 ISCW (Implementing Secure Converged Wide Area Networks)

CBTN CCNP 642-825 ISCW Series Intro http://rapidshare.com/files/73533678/cbtn-iscw00-INTRO.rar

CBTN CCNP 642-825 ISCW Model Madness: Network Design and Connectivity for the Modern World http://rapidshare.com/files/73534062/cbtn-iscw01-DESIGN_CONCEPTS.rar

CBTN CCNP 642-825 ISCW Understanding New WAN Technologies: Cable Technology http://rapidshare.com/files/73534378/cbtn-iscw02-WAN_CABLE.rar

CBTN CCNP 642-825 ISCW Understanding New WAN Technologies: DSL Technology http://rapidshare.com/files/73534669/cbtn-iscw03-WAN_DSL_INTRO.rar

CBTN CCNP 642-825 ISCW Understanding New WAN Technologies: Configuring PPPoE DSL Connections http://rapidshare.com/files/73535479/cbtn-iscw04-WAN_DSL_PPPOE.rar

CBTN CCNP 642-825 ISCW Multiprotocol Label Switching: The Concepts http://rapidshare.com/files/73536057/cbtn-iscw05-MPLS_CONCEPTS.rar

CBTN CCNP 642-825 ISCW Multiprotocol Label Switching: Frame Mode Configuration http://rapidshare.com/files/73536731/cbtn-iscw06-MPLS_FRAMEMODE.rar

CBTN CCNP 642-825 ISCW Multiprotocol Label Switching: Understanding MPLS VPNs http://rapidshare.com/files/73537153/cbtn-iscw07-MPLS_VPNS.rar

CBTN CCNP 642-825 ISCW IPSec VPNs: VPN Concepts http://rapidshare.com/files/73537429/cbtn-iscw08-IPSEC_VPNS_CONCEPTS01.rar http://rapidshare.com/files/73537874/cbtn-iscw09-IPSEC_VPNS_CONCEPTS02.rar

CBTN CCNP 642-825 ISCW IPSec VPNs: VPN Site-to-Site CLI Configuration http://rapidshare.com/files/73539109/cbtn-iscw10-IPSEC_VPNS_CLI_CONFIG.rar

CBTN CCNP 642-825 ISCW IPSec VPNs: VPN Site-to-Site SDM Configuration http://rapidshare.com/files/73540182/cbtn-iscw11-IPSEC_VPNS_SDM_CONFIG.rar CBTN CCNP 642-825 ISCW IPSec VPNs: IPSec Encrypted GRE Tunnels http://rapidshare.com/files/73541014/cbtn-iscw12-IPSEC_VPNS_GRE_TUNNELS.rar

CBTN CCNP 642-825 ISCW IPSec VPNs: Remote Access Connections with Cisco Easy VPN http://rapidshare.com/files/73542588/cbtn-iscw13-IPSEC_VPNS_CISCO_EASY_VPN.rar

CBTN CCNP 642-825 ISCW Network Lockdown: Attacks and Defense http://rapidshare.com/files/73543928/cbtn-iscw14-SECURITY_ATTACK_DEFENSE.rar

CBTN CCNP 642-825 ISCW Network Lockdown: Cisco Auto-Secure and SDM Security Audit http://rapidshare.com/files/73545409/cbtn-iscw15-SECURITY_AUTOSECURE_SDM.rar

CBTN CCNP 642-825 ISCW Network Lockdown: Securing Management Access http://rapidshare.com/files/73545922/cbtn-iscw16-SECURITY_MANAGE_ACCESS01.rar http://rapidshare.com/files/73546341/cbtn-iscw17-SECURITY_MANAGE_ACCESS02.rar

CBTN CCNP 642-825 ISCW Network Lockdown: Using Access Lists http://rapidshare.com/files/73546995/cbtn-iscw18-SECURITY_ACLS.rar

CBTN CCNP 642-825 ISCW Network Lockdown: Securing Network Management http://rapidshare.com/files/73548184/cbtn-iscw19-SECURITY_NETWORK_MANAGE.rar

CBTN CCNP 642-825 ISCW Network Lockdown: Implementing Cisco AAA http://rapidshare.com/files/73549145/cbtn-iscw20-SECURITY_IMPLEMENTING_AAA.rar

CBTN CCNP 642-825 ISCW Defending the Network: Cisco IOS Firewall http://rapidshare.com/files/73550069/cbtn-iscw21-DEFENSE_IOS_FIREWALL.rar

CBTN CCNP 642-825 ISCW Defending the Network: Cisco IOS IPS http://rapidshare.com/files/73551289/cbtn-iscw22-DEFENSE_IOS_IPS.rar

CBTN CCNP 642-845 ONT (Optimizing Converged Cisco Networks) CBTN CCNP 642-845 ONT VoIP Networks: Understanding the Foundations http://rapidshare.com/files/74639661/cbtn-ont01-VOIP_FOUNDATIONS01.rar


CBTN CCNP 642-845 ONT VoIP Networks: How Your Voice Becomes a Packet http://rapidshare.com/files/74640059/cbtn-ont02-VOIP_FOUNDATIONS02.rar

CBTN CCNP 642-845 ONT VoIP Networks: Allocating Enough Bandwidth http://rapidshare.com/files/74640863/cbtn-ont03-VOIP_BANDWIDTH.rar

CBTN CCNP 642-845 ONT VoIP Networks: Implementation Considerations http://rapidshare.com/files/74641155/cbtn-ont04-VOIP_IMPLEMENTATION01.rar http://rapidshare.com/files/74642642/cbtn-ont05-VOIP_IMPLEMENTATION02.rar

CBTN CCNP 642-845 ONT Quality of Service: Fighting the Bandwidth Monsters http://rapidshare.com/files/74642949/cbtn-ont06-QOS_BANDWIDTH.rar

CBTN CCNP 642-845 ONT Quality of Service: Implementation Models and Methods http://rapidshare.com/files/74643225/cbtn-ont07-QOS_IMPLEMENTATION01.rar http://rapidshare.com/files/74643952/cbtn-ont08-QOS_IMPLEMENTATION02.rar

CBTN CCNP 642-845 ONT Quality of Service: Classification and Marking: Layer 2 http://rapidshare.com/files/74644312/cbtn-ont09-QOS_CLASSIFICATION_LAYER2.rar

CBTN CCNP 642-845 ONT Quality of Service: Classification and Marking: Layer 3 http://rapidshare.com/files/74644844/cbtn-ont10-QOS_CLASSIFICATION_LAYER3.rar

CBTN CCNP 642-845 ONT Quality of Service: Using NBAR http://rapidshare.com/files/74645971/cbtn-ont11-QOS_NBAR.rar

CBTN CCNP 642-845 ONT Quality of Service: Queuing Fundamentals http://rapidshare.com/files/74646333/cbtn-ont12-QOS_QUEUING_FUNDAMENTALS.rar

CBTN CCNP 642-845 ONT Quality of Service: Queuing Configuration http://rapidshare.com/files/74647634/cbtn-ont13-QOS_QUEUING_CONFIGURATION.rar

CBTN CCNP 642-845 ONT Quality of Service: Congestion Avoidance http://rapidshare.com/files/74648449/cbtn-ont14-QOS_CONGESTION_AVOIDANCE.rar

CBTN CCNP 642-845 ONT Quality of Service: Policing and Shaping http://rapidshare.com/files/74649245/cbtn-ont15-QOS_POLICING___SHAPING.rar

CBTN CCNP 642-845 ONT Quality of Service: Link Efficiency Mechanisms http://rapidshare.com/files/74649565/cbtn-ont16-QOS_LINK_EFFICIENCY.rar

CBTN CCNP 642-845 ONT Quality of Service: Through VPNs and Service Providers http://rapidshare.com/files/74649791/cbtn-ont17-QOS_VPNS___ISPS.rar

CBTN CCNP 642-845 ONT Quality of Service: The Magic Wand of AutoQoS http://rapidshare.com/files/74650717/cbtn-ont18-QOS_AUTOQOS.rar

CBTN CCNP 642-845 ONT wireless Networks: Wireless in the Cisco World http://rapidshare.com/files/74651078/cbtn-ont19-WLAN_CISCO.rar

CBTN CCNP 642-845 ONT Wireless Networks: Security and 802.1x http://rapidshare.com/files/74651684/cbtn-ont20-WLAN_SECURITY.rar

CBTN CCNP 642-845 ONT Wireless Networks: Cisco Wireless Configuration http://rapidshare.com/files/74652563/cbtn-ont21-WLAN_CONFIGURATION.rar

CBTN CCNP 642-845 ONT Wireless Networks: Wireless QoS http://rapidshare.com/files/74653136/cbtn-ont22-WLAN_QOS.rar


TS CCNP 642-845 ONT (Optimizing Converged Cisco Networks) TS CCNP 642-845 ONT Introduction to ONT http://rapidshare.com/files/74653253/ts-ont00-INTRO.rar

TS CCNP 642-845 ONT Introduction to Quality of Service (QoS) http://rapidshare.com/files/74654018/ts-ont01-QOS_INTRO.rar

TS CCNP 642-845 ONT Queuing http://rapidshare.com/files/74656193/ts-ont02-QUEUING.rar

TS CCNP 642-845 ONT Marking and Classification http://rapidshare.com/files/74657373/ts-ont03-MARKING.rar

TS CCNP 642-845 ONT Congestion Avoidance, Policing and Shaping http://rapidshare.com/files/74659147/ts-ont04-CONGESTION.rar

TS CCNP 642-845 ONT End-to-End QoS and Preclassification http://rapidshare.com/files/74659650/ts-ont05-END2END_QOS.rar


TS CCNP 642-845 ONT AutoQoS http://rapidshare.com/files/74661047/ts-ont06-AUTOQOS.rar

TS CCNP 642-845 ONT WLAN Basics http://rapidshare.com/files/74661790/ts-ont07-WLAN_BASICS.rar

TS CCNP 642-845 ONT WLAN Architecture http://rapidshare.com/files/74662960/ts-ont08-WLAN_ARCH.rar TS CCNP 642-845 ONT Voice Over IP (VoIP) http://rapidshare.com/files/74663892/ts-ont09-VOIP.rar

TS CCNP 642-845 ONT Notes http://rapidshare.com/files/107680844/ts-ont_notes.rar


Cisco Press - CCNP Interactive Video Mentor 726MB These are not 3GP Encoded Videos. These are FLV files use the inbuilt player or http://www.flvsoft.com/flv_player/
http://rapidshare.com/files/98826058/ccnp_video_mentor.part1.rar
http://rapidshare.com/files/98831798/ccnp_video_mentor.part2.rar
http://rapidshare.com/files/98837755/ccnp_video_mentor.part3.rar
http://rapidshare.com/files/98843293/ccnp_video_mentor.part4.rar
http://rapidshare.com/files/98848092/ccnp_video_mentor.part5.rar
http://rapidshare.com/files/98852428/ccnp_video_mentor.part6.rar
http://rapidshare.com/files/98856534/ccnp_video_mentor.part7.rar
http://rapidshare.com/files/98857604/ccnp_video_mentor.part8.rar

CBTN CCIE Certification Package CBTN CCIE Exam Prep - CCIE Series Intro: So you want to be a CCIE http://rapidshare.com/files/76629667/cbtn-ccie-exam01_intro.rar

CBTN CCIE Exam Prep - Advanced LAN Configuration (Part 1): Cat 3550, VLANs, VTP, and EtherChannel http://rapidshare.com/files/76630809/cbtn-ccie-exam02_adv_lanconfig_1.rar

CBTN CCIE Exam Prep - Advanced LAN Configuration (Part 2): Cat 3550, Spanning Tree Protocol http://rapidshare.com/files/76631822/cbtn-ccie-exam03_adv_lanconfig_2.rar

CBTN CCIE Exam Prep - Advanced LAN Configuration (Part 3): Cat 3550, Advanced Features http://rapidshare.com/files/76632812/cbtn-ccie-exam04_adv_lanconfig_3.rar

CBTN CCIE Exam Prep - Advanced WAN Configuration (Part 1): HDLC & PPP http://rapidshare.com/files/76634205/cbtn-ccie-exam05_adv_wanconfig_1.rar

CBTN CCIE Exam Prep - Advanced WAN Configuration (Part 2): Frame Relay http://rapidshare.com/files/76635428/cbtn-ccie-exam06_adv_wanconfig_2.rar

CBTN CCIE Exam Prep - Advanced WAN Configuration (Part 3): Frame Relay Traffic Shaping and ATM http://rapidshare.com/files/76636288/cbtn-ccie-exam07_adv_wanconfig_3.rar

CBTN CCIE Exam Prep - Advanced WAN Configuration (Part 4): ISDN http://rapidshare.com/files/76637981/cbtn-ccie-exam08_adv_wanconfig_4.rar

CBTN CCIE Exam Prep - Internal Routing Protocols (Part 1): Distance Vector Challenges and RIPv2 http://rapidshare.com/files/76638830/cbtn-ccie-exam09_irp_1.rar

CBTN CCIE Exam Prep - Internal Routing Protocols (Part 2): Advanced EIGRP Configuration http://rapidshare.com/files/76640169/cbtn-ccie-exam10_irp_2.rar

CBTN CCIE Exam Prep - Internal Routing Protocols (Part 3): OSPF, Key Concepts http://rapidshare.com/files/76640746/cbtn-ccie-exam11_irp_3.rar

CBTN CCIE Exam Prep - Internal Routing Protocols (Part 4): Foundation OSPF Configuration http://rapidshare.com/files/76641825/cbtn-ccie-exam12_irp_4.rar

CBTN CCIE Exam Prep - Internal Routing Protocols (Part 5): Advanced OSPF Configuration: NBMA Networks http://rapidshare.com/files/76643230/cbtn-ccie-exam13_irp_5.rar

CBTN CCIE Exam Prep - Internal Routing Protocols (Part 6): Advanced OSPF Configuration: Practical Example http://rapidshare.com/files/76645277/cbtn-ccie-exam14_irp_6.rar

CBTN CCIE Exam Prep - Internal Routing Protocols (Part 7): Understanding and Configuring the IS-IS Protocol http://rapidshare.com/files/76645958/cbtn-ccie-exam15_irp_7.rar

CBTN CCIE Exam Prep - Advanced Router Technology (Part 1): Routing the Unroutable: Router Bridging Technology http://rapidshare.com/files/76646656/cbtn-ccie-exam16_adv_routertech_1.rar

CBTN CCIE Exam Prep - Advanced Router Technology (Part 2): Data Link Switching Plus (DLSW+) http://rapidshare.com/files/76647322/cbtn-ccie-exam17_adv_routertech_2.rar

CBTN CCIE Exam Prep - Advanced Router Technology (Part 3): Voice over IP (VoIP) http://rapidshare.com/files/76648381/cbtn-ccie-exam18_adv_routertech_3.rar

CBTN CCIE Exam Prep - Advanced Router Technology (Part 4): Network Address Translation (NAT) http://rapidshare.com/files/76649001/cbtn-ccie-exam19_adv_routertech_4.rar

CBTN CCIE Exam Prep - Advanced Router Technology (Part 5): HSRP and NTP http://rapidshare.com/files/76649939/cbtn-ccie-exam20_adv_routertech_5.rar

CBTN CCIE Exam Prep - Advanced Router Technology (Part 6): Understanding IP Access-Lists http://rapidshare.com/files/76651157/cbtn-ccie-exam21_adv_routertech_6.rar

CBTN CCIE Exam Prep - Advanced Router Technology (Part 7): Multicast Routing Concepts http://rapidshare.com/files/76651477/cbtn-ccie-exam22_adv_routertech_7.rar


CBTN CCIE Exam Prep - Advanced Router Technology (Part 8): Configuring Multicast Routing http://rapidshare.com/files/76652306/cbtn-ccie-exam23_adv_routertech_8.rar

CBTN CCIE Exam Prep - Quality of Service (Part 1): QoS Fundamentals and the MQC http://rapidshare.com/files/76653016/cbtn-ccie-exam24_qos_1.rar

CBTN CCIE Exam Prep - Quality of Service (Part 2): Congestion Management and Avoidance http://rapidshare.com/files/76653657/cbtn-ccie-exam25_qos_2.rar

CBTN CCIE Exam Prep - Quality of Service (Part 3): Policing, Shaping, and Link Efficiency http://rapidshare.com/files/76654449/cbtn-ccie-exam26_qos_3.rar

CBTN CCIE Exam Prep - BGP (Part 1): BGP Theory http://rapidshare.com/files/76654847/cbtn-ccie-exam27_bgp_1.rar CBTN CCIE Exam Prep - BGP (Part 2): Understanding BGP Attributes http://rapidshare.com/files/76655247/cbtn-ccie-exam28_bgp_2.rar

CBTN CCIE Exam Prep - BGP (Part 3): Foundation BGP Configuration http://rapidshare.com/files/76656474/cbtn-ccie-exam29_bgp_3.rar

CBTN CCIE Exam Prep - BGP (Part 4): BGP Route Reflectors, Confederations, and Peer-Groups http://rapidshare.com/files/76657483/cbtn-ccie-exam30_bgp_4.rar

CBTN CCIE Exam Prep - BGP (Part 5): BGP Route Aggregation and Filtering http://rapidshare.com/files/76658536/cbtn-ccie-exam31_bgp_5.rar

CBTN CCIE Exam Prep - BGP (Part 6): Configuring BGP Attributes to Influence Routing http://rapidshare.com/files/76659519/cbtn-ccie-exam32_bgp_6.rar http://rapidshare.com/files/76660807/cbtn-ccie-exam33_bgp_7.rar

CBTN CCIE Exam Prep - BGP (Part 8): BGP Multihoming, Route Dampening, and Optimization http://rapidshare.com/files/76661168/cbtn-ccie-exam34_bgp_8.rar

CBTN CCIE Exam Prep - Practice Lab http://rapidshare.com/files/76662754/cbtn-ccie-exam35_practice.rar

CBTN CCIE Exam Prep - IPv6 http://rapidshare.com/files/76663584/cbtn-ccie-exam36_ipv6.rar

CBTN CCIE Video Practice Lab


CBTN CCIE Lab Prep - CCIE Practice Labs Introduction http://rapidshare.com/files/76664039/cbtn-ccie-lab01_intro.rar

CBTN CCIE Lab Prep - CCIE Lab Setup http://rapidshare.com/files/76664921/cbtn-ccie-lab02_setup.rar

CBTN CCIE Lab Prep - Bridging and Switching: Frame Relay http://rapidshare.com/files/76665638/cbtn-ccie-lab03_frame.rar

CBTN CCIE Lab Prep - Bridging and Switching: 3550 http://rapidshare.com/files/76667725/cbtn-ccie-lab04_3550.rar

CBTN CCIE Lab Prep - IGP Protocols: OSPF http://rapidshare.com/files/76669325/cbtn-ccie-lab05_ospf1.rar http://rapidshare.com/files/76670849/cbtn-ccie-lab06_ospf2.rar

CBTN CCIE Lab Prep - IGP Protocols: RIPv2 http://rapidshare.com/files/76672178/cbtn-ccie-lab07_ripv2.rar

CBTN CCIE Lab Prep - IGP Protocols: EIGRP http://rapidshare.com/files/76673863/cbtn-ccie-lab08_eigrp.rar

CBTN CCIE Lab Prep - EGP Protocols: BGP http://rapidshare.com/files/76677364/cbtn-ccie-lab09_bgp1.rar http://rapidshare.com/files/76678308/cbtn-ccie-lab10_bgp2.rar http://rapidshare.com/files/76680257/cbtn-ccie-lab11_bgp3.rar

CBTN CCIE Lab Prep - ISDN: Connectivity and Dial Restrictions http://rapidshare.com/files/76682330/cbtn-ccie-lab12_isdn.rar

CBTN CCIE Lab Prep - Cisco IOS Features: DHCP http://rapidshare.com/files/76683076/cbtn-ccie-lab13_dhcp.rar

CBTN CCIE Lab Prep - Cisco IOS Features: Redundant Routing http://rapidshare.com/files/76685012/cbtn-ccie-lab14_hsrp.rar

CBTN CCIE Lab Prep - Cisco IOS Features: SNMP http://rapidshare.com/files/76687080/cbtn-ccie-lab15_snmp.rar CBTN CCIE Lab Prep - Cisco IOS Features: NTP http://rapidshare.com/files/76689012/cbtn-ccie-lab16_ntp.rar

CBTN CCIE Lab Prep - Cisco IOS Features: Miscellaneous Tasks http://rapidshare.com/files/76690338/cbtn-ccie-lab17_misc.rar

CBTN CCIE Lab Prep - Quality of Service http://rapidshare.com/files/76692323/cbtn-ccie-lab18_qos.rar

CBTN CCIE Lab Prep - Multicast http://rapidshare.com/files/76693270/cbtn-ccie-lab19_mcast.rar

CBTN CCIE Lab Prep - Security http://rapidshare.com/files/76694978/cbtn-ccie-lab20_security.rar



password=thebb

To extract these files with the least amount of effort, since they are individually passworded files, follow these steps in WinRar:
Options->Settings->CompressionTab->CreateDefault-> Advanced->SetPassword->EnterthePassWord
Download manager friendly
CBTN CCNP 642-901 BSCI (Building Scalable Cisco Internetworks) 531MB

http://rapidshare.com/files/71193638/cbtn-bsci01-INTRO.rar
http://rapidshare.com/files/71194043/cbtn-bsci02-EIGRP01.rar
http://rapidshare.com/files/71194751/cbtn-bsci03-EIGRP02.rar
http://rapidshare.com/files/71195559/cbtn-bsci04-EIGRP03.rar
http://rapidshare.com/files/71196233/cbtn-bsci05-EIGRP04.rar
http://rapidshare.com/files/71196577/cbtn-bsci06-OSPF01.rar
http://rapidshare.com/files/71196746/cbtn-bsci07-OSPF02.rar
http://rapidshare.com/files/71198200/cbtn-bsci08-OSPF03.rar
http://rapidshare.com/files/71199208/cbtn-bsci09-OSPF04.rar
http://rapidshare.com/files/71199837/cbtn-bsci10-OSPF05.rar
http://rapidshare.com/files/71200676/cbtn-bsci11-OSPF06.rar
http://rapidshare.com/files/71201473/cbtn-bsci12-OSPF07.rar
http://rapidshare.com/files/71201751/cbtn-bsci13-ISIS01.rar
http://rapidshare.com/files/71202025/cbtn-bsci14-ISIS02.rar
http://rapidshare.com/files/71202905/cbtn-bsci15-ISIS03.rar
http://rapidshare.com/files/71203730/cbtn-bsci16-AR01.rar
http://rapidshare.com/files/71204923/cbtn-bsci17-AR02.rar
http://rapidshare.com/files/71205154/cbtn-bsci18-BGP01.rar
http://rapidshare.com/files/71205995/cbtn-bsci19-BGP02.rar
http://rapidshare.com/files/71207056/cbtn-bsci20-BGP03.rar
http://rapidshare.com/files/71207627/cbtn-bsci21-BGP04.rar
http://rapidshare.com/files/71207957/cbtn-bsci22-BGP05.rar
http://rapidshare.com/files/71209060/cbtn-bsci23-BGP06.rar
http://rapidshare.com/files/71209673/cbtn-bsci24-MULTI.rar
http://rapidshare.com/files/71210210/cbtn-bsci25-IPV601.rar
http://rapidshare.com/files/71210981/cbtn-bsci26-IPV602.rar
http://rapidshare.com/files/71211553/cbtn-bsci27-DHCP.rar

TS CCNP 642-901 BSCI (Building Scalable Cisco Internetworks) 615MB



http://rapidshare.com/files/71746882/ts-bsci00-INTRO.rar
http://rapidshare.com/files/71213149/ts-bsci01-IP_ROUTING.rar
http://rapidshare.com/files/71213957/ts-bsci02-DV_ROUTING.rar
http://rapidshare.com/files/71214862/ts-bsci03a-OSPF01.rar
http://rapidshare.com/files/71216094/ts-bsci03b-OSPF02.rar
http://rapidshare.com/files/71217740/ts-bsci04a-OSPF03.rar
http://rapidshare.com/files/71219568/ts-bsci04b-OSPF04.rar
http://rapidshare.com/files/71220710/ts-bsci05a-EIGRP01.rar
http://rapidshare.com/files/71221418/ts-bsci05b-EIGRP02.rar
http://rapidshare.com/files/71222011/ts-bsci05c-EIGRP03.rar
http://rapidshare.com/files/71223404/ts-bsci06-ISIS.rar
http://rapidshare.com/files/71224967/ts-bsci07a-BGP01.rar
http://rapidshare.com/files/71227115/ts-bsci07b-BGP02.rar
http://rapidshare.com/files/71228866/ts-bsci07c-BGP03.rar
http://rapidshare.com/files/71229728/ts-bsci07d-BGP04.rar
http://rapidshare.com/files/71230816/ts-bsci08-IPV6.rar
http://rapidshare.com/files/71231970/ts-bsci09-RM_PR_NAT.rar
http://rapidshare.com/files/71233637/ts-bsci10a-RR01.rar
http://rapidshare.com/files/71234629/ts-bsci10b-RR02.rar
http://rapidshare.com/files/71235508/ts-bsci11a-MULTI01.rar
http://rapidshare.com/files/71236973/ts-bsci11b-MULTI02.rar
http://rapidshare.com/files/71239925/ts-bsci12-IIN.rar

TS CCNP 642-812 BCMSN (Building Cisco Multilayer Switched Networks) 404MB



http://rapidshare.com/files/73256713/ts-bcmsn00-INTRO.rar
http://rapidshare.com/files/73257127/ts-bcmsn01-SWITCH_BASICS.rar
http://rapidshare.com/files/73257797/ts-bcmsn02a-VLANS01.rar
http://rapidshare.com/files/73258832/ts-bcmsn02b-VLANS02.rar
http://rapidshare.com/files/73259706/ts-bcmsn03-VTP.rar
http://rapidshare.com/files/73260366/ts-bcmsn04a-STP01.rar
http://rapidshare.com/files/73261223/ts-bcmsn04b-STP02.rar
http://rapidshare.com/files/73261898/ts-bcmsn05a-ADV_STP01.rar
http://rapidshare.com/files/73262441/ts-bcmsn05b-ADV_STP02.rar
http://rapidshare.com/files/73263006/ts-bcmsn05c-ETHERCHANNEL.rar
http://rapidshare.com/files/73263552/ts-bcmsn06a-SECURITY01.rar
http://rapidshare.com/files/73264402/ts-bcmsn06b-SECURITY02.rar
http://rapidshare.com/files/73265132/ts-bcmsn06c-SECURITY03.rar
http://rapidshare.com/files/73266040/ts-bcmsn07a-L3_SWITCHING01.rar
http://rapidshare.com/files/73266688/ts-bcmsn07b-L3_SWITCHING02.rar
http://rapidshare.com/files/73267808/ts-bcmsn07c-L3_SWITCHING03.rar
http://rapidshare.com/files/73268702/ts-bcmsn08-VOIP.rar
http://rapidshare.com/files/73269190/ts-bcmsn09-WIRELESS.rar
http://rapidshare.com/files/73269651/ts-bcmsn10-DESIGN.rar
http://rapidshare.com/files/73270737/ts-bcmsn11-QUEUEING.rar

CBTN CCNP 642-812 BCMSN (Building Cisco Multilayer Switched Networks) 246MB


http://rapidshare.com/files/73270959/cbtn-bcmsn01-LAN_DESIGN.rar
http://rapidshare.com/files/73250550/cbtn-bcmsn02-VLANS01.rar
http://rapidshare.com/files/73250943/cbtn-bcmsn03-VLANS02.rar
http://rapidshare.com/files/73251355/cbtn-bcmsn04-VTP.rar
http://rapidshare.com/files/73251502/cbtn-bcmsn05-STP01.rar
http://rapidshare.com/files/73251968/cbtn-bcmsn06-STP02.rar
http://rapidshare.com/files/73252306/cbtn-bcmsn07-RSTP.rar
http://rapidshare.com/files/73252709/cbtn-bcmsn08-ETHERCHANNEL.rar
http://rapidshare.com/files/73253144/cbtn-bcmsn09-L3_SWITCHING01.rar
http://rapidshare.com/files/73253297/cbtn-bcmsn10-L3_SWITCHING02.rar
http://rapidshare.com/files/73253762/cbtn-bcmsn11-HSRP_VRRP_GLBP01.rar
http://rapidshare.com/files/73253980/cbtn-bcmsn12-HSRP_VRRP_GLBP02.rar
http://rapidshare.com/files/73254227/cbtn-bcmsn13-WIRELESS01.rar
http://rapidshare.com/files/73254413/cbtn-bcmsn14-WIRELESS02.rar
http://rapidshare.com/files/73254673/cbtn-bcmsn15-WIRELESS03.rar
http://rapidshare.com/files/73254912/cbtn-bcmsn16-WIRELESS04.rar
http://rapidshare.com/files/73255258/cbtn-bcmsn17-WIRELESS05.rar
http://rapidshare.com/files/73255570/cbtn-bcmsn18-VOIP_QOS.rar
http://rapidshare.com/files/73255983/cbtn-bcmsn19-SECURITY01.rar
http://rapidshare.com/files/73256345/cbtn-bcmsn20-SECURITY02.rar
http://rapidshare.com/files/73256556/cbtn-bcmsn21-SECURITY03.rar

CBTN CCNP 642-825 ISCW (Implementing Secure Converged Wide Area Networks) 327MB


http://rapidshare.com/files/73533678/cbtn-iscw00-INTRO.rar
http://rapidshare.com/files/73534062/cbtn-iscw01-DESIGN_CONCEPTS.rar
http://rapidshare.com/files/73534378/cbtn-iscw02-WAN_CABLE.rar
http://rapidshare.com/files/73534669/cbtn-iscw03-WAN_DSL_INTRO.rar
http://rapidshare.com/files/73535479/cbtn-iscw04-WAN_DSL_PPPOE.rar
http://rapidshare.com/files/73536057/cbtn-iscw05-MPLS_CONCEPTS.rar
http://rapidshare.com/files/73536731/cbtn-iscw06-MPLS_FRAMEMODE.rar
http://rapidshare.com/files/73537153/cbtn-iscw07-MPLS_VPNS.rar
http://rapidshare.com/files/73537429/cbtn-iscw08-IPSEC_VPNS_CONCEPTS01.rar
http://rapidshare.com/files/73537874/cbtn-iscw09-IPSEC_VPNS_CONCEPTS02.rar
http://rapidshare.com/files/73539109/cbtn-iscw10-IPSEC_VPNS_CLI_CONFIG.rar
http://rapidshare.com/files/73540182/cbtn-iscw11-IPSEC_VPNS_SDM_CONFIG.rar
http://rapidshare.com/files/73541014/cbtn-iscw12-IPSEC_VPNS_GRE_TUNNELS.rar
http://rapidshare.com/files/73542588/cbtn-iscw13-IPSEC_VPNS_CISCO_EASY_VPN.rar
http://rapidshare.com/files/73543928/cbtn-iscw14-SECURITY_ATTACK_DEFENSE.rar
http://rapidshare.com/files/73545409/cbtn-iscw15-SECURITY_AUTOSECURE_SDM.rar
http://rapidshare.com/files/73545922/cbtn-iscw16-SECURITY_MANAGE_ACCESS01.rar
http://rapidshare.com/files/73546341/cbtn-iscw17-SECURITY_MANAGE_ACCESS02.rar
http://rapidshare.com/files/73546995/cbtn-iscw18-SECURITY_ACLS.rar
http://rapidshare.com/files/73548184/cbtn-iscw19-SECURITY_NETWORK_MANAGE.rar
http://rapidshare.com/files/73549145/cbtn-iscw20-SECURITY_IMPLEMENTING_AAA.rar
http://rapidshare.com/files/73550069/cbtn-iscw21-DEFENSE_IOS_FIREWALL.rar
http://rapidshare.com/files/73551289/cbtn-iscw22-DEFENSE_IOS_IPS.rar

CBTN CCNP 642-845 ONT (Optimizing Converged Cisco Networks) 312MB


http://rapidshare.com/files/74639661/cbtn-ont01-VOIP_FOUNDATIONS01.rar
http://rapidshare.com/files/74640059/cbtn-ont02-VOIP_FOUNDATIONS02.rar
http://rapidshare.com/files/74640863/cbtn-ont03-VOIP_BANDWIDTH.rar
http://rapidshare.com/files/74641155/cbtn-ont04-VOIP_IMPLEMENTATION01.rar
http://rapidshare.com/files/74642642/cbtn-ont05-VOIP_IMPLEMENTATION02.rar
http://rapidshare.com/files/74642949/cbtn-ont06-QOS_BANDWIDTH.rar
http://rapidshare.com/files/74643225/cbtn-ont07-QOS_IMPLEMENTATION01.rar
http://rapidshare.com/files/74643952/cbtn-ont08-QOS_IMPLEMENTATION02.rar
http://rapidshare.com/files/74644312/cbtn-ont09-QOS_CLASSIFICATION_LAYER2.rar
http://rapidshare.com/files/74644844/cbtn-ont10-QOS_CLASSIFICATION_LAYER3.rar
http://rapidshare.com/files/74645971/cbtn-ont11-QOS_NBAR.rar
http://rapidshare.com/files/74646333/cbtn-ont12-QOS_QUEUING_FUNDAMENTALS.rar
http://rapidshare.com/files/74647634/cbtn-ont13-QOS_QUEUING_CONFIGURATION.rar
http://rapidshare.com/files/74648449/cbtn-ont14-QOS_CONGESTION_AVOIDANCE.rar
http://rapidshare.com/files/74649245/cbtn-ont15-QOS_POLICING___SHAPING.rar
http://rapidshare.com/files/74649565/cbtn-ont16-QOS_LINK_EFFICIENCY.rar
http://rapidshare.com/files/74649791/cbtn-ont17-QOS_VPNS___ISPS.rar
http://rapidshare.com/files/74650717/cbtn-ont18-QOS_AUTOQOS.rar
http://rapidshare.com/files/74651078/cbtn-ont19-WLAN_CISCO.rar
http://rapidshare.com/files/74651684/cbtn-ont20-WLAN_SECURITY.rar
http://rapidshare.com/files/74652563/cbtn-ont21-WLAN_CONFIGURATION.rar
http://rapidshare.com/files/74653136/cbtn-ont22-WLAN_QOS.rar

CBTN CCNP 642-845 ONT (Optimizing Converged Cisco Networks) 312MB


http://rapidshare.com/files/74639661/cbtn-ont01-VOIP_FOUNDATIONS01.rar
http://rapidshare.com/files/74640059/cbtn-ont02-VOIP_FOUNDATIONS02.rar
http://rapidshare.com/files/74640863/cbtn-ont03-VOIP_BANDWIDTH.rar
http://rapidshare.com/files/74641155/cbtn-ont04-VOIP_IMPLEMENTATION01.rar
http://rapidshare.com/files/74642642/cbtn-ont05-VOIP_IMPLEMENTATION02.rar
http://rapidshare.com/files/74642949/cbtn-ont06-QOS_BANDWIDTH.rar
http://rapidshare.com/files/74643225/cbtn-ont07-QOS_IMPLEMENTATION01.rar
http://rapidshare.com/files/74643952/cbtn-ont08-QOS_IMPLEMENTATION02.rar
http://rapidshare.com/files/74644312/cbtn-ont09-QOS_CLASSIFICATION_LAYER2.rar
http://rapidshare.com/files/74644844/cbtn-ont10-QOS_CLASSIFICATION_LAYER3.rar
http://rapidshare.com/files/74645971/cbtn-ont11-QOS_NBAR.rar
http://rapidshare.com/files/74646333/cbtn-ont12-QOS_QUEUING_FUNDAMENTALS.rar
http://rapidshare.com/files/74647634/cbtn-ont13-QOS_QUEUING_CONFIGURATION.rar
http://rapidshare.com/files/74648449/cbtn-ont14-QOS_CONGESTION_AVOIDANCE.rar
http://rapidshare.com/files/74649245/cbtn-ont15-QOS_POLICING___SHAPING.rar
http://rapidshare.com/files/74649565/cbtn-ont16-QOS_LINK_EFFICIENCY.rar
http://rapidshare.com/files/74649791/cbtn-ont17-QOS_VPNS___ISPS.rar
http://rapidshare.com/files/74650717/cbtn-ont18-QOS_AUTOQOS.rar
http://rapidshare.com/files/74651078/cbtn-ont19-WLAN_CISCO.rar
http://rapidshare.com/files/74651684/cbtn-ont20-WLAN_SECURITY.rar
http://rapidshare.com/files/74652563/cbtn-ont21-WLAN_CONFIGURATION.rar
http://rapidshare.com/files/74653136/cbtn-ont22-WLAN_QOS.rar

TS CCNP 642-845 ONT (Optimizing Converged Cisco Networks) 222MB


http://rapidshare.com/files/74653253/ts-ont00-INTRO.rar
http://rapidshare.com/files/74654018/ts-ont01-QOS_INTRO.rar
http://rapidshare.com/files/74656193/ts-ont02-QUEUING.rar
http://rapidshare.com/files/74657373/ts-ont03-MARKING.rar
http://rapidshare.com/files/74659147/ts-ont04-CONGESTION.rar
http://rapidshare.com/files/74659650/ts-ont05-END2END_QOS.rar
http://rapidshare.com/files/74661047/ts-ont06-AUTOQOS.rar
http://rapidshare.com/files/74661790/ts-ont07-WLAN_BASICS.rar
http://rapidshare.com/files/74662960/ts-ont08-WLAN_ARCH.rar
http://rapidshare.com/files/74663892/ts-ont09-VOIP.rar


Cisco Press - CCNP Interactive Video Mentor 726MB

These are not 3GP Encoded Videos. These are FLV files use the inbuilt player or
http://www.flvsoft.com/flv_player/
http://rapidshare.com/files/98826058/ccnp_video_mentor.part1.rar
http://rapidshare.com/files/98831798/ccnp_video_mentor.part2.rar
http://rapidshare.com/files/98837755/ccnp_video_mentor.part3.rar
http://rapidshare.com/files/98843293/ccnp_video_mentor.part4.rar
http://rapidshare.com/files/98848092/ccnp_video_mentor.part5.rar
http://rapidshare.com/files/98852428/ccnp_video_mentor.part6.rar
http://rapidshare.com/files/98856534/ccnp_video_mentor.part7.rar
http://rapidshare.com/files/98857604/ccnp_video_mentor.part8.rar

Internetwork Expert CCIE Routing & Switching - IP Routing Audio Class 183MB

NOT A VIDEO
http://rapidshare.com/files/106018726/IE-CCIE-Routing_Switching-Audio.part1.rar http://rapidshare.com/files/106022891/IE-CCIE-Routing_Switching-Audio.part2.rar


IP Expert CCIE Routing & Switching Version 3.0 Audio BootCamp 586MB

NOT A VIDEO

http://rapidshare.com/files/106027781/IPE-CCIE-Routing_Switching-AudioBootCamp-v3.part1.rar
http://rapidshare.com/files/106033926/IPE-CCIE-Routing_Switching-AudioBootCamp-v3.part2.rar
http://rapidshare.com/files/106039930/IPE-CCIE-Routing_Switching-AudioBootCamp-v3.part3.rar
http://rapidshare.com/files/106046342/IPE-CCIE-Routing_Switching-AudioBootCamp-v3.part4.rar
http://rapidshare.com/files/106053278/IPE-CCIE-Routing_Switching-AudioBootCamp-v3.part5.rar
http://rapidshare.com/files/106059164/IPE-CCIE-Routing_Switching-AudioBootCamp-v3.part6.rar


CBTN CCIE Certification Package 715MB


http://rapidshare.com/files/76629667/cbtn-ccie-exam01_intro.rar
http://rapidshare.com/files/76630809/cbtn-ccie-exam02_adv_lanconfig_1.rar
http://rapidshare.com/files/76631822/cbtn-ccie-exam03_adv_lanconfig_2.rar
http://rapidshare.com/files/76632812/cbtn-ccie-exam04_adv_lanconfig_3.rar
http://rapidshare.com/files/76634205/cbtn-ccie-exam05_adv_wanconfig_1.rar
http://rapidshare.com/files/76635428/cbtn-ccie-exam06_adv_wanconfig_2.rar
http://rapidshare.com/files/76636288/cbtn-ccie-exam07_adv_wanconfig_3.rar
http://rapidshare.com/files/76637981/cbtn-ccie-exam08_adv_wanconfig_4.rar
http://rapidshare.com/files/76638830/cbtn-ccie-exam09_irp_1.rar
http://rapidshare.com/files/76640169/cbtn-ccie-exam10_irp_2.rar
http://rapidshare.com/files/76640746/cbtn-ccie-exam11_irp_3.rar
http://rapidshare.com/files/76641825/cbtn-ccie-exam12_irp_4.rar
http://rapidshare.com/files/76643230/cbtn-ccie-exam13_irp_5.rar
http://rapidshare.com/files/76645277/cbtn-ccie-exam14_irp_6.rar
http://rapidshare.com/files/76645958/cbtn-ccie-exam15_irp_7.rar
http://rapidshare.com/files/76646656/cbtn-ccie-exam16_adv_routertech_1.rar
http://rapidshare.com/files/76647322/cbtn-ccie-exam17_adv_routertech_2.rar
http://rapidshare.com/files/76648381/cbtn-ccie-exam18_adv_routertech_3.rar
http://rapidshare.com/files/76649001/cbtn-ccie-exam19_adv_routertech_4.rar
http://rapidshare.com/files/76649939/cbtn-ccie-exam20_adv_routertech_5.rar
http://rapidshare.com/files/76651157/cbtn-ccie-exam21_adv_routertech_6.rar
http://rapidshare.com/files/76651477/cbtn-ccie-exam22_adv_routertech_7.rar
http://rapidshare.com/files/76652306/cbtn-ccie-exam23_adv_routertech_8.rar
http://rapidshare.com/files/76653016/cbtn-ccie-exam24_qos_1.rar
http://rapidshare.com/files/76653657/cbtn-ccie-exam25_qos_2.rar
http://rapidshare.com/files/76654449/cbtn-ccie-exam26_qos_3.rar
http://rapidshare.com/files/76654847/cbtn-ccie-exam27_bgp_1.rar
http://rapidshare.com/files/76655247/cbtn-ccie-exam28_bgp_2.rar
http://rapidshare.com/files/76656474/cbtn-ccie-exam29_bgp_3.rar
http://rapidshare.com/files/76657483/cbtn-ccie-exam30_bgp_4.rar
http://rapidshare.com/files/76658536/cbtn-ccie-exam31_bgp_5.rar
http://rapidshare.com/files/76659519/cbtn-ccie-exam32_bgp_6.rar
http://rapidshare.com/files/76660807/cbtn-ccie-exam33_bgp_7.rar
http://rapidshare.com/files/76661168/cbtn-ccie-exam34_bgp_8.rar
http://rapidshare.com/files/76662754/cbtn-ccie-exam35_practice.rar
http://rapidshare.com/files/76663584/cbtn-ccie-exam36_ipv6.rar


CBTN CCIE Video Practice Lab 773MB


http://rapidshare.com/files/81442678/cbtn-ccie-lab01_intro.rar
http://rapidshare.com/files/81551585/cbtn-ccie-lab02_setup.rar
http://rapidshare.com/files/81552680/cbtn-ccie-lab03_frame.rar
http://rapidshare.com/files/81555903/cbtn-ccie-lab04_3550.rar
http://rapidshare.com/files/81558375/cbtn-ccie-lab05_ospf1.rar
http://rapidshare.com/files/81560921/cbtn-ccie-lab06_ospf2.rar
http://rapidshare.com/files/81563281/cbtn-ccie-lab07_ripv2.rar
http://rapidshare.com/files/76673863/cbtn-ccie-lab08_eigrp.rar
http://rapidshare.com/files/81569183/cbtn-ccie-lab09_bgp1.rar
http://rapidshare.com/files/76678308/cbtn-ccie-lab10_bgp2.rar
http://rapidshare.com/files/76680257/cbtn-ccie-lab11_bgp3.rar
http://rapidshare.com/files/76682330/cbtn-ccie-lab12_isdn.rar
http://rapidshare.com/files/76683076/cbtn-ccie-lab13_dhcp.rar
http://rapidshare.com/files/76685012/cbtn-ccie-lab14_hsrp.rar
http://rapidshare.com/files/76687080/cbtn-ccie-lab15_snmp.rar
http://rapidshare.com/files/76689012/cbtn-ccie-lab16_ntp.rar
http://rapidshare.com/files/76690338/cbtn-ccie-lab17_misc.rar
http://rapidshare.com/files/76692323/cbtn-ccie-lab18_qos.rar
http://rapidshare.com/files/76693270/cbtn-ccie-lab19_mcast.rar
http://rapidshare.com/files/76694978/cbtn-ccie-lab20_security.rar

Internetwork Expert CCIE Routing & Switching Version 4.0 1680MB

These are not 3GP Encoded Videos and not really an official part of my downloads.
These are WMV (Windows Media Video 9 Screen)

http://rapidshare.com/files/81104306/Day1_Part_1_Introduction.rar
http://rapidshare.com/files/81104845/Day1_Part_2_Ethernet_Switching.rar
http://rapidshare.com/files/81105680/Day1_Part_3_VTP.rar
http://rapidshare.com/files/81106521/Day1_Part_4_Etherchannel.rar
http://rapidshare.com/files/81107133/Day1_Part_5_Frame_Relay1.rar
http://rapidshare.com/files/81108182/Day1_Part_5_Frame_Relay2.rar
http://rapidshare.com/files/81109331/Day2_Part_1_IP_Routing_1.rar
http://rapidshare.com/files/81109845/Day2_Part_2_IP_Routing_2.rar
http://rapidshare.com/files/81110209/Day2_Part_2_IP_Routing_3.rar
http://rapidshare.com/files/81111166/Day2_Part_3_IP_Routing_4.rar
http://rapidshare.com/files/81111590/Day2_Part_4_Policy_Routing.rar
http://rapidshare.com/files/81112272/Day2_Part_5_PPP_1.rar
http://rapidshare.com/files/81112952/Day2_Part_5_PPP_2.rar
http://rapidshare.com/files/81113517/Day2_Part_6_RIP.rar
http://rapidshare.com/files/81114204/Day3_Part_1_OSPF_1.rar
http://rapidshare.com/files/81114534/Day3_Part_2_OSPF_2.rar
http://rapidshare.com/files/81114913/Day3_Part_3_OSPF_3.rar
http://rapidshare.com/files/81115501/Day3_Part_4_OSPF_4.rar
http://rapidshare.com/files/81116498/Day3_Part_5_EIGRP.rar
http://rapidshare.com/files/81117609/Day3_Part_6_Route_Redistribution.rar
http://rapidshare.com/files/81118365/Day4_Part_1_BGP_1.rar
http://rapidshare.com/files/81119219/Day4_Part_2_BGP_2.rar
http://rapidshare.com/files/81120660/Day4_Part_3_4_BGP_3.rar
http://rapidshare.com/files/81120976/Day4_Part_5_BGP_4.rar
http://rapidshare.com/files/81121925/Day4_Part_6_Multicasting_1.rar
http://rapidshare.com/files/81123169/Day4_Part_6_Multicasting_2.rar
http://rapidshare.com/files/81123913/Day5_Part_1_IPv6_1.rar
http://rapidshare.com/files/81124924/Day5_Part_2_IPv6__2.rar
http://rapidshare.com/files/81125376/Day5_Part_3_IPv6__3.rar
http://rapidshare.com/files/81125921/Day5_Part_4_IPv6_4.rar
http://rapidshare.com/files/81126656/Day5_Part_5_IPv6__5.rar
http://rapidshare.com/files/81129372/Day5_Part_6_Security.rar
http://rapidshare.com/files/81130574/Day6_Part_1_Catalyst_Security___Additional_Features_1.rar
http://rapidshare.com/files/81132142/Day6_Part_2_Catalyst_Security___Additional_Features_2.rar
http://rapidshare.com/files/81133462/Day6_Part_3_Spanning_Tree_1.rar
http://rapidshare.com/files/81134350/Day6_Part_4_Spanning_Tree_2.rar
http://rapidshare.com/files/81135222/Day7_Part_1_Bridging.rar
http://rapidshare.com/files/81137039/Day7_Part_2___3_OSPF_1.rar
http://rapidshare.com/files/81137927/Day7_Part_4_OSPF_2.rar
http://rapidshare.com/files/81141233/Day7_Part_5_IGP_1.rar
http://rapidshare.com/files/81143026/Day7_Part_6_IGP_2.rar
http://rapidshare.com/files/81144362/Day8_Part_1_Summarization_1.rar
http://rapidshare.com/files/81145726/Day8_Part_2_Summarization_2.rar
http://rapidshare.com/files/81148283/Day8_Part_3_Summarization_3___Advanced_BGP.rar
http://rapidshare.com/files/81150309/Day8_Part_4_Advanced_Route_Redistribution_1.rar
http://rapidshare.com/files/81152508/Day8_Part_5_Advanced_Route_Redistribution_2.rar
http://rapidshare.com/files/81153065/Day9_Part_1_QoS_1.rar
http://rapidshare.com/files/81154713/Day9_Part_2_QoS_2.rar
http://rapidshare.com/files/81156748/Day9_Part_3_QoS_3.rar
http://rapidshare.com/files/81157815/Day9_Part_4_QoS_4.rar
http://rapidshare.com/files/81160087/Day9_Part_5_Advanced_Multicast_1.rar
http://rapidshare.com/files/81162597/Day9_Part_6_Advanced_Multicast_2.rar
http://rapidshare.com/files/81163576/Day10_Part_1_IP_Services_1.rar
http://rapidshare.com/files/81165530/Day10_Part_2_IP_Services_2.rar
http://rapidshare.com/files/81167780/Day10_Part_3_IP_Services_3.rar
http://rapidshare.com/files/81168207/Day10_Part_4_IP_Services_4.rar
http://rapidshare.com/files/81169760/Day10_Part_5_Systems_Management_1.rar
http://rapidshare.com/files/81170925/Day10_Part_5_Systems_Management_2.rar
http://rapidshare.com/files/81174178/Day10_Part_6_Lab_Strategy.rar

Internetwork Expert CCIE Routing & Switching Version 4.0 1680MB

These are not 3GP Encoded Videos and not really an official part of my downloads.
These are WMV (Windows Media Video 9 Screen)

http://rapidshare.com/files/81104306/Day1_Part_1_Introduction.rar
http://rapidshare.com/files/81104845/Day1_Part_2_Ethernet_Switching.rar
http://rapidshare.com/files/81105680/Day1_Part_3_VTP.rar
http://rapidshare.com/files/81106521/Day1_Part_4_Etherchannel.rar
http://rapidshare.com/files/81107133/Day1_Part_5_Frame_Relay1.rar
http://rapidshare.com/files/81108182/Day1_Part_5_Frame_Relay2.rar
http://rapidshare.com/files/81109331/Day2_Part_1_IP_Routing_1.rar
http://rapidshare.com/files/81109845/Day2_Part_2_IP_Routing_2.rar
http://rapidshare.com/files/81110209/Day2_Part_2_IP_Routing_3.rar
http://rapidshare.com/files/81111166/Day2_Part_3_IP_Routing_4.rar
http://rapidshare.com/files/81111590/Day2_Part_4_Policy_Routing.rar
http://rapidshare.com/files/81112272/Day2_Part_5_PPP_1.rar
http://rapidshare.com/files/81112952/Day2_Part_5_PPP_2.rar
http://rapidshare.com/files/81113517/Day2_Part_6_RIP.rar
http://rapidshare.com/files/81114204/Day3_Part_1_OSPF_1.rar
http://rapidshare.com/files/81114534/Day3_Part_2_OSPF_2.rar
http://rapidshare.com/files/81114913/Day3_Part_3_OSPF_3.rar
http://rapidshare.com/files/81115501/Day3_Part_4_OSPF_4.rar
http://rapidshare.com/files/81116498/Day3_Part_5_EIGRP.rar
http://rapidshare.com/files/81117609/Day3_Part_6_Route_Redistribution.rar
http://rapidshare.com/files/81118365/Day4_Part_1_BGP_1.rar
http://rapidshare.com/files/81119219/Day4_Part_2_BGP_2.rar
http://rapidshare.com/files/81120660/Day4_Part_3_4_BGP_3.rar
http://rapidshare.com/files/81120976/Day4_Part_5_BGP_4.rar
http://rapidshare.com/files/81121925/Day4_Part_6_Multicasting_1.rar
http://rapidshare.com/files/81123169/Day4_Part_6_Multicasting_2.rar
http://rapidshare.com/files/81123913/Day5_Part_1_IPv6_1.rar
http://rapidshare.com/files/81124924/Day5_Part_2_IPv6__2.rar
http://rapidshare.com/files/81125376/Day5_Part_3_IPv6__3.rar
http://rapidshare.com/files/81125921/Day5_Part_4_IPv6_4.rar
http://rapidshare.com/files/81126656/Day5_Part_5_IPv6__5.rar
http://rapidshare.com/files/81129372/Day5_Part_6_Security.rar
http://rapidshare.com/files/81130574/Day6_Part_1_Catalyst_Security___Additional_Features_1.rar
http://rapidshare.com/files/81132142/Day6_Part_2_Catalyst_Security___Additional_Features_2.rar
http://rapidshare.com/files/81133462/Day6_Part_3_Spanning_Tree_1.rar
http://rapidshare.com/files/81134350/Day6_Part_4_Spanning_Tree_2.rar
http://rapidshare.com/files/81135222/Day7_Part_1_Bridging.rar
http://rapidshare.com/files/81137039/Day7_Part_2___3_OSPF_1.rar
http://rapidshare.com/files/81137927/Day7_Part_4_OSPF_2.rar
http://rapidshare.com/files/81141233/Day7_Part_5_IGP_1.rar
http://rapidshare.com/files/81143026/Day7_Part_6_IGP_2.rar
http://rapidshare.com/files/81144362/Day8_Part_1_Summarization_1.rar
http://rapidshare.com/files/81145726/Day8_Part_2_Summarization_2.rar
http://rapidshare.com/files/81148283/Day8_Part_3_Summarization_3___Advanced_BGP.rar
http://rapidshare.com/files/81150309/Day8_Part_4_Advanced_Route_Redistribution_1.rar
http://rapidshare.com/files/81152508/Day8_Part_5_Advanced_Route_Redistribution_2.rar
http://rapidshare.com/files/81153065/Day9_Part_1_QoS_1.rar
http://rapidshare.com/files/81154713/Day9_Part_2_QoS_2.rar
http://rapidshare.com/files/81156748/Day9_Part_3_QoS_3.rar
http://rapidshare.com/files/81157815/Day9_Part_4_QoS_4.rar
http://rapidshare.com/files/81160087/Day9_Part_5_Advanced_Multicast_1.rar
http://rapidshare.com/files/81162597/Day9_Part_6_Advanced_Multicast_2.rar
http://rapidshare.com/files/81163576/Day10_Part_1_IP_Services_1.rar
http://rapidshare.com/files/81165530/Day10_Part_2_IP_Services_2.rar
http://rapidshare.com/files/81167780/Day10_Part_3_IP_Services_3.rar
http://rapidshare.com/files/81168207/Day10_Part_4_IP_Services_4.rar
http://rapidshare.com/files/81169760/Day10_Part_5_Systems_Management_1.rar
http://rapidshare.com/files/81170925/Day10_Part_5_Systems_Management_2.rar
http://rapidshare.com/files/81174178/Day10_Part_6_Lab_Strategy.rar
Internetwork Expert CCIE Service Provider Version 4.0 1120MB

These are not 3GP Encoded Videos and not really an official part of my downloads.
These are WMV (Windows Media Video 9 Screen)

http://rapidshare.com/files/81231685/SP-DAY1-1.rar
http://rapidshare.com/files/81235752/SP-DAY1-2.part1.rar
http://rapidshare.com/files/81238590/SP-DAY1-2.part2.rar
http://rapidshare.com/files/81241853/SP-DAY2-1.rar
http://rapidshare.com/files/81244413/SP-DAY2-2.rar
http://rapidshare.com/files/81249235/SP-DAY2-3.part1.rar
http://rapidshare.com/files/81252135/SP-DAY2-3.part2.rar
http://rapidshare.com/files/81256424/SP-DAY2-4.rar
http://rapidshare.com/files/81260889/SP-DAY3-1.rar
http://rapidshare.com/files/81262573/SP-DAY3-2.rar
http://rapidshare.com/files/81264975/SP-DAY3-3.rar
http://rapidshare.com/files/81267190/SP-DAY3-4.rar
http://rapidshare.com/files/81271491/SP-DAY3-5.part1.rar
http://rapidshare.com/files/81274353/SP-DAY3-5.part2.rar
http://rapidshare.com/files/81279135/SP-DAY4-1.rar
http://rapidshare.com/files/81281808/SP-DAY4-2.rar
http://rapidshare.com/files/81285416/SP-DAY4-3.rar
http://rapidshare.com/files/81290244/SP-DAY4-4.part1.rar
http://rapidshare.com/files/81293110/SP-DAY4-4.part2.rar
http://rapidshare.com/files/81294057/SP-DAY4-5.rar
http://rapidshare.com/files/81299006/SP-DAY5-1.rar
http://rapidshare.com/files/81304504/SP-DAY5-2.rar
http://rapidshare.com/files/81307032/SP-DAY5-3.rar


Internetwork Expert CCIE Security Version 4.0 652MB



These are not 3GP Encoded Videos and not really an official part of my downloads. These are WMV (Windows Media Video 9 Screen) and a Rapidshare Mirror of thanhbobo's thread here:

http://rapidshare.com/files/98861255/IE-CCIE-Security-Day1.part1.rar http://rapidshare.com/files/98862325/IE-CCIE-Security-Day1.part2.rar http://rapidshare.com/files/98865935/IE-CCIE-Security-Day2.part1.rar http://rapidshare.com/files/98867078/IE-CCIE-Security-Day2.part2.rar http://rapidshare.com/files/98870581/IE-CCIE-Security-Day3.part1.rar http://rapidshare.com/files/98872142/IE-CCIE-Security-Day3.part2.rar http://rapidshare.com/files/98875713/IE-CCIE-Security-Day4.part1.rar http://rapidshare.com/files/98876612/IE-CCIE-Security-Day4.part2.rar http://rapidshare.com/files/98879839/IE-CCIE-Security-Day5.part1.rar http://rapidshare.com/files/98880558/IE-CCIE-Security-Day5.part2.rar


Internetwork Expert CCIE Lab Strategy: A Structured Approach (Online/On-Demand)



This seminar explores the principles of taking and passing the CCIE Lab Exam. Using a structured logical approach our instructors will show you how to plan your attack, verify your work, troubleshoot your configurations, and track your progress as you build the network toward your 80 point goal. This seminar also includes hands-on examples as the instructors walk you step-by-step through a practice lab scenario as if it was the actual CCIE Lab Exam.
http://classroom.internetworkexpert.com/p73138523/
http://www.internetworkexpert.com/seminar.htm


Internetwork Expert CCIE Emerging Technologies: IPv6 and the CCIE Lab (Online/On-Demand/RapidShare)

This seminar explores the evolution of the Internet Protocol and its emergence into the CCIE Lab Exam. From understanding IPv6 addressing to configuring IPv6 routing our instructors will walk you through the design and implementation of IPv6 based networks using both detailed explanations and hands-on examples. This seminar is a must-see if you've had little to no experience implementing IPv6 in the real world.
http://classroom.internetworkexpert.com/p23982603/
http://www.internetworkexpert.com/seminar.htm http://rapidshare.com/files/90096263/IE_CCIE-IPv6.rar


Internetwork Expert CCIE Catalyst QoS (Online/On-Demand)


This seminar explores the principles and practice of implementing Layer 2 and Layer 3 Quality of Service on Cisco Catalyst IOS. Using a structured logical approach our instructors will show you how to plan, implement, verify, and troubleshoot an end-to-end QoS design in Ethernet based LANs and Metro-Ethernet based WANs. This seminar also includes hands-on examples using the Catalyst 3550 and 3560 platforms as the instructors walk you step-by-step through advanced QoS scenarios live on the command line interface.
http://classroom.internetworkexpert.com/p95576427/
http://www.internetworkexpert.com/seminar.htm

Internetwork Expert CCIE Route Redistribution Demystified (Online/On-Demand/RapidShare)


This seminar explores the principles and practice of configuring, verifying, and troubleshooting advanced IPv4 route redistribution in the CCIE Lab Exam. Using a structured logical approach our instructors will show you how to plan your attack, verify your work, troubleshoot your configurations, and track your progress as you build your network topology toward full Layer 3 reachability. This seminar also includes hands-on examples as the instructors walk you step-by-step through advanced route redistribution scenarios live on the IOS command line interface.
http://classroom.internetworkexpert.com/p42549585/
http://www.internetworkexpert.com/seminar.htm

Play with the TCPMP Video Player for Windows




http://rapidshare.com/files/98451531/IE-CCIE.Route.Redistribution.Demystified.part1.rar
http://rapidshare.com/files/98456260/IE-CCIE.Route.Redistribution.Demystified.part2.rar

The quality of this is almost as good as the original and is vastly superior to other versions of this video anywhere else on the Internet.
All the other versions I have seen are quite simply, a disgrace. A video file should not be 1.6GB, only to have illegible console text, it is quite frankly, ridiculous.

Internetwork Expert CCIE Using Cisco's Documentation CD (Doc CD) (Online/On-Demand)


http://www.internetworkexpert.com/resources/using_the_doccd/index.html


I hope this post have been informative to you, and thank you for viewing.

http://rapidshare.com/files/195342948/readme.zip

Password default : booktraining.net
read more “CCNP Cisco Videos in 3GP format + CCENT CCNA CCIE Videos”

Download Free Ebook Video Training

Video training,video training rapidshare.com,video training rapidshare,Video training megaupload,video training hotfile uploading,Video training mediafire,free ebook rapidshare,computers books rapidshare,Books rapidshare,Book rapidshare, Book mediafire, video tutorials


This site does not store any files on its server.We only index and link to content provided by other sites. In case of any query/objection regarding copyright or piracy, please inform us at shytex@gmail.com. we will immediately respond to you.