Rabu, 25 Mei 2011

V-Class Jaringan Komputer (Tugas 2) LAN DESIGN

Lab 5.1.13b Building a Switch-based Network



Objective
• Create a simple network with two PCs using a switch
• Identify the proper cable to connect the PCs to the switch
• Configure workstation IP address information
• Test connectivity using the ping command

Background / Preparation
This lab focuses on the ability to connect two PCs to create a simple switch-based Ethernet LAN using two workstations. A switch is a networking concentration device sometimes referred to as a multiport repeater. Switches are relatively inexpensive and easy to install. When operating in full- duplex mode, they provide dedicated bandwidth to workstations. Switches eliminate collisions by creating microsegments between ports to which the two workstations are attached. They are appropriate for small to large LANs with moderate to heavy traffic.

In addition to the physical and data link connections, which are Layers 1 and 2, the computers must also be configured with the correct IP network settings, which is Layer 3, so that they can communicate. Since this lab uses a switch, a basic Category 5/5e UTP straight-through cable is needed to connect each PC to the switch. This is referred to as a patch cable or horizontal cabling, which is used to connect workstations and a typical LAN. Start this lab with the equipment turned off and with cabling disconnected. Work in teams of two with one person per PC. The following resources will be required:
• Two workstations with an Ethernet 10/100 NIC installed
• Ethernet 10BaseT or Fast Ethernet switch
• Several Ethernet cables, which are straight-through and crossover, to choose from for connecting the two workstations

Step 1 Identify the proper Ethernet cable and connect the two PCs to the switch

a. The connection between the two PCs and the switch will be accomplished using a Category 5 or 5e straight-through patch cable. Locate two cables that are long enough to reach from each PC to the switch. Attach one end to the NIC and the other end to a port on the switch. Be sure to examine the cable ends carefully and select only a straight-through cable.
b. What kind of cable is required to connect from NIC to switch? Straight-through cable
c. What is the category rating of the cable? Category 5 or 5e
d. What is the AWG wire size designation of the cable? 24 AWG

Step 2 Verify the physical connection

a. Plug in and turn on the computers. To verify the computer connections, insure that the link lights on the both PC NICs and the switch interfaces are lit. Are all link lights lit? They should be otherwise troubleshoot.

Step 3 Access the IP settings window

Note: Be sure to write down the existing IP settings, so that they can be restored at the end of the lab. These include IP address, subnet mask, default gateway, and DNS servers. If the workstation is a DHCP client, it is not necessary to record this information.

Windows 95/98/Me users should do the following:
• Click on Start -- Settings -- Control Panel and then click the Network icon.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC and click on Properties.
• Click on the IP Address tab and the Gateway tab.

Windows NT/2000 users should do the following:
• Click on Start -- Settings -- Control Panel and then open the Network and Dial-up Connections folder.
• Click and open the Local Area Connection icon.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC.
• Click on Properties and click on Use the following IP address.

Windows XP users should do the following:

• Click on Start -- Settings -- Control Panel and then click the Network Connection icon.
• Select the Local Area Network Connection and click on Change settings of this connection.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC.
• Click on Properties and click on Use the following IP address.

See the example below:



Step 4 Configure TCP/IP settings for the two PCs

a. Set the IP address information for each PC according to the information in the table.

b. Note that the default gateway IP address is not required, since these computers are directly connected. The default gateway is only required on local area networks that are connected to a router.



Step 5 Access the Command or MS-DOS prompt

a. Use the Start menu to open the Command Prompt (MS-DOS-like) window:
Windows 95/98/Me users should do the following:
Start -- Programs -- MS-DOS Prompt
Windows NT/2000 users should do the following:
Start -- Programs -- Accessories -- Command Prompt
Windows XP users should do the following:
Start -- Programs -- Accessories -- Command Prompt

Step 6 Verify that the PCs can communicate

a. Test connectivity from one PC to the other through the switch by pinging the IP address of the opposite computer. Use the following command at the command prompt.
C:\ ping 192.168.1.1 (or 192.168.1.2)

b. Look for results similar to those shown below. If not, check the PC connections and TCP/IP settings for both PCs. What was the ping result?
Results could possibly be: Sent=4 Received=3 Lost=1 (this is due to ARP) Any other results probably indicate an error




Step 7 Confirm the TCP/IP network settings

