Directx All Versions Download

Total Page:16

File Type:pdf, Size:1020Kb

Directx All Versions Download directx all versions download Microsoft Visual C++ Downloads (All Runtime Versions) Does your system require Microsoft Visual C++ to run a specific program? This page provides information about Visual C++ and how to download, install and troubleshoot its redistributables. For programs and games created with Microsoft Visual Studio (VC++ IDE), Visual C++ Redistributable is required. Visual C++ redistributables are shared libraries of DLL files (Dynamic Link Libraries) which may be used by any program. When developing new software with the Microsoft Visual C++ compiler, the developers must make sure that the corresponding runtime libraries are installed on all the machines this software is installed. Download Visual C++ Redistributables. Microsoft Visual C++ redistributable packages can be downloaded from the links given below. We have given all links to the official downloads including the new versions as well as the older versions, for both 32 bit and 64 bit versions. Some older version links may not work as they have been discontinued by Microsoft. Version. 32-bit. 64-bit. Visual C++ 2019 Redistributable (Visual Studio 2019 [VC++ 16.0]) [LATEST VERSION] Visual C++ 2017 Redistributable (Visual Studio 2017 [VC++ 15.0]) Visual C++ 2015 Redistributable (Visual Studio 2015 [VC++ 14.0]) Visual C++ 2013 Redistributable (Visual Studio 2013 [VC++ 12.0]) Visual C++ 2012 Redistributable (Visual Studio 2012 [VC++ 11.0]) Visual C++ 2010 Redistributable (Visual Studio 2010 [VC++ 10.0]) Visual C++ 2008 Redistributable (Visual Studio 2008 [VC++ 9.0]) Visual C++ 2005 Redistributable (Visual Studio 2005) What is Microsoft Visual C++? Microsoft Visual C++ is a Integrated Development Environment (IDE) tool to create apps and software using C and C++ programming languages. An IDE enables users to write, edit, test and compile their code into an executable file. Visual C++ Redistributable is a set of standard libraries required for running apps created and compiled in Visual C++ IDE. The biggest benefit of these redistributable files is that the runtime components can be called and used by all installed applications. There can be many Microsoft Redistributable packages installed on your system. You can view them by going to the Control Panel/Programs/Apps and Features. Each runtime corresponds to a specific version of Visual C++ IDE. The programs created with a particular version of Visual C++ will require the corresponding version of runtime to be installed. That’s why multiple versions of Visual C++ runtime can be installed at the same time. When you create certain Apps or Programs using Visual C++, the Redistributable packages are installed automatically. Some developers pre- package the runtime libraries inside their software setups. Or you can download them manually. You can download all of the Visual C++ runtimes on this page. If you are using the same version of Microsoft Visual C++ to create multiple apps, then all the apps need only one redistributable package to run them all. When do you need Microsoft Visual C++ Redistributable? It is important for you to have the Visual C++ Redistributable if you have any software or program that relies on it, otherwise there is no reason for you to have the Microsoft VC++ Redistributable. As these packages do not use a heavy amount of your system resources, it’s ok even if you have multiple versions installed on your system. Microsoft Visual C++ Redistributables all versions. In this section, we will discuss about each version of Visual C++ runtime. Let’s begin with the latest one. Microsoft Visual C++ 2019 Redistributable. Applications created with Microsoft Visual Studio 2019 (Version 16.0) require this redistributable library to be installed in the system. If you have Visual Studio 2019 installed on your system, the runtime library is also installed to run the programs. Microsoft Visual C++ 2017 Redistributable. Applications created with Microsoft Visual Studio 2017 (Version 15.0) require C++ runtime 2017. If you have an application that is giving an error about MSVCR150.dll or MSVCP150.dll missing, you should install this version of Visual C++ 2017 redistributable. Microsoft Visual C++ 2015 Redistributable. Applications created with Visual Studio 2015 (Version 14.0) require C++ runtime 2015. If you have an application that is giving an error about MSVCR140.dll or MSVCP140.dll missing, you should install this version of Visual C++ 2015 redistributable. Microsoft Visual C++ 2013 Redistributable. Applications created with Visual Studio 2013 (Version 12.0) require C++ 2013 runtime. If you have an application that is giving an error about MSVCR120.dll or MSVCP120.dll missing, you should install this version of Visual C++ 2013 redistributable. Microsoft Visual C++ 2012 Redistributable. Applications created with Visual Studio 2012 (Version 11.0) require C++ runtime 2012. If you have an application that is giving an error about MSVCR110.dll or MSVCP110.dll missing, you should install this version of Visual C++ 2012 redistributable. Microsoft Visual C++ 2010 Redistributable. Applications created with Visual Studio 2010 (Version 10.0) require C++ runtime 2010. If you have an application that is giving an error about MSVCR100.dll or MSVCP100.dll missing, you should install this version of Visual C++ 2010 redistributable. Microsoft Visual C++ 2008 Redistributable. Applications created with Visual Studio 2008 (Version 9.0) require C++ runtime 2008. If you have an application that is giving an error about MSVCR90.dll or MSVCP90.dll missing, you should install this version of Visual C++ 2008 redistributable. Microsoft Visual C++ 2005 Redistributable. All in One Visual C++ Installers. If you are not comfortable to install Visual C++ redistributables one by one and want to install all of them, you should try out all in one Visual C++ installers. Here we list the best ones: Visual C++ Redistributable Runtimes All-in-One. Visual C++ Redistributable Runtimes All-in-One comes as a zip file with all versions of VC++ included and a simple batch file. Download it from the link below, unzip to a folder and run install_all.bat. This will install all the redistributables from version 2005 to 2019. All the installs are silent and do not require user intervention. The script does not restart Windows by itself. You’ll need to restart the computer once the installation is done. Visual C++ Runtime Installer (All-In-One) v56. Visual C++ Runtime Installer (All-In-One) is a single executable that includes all Visual C++ libraries built-in. RuntimePack. RuntimePack solves the problem of figuring out which C++ Redistributable Package you need as well as numerous DLL and OCX files that might be missing or not properly registered, causing Windows errors. RuntimePack is a single executable that will install all the VC++ runtimes on your computer. Features. Redistributable expands the features of your System related to multimedia. It helps you to install the components automatically which are required by many Apps, Games, and Programs to run. And the Apps which are written in C++ language, the Redistributable helps them to work and run properly. Each Redistributable package isn’t more than 20 MB in size. How to install Visual C++ redistributable. When you install a Visual C++ runtime, it will install the C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries. Native assembly caches are installed in WinSxS folders. Installing them on Windows versions that support side-by-side assemblies (CRT, STL, ATL, MFC, OpenMP) makes the libraries side-by-side compatible with the operating system. Select your architecture and download the redistributable from the links above. Then open its Installer. The window will open and ask you to accept the terms and then click on the Install button. It will take 4-5 seconds to install into your System. After installation completes, a window will appear that tells you that you have successfully installed the runtime on your System. Silent Installation. You can also install Visual C++ redistributable in silent mode. The installer comes with a /q switch that can be used to run the VC++ installer in silent mode. There are two ways to run the installer with /q switch. One is to create a shortcut of the downloaded setup file and append /q /norestart at the end of the target field in shortcut properties. VC Redistributable silent install shortcut. The second way is to run the installer from the command-line. Here is an example of how I ran the installer in quiet mode: Uninstall the Visual C++ packages. Open Apps and Features (Windows key + X + F) [Programs and Features in Windows 7] Search for Visual C++ Select the installed program you want to uninstall Press the Uninstall button . You may want to ask is it OK to uninstall any Visual C++ package? My answer is simple; uninstall it if it is necessary. Otherwise, leave it as multiple versions do not take up a lot of disk space and only provide additional functionality when needed. Can’t install Visual C++ Redistributable? If you get the following error while running vc_redist.x64.exe or vc_redist.x86.exe, it means that you already have an installation of VC++ pending on your computer. Please remove the current installation to proceed with the new install. Visual C++ 2015 Redistributable Setup Failed 0x80070666. To get past this error, follow the instructions below: Download Visual C++ redistributable again.. Change the directory to the one which has vc_redist.x64.exe file. For example, I downloaded it in my Downloads folder. cd C:\Users\Usman\Downloads\ Then, run the uninstaller: vc_redist.x64.exe /uninstall. Has this article answered all the questions you have about Microsoft Visual C++ redistributables? Now is it easy to download packages from one place? We would love to know your thoughts in the comments below :-) Microsoft DirectX for Windows. Get and Download Free DirectX 8.1, 9, 10, 11, 12, 13 Full Version for Windows XP, 7, 8 and 10 32-bit and 64-bit version.
Recommended publications
  • Windows 10 Upgrade – Preparation the Upgrade to Windows 10 Will Completely Wipe Everything on Your Local Device So You Need To
    Windows 10 Upgrade – Preparation The upgrade to Windows 10 will completely wipe everything on your local device so you need to ensure that everything is backed up before your machine is upgraded. It is your responsibility to ensure this is done BEFORE your upgrade as the staff performing the upgrade will not be able to do it for you. Desktop and Laptop Users Backing up your data Desktop / C: drive / Music / Pictures / Videos / Downloads Ensure that any work you have saved in the following areas and wish to keep: • Desktop • C: drive • D: drive - if you have one • Music folder • Pictures folder • Videos folder • Downloads folder is backed up (copied) to either a network drive (H: drive) or external media (USB). For large video or picture files, external media rather than your H: drive would be more appropriate. You can make sure that your backup has been successful by logging in on a different computer and checking that you can access your files from there If you need help completing this, please contact the IT Helpline on 4646 or at [email protected] Web Brower Favourites / Bookmarks Google Chrome Bookmarks You will need to back up any Google Chrome Bookmarks to your H: drive or removable USB drive. For guidance on how to complete this, please see the Google support pages at https://support.google.com/chrome/answer/96816?hl=en-GB and follow the “Move bookmarks to another browser” section Firefox Bookmarks You will need to back up any Firefox Bookmarks to your H: drive or removable USB drive.
    [Show full text]
  • Windows 7 Operating Guide
    Welcome to Windows 7 1 1 You told us what you wanted. We listened. This Windows® 7 Product Guide highlights the new and improved features that will help deliver the one thing you said you wanted the most: Your PC, simplified. 3 3 Contents INTRODUCTION TO WINDOWS 7 6 DESIGNING WINDOWS 7 8 Market Trends that Inspired Windows 7 9 WINDOWS 7 EDITIONS 10 Windows 7 Starter 11 Windows 7 Home Basic 11 Windows 7 Home Premium 12 Windows 7 Professional 12 Windows 7 Enterprise / Windows 7 Ultimate 13 Windows Anytime Upgrade 14 Microsoft Desktop Optimization Pack 14 Windows 7 Editions Comparison 15 GETTING STARTED WITH WINDOWS 7 16 Upgrading a PC to Windows 7 16 WHAT’S NEW IN WINDOWS 7 20 Top Features for You 20 Top Features for IT Professionals 22 Application and Device Compatibility 23 WINDOWS 7 FOR YOU 24 WINDOWS 7 FOR YOU: SIMPLIFIES EVERYDAY TASKS 28 Simple to Navigate 28 Easier to Find Things 35 Easy to Browse the Web 38 Easy to Connect PCs and Manage Devices 41 Easy to Communicate and Share 47 WINDOWS 7 FOR YOU: WORKS THE WAY YOU WANT 50 Speed, Reliability, and Responsiveness 50 More Secure 55 Compatible with You 62 Better Troubleshooting and Problem Solving 66 WINDOWS 7 FOR YOU: MAKES NEW THINGS POSSIBLE 70 Media the Way You Want It 70 Work Anywhere 81 New Ways to Engage 84 INTRODUCTION TO WINDOWS 7 6 WINDOWS 7 FOR IT PROFESSIONALS 88 DESIGNING WINDOWS 7 8 WINDOWS 7 FOR IT PROFESSIONALS: Market Trends that Inspired Windows 7 9 MAKE PEOPLE PRODUCTIVE ANYWHERE 92 WINDOWS 7 EDITIONS 10 Remove Barriers to Information 92 Windows 7 Starter 11 Access
    [Show full text]
  • Protecting Miscrosoft® Hyper-V Environments
    Protecting Miscrosoft® Hyper-V Environments Who should read this paper Technical White Papers are designed to introduce Veritas partners and end users to key technologies and technical concepts that are associated with the Veritas™ Backup and Recovery product family. The information within a Technical White Paper will assist partners and end users as they design and implement data protection solutions based on Veritas Backup and Recovery products. Technical White Papers are authored and maintained by the Veritas Backup and Recovery Technical Services group. Veritas Backup Exec™ 15 Technical White Paper Protecting Hyper-V Environments Contents Introduction.......................................................................................3 Business Value....................................................................................3 Underlying Backup Principles.........................................................................7 Virtualized Application Protection .....................................................................10 Virtual Machine Recovery Options ....................................................................12 Improved Usability for Virtual Environments.............................................................15 Example Hyper-V Configurations .....................................................................16 Performance Recommendations .....................................................................17 Notes and Best Practices ...........................................................................18
    [Show full text]
  • Trial Director Quick Start Guide
    QUICK START GUIDE TABLE OF CONTENTS Welcome to TrialDirector 6 . 3 Navigating in TrialDirector . 5 Creating and Organizing Your Case . 7 Preparing for Trial . .17 Presenting at Trial . .32 1 2 WELCOME TO TRIALDIRECTOR 6 Welcome to TrialDirector®, trial presentation software for attorneys and litigation support professionals. TrialDirector helps you organize exhibits and depositions, prepare cases for trial, and enhance case presentations. Whether you’re working with documents, images, photographs, transcripts, video testimony, or animations, you can easily view, manage, and present them using TrialDirector. This guide is divided into four main sections: • Navigating in TrialDirector – Shows you the modules and tabs within TrialDirector. • Creating and Organizing Your Case – Explains how to create a new case file and add items to your case. • Preparing for Trial – Details basic case preparation, including how to add markups to images, add issue codes to transcripts, create focused video clips from transcripts, and use workbooks to organize exhibits. • Presenting at Trial – Introduces the Presentation mode and explains how to retrieve exhibits, mark up exhibits, and display video clips. Other Resources This guide provides a basic introduction to TrialDirector. Check out our other valuable resources to help you tap into the powerful features of the program: • Tutorials – Free tutorials are available on inData’s Web site (www.indatacorp.com). • Help - In addition to this guide, the TrialDirector Help system contains many feature overviews and task-specific topics that you can locate through the Contents or by searching on key words. To access the TrialDirector Help, open the Help menu in the program and click Contents.
    [Show full text]
  • Introduction to Windows 7
    [Not for Circulation] Introduction to Windows 7 This document provides a basic overview of the new and enhanced features of Windows 7 as well as instructions for how to request an upgrade. Windows 7 at UIS Windows 7 is Microsoft’s latest operating system. Beginning in the fall of 2010, UIS will upgrade all classroom and lab PCs to Windows 7. Any new PC that is ordered will automatically come installed with Windows 7. To request an upgrade, contact the Technology Support Center (TSC) at 217/206-6000 or [email protected]. The TSC will evaluate your machine to see if it’s capable of running Windows 7. (Your computer needs a dual core processor and at least 2 GB of RAM.) Please note that University licensing does NOT cover distribution of Windows 7 for personally owned computers. However, it is available for a discounted price via the WebStore at http://webstore.illinois.edu. What to Consider Before Upgrading There is no direct upgrade path from Windows XP to Windows 7. Therefore, the TSC will take your computer, save your files, and install Windows 7 on a clean hard drive. Please budget a couple days for this process. In some cases, you may have older devices that will not work with Windows 7. While many vendors are providing and will continue to provide drivers for their hardware, in some cases, printers, scanners, and other devices that are more than 5 years old may have issues running on Windows 7. To check the compatibility of your devices with Windows 7, visit the Microsoft Windows 7 Compatibility Center at http://www.microsoft.com/windows/compatibility/windows-7/en-us/default.aspx.
    [Show full text]
  • System Requirements
    Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files, release notes, and the latest version of the applicable user documentation, which are available from the Trend Micro website at: http://docs.trendmicro.com/en-us/enterprise/officescan.aspx Trend Micro, the Trend Micro t-ball logo, and OfficeScan are trademarks or registered trademarks of Trend Micro Incorporated. All other product or company names may be trademarks or registered trademarks of their owners. Copyright © 2017 Trend Micro Incorporated. All rights reserved. Release Date: October 2017 Protected by U.S. Patent No. 5,623,600; 5,889,943; 5,951,698; 6,119,165 Table of Contents Chapter 1: OfficeScan Server Installations Fresh Installations on Windows Server 2008 R2 Platforms .............................................................................................................................................................................. 1-2 Fresh Installations on Windows Server 2012 Platforms ..................................................................................................................................................................................... 1-3 Fresh Installations on Windows Server 2016 Platforms ..................................................................................................................................................................................... 1-4 Fresh Installations
    [Show full text]
  • Windows 10-New Features & Apps
    Windows 10-New Features & Apps By Tom Krauser This article discusses some of the new features and apps that come packaged in Windows 10. It is only a brief summary of these features. For more information you can search the internet or check YouTube for instructional videos on your topic of interest. The following links provide some good basic information on Windows 10 and should be helpful to you. https://support.microsoft.com/en-us/products/windows?os=windows-10 https://support.microsoft.com/en-us/help/4043948/windows-10-whats-new-in-fall-creators-update-1709 The following article from PC World Magazine provides articles on a lot of new features in Windows 10. https://www.pcworld.com/tag/windows10/ The following article by CNET discusses some of new features in the latest update to Windows 10. https://www.cnet.com/how-to/windows-10-tips-best-features/ Alarms & Clocks: A combination of alarm clock, world clock, timer, and stopwatch. Set alarms and reminders, check times around the world, and time your activities, including laps and splits. The following link discusses how to set timers, alarms, and stopwatches: https://www.howtogeek.com/225211/how-to-set-timers-alarms-and-stopwatches-in-windows-10/ Camera: Many modern devices with Windows include a webcam and, to use it, you need an app that helps you take pictures, record videos or stream video while video chatting. For this purpose, Microsoft has built an app called Camera, which is available by default in Windows 10. Connect: Use Connect App to Cast Your Smartphone Screen to Your PC.
    [Show full text]
  • Surface Hub 2S Admin Guide
    Surface Hub 2S Admin Guide Surface Hub 2S coming soon; Pre-release products shown; products and features subject to regulatory certification/approval, may change, and may vary by country/region. Surface Hub 2S has not yet been authorized under U.S. Federal Communications Commission (FCC) rules; actual sale and delivery is contingent on compliance with applicable FCC requirements. This documentation is an early release of the final documentation, which may be changed prior to final commercial release and is confidential and proprietary information of Microsoft Corporation. This document is provided for informational purposes only and Microsoft makes no warranties, either express or implied, in this document. © 2019. Microsoft Corporation. All rights reserved Introduction .................................................................................................................................................. 1 Welcome to Surface Hub 2S ......................................................................................................................... 1 New User Experience and Features ........................................................................................................................ 1 Microsoft Teams ..................................................................................................................................................... 1 New form factor and hardware changes ................................................................................................................ 2 Surface
    [Show full text]
  • Migrating Active Directory to Windows Server 2012 R2
    Windows Server 2012 R2 Migrating Active Directory to Windows Server 2012 R2 Hands-on lab In this lab, you will complete a migration of a Windows Server 2008 R2 domain environment to Windows Server 2012 R2 with no downtime to clients. All roles currently held including FSMO, DHCP and DNS will be transferred to enable the Windows Server 2008 R2 domain controller to be retired. Produced by HynesITe, Inc. Version 1.0 12/15/2013 This document supports a preliminary release of a software product that may be changed substantially prior to final commercial release. This document is provided for informational purposes only and Microsoft makes no warranties, either express or implied, in this document. Information in this document, including URL and other Internet Web site references, is subject to change without notice. The entire risk of the use or the results from the use of this document remains with the user. Unless otherwise noted, the companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted in examples herein are fictitious. No association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation.
    [Show full text]
  • Corpsystem Workpaper Manager
    CorpSystem Workpaper Manager Networking Best Practices Guide Version 6.5 Summer 2010 Copyright: 2010, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form or by any means, without prior written permission. Requests for that permission should be directed to: CCH INCORPORATED 21250 Hawthorne Blvd. Torrance, CA 90503 The contents of this publication are believed to be accurate. However, responsibility cannot be assumed for the information contained herein, and the consequences resulting from the use thereof. Material in this publication is subject to change without notice. This Networking Best Practices Guide and the computer software it describes are designed to provide accurate and authoritative information in regard to the subject matter covered. They are distributed with the understanding that the publisher is not engaged in rendering legal, accounting or other professional service. If legal advice or other expert assistance is required, the services of a competent professional person should be sought. “ProSystem fx” is a registered trademark of CCH, a Wolters Kluwer business. “Windows” is a registered trademark of Microsoft Corporation. All other brand, product, or company names are trademarks or registered trademarks of their respective owners. Printed in U.S.A Table of Contents Overview ........................................................................................................................................................................ 2
    [Show full text]
  • Copyrighted Material
    11_783269 bindex.qxp 11/10/06 11:15 AM Page 209 Index applications (defined), 205. See also programs Numerics arranging windows, 43–44 100% button (Internet Explorer 7), 99–100 assigning sounds to program events, 24 audio visualizations, 186 A Windows Media Player 11, 183, 185–186 accessibility options, 156 audio CDs. See CDs accessories, 205 Audio Description feature, 157 account types, 169 AutoComplete feature (Internet Explorer 7), 101 accounts (administrative), 169 automatic updates with Windows Update, 161–162, 167 accounts (e-mail), 124 AutoPlay, 13, 148, 151 accounts (user) Autosearching feature (Internet Explorer 7), 113 account types, 169 adding, 169 creating, 169 B deleting, 170 backgrounds for desktop, 24 managing, 168, 170 Backup and Restore Center, 140–143, 146 names, 169 Backup Files dialog box, 141 Parental Controls, 170 backups passwords, 169 CompletePC Backup utility, 140–142 pictures, 169–170 DVD discs, 142 switching, 74 File and Folder Backup utility, 140–142 User Account Control (UAC), 170 Send To shortcut menu command, 64–65 activity reporting, 165 stopping, 141 activity reports, 166 BitLocker drive encryption, 163–164 Add Printer Wizard, 149–151 blocking Add to Library dialog box, 187 computer use, 165 adding Web sites, 165 bookmarks to Favorites Center, 102 blog, 208 gadgets, 31–32 bookmarks (Internet Explorer 7) icons, 35 adding to Favorites Center, 102 languages, 155–156 deleting, 104 music, 187 importing, 101 printers, 149–151 moving, 103–105 user accounts, 169 organizing, 103–105 address bar, 15–16 renaming, 104 address book, 128–130 selecting, 103 Address toolbar, 41 browser (defined), 208. See also Internet Explorer 7 adjusting volume, 152 browsing offline.
    [Show full text]
  • Manage Backup and Restore Introduction Learning Outcomes
    CompTIA IT Fundamentals+ Manage Backup and Restore Introduction Lab Topology Exercise 1 - Create System Image Backup Exercise 2 - Schedule a Server Backup Review Introduction Backups System Image Server Backup Restore Welcome to the Manage Backup and Restore Practice Lab. In this module, you will be provided with the instructions and devices needed to develop your hands-on skills. Learning Outcomes In this module, you will complete the following exercises: Exercise 1 - Create a System Image Backup Exercise 2 - Schedule a Server Backup After completing this lab, you will be able to: Add an additional virtual hard disk Initialize and create a new simple volume Create a system image backup Change the virtual machine start-up settings Perform system image restore Install Windows Server Backup Allow File and Printer Sharing feature Schedule a backup Exam Objectives The following exam objective is covered in this lab: 6.7 Explain business continuity concepts. Note: Our main focus is to cover the practical, hands-on aspects of the exam objectives. We recommend referring to course material or a search engine to research theoretical topics in more detail. Lab Duration It will take approximately 1 hour to complete this lab. Help and Support For more information on using Practice Labs, please see our Help and Support page. You can also raise a technical support ticket from this page. Click Next to view the Lab topology used in this module. Lab Topology During your session, you will have access to the following lab configuration. Depending on the exercises you may or may not use all of the devices, but they are shown here in the layout to get an overall understanding of the topology of the lab.
    [Show full text]