<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d12493326\x26blogName\x3dTechnology+::++State+of+the+Art\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://techtrack.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://techtrack.blogspot.com/\x26vt\x3d4088457725845351436', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, April 28, 2005

USB and Linux

USB stands for Universal Serial Bus and is a new technology theoretically capable of connecting a very large number of external devices on a computer. USB is intended primarily for low bandwidth (slow) components such as mice, keyboards, modems, joysticks, etc., but not fast devices like hard drives. USB has its benefits and its problems, which I will not go into depth about. Most computers have 2 USB ports. Some USB devices will have another port so that another USB device can be plugged into it. This is called "Daisy-Chaining". Otherwise you run out of ports quickly, in which case you may need a USB hub which will add more ports.
A computer interface with a maximum bandwidth of 1.5 Megabytes per second used for connecting computer peripherals such as printers, keyboards and scanners.

More on Linux USB

0 Comments:

Post a Comment

<< Home