Skip to main content

Connect 2 PCs with a USB-USB Cable


1. Get A USB-USB Cable

The first step in connecting the two PCs together is of course to get the USB-USB cable. Now you need to be very careful here ... you need to get the type of cable that is 'bridged'. This means there is a special feature in the cable that allows two PCs to communicate.


2. Installation

Once you've obtained the cable, you can hook up the cable and the PCs. First thing you need to do is to install any software and drivers that came with the cable.

Most cables should offer two modes of connection:
  • In the link mode, you can freely copy files between the two computers.
  • On network mode, you can not only copy files, but also share folders, printers and an Internet connection.
3. Start Using That Connection

If you're using the cable under link mode, you simply access the transfer program provided by the cable software. Open up the program and start transferring your files.

If you're using network mode, you need to do the following:

  • Go to the PC with Internet access. Go to Start => Settings => Network Connections. You'll find the network adapters presently on your PC.
  • Now right click the adapter that is connecting your PC to the Internet. Choose Properties and click on the Advanced tab. In that tab, check 'Allow other network users to connect through this computer�s Internet connection'.
  • Once you've done this, restart the PC and the other computer should be able to access the Internet as well.

Comments

Post a Comment

Popular posts from this blog

ISDN

ISDN stands for "Integrated Services Digital Network" A digital telephone connection like a modem that uses digital links & offers speeds above five times that of an analog modem. The ISDN system is a packet system that can also handle voice communication.

Removing Shortcut arrow in Windows 7 - "Regedit Process"

Step 1 Click the Start Menu and Type regedit into the search box and Press Enter. Step 2 Browse to the following registry key: KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons If the Shell Icons key does not exist you’ll need to create it.  To do so Right-Click the Explorer key and Select New > Key. Step 3 In the right pane of the Shell Icons key, Right-Click any empty area and Select New > String Value.  Name the new string 29. NOTE: If Shell Icons key is not listed please add the key: Step 4 Right or Double-Click the 29 entry to modify it.  In the value data box enter the following: C:\Windows\System32\shell32.dll,50 Click OK. Step 5 You can restart Explorer and the changes should take effect, but there it will appear to be a little buggy until you Restart your computer. Done...

About CPU cache RAM

The CPU must deliver its data at a very high speed. The regular RAM can not keep up with that speed. Therefore, a special RAM type called cache is used as a buffer - temporary storage. To get top performance from the CPU, the number of outgoing transactions must be minimized. The more data transmissions, which can be contained inside the CPU, the better the performance. Therefore,the 486 was equipped with a built in mathematical co-processor, floating point unit and 8 KB L1-cache RAM. These two features help minimize the data flow in and out of the CPU. Cache RAM becomes especially important in clock doubled CPU's, where internal clock frequency is much higher than external. Then the cache RAM enhances the "horsepower" of the CPU, by allowing faster receipt or delivery of data. Beginning with 486 processors, two layers of cache are employed. The fastest cache RAM is inside the CPU. It is called L1 cache. The next layer is the L2 cache, which are small SRAM chips on the sy...