Windows 95 / 98 / Me users should do the following:

a. Type the winipcfg command from the MS-DOS Prompt. Record the results.
Answers will vary depending on if Computer A or B is used.
Examples for Computer A IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0
Default Gateway:

Windows NT / 2000 / XP users should do the following:

b. Type the ipconfig command from the Command Prompt. Record the results.
Answers will vary depending on if Computer A or B is used.
Examples for Computer B IP Address: 192.168.1.2
Subnet Mask: 255.255.255.0
Default Gateway:


Step 8 Restore the PCs to their original IP settings, disconnect the equipment, and store the cables

V-Class Jaringan Komputer (Tugas 1) LAN DESIGN

Lab 5.1.13a Building a Hub-based Network



Objective
• Create a simple network with two PCs using a hub
• Identify the proper cable to connect the PCs to the hub
• Configure workstation IP address information
• Test connectivity using the ping command

Background / Preparation
This lab focuses on the ability to connect two PCs to create a simple hub-based Ethernet LAN using two workstations. A hub is a networking concentration device sometimes referred to as a multiport repeater. Hubs are inexpensive and easy to install, but they permit collisions to occur. They are appropriate for a small LAN with light traffic.

In addition to the physical and data link connections, which are Layers 1 and 2, the computers must also be configured with the correct IP network settings, which is Layer 3, so that they can communicate. Since this lab uses a hub, a basic Category 5/5e UTP straight-through cable is needed to connect each PC to the hub. This is referred to as a patch cable or horizontal cabling, which is used to connect workstations and a typical LAN. Start this lab with the equipment turned off and with cabling disconnected. Work in teams of two with one person per PC. The following resources will be required:
• Two workstations with an Ethernet 10/100 NIC installed
• Ethernet 10BaseT or Fast Ethernet hub
• Several Ethernet cables, which are straight-through and crossover, to choose from for connecting the two workstations

Step 1 Identify the proper Ethernet cable and connect the two PCs to the hub


a. The connection between the two PCs and the hub will be accomplished using a Category 5 or 5e straight-through patch cable. Locate two cables that are long enough to reach from each PC to the hub. Attach one end to the NIC and the other end to a port on the hub. Be sure to examine the cable ends carefully and select only a straight-through cable.
b. What kind of cable is required to connect from NIC to hub? Straight-through cable
c. What is the category rating of the cable? Category 5 or 5e
d. What is the AWG wire size designation of the cable? 24 AWG

Step 2 Verify the physical connection

a. Plug in and turn on the computers. To verify the computer connections, insure that the link lights on the both PC NICs and the hub interfaces are lit. Are all link lights lit? They should be otherwise troubleshoot.

Step 3 Access the IP settings window

Note: Be sure to write down the existing IP settings, so that they can be restored at the end of the lab. These include IP address, subnet mask, default gateway, and DNS servers. If the workstation is a DHCP client, it is not necessary to record this information.

Windows 95/98/Me users should do the following:
• Click on Start -- Settings -- Control Panel and then click the Network icon.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC and click on Properties.
• Click on the IP Address tab and the Gateway tab.

Windows NT/2000 users should do the following:

• Click on Start -- Settings -- Control Panel and then open the Network and Dial-up
Connections
folder.
• Click and open the Local Area Connection icon.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC.
• Click on Properties and click on Use the following IP address.

Windows XP users should do the following:

• Click on Start -- Settings -- Control Panel and then click the Network Connection icon.
• Select the Local Area Network Connection and click on Change settings of this connection.
• Select the TCP/IP protocol icon that is associated with the NIC in this PC.
• Click on Properties and click on Use the following IP address.

See the example below:



Step 4 Configure TCP/IP settings for the two PCs

a. Set the IP address information for each PC according to the information in the table.

b. Note that the default gateway IP address is not required, since these computers are directly connected. The default gateway is only required on local area networks that are connected to a router.



Step 5 Access the Command or MS-DOS prompt

a. Use the Start menu to open the Command Prompt (MS-DOS-like) window:
Windows 95/98/Me users should do the following:
Start -- Programs -- MS-DOS Prompt
Windows NT/2000 users should do the following:
Start -- Programs -- Accessories -- Command Prompt
Windows XP users should do the following:
Start -- Programs -- Accessories -- Command Prompt

Step 6 Verify that the PCs can communicate

