Router vs Switch vs Hub

Monday, 9 November 2009

You may hear the terms router, switch and hub used interchangeably. They look alike on the outside, but they’re very different on the inside. Hubs are dumb devices that simply repeat everything they hear. When one computer sends a signal to the hub, the hub sends the identical signal back out to all of the other ports on the hub.

imageHubs enable computers on a network to communicate. Each computer plugs into the hub with an Ethernet cable, and information sent from one computer to another passes through the hub. A hub can’t identify the source or intended destination of the information it receives, so it sends the information to all of the computers connected to it, including the one that sent it.

A hub can send or receive information, but it can’t do both at the same time. This makes hubs slower than switches. Hubs are the least complex and the least expensive of these devices.

Switches work the same way as hubs, but they can identify the intended destination of the information that they receive, so they send that information to only the computers that are supposed to receive it. Switches can send and receive information at the same time, so they can send information faster than hubs can.

If your home network has four or more computers or you want to use your network for activities that require passing a lot of information between computers (such as playing network games or sharing music), you should probably use a switch instead of a hub. Switches cost a little more than hubs.

imageSwitches are much more intelligent devices that analyze each packet coming in. The switch determines where the traffic needs to go and transmits it only on the port connected to the destination computer. This is a much more efficient use of the network’s bandwidth, and it also prevents unauthorized users from intercepting traffic on the network. Until recently, switches were much more expensive than hubs, but recent advances in switch technology have made hubs all but obsolete.

Routers enable computers to communicate and they can pass information between two networks—such as between your home network and the Internet. This capability to direct network traffic is what gives the router its name. Routers can be wired (using Ethernet cables) or wireless.

If you just want to connect your computers, hubs and switches work well; however, if you want to give all of your computers access to the Internet using one modem, use a router or a modem with a built-in router. Routers also typically provide built-in security, such as a firewall. Routers are more expensive than hubs and switches.

If you’re building a new LAN from scratch, an all-in-one unit that combines a router, Ethernet switch, and wireless access point is your best value. It is also the most compact and simplest to install, since all of the cables will connect to a single, centrally located unit.

http://helpdeskgeek.com/networking/router-vs-switch-vs-hub/

Posted via email from Kopipes


iPhone & iTouch backup

Monday, 9 November 2009
How to backup Contacts :

* Navigate to /private/var/mobile/Library/AddressBook
* There will be two files save them on your computer.

How to backup Calendar:

* Navigate to /private/var/mobile/Library/Calendar
* Copy Calendar.sqlitedb to your computer

How to backup Notes:

* Navigate to /private/var/mobile/Library/Notes
* Copy notes.db and notes.idx to your computer

http://www.kaskus.us/showpost.php?p=131341301&postcount=4128

Posted via email from Kopipes


How do I install Windows SharePoint Services?

Monday, 9 November 2009

A. Windows Server 2003 R2 has a built-in Windows SharePoint Services component that you can install using the Add/Remove Windows Components Control Panel applet. The component simplifies installation by automatically installing the OS components that SharePoint requires (Microsoft ASP.NET, Enabled network COM+ access, and IIS). In this exercise we’ll install SharePoint on a pre-R2 system.

  1. Log on to the Windows 2003 server as an Administrator.
  2. Start the Add/Remove Windows Components Control Panel applet (Start, Settings, Control Panel, Add or Remove Programs, Add/Remove Windows Components).
  3. Select Application Server and click Details.
  4. Select ASP.NET (which automatically enables network COM+ access), select Internet Information Services (IIS), and click Details, as the figureshows.
  5. Ensure that Common Files, Internet Information Services Manager, and World Wide Web Service are selected. Click OK.
  6. Click Next to begin the installation, and click Finish after the components are installed. Download the Windows Sharepoint Services software from http://www.microsoft.com/windowsserver2003/technologies/sharepoint/default.mspx . At the time of this writing, the latest version (stsv2.exe ) includes Service Pack 2 (SP2). Execute the file to extract the SharePoint installation files. To only extract the files and not start the installation, use the /t /c switches with the following command:
