Senin, 17 Oktober 2011

CARA SHARE KONEKSI INTERNET KABEL DENGAN 2 LAN CARD PADA WINDOWS XP

Cara share koneksi internet kabel dengan 2 LAN card pada windows XP.






ada 4 langkah
1. Jaringan default dari kabel ISP
2. Setting windows agar bisa share koneksi
3. Setting IP pada tiap LAN card
4. Hubungkan LAN kedua dan silakan browsing

Jaringan default dari kabel ISP
ISP via tv kabel -> cable modem -> LAN card komputer pertama. pastikan internetnya sudah hidup dan sudah bisa browsing.

Setting windows agar bisa share koneksi
Start -> Programs -> accessories -> Communications -> Network Setup Wizard

defaultnya adalah LAN card yang konek ke internet. tinggal next saja sampai selesai. kalau minta di save ke disket di tolak jawab NO dan finish.

pastikan Internet Connection Sharing pada LAN properties pada komputer pertama yang terhubung ke cable modem terpilih.
cek “Allow other network users to connect through this computer’s Internet connection”

Setting IP pada tiap LAN card
Setting LAN card yang ke internet (komputer 1) – default dari teknisinya.
- Obtain an iP address automaticaly
- Obtain DNS Server Address Automatically

Setting LAN card yang menuju Komputer Lain (komputer 1) :
IP Address : 192.168.0.5
Subnet Mask : 255.255.255.0
Default Gateway : Kosongin aja
DNS : Kosongin aja

Setting LAN card pada Komputer Lain (komputer 2,3,4,5,dsb):
IP Address : 192.168.0.10
Subnet Mask : 255.255.255.0
Default Gateway : 192.168.0.5
Prefered DNS server : Samakan dengan DNS pada LAN card yang konek ke internet
Alternate DNS server : Samakan dengan DNS pada LAN card yang konek ke internet

Hubungkan LAN kedua dan silakan browsing
sambungkan LAN card antara komputer 1 dan komputer 2 dengan menggunakan kabel cross. silakan browsing.

tambahan :
bagi yang tidak tau cara setting IP
Start -> Settings -> Control Panels -> Network Connections
Klik kanan -> Properties (pada Local Area Connection)
pada Tab -> general
cari This connection use the following items -> Internet Protocol [TCP/IP]
klik properties -> pada tab general pilih obtain an iP address automaticaly
ini setting yang DHCP, untuk yang statik pilih Use this following IP address.

bagi yang tidak tau cara liat DNS
Start -> Settings -> Control Panels -> Network Connections
klik kiri 2x pada LAN card yang konek ke internet
pada Tab -> SUpport
ada tombol detail, disana ada yang namanya DNS servers, itulah DNS dynamic yang diberikan oleh ISP anda.

note:
1. gunakan kabel cross untuk menghubungkan lan card pc1 dan lan card pc ke 2.
2. gunakan kabel straight untuk menghubungkan cable modem dan lan card pc1

Keterangan :
1. pastikan koneksi internet dari ISP sudah jalan.
2. share koneksi pada LAN card pertama. (liat pada bagian Setting windows agar bisa share koneksi)
3. setting IP, subnet mask, gateway dan dns pada tiap LAN card.
4. selamat internet anda sudah di share.
5. jangan lupa gunakan kabel cross untuk menghubungkan lan card pc1 dan lan card pc2.
HOW DIFFERENT WORK HUB AND SWITCH


Hub and Switch is one of the tools used in building a computer network which the network usually consisting of two or more computers. Usually these tools are used in building a LAN (Local Area Network). Menggukan second device topology is the star topology. Here is an explanation both of these tools.

Ø Hub


Hub is a device on the network that conceptually operates at Layer 1 (Physical Layer). That is, the hub does not filter to translate something, just knowing the speed of data transfer and arrangement of pins on the cable. The workings of this tool is to send a data packet signal to all ports on the hub so that the data packet is received by all computers connected to the hub except the sending computer. Transmitted signal is repeated even though the data packet has been received by the destination computer. This causes the function colossion more common.

For example when there is transmission of data packets from port A to port B and at the same time there is transmission of data packets from port C to port D, there will be a collision (collision) because it uses the same line (same broadcast path) so that data packets will become damaged resulting in retransmission of data packets. If this happens then it happens Collison can interfere with delivery of a new data packet and replicates. This resulted in reduced data transfer speed. Therefore, physically, the hub has LED lights that indicate the collision occurred.

When the data packet is sent through one port on the hub, then the transmission of data packets will be seen and sent to any other port on the hub so that the bandwidth be divided into the existing port. The more available ports on the hub, then the available bandwidth becomes smaller for each port.

This makes the transmission of data on the hub with a lot of ports that are connected to the computer becomes slow.

Ø Switch


Switch is a device on a network that is conceptually located at Layer 2 (Datalink Layer). That is, the switch at the time pengirimkan data follow the MAC address on the NIC (Network Interface Card) so that the switch know to whom this package will be accepted. If any collision is a collision that occurred on the ports that are exchanging data packets. For example when there is transmission of data packets from port A to port B and at the same time there is transmission of data packets from port C to port D, then it will not crash (collision) because the address is different and does not use the same line. The more available ports on the switch, it will not affect the available bandwidth for each port.

When the data packet is sent through one port on the switch, then the transmission of data packets will not appear and was not sent to any other ports so that each port has the full bandwidth. This causes the speed of data transfer more secure.

From the description above can be concluded that the switches better than hubs, both conceptually and in principle the comparison works that can make the collosion.