a. Test connectivity from one PC to the other through the hub by pinging the IP address of the opposite computer. Use the following command at the command prompt.
C:\ ping 192.168.1.1 (or 192.168.1.2)

b. Look for results similar to those shown below. If not, check the PC connections and TCP/IP
settings for both PCs. What was the ping result?
Results could possibly be: Sent=4 Received=3 Lost=1 (this is due to ARP) Any other results probably indicate an error



Step 7 Confirm the TCP/IP network settings

Windows 95 / 98 / Me users should do the following:

a. Type the winipcfg command from the MS-DOS Prompt. Record the results.
Answers will vary depending on if Computer A or B is used.
Examples for Computer A IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0
Default Gateway:

Windows NT / 2000 / XP users should do the following:

b. Type the ipconfig command from the Command Prompt. Record the results.
Answers will vary depending on if Computer A or B is used.
Examples for Computer B IP Address: 192.168.1.2
Subnet Mask: 255.255.255.0
Default Gateway:


Step 8 Restore the PCs to their original IP settings, disconnect the equipment, and store the cables

Senin, 09 Mei 2011

TUGAS BAHASA INDONESIA 2 (LAPORAN KEGIATAN)

Nama Kegiatan : Seminar IP-TV Turn On Your Television with Networking(Telkom Indonesia)

Pembicara : Erry Rahmawan (senior service creation PT.Telkom)

Pelaksanaan Kegiatan :

Hari/Tanggal : Sabtu/09 April 2011
Waktu : 08.00 s/d 13.00 WIB
Tempat : Auditorium Kampus J 167 Universitas Gunadarma

Seminar IPTV ini diselenggarakan oleh BEM Fakultas Ilmu Komputer dan Teknologi Informasi Universitas Gunadarma. Televisi Internet Protocol (IPTV) adalah suatu sistem di mana televisi internet jasa diberikan dengan menggunakan metode dan jaringan arsitektur Internet Protocol Suite melalui paket-switched infrastruktur jaringan, misalnya, internet dan broadband jaringan akses Internet, bukannya disampaikan melalui tradisional frekuensi radio siaran, satelit sinyal, dan televisi kabel (CATV) format.

Pada Senin (28/2/2011) lalu, PT Telkom Indonesia meluncurkan produk terbarunya, IPTV Internet Protocol Television). Produk ini merupakan layanan televisi berbasis koneksi internet yang memiliki resolusi tinggi dan interaktif. Pengguna bisa memilih konten yang diinginkan, menyaksikan siaran yang telah lewat dan menyimpannya.

Salah satu fitur interaktif yang paling unik ialah TV push message service. Fitur tersebut digelar pada jaringan private dengan end user terminal berupa televisi. Dengan fitur tersebut, pengguna bisa terhubung satu sama lain dengan mengirimkan pesan antar pelanggan IPTV.

IPTV bukan cuma konten televisi yang didistribusikan lewat internet, tetapi merupakan sinergi antara kekuatan interaksi internet dan web dengan kekuatan media televisi. Ia berharap layanan ini bisa memenuhi keinginan masyarakat. IPTV berbeda dengan layanan TV berbayar lainnya. IPTV punya fasilitas entertainment yang lebih bagus, ada game, bisa karaoke dan menyaksikan tayangan yang sudah lewat. Kalau layanan TV berbayar lain kan pasif, kalau IPTV ini interaktif.

Layanan IPTV secara umum meliputi broadcast televisi dan video di atas akses internet dan interaksi multimedia dengan kecepatan true broadband seperti game, shopping, dan advertising. Selain itu juga ada layanan content on demand yang termasuk TV on demmand, video on demmand, music on demmand, dan karaoke on demmand.

Layanan bisa disaksikan dengan perangkat televisi, komputer, notebook, dan smartphone. Untuk tayangan live serta video on demmand, IPTV mendukung standard definition (SDTV) serta High Definition (HDTV). Video on demmand sendiri bisa dikontrol seperti layaknya menonton DVD.

IPTV akan memanfaatkan jaringan kabel yang sama dengan Speedy dan telepon. Layanan ini adalah cara untuk mengangkat kembali potensi jaringan kabel kala penggunaan oleh masyarakat menurun.

Sumber :
http://tekno.kompas.com/read/2011/02/28/1545066/Telkom.Luncurkan.Layanan.IPTV