C:\stsv2.exe /c /t:c:\wsssp2

SharePoint stores all its content in a Microsoft SQL database, which for Windows SharePoint Services can be Microsoft SQL Server Desktop Engine (MSDE) or, preferable, a full SQL Server 2005 or SQL Server 2000 installation (which uses Windows Integrated authentication mode). If you want to have SQL Server reside on a remote box, you need to initiate the installation of Windows SharePoint Services with the “remotesql=yes” switch. If SQL Server is installed locally, then this isn’t required. To set up Windows SharePoint Services follow the steps below:

  1. Start the installation from the extracted files with the following command: C:\wsssp2\SETUPSTS.EXE remotesql=yes
  2. Check the “I accept the terms in the License Agreement” and click Next.
  3. If SharePoint is running with the database on a single box, you can select Typical Installation; if the server will work with other SharePoint servers or with a separate server for the database (a back-end SQL datdabase), select Server Farm, as the figure shows. Click Next.

The installation screen will show the components to be installed. Click Install. After the installation finishes, the SharePoint administration Web site (http ://localhost:7048/configadminvs.aspx ) will display to let you select an application pool to use. The best practice is to use a new application pool for each Microsoft IIS virtual server, which ensures that each instance runs in a separate process but it does consume more memory. The Central Administration and regular SharePoint portal sites must run in separate pools. Each separate pool uses about 150MB of memory; additional portal sites in an existing pool use only an additional 15MB to 30MB. The Web site at http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsf20.mspx?mfr=true has information about account types to use for SharePoint application pool owners. The recommendation is to use a domain account that can access back-end SQL databases to simplify the process. This domain account needs to be a Security Administrator and Database Creator on the SQL Server. To configure those roles, open the Microsoft Management Console (MMC) SQL Server Enterprise Management snap-in and select Microsoft SQL Servers, SQL Server Group, (local), Security, Logins, New Login. Select the domain account and click the Server Roles tab, to set the roles, as the

figure shows.

You should also select the security (NTLM or Kerberos) authentication type to use. If you select Kerberos, you need to take additional steps, which are described on the configuration Web page, which the figureshows. After you set all the options, click OK. You’ll see a confirmation dialog box that tells you to run the iisreset command. Run iisreset, then click OK to the confirmation page.

You can now configure the database server. Enter the details for the SQL server (local or remote name) and a name for the database. Select “Use Windows authentication” and leave the default for Active Directory Account Creation, “Users already have domain accounts,” which will stop new accounts from being created automatically, as the figure shows. Click OK.

At this point, the Windows SharePoint Services server will connect to the SQL Server machine and create the database and content per the supplied information. You’ll now see the default Central Administration page http ://localhost:7048/default.aspx, which allows the creation of actual SharePoint sites and content for general user use.

Posted via email from Kopipes


STOP: 0×000000ED and 0×0000007B error

Friday, 16 October 2009

Stop 0×000000ED (UNMOUNTABLE_BOOT_VOLUME)
Stop 0×0000007B (INACCESSIBLE_BOOT_DEVICE)

These two errors have similar causes and the same troubleshooting steps apply to both of them. These stop codes always occur during the startup process. When you encounter one of these stop codes, the following has happened:

  1. The system has completed the Power-On Self-Test (POST).
  2. The system has loaded NTLDR and transferred control of the startup process to NTOSKRNL (the kernel).
  3. NTOSKRNL is confused. Either it cannot find the rest of itself, or it cannot read the file system at the location it believes it is stored.

When troubleshooting this error, your task is to find out why the Windows kernel is confused and fix the cause of the confusion.

Things to check:

  • The SATA controller configuration in the system BIOS If the SATA controller gets toggled from ATA to AHCI mode (or vice versa), then Windows will not be able to talk to the SATA controller because the different modes require different drivers. Try toggling the SATA controller mode in the BIOS.
  • RAID settings You may receive this error if you’ve been experimenting with the RAID controller settings. Try changing the RAID settings back to Autodetect (usually accurate).
  • Improperly or poorly seated cabling Try reseating the data cables that connect the drive and its controller at both ends.
    Hard drive failure Run the built-in diagnostics on the hard drive. Remember: Code 7 signifies correctable data corruption, not disk failure.
  • File system corruption Launch the recovery console from the Windows installation disc and run chkdsk /f /r.
  • Improperly configured BOOT.INI (Windows XP). If you have inadvertently erased or tinkered with the boot.ini file, you may receive stop code 0×7B during the startup process. Launch the recovery console from the Windows installation disc and run BOOTCFG /REBUIL

—–
Teguh Aditya – http://card.ly/tguh

Posted via email from Kopipes


Right Brain vs Left Brain

Monday, 12 October 2009

This totally spookes you out. Look at it with a couple of friends around. You’ll be surprised to hear conflicting replies about the direction!

‘The Brain’

Quite amazing!

 

                                    

THE Right Brain vs Left Brain test … do you see the dancer turning clockwise or anti-clockwise?  

 If you see this woman turning in clockwise you are using your right brain
If you see it the other way, you are using left brain.  Some people do see both ways, but most people see it only one way.

See if you can make her go one way and then the other by shifting the brain’s current.


BOTH DIRECTIONS CAN BE SEEN


Experimentation has shown that the two different sides, or hemispheres, of the brain are responsible for different manners of thinking. The following table illustrates the differences between left-brain and right-brain thinking:

a

Left Brain
                      Right Brain


Logical                             Random
Sequential                       Intuitive
Rational                           Holistic
Analytical                         Synthesizing
Objective                         Subjective
Looks at Parts               Looks at wholes



 Most individuals have a distinct preference for one of these styles of thinking. Some, however, are more whole-brained and equally adept at both modes. In general, schools tend to favor left-brain modes of thinking, while downplaying the right-brain ones. Left-brain scholastic subjects focus on logical thinking, analysis, and accuracy. Right-brained subjects, on the other hand, focus on aesthetics, feeling, and creativity…

—–
Teguh Aditya – http://card.ly/tguh

Posted via email from Kopipes


VMWare ESX and a VM stuck in an inconsistent state

Monday, 12 October 2009
Last week I managed to put a VM into a state where it thought it was on and yet the host thought it was off, presumably by asking for it to be reset at an inconvenient time.

I’ve managed to kill it today thanks to an article in the VMWare communities forums.

The key thing I gleaned from this post was the existence of the following command to get the VMID:

vm-support -x

Before running that however I ran vm-support -h and one of the options is:

-X <wid> grab debug info for a hung VM

So having run vm-support -x to get the VMID I ran the vm-support -X command.  It asks a couple of questions:

Can I include a screenshot of the VM xxxx? [y/n]:
Can I send an NMI (non-maskable interrupt) to the VM xxxx? This might crash the VM, but could aid in debugging [y/n]:
Can I send an ABORT to the VM xxx? This will crash the VM, but could aid in debugging [y/n]:

The key thing here for me was question 3, because after about 5 minutes I got a notification from VirtualCentre that the VM had been switched off.

Source : http://sisutcliffe.posterous.com/vmware-esx-and-a-vm-stuck-in-an-inconsistent

—–
Teguh Aditya – http://card.ly/tguh

Posted via email from Kopipes


Operator Warnet Niat banget Nyontreng! – Kaskus – The Largest Indonesian Community

Thursday, 9 July 2009

Hahaha… Lucu :D

Posted via web from Quick Journey Log


Need For Speed Ala Indonesia – Kaskus – The Largest Indonesian Community

Thursday, 9 July 2009

Gw udah ga bisa komen gan… speechless… (-.-”)

Posted via web from Quick Journey Log