<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-1511788501920660280</atom:id><lastBuildDate>Mon, 12 Sep 2011 11:07:42 +0000</lastBuildDate><category>Tour de Indonesian</category><category>Internet</category><category>Optic</category><category>Telecommunication</category><category>Mikrotik</category><category>Networking</category><category>Linux/Unix</category><title>indahnya berbagi| dyze'chambers blog</title><description /><link>http://denazepdyze.blogspot.com/</link><managingEditor>noreply@blogger.com (My life My adventure)</managingEditor><generator>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/denazepdyze" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="denazepdyze" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-4433941603144337246</guid><pubDate>Thu, 07 May 2009 08:40:00 +0000</pubDate><atom:updated>2009-05-07T01:40:45.477-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Networking</category><title>Pengertian Subnetting, Netmask, Network ID, Default Gateway &amp; Broadcast</title><description>&lt;div class="content"&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: large;"&gt;Subnetting&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Kita juga harus menguasai konsep subnetting untuk mendapatkan IP address baru, dimana dengan cara ini kita dapat membuat network ID baru dari suatu network yang kita miliki sebelumnya. Subnetting digunakan untuk memecah satu buah network menjadi beberapa network kecil.&lt;/p&gt; &lt;p&gt;Untuk memperbanyak network ID dari suatu network id yang sudah ada, dimana sebagaian host ID dikorbankan untuk digunakan dalam membuat ID tambahan&lt;/p&gt; &lt;p class="alert"&gt;&lt;strong&gt;Ingat rumus untuk mencari banyak subnet adalah 2 n – 2&lt;br /&gt;N = jumlah bit yang diselubungi&lt;/strong&gt;&lt;/p&gt; &lt;p class="alert"&gt;&lt;strong&gt;Dan rumus untuk mencari jumlah host per subnet adalah 2 m – 2&lt;br /&gt;M = jumlah bit yang belum diselubungi&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Contoh kasus dengan penyelesaian I :&lt;/span&gt;&lt;/p&gt; &lt;p&gt;Ip address 130.200.0.0 dengan subnet mask 255.255.224.0 yang diidentifikasi sebagai kelas B.&lt;/p&gt; &lt;p&gt;Subnet mask : 11111111.11111111.11100000.00000000&lt;br /&gt;3 bit dari octet ke 3 telah digunakan , tingal 5 bit yang belum diselubungi maka banyak kelompok subnet yang bisa dipakai adalah kelipatan 2 5 = 32 (256 – 224 = 32)&lt;br /&gt;32 64 96 128 160 192 224&lt;/p&gt; &lt;p&gt;Jadi Kelompok IP yang bisa digunakan dalah ;&lt;/p&gt; &lt;p&gt;130.200.0.0 - 130.200.31.254 ? subnet loopback&lt;br /&gt;130.200.32.1 - 130.200.63.254&lt;br /&gt;130.200.64.1 - 130.200.95.254&lt;br /&gt;130.200.96.1 - 130.200.127.254&lt;br /&gt;130.200.128.1 - 130.200.159.254&lt;br /&gt;130.200.160.1 - 130.200.191.254&lt;br /&gt;130.200.192.1 - 130.200.223.254&lt;/p&gt; &lt;p&gt;Contoh kasus dengan penyelesaian II :&lt;/p&gt; &lt;p&gt;Terdapat network id 130.200.0.0 dengan subnet 255.255.192.0 yang termasuk juga kelas B, cara lain untuk menyelesaikannya adalah ;&lt;/p&gt; &lt;p&gt;• Dari nilai octet pertama dan subnet yang diberikan, dapat diketahui IP address adalah kelas B yang octet ketiga diselubungi dengan angka 192…&lt;br /&gt;• Hitung dengan rumus (4 oktet – angka yang diselubung) 256 – 192 = 64&lt;br /&gt;• Jadi kelompok subnet yang dapat dipakai adalah kelipatan 64 dan 128.&lt;/p&gt; &lt;p&gt;Jadi kelompok ip yang dapat dipakai adalah&lt;br /&gt;130.200.64.1 sampai 130.200.127.254&lt;br /&gt;130.200.128.1 sampai 130.200.199.254&lt;/p&gt; &lt;p&gt;&lt;span style="color: red;"&gt;Kasus ;&lt;/span&gt;&lt;br /&gt;Kita memiliki kelas B dengan network ID 130.200.0.0 dengan subnet mask 255.255.224.0&lt;/p&gt; &lt;p&gt;Dengan cara yang sama diatas sebelumnya ;&lt;br /&gt;• Dari nilai octet pertama dan subnet yang diberikan dapat diketahui IP address adalah kelas B dengan octet ketiga terseluibung dengan angka 224&lt;br /&gt;• Hitung dengan rumus (256-224) =32&lt;br /&gt;• Jadi kelompok subnet yang dapat dipakai adalah kelipatan 32 yaitu 64 96 128 160 192&lt;/p&gt; &lt;p&gt;Dengan demikian, kelompok IP address yang dapat dipakai adalah ;&lt;br /&gt;130.200.32.1 sampai  130.200.63.254&lt;br /&gt;130.200.64.1 sampai  130.200.95.254&lt;br /&gt;130.200.96.1 sampai  130.200.127.254&lt;br /&gt;130.200.128.1 sampai  130.200.159.254&lt;br /&gt;130.200.160.1 sampai  130.200.191.254&lt;br /&gt;130.200.192.1 sampai  130.200.223.254&lt;/p&gt; &lt;div style="color: red;"&gt;Kasus :&lt;/div&gt; &lt;p&gt;misalkan kita menggunakan kelas C dengan network address 192.168.81.0 dengan subnet mask 255.255.255.240, maka&lt;/p&gt; &lt;p&gt;• Dari nilai octet pertama dan subnet yang diberikan dapat diketahui IP address adalah kelas C dengan oktat ketiga terselubung dengan angka 240&lt;br /&gt;• Hitung (256 – 240) = 16&lt;br /&gt;• Maka kelompok subnet yang dapat digunakan adalah kelipatan 16, yaitu 16 32 48 64 80 96 112 128 144 160 176 192 208 224&lt;/p&gt; &lt;p&gt;Maka kelompok IP address yang dapat digunakan adalah ;&lt;/p&gt; &lt;p&gt;192.168.81.17 sampai 192.168.81.20&lt;br /&gt;192.168.81.33 sampai 192.168.81.46&lt;br /&gt;192.168.81.49 sampai 192.168.81.62&lt;br /&gt;192.168.81.65 sampai 192.168.81.78&lt;br /&gt;192.168.81.81 sampai 192.168.81.94&lt;br /&gt;192.168.81.97 sampai 192.168.81.110&lt;br /&gt;192.168.81.113 sampai 192.168.81.126&lt;br /&gt;192.168.81.129 sampai 192.168.81.142&lt;br /&gt;192.168.81.145 sampai 192.168.81.158&lt;br /&gt;192.168.81.161 sampai 192.168.81.174&lt;br /&gt;192.168.81.177 sampai 192.168.81.190&lt;br /&gt;192.168.81.193 sampai 192.168.81.206&lt;br /&gt;192.168.81.209 sampai 192.168.81.222&lt;br /&gt;192.168.81.225 sampai 192.168.81.238&lt;/p&gt; &lt;div style="color: red;"&gt;Kasus :&lt;/div&gt; &lt;p&gt;Sebuah perusahaan yang baru berkembang mempunyai banyak kantor cabang dan tiap kantor cabang mempunyai 255 workstation, network address yang tersedia adalah 164.10.0.0, buatlah subnet dengan jumlah subnet yang terbanyak&lt;/p&gt; &lt;p&gt;Penyelesaian ; 164.10.0.0 berada pada kelas B, berarti octet 3 dan 4 digunakan untuk host, sedangkan 1 kantor cabang ada 254 host, maka ambil 1 bit lagi dari octet ke 3 agar cukup.&lt;/p&gt; &lt;p&gt;Maka subnetmask yang baru&lt;br /&gt;11111111.11111111.11111110.00000000&lt;br /&gt;255.           255.            254.        0&lt;/p&gt; &lt;p&gt;Subnet yang tersedia adalah 256 – 254 = 2, maka subnetnya kelipatan 2 sampai dengan 254.&lt;/p&gt; &lt;p&gt;Jumlah subnet  (2 7 – 2)  = 128 – 2 = 26 subnet&lt;br /&gt;Jumlah host / subnetnya  (2 9 - 2 ) = 512 – 2 = 510 host&lt;/p&gt; &lt;p&gt;164.10.0.0  sampai 164.10.1.0   ? dibuang&lt;br /&gt;164.10.2 .1 sampai 164.10.3.254&lt;br /&gt;164.10.4.1 sampai 164.10.5.254&lt;br /&gt;164.10.6.1 sampai 164.10.7.254&lt;br /&gt;164.10.8.1 sampai 164.10.9.254&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;164.10.252.1 sampai 164.10.253.254&lt;/p&gt; &lt;div style="color: red;"&gt;&lt;strong&gt;Kasus :&lt;/strong&gt;&lt;/div&gt; &lt;p&gt;Kita mendapatkan IP dari ISP yaitu 192.168.20.0 untuk alamat network dan subnet masknya 255.255.255.192 ini berarti notasi /26.&lt;/p&gt; &lt;p&gt;Jumlah subnet adalah 192, berarti 11000000, maka 22 – 2 = 2&lt;br /&gt;Berapa banyak host per subnet, 26 – 2 = 62 host&lt;br /&gt;Hitung subnet yang valid 256 – 192 = 64 subnet, maka terus tambahkan block size sampai angka subnet mask. 64 + 64 = 128. 128 + 64 = 192, yang tidak valid karena ia adalah sebuah subnet mask. Maka subnet yang valid adalah 64 dan 128.&lt;/p&gt; &lt;p&gt;Subnet    64 128&lt;br /&gt;Host pertama  65 129&lt;br /&gt;Host terakhir  126 190&lt;br /&gt;Alamat Broadcast 127 191&lt;/p&gt; &lt;p&gt;Cara membaca tabel diatas yaitu dari atas ke bawah untuk setiap kolom subnet, contoh: kolom pertama subnet 64 atau lengkapnya 192.168.20.64 memunyai host pertama 65 atau 192.168.20.65, host terakhir 126 atau 192.168.20.126 dan alamat broadcast di 127 atau 192.168.20.127.&lt;/p&gt; &lt;div style="color: red;"&gt;&lt;strong&gt;Kasus&lt;/strong&gt;&lt;/div&gt; &lt;p&gt;Kita mendapatkan IP dari ISP yaitu 192.168.10.0 untuk alamat network dan subnet masknya 255.255.255.224 ini berarti notasi /27.&lt;/p&gt; &lt;p&gt;Berapa jumlah subnet, 224 adalah 11100000, jadi 23-3 = 6&lt;br /&gt;Berapa banyak host per subnet, 25 – 2 = 30 host&lt;br /&gt;Hitung subnet yang valid 256 – 224  = 32&lt;br /&gt;32 + 32 = 64&lt;br /&gt;64 + 32 = 96&lt;br /&gt;96 + 32 = 128&lt;br /&gt;128 + 32 = 160&lt;br /&gt;160 + 32 = 192&lt;br /&gt;192 + 32 = 224&lt;br /&gt;224 tidak valid karena ia adalah sebuah subnet mask. Maka subnet yang valid adalah&lt;br /&gt;32, 64, 96,128,160,129,224&lt;/p&gt; &lt;p&gt;Subnet    32 64 96 128 160 192&lt;br /&gt;Host pertama  33 65 97 129 161 193&lt;br /&gt;Host terakhir  62 94 126 158 190 222&lt;br /&gt;Alamat Broadcast 63 95 127 159 191 223&lt;/p&gt; &lt;p&gt;Cara membaca tabel diatas yaitu dari atas ke bawah untuk setiap kolom subnet, contoh: kolom pertama subnet 32 atau lengkapnya 192.168.10.32 memunyai host pertama 33 atau 192.168.10.33, host terakhir 62 atau 192.168.10.62 dan alamat broadcast di 63 atau 192.168.10.63.&lt;/p&gt; &lt;div style="color: red;"&gt;Kasus kelas C&lt;/div&gt; &lt;p&gt;Kita mendapatkan IP dari ISP yaitu 192.168.10.0 untuk alamat network dan subnet masknya 255.255.255.224 ini berarti notasi /27.&lt;/p&gt; &lt;p&gt;Berapa jumlah subnet, 224 adalah 11100000, jadi 23-3 = 6&lt;br /&gt;Berapa banyak host per subnet, 25 – 2 = 30 host&lt;br /&gt;Hitung subnet yang valid 256 – 224  = 32&lt;br /&gt;32 + 32 = 64&lt;br /&gt;64 + 32 = 96&lt;br /&gt;96 + 32 = 128&lt;br /&gt;128 + 32 = 160&lt;br /&gt;160 + 32 = 192&lt;br /&gt;192 + 32 = 224&lt;br /&gt;224 tidak valid karena ia adalah sebuah subnet mask. Maka subnet yang valid adalah&lt;br /&gt;32, 64, 96,128,160,129,224&lt;/p&gt; &lt;p&gt;Subnet    32 64 96 128 160 192&lt;br /&gt;Host pertama  33 65 97 129 161 193&lt;br /&gt;Host terakhir  62 94 126 158 190 222&lt;br /&gt;Alamat Broadcast 63 95 127 159 191 223&lt;/p&gt; &lt;p&gt;Cara membaca tabel diatas yaitu dari atas ke bawah untuk setiap kolom subnet, contoh: kolom pertama subnet 32 atau lengkapnya 192.168.10.32 memunyai host pertama 33 atau 192.168.10.33, host terakhir 62 atau 192.168.10.62 dan alamat broadcast di 63 atau 192.168.10.63.&lt;/p&gt; &lt;div style="color: red;"&gt;Kasus :&lt;/div&gt; &lt;p&gt;Di sebuah perusahaan manufacturing yang mempunyai banyak bagian dalam perusahaan tersebut, dimana setiap bagian mempunyai 700 host, network address yang didapat adalah 171.168.10.0, berarti ini kelas B…perhatikan bagaimana jika kita menggunakan kelas C karena kelas C hanya dapat menampung host sebanyak 254 !!!&lt;/p&gt; &lt;p&gt;Classless Inter-Domain Rouitng (CIDR)&lt;/p&gt; &lt;p&gt;Suatu metode yang digunakan oleh ISP untuk mengalokasikan sejumlah alamat pada perusahaan, kerumah seorang pelanggan. ISP menyediakan ukuran blok (block size) tertentu.&lt;/p&gt; &lt;p&gt;Contoh : kita mendapatkan blok IP 192.168.32/28. notasi garis miring atau slash notation (/) berarti berapa bit yang bernilai 1 (contoh diatas adalah /28 berarti ada 28 bit yang bernilai 1).&lt;/p&gt; &lt;p&gt;Nilai maksimum setelah garing adala /32. karena satu byte adalah 8 bit dan terdapat 4 byte dalam sebuah alamat IP (4 x 8 = 32). Namun subnet mask terbesar tanpa melihar class alamatnya adalah hanya /30, karena harus menyimpan paling tidak dua buah bit sebagai bit dan host.&lt;/p&gt; &lt;p&gt;Nilai CIDR&lt;/p&gt; &lt;p&gt;255.0.0.0 /8&lt;br /&gt;255.128.0.0 /9&lt;br /&gt;255.192.0.0 /10&lt;br /&gt;255.224.0.0 /11&lt;br /&gt;255.240.0.0 /12&lt;br /&gt;255.248.0.0 /13&lt;br /&gt;255.252.0.0 /14&lt;br /&gt;255.254.0.0 /15&lt;br /&gt;255.255.0.0 /16&lt;br /&gt;255.255.128.0 /17&lt;br /&gt;255.255.192.0 /18&lt;br /&gt;255. 255.224.0 /19&lt;br /&gt;255. 255.240.0 /20&lt;br /&gt;255. 255.248.0 /21&lt;br /&gt;255. 255.252.0 /22&lt;br /&gt;255. 255.254.0 /23&lt;br /&gt;255. 255.255.0 /24&lt;br /&gt;255.255. 255.128 /25&lt;br /&gt;255.255. 255.192 /26&lt;br /&gt;255. 255. 255.224 /27&lt;br /&gt;255. 255. 255.240 /28&lt;br /&gt;255. 255. 255.248 /29&lt;br /&gt;255. 255. 255.252 /30&lt;/p&gt; &lt;p&gt;Keterangan : pola yang dimaksudkan adalah pola 128, 192, 224, 240, 248, 252, dan 254&lt;br /&gt;Dimana 128 dalam binary yaitu = 10000000 (1 bit subnet), 192 dalam binary yaitu 11000000 (2 bit binary) dan seterusnya. Maka hafalkan pola 128, 192, 224, 240, 248, 252 dan 254.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Contoh latihan subnetting : alamat class B&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Alamat Network 172.16.0.0 dan subnet mask 255.255.192.0&lt;/p&gt; &lt;p&gt;Subnet 192 = 11000000, 2 2 – 2 = 2&lt;br /&gt;Host 2 14 – 2 = 16.382 (6 bit di octet ketiga, dan 8 bit di octet keempat)&lt;br /&gt;Subnet yang valid 256 – 192 = 64. 64 + 64 = 128&lt;/p&gt; &lt;p&gt;Subnet  64.0  128.0&lt;br /&gt;Host pertama 64.1  128.1&lt;br /&gt;Host terakhir 127.254 192.254&lt;br /&gt;Broadcast 127.255 199.255&lt;/p&gt; &lt;p&gt;Keterangan, maka subnet 64.0 atau 172.16.64.0, mempunyai host pertama 64.1 atau 172.16.64.1 sampai dengan 171.16.127.254 dan alamat broadcastnya 172.16.127.255&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Contoh latihan subnetting : alamat class A&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Alamat Network 10.0.0.0 dan subnet mask 255.255.0.0&lt;/p&gt; &lt;p&gt;Subnet 255 = 11111111, 2 8 – 2 = 254&lt;br /&gt;Host 2 16 – 2 = 65.534&lt;br /&gt;Subnet yang valid 256 – 255 = 1, 2 , 3 dan seterusnya. (semua di octet kedua). Subnetnya menjadi 10.1.0.0, 10.2.0.0, 10.3.0.0 dan seterusnya sampai 10.254.0.0&lt;/p&gt; &lt;p&gt;Subnet  10.1.0.0 … 10.254.0.0&lt;br /&gt;Host pertama 10.1.0.1 … 10.254.0.1&lt;br /&gt;Host terakhir 10.1.255.254 … 10.254.255.254&lt;br /&gt;Broadcast 10.1.255.255 … 10.254.255.255&lt;/p&gt; &lt;p&gt;&lt;span style="font-size: large;"&gt;&lt;strong&gt;NETMASK/SUBNETMASK&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;Untuk pengelompokan pengalamatan, selain nomor IP dikenal juga netmask atau subnetmask. Yang besarnya sama dengan nomor IP yaitu 32 bit. Ada tiga pengelompokan besar subnet mask yaitu dengan dikenal, yaitu 255.0.0.0 , 255.255.0.0 dan 255.0.0.0.&lt;br /&gt;Pada dunia jaringan, subnetmask tersebut dikelompokkan yang disebut class dikenal tiga class yaitu :&lt;br /&gt;1. Class A, adalah semua nomor IP yang mempunyai subnetmask 255.0.0.0&lt;br /&gt;2. Class B, adalah semua nomor IP yang mempunyai subnetmask 255.255.0.0&lt;br /&gt;3. Class C, adalah semua nomor IP yang mempunyai subnetmask 255.255.255.0&lt;/p&gt; &lt;p&gt;Gabungan antara IP dan Netmask inilah pengalamatan komputer dipakai. Kedua hal ini tidak bisa lepas. Jadi penulisan biasanya sbb :&lt;/p&gt; &lt;p&gt;IP   : 202.95.151.129&lt;br /&gt;Netmask : 255.255.255.0&lt;/p&gt; &lt;p&gt;Suatu nomor IP kita dengan nomor IP tetangga dianggap satu kelompok (satu jaringan) bila IP dan Netmask kita dikonversi jadi biner dan diANDkan, begitu juga nomor IP tetangga dan Netmask dikonversi jadi biner dan diANDkan, jika kedua hasilnya sama maka satu jaringan. Dan kita bisa berhubungan secara langsung.&lt;/p&gt; &lt;p&gt;Ketika kita berhubungan dengan komputer lain pada suatu jaringan, selain IP yang dibutuhkan adalah netmask. Misal kita pada IP 10.252.102.12 ingin berkirim data pada 10.252.102.135 bagaimana komputer kita memutuskan apakah ia berada pada satu jaringan atau lain jaringan? Maka yang dilakukan adalah mengecek dulu netmask komputer kita karena kombinasi IP dan netmask menentukan range jaringan kita.&lt;br /&gt;Jika netmask kita 255.255.255.0 maka range terdiri dari atas semua IP yang memiliki 3 byte pertama yang sama. Misal jika IP saya 10.252.102.12 dan netmask saya 255.255.255.0 maka range jaringan saya adalah 10.252.102.0-10.252.102.255 sehingga kita bisa secara langsung berkomunukasi pada mesin yang diantara itu, jadi 10.252.102.135 berada pada jaringan yang sama yaitu 10.252.102 (lihat yang angka-angka tercetak tebal menunjukkan dalam satu jaringan karena semua sama).&lt;br /&gt;Dalam suatu organisasi komersial biasanya terdiri dari beberapa bagian, misalnya bagian personalia/HRD, Marketing, Produksi, Keuangan, IT dsb. Setiap bagian di perusahaan tentunya mempunyai kepentingan yang berbeda-beda. Dengan beberapa alasan maka setiap bagian bisa dibuatkan jaringan lokal sendiri – sendiri dan antar bagian bisa pula digabungkan jaringannya dengan bagian yang lain.&lt;br /&gt;Ada beberapa alasan yang menyebabkan satu organisasi membutuhkan lebih dari satu jaringan lokal (LAN) agar dapat mencakup seluruh organisasi :&lt;br /&gt;? Teknologi yang berbeda. Dalam suatu organisasi dimungkinkan menggunakan bermacam teknologi dalam jaringannya. Semisal teknologi ethernet akan mempunyai LAN yang berbeda dengan teknologi FDDI.&lt;br /&gt;? Sebuah jaringan mungkin dibagi menjadi jaringan yang lebih kecil karena masalah performanasi. Sebuah LAN dengan 254 host akan memiliki performansi yang kurang baik dibandingkan dengan LAN yang hanya mempunyai 62 host. Semakin banyak host yang terhubung dalam satu media akan menurunkan performasi dari jaringan. Pemecahan yang paling sedherhana adalah memecah menjadi 2 LAN.&lt;br /&gt;? Departemen tertentu membutuhkan keamanan khusus sehingga solusinya memecah menjadi jaringan sendiri.&lt;/p&gt; &lt;p&gt;Pembagian jaringan besar ke dalam jaringan yang kecil-kecil inilah yang disebut sebagai subnetting. Pemecehan menggunakan konsep subnetting. Membagi jaringan besar tunggal ke dalam sunet-subnet (sub-sub jaringan). Setiap subnet ditentukan dengan menggunakan subnet mask bersama-sama dengan no IP.&lt;/p&gt; &lt;p&gt;Pada subnetmask dalam biner, seluruh bit yang berhubungan dengan netID diset 1, sedangkan bit yang berhubungan dengan hostID diset 0.&lt;br /&gt;Dalam subnetting, proses yang dilakukan ialah memakai sebagian bit hostID untuk membentuk subnetID. Dengan demikian jumlah bit yang digunakan untuk HostID menjadi lebih sedikit. Semakin panjang subnetID, jumlah subnet yang dibentuk semkain banyak, namun jumlah host dalam tiap subnet menjadi semakin sedikit.&lt;/p&gt; &lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a style="margin-left: 1em; margin-right: 1em;" href="http://2.bp.blogspot.com/_Y3xBsmeV9ns/SLQDI3gAIQI/AAAAAAAAASI/V8b5VBfx4wU/s1600-h/image001.gif"&gt;&lt;img src="http://2.bp.blogspot.com/_Y3xBsmeV9ns/SLQDI3gAIQI/AAAAAAAAASI/SSJk23LLqg8/s320-R/image001.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;div style="text-align: center;"&gt;Gambar pembentukan subnet&lt;/div&gt; &lt;p&gt;&lt;strong&gt;Cara Pembentukan Subnet :&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Misal jika jaringan kita adalah 192.168.0.0 dalm kelas B (kelas B memberikan range 192.168.0.0 – 192.168.255.255). Ingat kelas B berarti 16 bit pertama menjadi NetID yang dalam satu jaringan tidak berubah (dalam hal ini adalah 192.168) dan bit selanjutya sebagai Host ID (yang merupakan nomor komputer yang terhubung ke dan setiap komputer mempunyai no unik mulai dari 0.0 – 255.255). Jadi netmasknya/subnetmasknya adalah 255.255.0.0&lt;br /&gt;Kita dapat membagi alokasi jaringan diatas menjadi jaringan yang kebih kecil dengan cara mengubha subnet yang ada.&lt;br /&gt;Ada dua pendekatan dalam melakukan pembentukan subnet yaitu :&lt;br /&gt;1. Berdasarkan jumlah jaringan yang akan dibentuk&lt;br /&gt;2. Berdasarkan jumlah host yang dibentuk dalam jaringan.&lt;/p&gt; &lt;p&gt;Cara perhitungan subnet berdasarkan jumlah jaringan yang dibutuhkan :&lt;/p&gt; &lt;p&gt;1. Menentukan jumlah jaringan yang dibutuhkan dan merubahnya menjadi biner.&lt;br /&gt;Misalkan kita ingin membuat 255 jaringan kecil dari nomor jaringan yang sudah ditentukan. 255 ? 11111111&lt;br /&gt;2. Menghitung jumlah bit dari nomor 1. Dan jumlah bit inilah yang disebut sebagai subnetID&lt;br /&gt;Dari 255 ? 11111111  ? jumlah bitnya adalah 8&lt;br /&gt;3. Jumlah bit hostID baru adalah HosiID lama dikurangi jumlah bit nomor 2.&lt;br /&gt;Misal dari contoh diatas hostIDbaru: 16 bit – 8 bit = 8 bit.&lt;br /&gt;4. Isi subnetID dengan 1 dan jumlahkan dengan NetIDLama.&lt;br /&gt;Jadi NetID baru kita adalah NetIDlama + SubNetID :&lt;br /&gt;? 11111111.11111111.11111111.00000000 (24 bit bernilai 1 biasa ditulis /24)&lt;br /&gt;Berkat perhitungan di atas maka kita mempunyai 256 jaringan baru yaitu :&lt;br /&gt;192.168.0.xxx, 192.168.1.xxx, 192.168.2.xxx, 192.168.3.xxx hingga 192.168.255.xxx dengan netmash 255.255.255.0.&lt;br /&gt;xxx ? menunjukkan hostID antara 0-255&lt;br /&gt;Biasa ditulis dengan 192.168.0/24 ? 192.168.0 menunjukkan NetID dan 24 menunjukkan subnetmask (jumlah bit yang bernilai 1 di subnetmask).&lt;br /&gt;Dengan teknik ini kita bisa mengalokasikan IP address kelas B menjadi sekian banyak jaringan yang berukuran sama.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Cara perhitungan subnet berdasarkan jumlah host adalah sebagai berikut :&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;1. Ubah IP dan netmask menjadi biner&lt;br /&gt;IP   : 192.168.1.0   ?  11000000.10101000.00000000.00000000&lt;br /&gt;Netmask : 255.255.255.0 ?  11111111.11111111. 11111111.00000000&lt;br /&gt;Panjang hostID kita adalah yang netmasknya semua 0 ? 16 bit.&lt;br /&gt;2. Memilih jumlah host terbanyak dalam suatu jaringan dan rubah menjadi biner.&lt;br /&gt;Misal dalam jaringan kita membutuhkan host 25 maka menjadi 11001.&lt;br /&gt;3. Hitung jumlah bit yang dibutuhkan angka biner pada nomor 1. Dan angka inilah nanti sebagai jumlah host dalam jaringan kita.&lt;br /&gt;Jumlah host 25 menjadi biner 11001 dan jumlah bitnya adalah 5.&lt;br /&gt;4. Rubah netmask jaringan kita dengan cara menyisakan angka 0 sebanyak jumlah perhitungan nomor 3.&lt;br /&gt;Jadi netmasknya baru adalah 11111111.11111111.11111111.11100000&lt;br /&gt;Identik dengan 255.255.255.224 jika didesimalkan.&lt;br /&gt;Jadi netmask jaringan berubah dan yang awalnya hanya satu jaringan dengan range IP dari 1 -254 menjadi 8 jaringan, dengan setiap jaringan ada 30 host/komputer&lt;/p&gt; &lt;p&gt;Alokasi Range IP&lt;br /&gt;1 192.168.1.0 – 192.168.1.31&lt;br /&gt;2 192.168.1.32 – 192.168.1.63&lt;br /&gt;3 192.168.1.64 – 192.168.1.95&lt;br /&gt;4 192.168.1.96 – 192.168.1.127&lt;br /&gt;5 192.168.1.128 – 192.168.1.159&lt;br /&gt;6 192.168.1.160 – 192.168.1.191&lt;br /&gt;7 192.168.1.192 – 192.168.1.223&lt;br /&gt;8 192.168.1.224 – 192.168.1.255&lt;/p&gt; &lt;p&gt;Nomor IP awal dan akhir setiap subnet tidak bisa dipakai. Awal dipakai ID Jaringan (NetID) dan akhir sebagai broadcast.&lt;br /&gt;Misal jaringan A 192.168.1.0 sebagai NetID dan 192.168.1.31 sebagai broadcast dan range IP yang bisa dipakai 192.168.1.1-192.168.1.30.&lt;/p&gt; &lt;p&gt;&lt;span style="font-size: large;"&gt;&lt;strong&gt;IP ADDRESS&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;Agar unik setiap computer yang terkoneksi ke Internet diberi alamat yang berbeda. Alamat ini supaya seragam seluruh dunia maka pemberian alamat IP address diseluruh dunia diberikan oleh badan internasional Internet Assigned Number Authority (IANA), dimana IANA hanya memberikan IP address Network ID nya saja sedangkan host ID diatur oleh pemilik IP address tersebut.&lt;br /&gt;Contoh IP address untuk cisco.com adalah 202.93.35.9 untuk www.ilkom.unsri.ac.id dengan IP nya 202.39.35.9&lt;/p&gt; &lt;p&gt;Alamat yang unik terdiri dari 32 bit yang dibagi dalam 4 oktet (8 bit)&lt;/p&gt; &lt;p&gt;00000000  .  00000000  .  00000000 . 00000000&lt;br /&gt;o 1  o 2  o 3 o 4&lt;/p&gt; &lt;p&gt;Ip address dibagi menjadi 2 bagian yaitu Network ID dan Host ID,&lt;br /&gt;Network ID yang akan menentukan alamat dalam jaringan (network address), sedangkan Host ID menentukan alamat dari peralatan jaringan yang sifatnya unik untuk membedakan antara satu mesin dengan mesin lainnya.&lt;/p&gt; &lt;p&gt;Ibaratkan Network ID Nomor jalan dan alamat jalan sedangkan Host ID adalah nomor rumahnya&lt;/p&gt; &lt;p&gt;IP address dibagi menjadi kelas yaitu ;&lt;/p&gt; &lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a style="margin-left: 1em; margin-right: 1em;" href="http://2.bp.blogspot.com/_Y3xBsmeV9ns/SLQDI3gAIQI/AAAAAAAAASI/V8b5VBfx4wU/s1600-h/image001.gif"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a style="margin-left: 1em; margin-right: 1em;" href="http://1.bp.blogspot.com/_Y3xBsmeV9ns/SLQDKUatsMI/AAAAAAAAASQ/G2Z4YCKtb7A/s1600-h/image002.gif"&gt;&lt;img src="http://1.bp.blogspot.com/_Y3xBsmeV9ns/SLQDKUatsMI/AAAAAAAAASQ/QaUDVwTqJWA/s400-R/image002.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p&gt;Kelas yang umum digunakan adalah kelas A sampai dengan kelas C.&lt;/p&gt; &lt;p&gt;Pada setiap kelas angka pertama dengan angka terakhir tidak dianjurkan untuk digunakan karena sebagai valid host id, misalnya kelas A 0 dan 127, kelas B 128 dan 192, kelas C 191 dan 224. ini biasanya digunakan untuk loopback addresss.&lt;/p&gt; &lt;p&gt;Catatan :&lt;br /&gt;• alamat Network ID dan Host ID tidak boleh semuanya 0 atau 1 karena jika semuanya angka biner 1 : 255.255.255.255 maka alamat tersebut disebut floaded broadcast&lt;br /&gt;• alamat network, digunakan dalam routing untuk menunjukkan pengiriman paket remote network, contohnya 10.0.0.0, 172.16.0.0 dan 192.168.10.0&lt;/p&gt; &lt;p&gt;Dari gambar dibawah ini perhatikan kelas A menyediakan jumlah network yang paling sediikit namun menyediakan host id yang paling banyak dikarenakan hanya oktat pertama yang digunakan untuk alamat network bandingkan dengan kelas B dan C.&lt;/p&gt; &lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a style="margin-left: 1em; margin-right: 1em;" href="http://2.bp.blogspot.com/_Y3xBsmeV9ns/SLQDL0IQr3I/AAAAAAAAASY/TjgV6XDpRxs/s1600-h/image003.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/_Y3xBsmeV9ns/SLQDL0IQr3I/AAAAAAAAASY/Yf5HqXJuQJw/s400-R/image003.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p&gt;Untuk mempermudah dalam menentukan kelas mana IP yang kita lihat, perhatikan gambar dibawah ini. Pada saat kita menganalisa suatu alamat IP maka perhatikan octet 8 bit pertamanya.&lt;/p&gt; &lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a style="margin-left: 1em; margin-right: 1em;" href="http://2.bp.blogspot.com/_Y3xBsmeV9ns/SLQDM_wIocI/AAAAAAAAASg/lptTxH9Z5zY/s1600-h/image004.gif"&gt;&lt;img src="http://2.bp.blogspot.com/_Y3xBsmeV9ns/SLQDM_wIocI/AAAAAAAAASg/DBs3llwnMIw/s400-R/image004.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p&gt;Pada kelas A : 8 oktet pertama adalah alamat networknya, sedangkan sisanya 24 bits merupakan alamat untuk host yang bisa digunakan.&lt;br /&gt;Jadi admin dapat membuat banyak sekali alamat untuk hostnya, dengan memperhatikan&lt;br /&gt;2 24 – 2 = 16.777.214 host&lt;br /&gt;N ; jumlah bit terakhir dari kelas A&lt;br /&gt;(2) adalah alamat loopback&lt;/p&gt; &lt;p&gt;Pada kelas B : menggunakan 16 bit pertama untuk mengidentifikasikan network sebagai bagian dari address. Dua octet sisanya (16 bits) digunakan untuk alamat host&lt;/p&gt; &lt;p&gt;2 16 – 2 = 65.534&lt;/p&gt; &lt;p&gt;Pada kelas C : menggunakan 24 bit pertama untuk network dan 8 bits sisanya untuk alamat host.&lt;/p&gt; &lt;p&gt;2 8 – 2 = 254&lt;/p&gt; &lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a style="margin-left: 1em; margin-right: 1em;" href="http://2.bp.blogspot.com/_Y3xBsmeV9ns/SLQDNv5NfhI/AAAAAAAAASo/IfLeE0gfOfE/s1600-h/image005.gif"&gt;&lt;img src="http://2.bp.blogspot.com/_Y3xBsmeV9ns/SLQDNv5NfhI/AAAAAAAAASo/7HHOXs2pf00/s400-R/image005.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p&gt;Nomor IP terdiri dari 32 bit yang didalamnya terdapat bit untuk NETWORK ID (NetID) dan HOST ID (HostID). Secara garis besar berikut inilah pembagian kelas IP secara default&lt;/p&gt; &lt;p&gt;&lt;span style="font-size: large;"&gt;&lt;strong&gt;GATEWAY/ROUTER&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;Gateway adalah komputer yang memiliki minimal 2 buah network interface untuk menghubungkan 2 buah jaringan atau lebih. Di Internet suatu alamat bisa ditempuh lewat gateway-gateway yang memberikan jalan/rute ke arah mana yang harus dilalui supaya paket data sampai ke tujuan. Kebanyakan gateway menjalankan routing daemon (program yang meng-update secara dinamis tabel routing). Karena itu gateway juga biasanya berfungsi sebagai router. Gateway/router bisa berbentuk Router box seperti yang di produksi Cisco, 3COM, dll atau bisa juga berupa komputer yang menjalankan Network Operating System plus routing daemon. Misalkan PC yang dipasang Unix FreeBSD dan menjalankan program Routed atau Gated. Namun dalam pemakaian Natd, routing daemon tidak perlu dijalankan, jadi cukup dipasang gateway saja.&lt;br /&gt;Karena gateway/router mengatur lalu lintas paket data antar jaringan, maka di dalamnya bisa dipasangi mekanisme pembatasan atau pengamanan (filtering) paket-paket data. Mekanisme ini disebut Firewall.&lt;br /&gt;Sebenarnya Firewall adalah suatu program yang dijalankan di gateway/router yang bertugas memeriksa setiap paket data yang lewat kemudian membandingkannya dengan rule yang diterapkan dan akhirnya memutuskan apakah paket data tersebut boleh diteruskan atau ditolak. Tujuan dasarnya adalah sebagai security yang melindungi jaringan internal dari ancaman dari luar. Namun dalam tulisan ini Firewall digunakan sebagai basis untuk menjalankan Network Address Translation (NAT).&lt;br /&gt;Dalam FreeBSD, program yang dijalankan sebagai Firewall adalah ipfw. Sebelum dapat menjalankan ipfw, kernel GENERIC harus dimodifikasi supaya mendukung fungsi firewall. Ipfw mengatur lalu lintas paket data berdasarkan IP asal, IP tujuan, nomor port, dan jenis protocol. Untuk menjalankan NAT, option IPDIVERT harus diaktifkan dalam kernel.&lt;/p&gt; &lt;p&gt;DIVERT (mekanisme diversi paket kernel)&lt;br /&gt;Socket divert sebenarnya sama saja dengan socket IP biasa, kecuali bahwa socket divert bisa di bind ke port divert khusus lewat bind system call. IP address dalam bind tidak diperhatikan, hanya nomor port-nya yang diperhatikan. Sebuah socket divert yang dibind ke port divert akan menerima semua paket yang didiversikan pada port tersebut oleh mekanisme di kernel yang dijalankan oleh implementasi filtering dan program ipfw. Mekanisme ini yang dimanfaatkan nantinya oleh Network Address Translator.&lt;br /&gt;Itulah beberapa bahasan awal yang akan mengantar kita ke pembahasan inti selanjutnya.&lt;/p&gt; &lt;div style="color: black;"&gt;&lt;span style="font-size: large;"&gt;&lt;strong&gt;BROADCAST&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt; &lt;p&gt;Alamat ini digunakan untuk mengirim/menerima informasi yang harus diketahui oleh seluruh host yang ada pada suatu jaringan. Seperti diketahui, setiap paket IP memiliki header alamat tujuan berupa IP Address dari host yang akan dituju oleh paket tersebut. Dengan adanya alamat ini, maka hanya host tujuan saja yang memproses paket tersebut, sedangkan host lain akan mengabaikannya. Bagaimana jika suatu host ingin mengirim paket kepada seluruh host yang ada pada jaringannya? Tidak efisien jika ia harus membuat replikasi paket sebanyak jumlah host tujuan. Pemakaian bandwidth/jalur akan meningkat dan beban kerja host pengirim bertambah, padahal isi paket-paket tersebut sama. Oleh karena itu, dibuat konsep broadcast address. Host cukup mengirim ke alamat broadcast, maka seluruh host yang ada pada network akan menerima paket tersebut. Konsekuensinya, seluruh host pada jaringan yang sama harus memiliki broadcast address yang sama dan alamat tersebut tidak boleh digunakan sebagai nomor IP untuk host tertentu.&lt;br /&gt;Jadi, sebenarnya setiap host memiliki 2 alamat untuk menerima paket : pertama adalah nomor IP yang bersifat unik dan kedua adalah broadcast address pada jaringan tempat host tersebut berada. Broadcast address diperoleh dengan membuat seluruh bit host pada nomor IP menjadi 1. Jadi, untuk host dengan IP address 167.205.9.35 atau 167.205.240.2, broadcast addressnya adalah 167.205.255.255 (2 segmen terakhir dari IP Address tersebut dibuat berharga 11111111.11111111, sehingga secara desimal terbaca 255.255). Jenis informasi yang dibroadcast biasanya adalah informasi routing.&lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-4433941603144337246?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/pengertian-subnetting-netmask-network.html</link><author>noreply@blogger.com (My life My adventure)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_Y3xBsmeV9ns/SLQDI3gAIQI/AAAAAAAAASI/SSJk23LLqg8/s72-Rc/image001.gif" height="72" width="72" /><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-1574490327091868528</guid><pubDate>Thu, 07 May 2009 08:37:00 +0000</pubDate><atom:updated>2009-05-07T01:38:09.102-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Linux/Unix</category><title>Peritah paling sering digunakan dalam linux</title><description>&lt;p style="text-align: justify;"&gt;perintah apa saja yang sering digunakan sehingga&lt;br /&gt;      tidak banyak menghabiskan banyak waktu untuk memperlajari semua perintah&lt;br /&gt;      yang ada pada referensi anda.  Berikut perintah-perintah yang sering&lt;br /&gt;      digunakan: &lt;/p&gt; &lt;p style="text-align: justify;"&gt;Manampikan file dan direktori&lt;br /&gt;&gt;ls &lt;/p&gt; &lt;p&gt;Dimana&lt;br /&gt;      saya sekarang&lt;br /&gt;&gt;pwd &lt;/p&gt; &lt;p&gt;Siapa saya?&lt;br /&gt;&gt;whoami &lt;/p&gt; &lt;p&gt;Saya&lt;br /&gt;      adalah a, bagaimana saya mengubah diri menjadi user b&lt;br /&gt;&gt;su b&lt;br /&gt;     &lt;br /&gt;password : ****** &lt;/p&gt; &lt;p&gt;Mematikan komputer&lt;br /&gt;&gt;poweroff &lt;/p&gt; &lt;p&gt;Merestart komputer&lt;br /&gt;&gt;reboot &lt;/p&gt; &lt;p&gt;Membuat file&lt;br /&gt;     &lt;br /&gt;&gt;touch nama_file &lt;/p&gt; &lt;p&gt;===&lt;br /&gt;catatan :&lt;br /&gt;touch sebenarnya&lt;br /&gt;      perintah untuk mengubah properties waktu pada sebuah file, namuan jika&lt;br /&gt;     &lt;br /&gt;anda melakukan touch sedangkan file yang d-touchkan tidak ada maka&lt;br /&gt;      touch akan membuat file &lt;/p&gt; &lt;p&gt;Menghapus file&lt;br /&gt;&gt;rm -f nama_file &lt;/p&gt; &lt;p&gt;Menghapus direktori&lt;br /&gt;&gt;rm -rf nama_direktori &lt;/p&gt; &lt;p&gt;Meliaht&lt;br /&gt;      perintah yang pernah dilakukan&lt;br /&gt;&gt;history &lt;/p&gt; &lt;p&gt;Mengpus history&lt;br /&gt;     &lt;br /&gt;&gt;history -c &lt;/p&gt; &lt;p&gt;Logout&lt;br /&gt;&gt;exit atau logout atau tekan&lt;br /&gt;      Ctrl+d &lt;/p&gt; &lt;p&gt;Masuk kesebuah direktori (lihat dimana saya sekarang)&lt;br /&gt;     &lt;br /&gt;&gt; cd /nama/direktori &lt;/p&gt; &lt;p&gt;Melihat service (layanan) apa saja&lt;br /&gt;      yang dijalankan saat boot&lt;br /&gt;&gt;chkcofig –list |grep ‘:on’ &lt;/p&gt; &lt;p&gt;Menjalankan service&lt;br /&gt;&gt;service nama_layanan kondisi&lt;br /&gt;nama&lt;br /&gt;      layanan misalnya httpd,mysql,smb,sound,network dlll&lt;br /&gt;kondisi : start&lt;br /&gt;      ,stop,status,reload,dll &lt;/p&gt; &lt;p&gt;Melihat proses&lt;br /&gt;&gt;top&lt;br /&gt;-keluar&lt;br /&gt;      dari top dengan menekn tombol q &lt;/p&gt; &lt;p&gt;Melihat kapasitas hardisk (yang&lt;br /&gt;      termount)&lt;br /&gt;&gt;df -a &lt;/p&gt; &lt;p&gt;Melihat sebuah file (lihat Manampikan file&lt;br /&gt;      dan direktori)&lt;br /&gt;&gt;cat nama_file &lt;/p&gt; &lt;p&gt;Melihat tanggal&lt;br /&gt;&gt;date &lt;/p&gt; &lt;p&gt;Melihat kalender&lt;br /&gt;&gt;cal &lt;/p&gt; &lt;p&gt;Mengekstart file .zip&lt;br /&gt;     &lt;br /&gt;&gt;unzip namafile.zip &lt;/p&gt; &lt;p&gt;Melihat ukuran file&lt;br /&gt;&gt;du&lt;br /&gt;      nama_file atau du nama_direktori &lt;/p&gt; &lt;p&gt;Memindahkan file&lt;br /&gt;&gt;mv&lt;br /&gt;      nama_file /ke/tempat/yang/baru &lt;/p&gt; &lt;p&gt;Mengkopi file&lt;br /&gt;&gt;cp nama_file&lt;br /&gt;      /ke/tempat/yang/baru &lt;/p&gt; &lt;p&gt;Membuat direktori&lt;br /&gt;&gt;mkdir&lt;br /&gt;      nama_direktori &lt;/p&gt; &lt;p&gt;Melakuakan perintah dengan antrian&lt;br /&gt;     &lt;br /&gt;&gt;ls;pwd;whoami;dan_peritnah_lain &lt;/p&gt; &lt;p&gt;Matikan komputer dua menit&lt;br /&gt;      lagi&lt;br /&gt;&gt;shutdown -h 2 &lt;/p&gt; &lt;p&gt;Sudah berpa lama komputer saya hidup&lt;br /&gt;     &lt;br /&gt;&gt;uptime &lt;/p&gt; &lt;p&gt;Mengakses floppy/disket&lt;br /&gt;&gt;mount /dev/fd0&lt;br /&gt;      /mnt/floppy&lt;br /&gt;dan lihat isi disket anda pada direktori /mnt/floppy &lt;/p&gt; &lt;p&gt;Mengakses cdrom&lt;br /&gt;&gt;mount /dev/cdrom /mnt/cdrom&lt;br /&gt;dan lihat&lt;br /&gt;      isi cd anda pada direktori /mnt/cdrom &lt;/p&gt; &lt;p&gt;Mengeluarkan pintu cdrom&lt;br /&gt;     &lt;br /&gt;&gt;eject &lt;/p&gt; &lt;p&gt;Memasukan pintu cdrom yang terbukan&lt;br /&gt;&gt;eject -t &lt;/p&gt; &lt;p&gt;Ko’ ada yg tulis perintah tetapi ada yang pake - (min)&lt;br /&gt;&gt;Min&lt;br /&gt;      disini adalah opsi, artinya perintah tersebut punya fasilitas lainnya&lt;br /&gt;     &lt;br /&gt;untuk melihat opsi dari perintah gunakan:&lt;br /&gt;&gt;perintah –help&lt;br /&gt;     &lt;br /&gt;misalnya :&lt;br /&gt;&gt;eject –help &lt;/p&gt; &lt;p&gt;Melihat struktur direktori&lt;br /&gt;     &lt;br /&gt;&gt;tree (jika tidak ada, install paket tree dari cd distro anda) &lt;/p&gt; &lt;p&gt;Memformat disket&lt;br /&gt;&gt;mformat a:&lt;br /&gt;+Install paket mtools jika&lt;br /&gt;      perintah mformat tidak ada&lt;br /&gt;+jangan heran kalo memformatnya cepat&lt;br /&gt;     &lt;br /&gt;+jika tidak diizinkan, lakukanlah perintah tersebut sebagai root&lt;br /&gt;      (baca:Saya adalah A, bagaimana saya mengubah diri menjadi user B) &lt;/p&gt; &lt;p&gt;Pulang kerumahku&lt;br /&gt;&gt;cd&lt;br /&gt;+cd tersebut tanpa opsi &lt;/p&gt; &lt;p&gt;Melakukan perulangan thd perintah tertentu dengan delay waktu&lt;br /&gt;     &lt;br /&gt;&gt;watch -n waktu_dlm_detik perintah&lt;br /&gt;+contoh :&lt;br /&gt;&gt;watch -n 1&lt;br /&gt;      uptime &lt;/p&gt; &lt;p&gt;Saya peke kernel berapa ?&lt;br /&gt;&gt;uname -r &lt;/p&gt; &lt;p&gt;Membut&lt;br /&gt;      link file atau direktori&lt;br /&gt;&gt;ln -s /direktori/asal /direktori/tujuan/&lt;br /&gt;     &lt;br /&gt;contoh :&lt;br /&gt;&gt;ln -s /home /tmp/gue_linux&lt;br /&gt;+sekarang anda bisa&lt;br /&gt;      lihat didalam direktori /tmp ada direktori gue_linux,&lt;br /&gt;direktori&lt;br /&gt;      tersebut sebenarnya alias dari /home &lt;/p&gt; &lt;p&gt;Mendengarkan mp3&lt;br /&gt;     &lt;br /&gt;&gt;mpg123 file.mp3&lt;br /&gt;+anda harus mengintall paket mpg123 untuk&lt;br /&gt;      menjalankan perintah tersebut &lt;/p&gt; &lt;p&gt;Menjalankan perintah secara&lt;br /&gt;      background&lt;br /&gt;&gt;perintah&amp;amp; &lt;/p&gt; &lt;p&gt;Mencari sebuah file&lt;br /&gt;     &lt;br /&gt;&gt;find|grep nama_yg_dicari&lt;br /&gt;contoh &gt; find|grep data_kemarin &lt;/p&gt; &lt;p&gt;Membuka file .tar.gz&lt;br /&gt;&gt;tar -xvzf file.tar.gz &lt;/p&gt; &lt;p&gt;Siap&lt;br /&gt;      saja yang sedang login&lt;br /&gt;&gt;users &lt;/p&gt; &lt;p&gt;Mengunci keyboard&lt;br /&gt;     &lt;br /&gt;&gt;vlock -a&lt;br /&gt;+Install paket vlock jika vlock belum ada &lt;/p&gt; &lt;p&gt;Melihat IP aktif&lt;br /&gt;&gt;/sbin/ifconfig &lt;/p&gt; &lt;p&gt;ping&lt;br /&gt;&gt;ping&lt;br /&gt;      nama_host atau ip &lt;/p&gt; &lt;p&gt;Melihat struktur proses&lt;br /&gt;&gt;pstree &lt;/p&gt; Mengubah password,contoh :&lt;br /&gt;vx11a~vx11a$ passwd&lt;br /&gt;Changing&lt;br /&gt;      password for user vx11a.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-1574490327091868528?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/peritah-paling-sering-digunakan-dalam.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-5737715729111036779</guid><pubDate>Thu, 07 May 2009 08:36:00 +0000</pubDate><atom:updated>2009-05-07T01:37:16.202-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Linux/Unix</category><title>FreeBSD Kernel Upgrade Release ke Stable</title><description>&lt;div class="content"&gt;&lt;p&gt;Tadi malem akhirnya maen-maen lagi ama FreeBSD 6.2 , Setelah sempat bingung mau ngapain dengan FreeBSD akhirnya iseng-iseng mau klo upgrade kernelnya yang dari Release ke Versi Stable-nya.&lt;/p&gt; &lt;p style="text-align: justify;"&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;Oke langsung aja mumpung masih pagi and seger ingatannya nech &lt;img class="wp-smiley" title=":))" src="http://adityaperdana.web.id/blog/smilies/yahoo_laughloud.gif" alt=":))" height="18" width="18" /&gt; Tapi sebelum meng-upgrade kernel ke versi stable, &lt;em&gt;portsnap&lt;/em&gt; dan &lt;em&gt;cvsup&lt;/em&gt; wajib di install dulu dech… buat ngambil package-package kernelnya dari CVSUP Server FreeBSD.&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Yups, jadinya bener banget untuk meng-upgrade kenel ini dibutuhkan koneksi internet yang lumayan lah… asal jangan koneksi dial up bisa lumutan ntar ngunggunya &lt;img class="wp-smiley" title=":))" src="http://adityaperdana.web.id/blog/smilies/yahoo_laughloud.gif" alt=":))" height="18" width="18" /&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Installasi CVSUP :&lt;/p&gt; &lt;blockquote style="text-align: justify;"&gt;&lt;p&gt;# whereis cvsup-without-gui&lt;br /&gt;cvsup-without-gui: /usr/ports/net/cvsup-without-gui&lt;br /&gt;# cd /usr/ports/net/cvsup-without-gui/&lt;br /&gt;# make install clean&lt;/p&gt;&lt;/blockquote&gt; &lt;p style="text-align: justify;"&gt;Tunggu sampe selesai installasinya… lumayan lama seh tergantung koneksi internet yang dipake tentunya &lt;img class="wp-smiley" title=":(" src="http://adityaperdana.web.id/blog/smilies/yahoo_sad.gif" alt=":(" height="18" width="18" /&gt;&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Jika udah selesai update ports-nya dan juga stable ports-nya tapi sebelumnya copy dulu file ports-supfile dan stable-supfile ke directory /etc dengan menjalankan perintah :&lt;/p&gt; &lt;blockquote style="text-align: justify;"&gt; &lt;p style="margin-bottom: 0cm;" align="justify"&gt;#rehash&lt;br /&gt;#cp /usr/share/examples/cvsup/ports-supfile /etc/&lt;br /&gt;#cp /usr/share/examples/cvsup/stable-supfile /etc/&lt;/p&gt;&lt;/blockquote&gt; &lt;p style="text-align: justify;"&gt;Edit ke-2 file CVSUP yang tadi dicopykan ke directory /etc dengan memasukan konfigurasi server cvsup yang terdekat dan tercepat, disini kebetulan menggunakan cvsup singapur (cvsup.sg.freebsd.org) :&lt;/p&gt; &lt;blockquote style="text-align: justify;"&gt;&lt;p&gt;# ee /etc/ports-supfile&lt;br /&gt;# ee /etc/stable-supfile&lt;/p&gt;&lt;/blockquote&gt; &lt;p style="text-align: justify;"&gt;pada bagian -&lt;/p&gt; &lt;blockquote style="text-align: justify;"&gt;&lt;p&gt;*default host=CHANGE_THIS.FreeBSD.org&lt;/p&gt;&lt;/blockquote&gt; &lt;p style="text-align: justify;"&gt;silahkan ganti dengan CVSUP server yang mau digunakan ! saya memberi rekomendai untuk menggunakan beberapa cvsup server yang saya tahu, silahkan pilih salah satunya :&lt;/p&gt; &lt;ol style="text-align: justify;"&gt;&lt;li&gt;cvsup.sg.FreeBSD.org&lt;/li&gt;&lt;li&gt;cvsup.id.FreeBSD.org&lt;/li&gt;&lt;li&gt;cvsup.jp.FreeBSD.org&lt;/li&gt;&lt;/ol&gt; &lt;p style="text-align: justify;"&gt;disini saya menggunakan cvsup server miliknya singapur (cvsup.sg.FreeBSD.org) karena dari ISP yang saya gunakan lebih dekat dan cepat menggunakan cvsup server ini.&lt;/p&gt; &lt;p style="text-align: justify;"&gt;jadi setelah di edit akan tampak seperti&lt;/p&gt; &lt;blockquote style="text-align: justify;"&gt;&lt;p&gt;*default host=cvsup.sg.FreeBSD.org&lt;/p&gt;&lt;/blockquote&gt; &lt;p style="text-align: justify;"&gt;sekarang silahkan save dan keluar dari editor dengan menekan [Esc] dan [Enter] dua kali.&lt;/p&gt; &lt;p style="text-align: justify;"&gt;Jika ke-2 file sudah di edit selanjutnya tinggal menjalankan update ports-nya :&lt;/p&gt; &lt;blockquote style="text-align: justify;"&gt; &lt;p style="margin-bottom: 0cm;" align="justify"&gt;#cd etc&lt;br /&gt;#cvsup -g -L 2 ports-supfile &amp;amp;&amp;amp; cvsup -g -L 2 stable-supfile&lt;/p&gt;&lt;/blockquote&gt; &lt;p style="margin-bottom: 0cm; text-align: justify;"&gt;Silahkan menunggu lagi… coz ini memakan waktu yang lama … &lt;img class="wp-smiley" title=":((" src="http://adityaperdana.web.id/blog/smilies/yahoo_cry.gif" alt=":((" height="18" width="22" /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm; text-align: justify;"&gt; &lt;/p&gt;&lt;p style="margin-bottom: 0cm; text-align: justify;"&gt;Jika selesai dikonfigurasi selanjutnya tinggal di upgrade :&lt;/p&gt; &lt;blockquote style="text-align: justify;"&gt; &lt;p style="margin-bottom: 0cm;" align="justify"&gt;#cd /usr/src&lt;br /&gt;# make buildworld&lt;br /&gt;# make buildkernel KERNCONF=ROUTER&lt;br /&gt;# make installkernel KERNCONF= ROUTER&lt;br /&gt;# make installworld&lt;br /&gt;# reboot&lt;/p&gt;&lt;/blockquote&gt; &lt;p style="margin-bottom: 0cm; text-align: justify;"&gt;*ROUTER adalah nama kernel yang telah saya konfigurasi dan akan saya upgrade ke stable. Tapi jika Anda tidak ingin melakukan konfigurasi dengan kernel anda dan hanya ingin men-upgradenya ke stable saja dapat melakukannya dengan perintah :&lt;/p&gt; &lt;blockquote style="text-align: justify;"&gt; &lt;p style="margin-bottom: 0cm;" align="justify"&gt;#cd /usr/src&lt;br /&gt;#make buildworld &amp;amp;&amp;amp; make buildkernel&lt;br /&gt;#make installkernel &amp;amp;&amp;amp; reboot&lt;/p&gt;&lt;/blockquote&gt; &lt;p style="margin-bottom: 0cm; text-align: justify;"&gt;Sekarang silahkan lihat apakah kernelnya udah beribah ! gunakan perintah &lt;strong&gt;uname -a&lt;/strong&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0cm; text-align: justify;"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-5737715729111036779?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/freebsd-kernel-upgrade-release-ke.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-7701923231859820493</guid><pubDate>Thu, 07 May 2009 08:33:00 +0000</pubDate><atom:updated>2009-05-07T01:35:46.507-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><title>Build an Alexa rank checker</title><description>&lt;div style="text-align: justify;"&gt;In this tutorial we will be building an Alexa rank checker, a web tool, like the one hosted &lt;a href="http://www.spyka.net/tools/alexa-rank-checker"&gt;here&lt;/a&gt;, which allows users to check the &lt;a href="http://www.alexa.com/"&gt;Alexa&lt;/a&gt; rank of any website inputted.We will be using the &lt;span class="codespan"&gt;simplexml_load_file&lt;/span&gt; function, this is &lt;strong&gt;only available in PHP5&lt;/strong&gt;. &lt;/div&gt;&lt;h3 style="text-align: justify;"&gt;The HTML&lt;/h3&gt;&lt;div&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;First up create a file called &lt;span class="codespan"&gt;alexachecker.html&lt;/span&gt; and put in the below HTML. This will create a simple form with a textbox to input a URL and a submit button to process the form. The method is set to GET so the form data is sent via the URL.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;pre&gt;&lt;code&gt;&lt;/code&gt;&lt;form action="alexachecker.php" method="get"&gt;&lt;br /&gt;&lt;p&gt;&lt;label for="uri"&gt;Website URL:&lt;/label&gt;&lt;br /&gt;&lt;br /&gt;&lt;input name="url" id="uri" value="" type="text"&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;input value="Get rank" type="submit"&gt;&lt;/p&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;This form will look something like this:&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;form action="#"&gt;&lt;label for="uri"&gt;Website URL:&lt;/label&gt; &lt;input id="uri" name="url" type="text"&gt; &lt;input value="Get rank" type="submit"&gt; &lt;/form&gt; &lt;/div&gt;&lt;h3 style="text-align: justify;"&gt;The PHP&lt;/h3&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Next we create a file called &lt;span class="codespan"&gt;alexachecker.php&lt;/span&gt;, this will find the rank for the given URL.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;Obtaining the requested URL&lt;/h4&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The first part of the PHP code is to obtain the URL the user has requested the rank for. This is done by using the &lt;span class="codespan"&gt;$_GET&lt;/span&gt; array. The PHP below obtains the URL and stores it in a variable called &lt;span class="codespan"&gt;$url&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$_GET&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'url'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;];&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;&lt;/span&gt; &lt;/span&gt; &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;Getting the rank&lt;/h4&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;In order to get the rank for the URL we use this XML file provided by Alexa: &lt;span class="codespan"&gt;http://data.alexa.com/data?cli=10&amp;amp;dat=s&amp;amp;url=&lt;strong&gt;URL goes here&lt;/strong&gt;&lt;/span&gt;, for example: &lt;a href="http://data.alexa.com/data?cli=10&amp;amp;dat=s&amp;amp;url=http://www.spyka.net"&gt;http://data.alexa.com/data?cli=10&amp;amp;dat=s&amp;amp;url=http://www.spyka.net&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;We insert the URL provided by the user into the Alexa URL using &lt;span class="codespan"&gt;{$url}&lt;/span&gt; as shown by the code below:&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$_GET&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'url'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;];&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data_url &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;“http://data.alexa.com/data?cli=10&amp;amp;dat=s&amp;amp;url={$url}”&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;&lt;/span&gt;  Next step is to get this XML data into the PHP code for use. &lt;span class="codespan"&gt;simplexml_load_file&lt;/span&gt; will convert the XML document into an object:&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$_GET&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'url'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;];&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data_url &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;“http://data.alexa.com/data?cli=10&amp;amp;dat=s&amp;amp;url={$url}”&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;simplexml_load_file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data_url&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;) or die(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;“Could not load data”&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;&lt;/span&gt;  The &lt;span class="codespan"&gt;or&lt;/span&gt; statement will stop the script and output an error if the function fails.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Lastly we get the Alexa rank for the given domain by referencing the appropriate element of the &lt;span class="codespan"&gt;$data&lt;/span&gt; object, this is then stored in a variable called &lt;span class="codespan"&gt;$rank&lt;/span&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$_GET&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'url'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;];&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data_url &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;“http://data.alexa.com/data?cli=10&amp;amp;dat=s&amp;amp;url={$url}”&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;simplexml_load_file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data_url&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;) or die(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;“Could not load data”&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$rank &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;SD&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;POPULARITY&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'TEXT'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;];&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;&lt;/span&gt;  &lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h4 style="text-align: justify;"&gt;Outputting the rank&lt;/h4&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Last part of the PHP code is to output the rank. We use a simple &lt;span class="codespan"&gt;if…else&lt;/span&gt; statement to check the rank is above 0 before outputting. If it isn’t an error will be shown - this would be caused by an incorrect URL or a URL which doesn’t currently have a rank (a new website)&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$_GET&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'url'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;];&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data_url &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;“http://data.alexa.com/data?cli=10&amp;amp;dat=s&amp;amp;url={$url}”&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;simplexml_load_file&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data_url&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;) or die(&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;“Could not load data”&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;);&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$rank &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$data&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;SD&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;POPULARITY&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'TEXT'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;];&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;if(&lt;span style="color: rgb(0, 0, 187);"&gt;$rank &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;)&lt;br /&gt;{&lt;br /&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;“The Alexa rank for this website is {$rank}”&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;“Could not obtain rank”&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;&lt;/span&gt;  And that’s it - your Alexa rank checker is complete!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-7701923231859820493?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/build-alexa-rank-checker.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-9021210216894102173</guid><pubDate>Mon, 04 May 2009 09:41:00 +0000</pubDate><atom:updated>2009-05-04T02:41:22.247-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Mikrotik</category><title>How to block one.lv</title><description>&lt;p&gt;Some times peoples dont work and go to social networks like one.lv. In this example I will show you how you can stop this. &lt;/p&gt;&lt;p&gt;Add new address list with name onelv. This list must be updated manually from ripe.net.Search vaule ONELIMITED-NET &lt;/p&gt; &lt;pre&gt;/ip firewall address-list&lt;br /&gt;add list=onelv address=62.85.54.0/26&lt;br /&gt;add list=onelv address=62.85.117.0/26&lt;br /&gt;add list=onelv address=62.85.33.64/28&lt;br /&gt;add list=onelv address=62.85.70.224/27&lt;br /&gt;add list=onelv address=62.85.70.192/27&lt;br /&gt;add list=onelv address=62.85.126.0/24&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Create address list with ip witch doesnt have access to one.lv with name blockonelv &lt;/p&gt; &lt;pre&gt;/ip firewall address-list&lt;br /&gt;add list=blockonelv address=192.168.0.2&lt;br /&gt;add list=blockonelv address=192.168.0.3&lt;br /&gt;add list=blockonelv address=192.168.0.4&lt;br /&gt;add list=blockonelv address=192.168.0.5&lt;br /&gt;add list=blockonelv address=192.168.0.6&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;And now you can create firewall rule witch blocks one.lv for these ips &lt;/p&gt; &lt;pre&gt;/ip firewall filter&lt;br /&gt;add chain=forward action=drop src-address-list=blockonelv dst-address-list=onelv protocol=tcp dst-port=80&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-9021210216894102173?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/how-to-block-onelv.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-4636722204066538491</guid><pubDate>Mon, 04 May 2009 09:37:00 +0000</pubDate><atom:updated>2009-05-04T02:47:54.958-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Mikrotik</category><title>Protecting your customers</title><description>&lt;p&gt;To protect the customer's network, we should check all traffic which goes through router and block unwanted. For icmp, tcp, udp traffic we will create chains, where all unwanted packets will be dropped. For the beginning, we can copy and paste the following commands into RouterOS terminal console: &lt;/p&gt; &lt;pre&gt;/ip firewall filter&lt;br /&gt;add chain=forward connection-state=established comment="allow established connections"&lt;br /&gt;add chain=forward connection-state=related comment="allow related connections"&lt;br /&gt;add chain=forward connection-state=invalid action=drop comment="drop invalid connections"&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Here, the first two rules deal with packets of already opened or related connections. We assume that those are okay. We do not like invalid connection packets, therefore they are dropped. &lt;/p&gt;&lt;p&gt;&lt;a href="http://wiki.mikrotik.com/wiki/Image:Firwall_forward1.jpg" class="image" title="Image:firwall_forward1.jpg"&gt;&lt;img style="width: 462px; height: 211px;" alt="Image:firwall_forward1.jpg" longdesc="/wiki/Image:Firwall_forward1.jpg" src="http://wiki.mikrotik.com/images/b/bb/Firwall_forward1.jpg" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;Next, we should filter out and drop all unwanted packets that look like coming from virus infected hosts. Instead of adding those rules to the &lt;b&gt;forward&lt;/b&gt; chain, we create a new chain for all unwanted netbios and similar traffic. We can give the chain a descriptive name, say, "virus" when adding the following rules to the ip firewall filter (you can copy and paste these rules into the terminal window, if you are in the &lt;b&gt;/ip firewall filter&lt;/b&gt; menu): &lt;/p&gt; &lt;pre&gt;add chain=virus protocol=tcp dst-port=135-139 action=drop comment="Drop Blaster Worm"&lt;br /&gt;add chain=virus protocol=udp dst-port=135-139 action=drop comment="Drop Messenger Worm" &lt;br /&gt;add chain=virus protocol=tcp dst-port=445 action=drop comment="Drop Blaster Worm"&lt;br /&gt;add chain=virus protocol=udp dst-port=445 action=drop comment="Drop Blaster Worm"&lt;br /&gt;add chain=virus protocol=tcp dst-port=593 action=drop comment="________"&lt;br /&gt;add chain=virus protocol=tcp dst-port=1024-1030 action=drop comment="________"&lt;br /&gt;add chain=virus protocol=tcp dst-port=1080 action=drop comment="Drop MyDoom"&lt;br /&gt;add chain=virus protocol=tcp dst-port=1214 action=drop comment="________"&lt;br /&gt;add chain=virus protocol=tcp dst-port=1363 action=drop comment="ndm requester"&lt;br /&gt;add chain=virus protocol=tcp dst-port=1364 action=drop comment="ndm server"&lt;br /&gt;add chain=virus protocol=tcp dst-port=1368 action=drop comment="screen cast"&lt;br /&gt;add chain=virus protocol=tcp dst-port=1373 action=drop comment="hromgrafx"&lt;br /&gt;add chain=virus protocol=tcp dst-port=1377 action=drop comment="cichlid"&lt;br /&gt;add chain=virus protocol=tcp dst-port=1433-1434 action=drop comment="Worm"&lt;br /&gt;add chain=virus protocol=tcp dst-port=2745 action=drop comment="Bagle Virus"&lt;br /&gt;add chain=virus protocol=tcp dst-port=2283 action=drop comment="Drop Dumaru.Y"&lt;br /&gt;add chain=virus protocol=tcp dst-port=2535 action=drop comment="Drop Beagle"&lt;br /&gt;add chain=virus protocol=tcp dst-port=2745 action=drop comment="Drop Beagle.C-K"&lt;br /&gt;add chain=virus protocol=tcp dst-port=3127-3128 action=drop comment="Drop MyDoom"&lt;br /&gt;add chain=virus protocol=tcp dst-port=3410 action=drop comment="Drop Backdoor OptixPro"&lt;br /&gt;add chain=virus protocol=tcp dst-port=4444 action=drop comment="Worm"&lt;br /&gt;add chain=virus protocol=udp dst-port=4444 action=drop comment="Worm"&lt;br /&gt;add chain=virus protocol=tcp dst-port=5554 action=drop comment="Drop Sasser"&lt;br /&gt;add chain=virus protocol=tcp dst-port=8866 action=drop comment="Drop Beagle.B"&lt;br /&gt;add chain=virus protocol=tcp dst-port=9898 action=drop comment="Drop Dabber.A-B"&lt;br /&gt;add chain=virus protocol=tcp dst-port=10000 action=drop comment="Drop Dumaru.Y"&lt;br /&gt;add chain=virus protocol=tcp dst-port=10080 action=drop comment="Drop MyDoom.B"&lt;br /&gt;add chain=virus protocol=tcp dst-port=12345 action=drop comment="Drop NetBus"&lt;br /&gt;add chain=virus protocol=tcp dst-port=17300 action=drop comment="Drop Kuang2"&lt;br /&gt;add chain=virus protocol=tcp dst-port=27374 action=drop comment="Drop SubSeven"&lt;br /&gt;add chain=virus protocol=tcp dst-port=65506 action=drop comment="Drop PhatBot, Agobot, Gaobot"&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Here, we list all those well known "bad" protocols and ports, used by various trojans and viruses when they take over your computer. &lt;i&gt;This list is incomplete; we should add more rules to it!&lt;/i&gt; We can jump to this list from the &lt;b&gt;forward&lt;/b&gt; chain by using a rule with action=jump: &lt;/p&gt; &lt;pre&gt;add chain=forward action=jump jump-target=virus comment="jump to the virus chain"&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;The forward chain looks now as follows: &lt;/p&gt;&lt;p&gt;&lt;a href="http://wiki.mikrotik.com/wiki/Image:Firwall_forward2.jpg" class="image" title="Image:firwall_forward2.jpg"&gt;&lt;img style="width: 470px; height: 256px;" alt="Image:firwall_forward2.jpg" longdesc="/wiki/Image:Firwall_forward2.jpg" src="http://wiki.mikrotik.com/images/9/9b/Firwall_forward2.jpg" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;If the packet does not match any of the rules in the &lt;b&gt;virus&lt;/b&gt; chain, the processing is returned back to the &lt;b&gt;forward&lt;/b&gt; chain. &lt;/p&gt;&lt;p&gt;At this point we are left with various options, and you should explore this more thoroughly by reading the manual. &lt;/p&gt;&lt;p&gt;For the purposes of this example we want to &lt;b&gt;block&lt;/b&gt; all traffic &lt;b&gt;except&lt;/b&gt; that which we explicitly allow to pass through. For example we wish to allow HTTP Traffic and SMTP Traffic as well as some TCP and UDP packets and ICMP (Ping). &lt;/p&gt;&lt;p&gt;We can now simply add rules allowing the traffic that we want and then drop everything else (this is the part where we block all traffic): &lt;/p&gt; &lt;pre&gt;add chain=forward action=accept protocol=tcp dst-port=80 comment="Allow HTTP"&lt;br /&gt;add chain=forward action=accept protocol=tcp dst-port=25 comment="Allow SMTP"&lt;br /&gt;add chain=forward protocol=tcp comment="allow TCP"&lt;br /&gt;add chain=forward protocol=icmp comment="allow ping"&lt;br /&gt;add chain=forward protocol=udp comment="allow udp"&lt;br /&gt;add chain=forward action=drop comment="drop everything else"&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;&lt;b&gt;NOTE THAT THE LAST RULE WILL BLOCK OR DROP ALL TRAFFIC THAT IS NOT EXPLICITLY ALLOWED THROUGH BY PREVIOUS RULES!&lt;/b&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-4636722204066538491?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/protecting-your-customers.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-6889610729156548585</guid><pubDate>Mon, 04 May 2009 09:37:00 +0000</pubDate><atom:updated>2009-05-04T02:37:36.683-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Mikrotik</category><title>Forwarding a port to an internal IP</title><description>&lt;p&gt;This will go on a 2.9.x or 3.x Mikrotik where you want to forward a port (tcp 5900) to an internal IP. 69.69.69.69 is the example wan IP, 192.168.1.101 is the desired internal destination. &lt;/p&gt; &lt;pre&gt;/ip firewall nat add chain=dstnat dst-address=69.69.69.69 protocol=tcp dst-port=5900 \&lt;br /&gt;   action=dst-nat to-addresses=192.168.1.101 to-ports=5900&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-6889610729156548585?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/forwarding-port-to-internal-ip.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-4591897242093823081</guid><pubDate>Mon, 04 May 2009 09:36:00 +0000</pubDate><atom:updated>2009-05-04T02:37:00.520-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Mikrotik</category><title>How to Block Customer</title><description>&lt;h2&gt;&lt;span class="mw-headline"&gt;How to Block a Customer and Tell him to Pay the Bill&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;Sometimes you may need to cut off a customer and tell him to pay his bill. It's best done by redirecting his http requests to a page with information telling to pay in order to get reconnected. You can do it with a simple destination NAT rule that captures all http requests from a specific address and sends them to a server with webpage telling to pay the bill. However, it's quite easy to make this using the HotSpot feature of RouterOS. Please note that this don't work with PPPoE connections. &lt;/p&gt;&lt;p&gt;To make this setup, you should have Hotspot package enabled on the RouterOS. This example will cover how to block customer's computer. When he tries to open a webpage he would be redirected to the hotspot page which will contain info that he hasn't paid the bill for the Internet access. Your router should have already been configured and working (customer should have access to the Internet), you should have the DNS server specified in the router. &lt;/p&gt;&lt;p&gt;First you should edit the Hotspot login.html page with the text that contains information that will be shown to the customers who haven't paid their bills. It could be something like this: "Service not available, please pay the bill and contact us by phone to get reconnected &lt;/p&gt;&lt;p&gt;Next, add an ip-binding rule that will allow all customers to bypass the hotspot page. It is done using such a command: &lt;/p&gt; &lt;pre&gt;/ip hotspot ip-binding add type=bypassed address=0.0.0.0/0 \&lt;br /&gt;comment="bypass the hotspot for all the paying customers"&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;After that add the Hotspot server on the interface where your clients are connected. It can be done using such command: &lt;/p&gt; &lt;pre&gt;/ip hotspot add interface=local disabled=no&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Now you can add ip-binding rules for the customers that haven't paid their bill. You can match them by IP address or MAC address. Here is an example using MAC address: &lt;/p&gt; &lt;pre&gt;/ip hotspot ip-binding add mac-address=00:0C:42:00:00:90 type=regular comment "Non paying client 1"&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Now we have such configuration: &lt;/p&gt; &lt;pre&gt;[admin@MikroTik] ip hotspot ip-binding&gt; print&lt;br /&gt;Flags: X - disabled, P - bypassed, B - blocked&lt;br /&gt;#   MAC-ADDRESS       ADDRESS                         TO-ADDRESS      SERVER&lt;br /&gt;0 P ;;; bypass the hotspot for all the paying customers&lt;br /&gt;                     0.0.0.0/0&lt;br /&gt;1   ;;; Non paying client 1&lt;br /&gt;   00:0C:42:00:00:90&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;There is one more step to make it work, you should change the order of these rules, the first rule should be above the bypass rule so it could be processed. You can move it using move command: &lt;/p&gt; &lt;pre&gt;[admin@MikroTik] ip hotspot ip-binding&gt; move 1 0&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Now the ip-binding configuration should look like this: &lt;/p&gt; &lt;pre&gt;[admin@MikroTik] ip hotspot ip-binding&gt; print&lt;br /&gt;Flags: X - disabled, P - bypassed, B - blocked&lt;br /&gt;#   MAC-ADDRESS       ADDRESS                         TO-ADDRESS      SERVER&lt;br /&gt;0   ;;; Non paying client 1&lt;br /&gt;   00:0C:42:00:00:90&lt;br /&gt;1 P ;;; bypass the hotspot for all the paying customers&lt;br /&gt;                     0.0.0.0/0&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;If the customers can pay their bill using internet you can modify the login.html by adding some links to clients bank web-page where they can pay their bill. After you add these links in the login page you should also add them in the hotspot configuration so the blocked customer could access that page. This can be done in the 'ip hotspot walled-garden ip' menu. Here is an example: &lt;/p&gt; &lt;pre&gt;/ip hotspot walled-garden ip add dst-host=www.paypal.com&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-4591897242093823081?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/how-to-block-customer.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-6685823537614609640</guid><pubDate>Mon, 04 May 2009 09:34:00 +0000</pubDate><atom:updated>2009-05-04T02:35:24.813-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Mikrotik</category><title>FireWall on Router MikroTik</title><description>&lt;p class="konten"&gt;Untuk mengamankan router MikroTik dari traffic virus dan excess ping dapat digunakan skrip firewall berikut&lt;br /&gt;&lt;br /&gt;Pertama buat address-list "ournetwork" yang berisi alamat IP ether1 ke radio, IP ether2 ke LAN1 dan IP ether3 ke Lan2 atau IP ether lainnya bila ada.&lt;br /&gt;&lt;br /&gt;Dalam contoh berikut alamat IP ether1 ke radio (DHCP) dapat = 202.93.239.118/29, IIP ether2 ke LAN1 = 192.168.1.0/24 dan IP ether3 ke Lan2 = 192.168.2.0/24&lt;br /&gt;&lt;br /&gt;Untuk membuat address-list dapat menggunakan contoh skrip seperti berikut ini tinggal disesuaikan dengan konfigurasi jaringan Anda.&lt;br /&gt;&lt;br /&gt;Buat skrip berikut menggunakan notepad kemudian copy-paste ke console MikroTik  &lt;br /&gt;&lt;br /&gt;&lt;b&gt;/ ip firewall address-list &lt;br /&gt;add list=ournetwork address=202.93.239.118/29 comment="fm ISP" \&lt;br /&gt;   disabled=no &lt;br /&gt;add list=ournetwork address=192.168.1.0/24 comment="LAN1 NetWork" disabled=no &lt;br /&gt;add list=ournetwork address=192.168.2.0/24 comment="LAN2 Network" disabled=no&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Selanjutnya copy-paste skrip berikut pada console MikroTik &lt;br /&gt;&lt;br /&gt;&lt;b&gt;/ ip firewall filter &lt;br /&gt;add chain=forward connection-state=established action=accept comment="allow \&lt;br /&gt;   established connections" disabled=no &lt;br /&gt;add chain=forward connection-state=related action=accept comment="allow \&lt;br /&gt;   related connections" disabled=no &lt;br /&gt;add chain=virus protocol=udp dst-port=135-139 action=drop comment="Drop \&lt;br /&gt;   Messenger Worm" disabled=no &lt;br /&gt;add chain=forward connection-state=invalid action=drop comment="drop invalid \&lt;br /&gt;   connections" disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=135-139 action=drop comment="Drop \&lt;br /&gt;   Blaster Worm" disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=1433-1434 action=drop comment="Worm" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=445 action=drop comment="Drop Blaster \&lt;br /&gt;   Worm" disabled=no &lt;br /&gt;add chain=virus protocol=udp dst-port=445 action=drop comment="Drop Blaster \&lt;br /&gt;   Worm" disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=593 action=drop comment="________" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=1024-1030 action=drop comment="________" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=1080 action=drop comment="Drop MyDoom" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=1214 action=drop comment="________" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=1363 action=drop comment="ndm requester" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=1364 action=drop comment="ndm server" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=1368 action=drop comment="screen cast" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=1373 action=drop comment="hromgrafx" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=1377 action=drop comment="cichlid" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=2745 action=drop comment="Bagle Virus" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=2283 action=drop comment="Drop Dumaru.Y" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=2535 action=drop comment="Drop Beagle" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=2745 action=drop comment="Drop \&lt;br /&gt;   Beagle.C-K" disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=3127 action=drop comment="Drop MyDoom" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=3410 action=drop comment="Drop Backdoor \&lt;br /&gt;   OptixPro" disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=4444 action=drop comment="Worm" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=udp dst-port=4444 action=drop comment="Worm" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=5554 action=drop comment="Drop Sasser" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=8866 action=drop comment="Drop Beagle.B" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=9898 action=drop comment="Drop \&lt;br /&gt;   Dabber.A-B" disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=10000 action=drop comment="Drop \&lt;br /&gt;   Dumaru.Y, sebaiknya di didisable karena juga sering digunakan utk vpn atau \&lt;br /&gt;   webmin" disabled=yes &lt;br /&gt;add chain=virus protocol=tcp dst-port=10080 action=drop comment="Drop \&lt;br /&gt;   MyDoom.B" disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=12345 action=drop comment="Drop NetBus" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=17300 action=drop comment="Drop Kuang2" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=27374 action=drop comment="Drop \&lt;br /&gt;   SubSeven" disabled=no &lt;br /&gt;add chain=virus protocol=tcp dst-port=65506 action=drop comment="Drop PhatBot, \&lt;br /&gt;   Agobot, Gaobot" disabled=no &lt;br /&gt;add chain=forward action=jump jump-target=virus comment="jump to the virus \&lt;br /&gt;   chain" disabled=no &lt;br /&gt;add chain=input connection-state=established action=accept comment="Accept \&lt;br /&gt;   established connections" disabled=no &lt;br /&gt;add chain=input connection-state=related action=accept comment="Accept related \&lt;br /&gt;   connections" disabled=no &lt;br /&gt;add chain=input connection-state=invalid action=drop comment="Drop invalid \&lt;br /&gt;   connections" disabled=no &lt;br /&gt;add chain=input protocol=udp action=accept comment="UDP" disabled=no &lt;br /&gt;add chain=input protocol=icmp limit=50/5s,2 action=accept comment="Allow \&lt;br /&gt;   limited pings" disabled=no &lt;br /&gt;add chain=input protocol=icmp action=drop comment="Drop excess pings" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=input protocol=tcp dst-port=21 src-address-list=ournetwork \&lt;br /&gt;   action=accept comment="FTP" disabled=no &lt;br /&gt;add chain=input protocol=tcp dst-port=22 src-address-list=ournetwork \&lt;br /&gt;   action=accept comment="SSH for secure shell" disabled=no &lt;br /&gt;add chain=input protocol=tcp dst-port=23 src-address-list=ournetwork \&lt;br /&gt;   action=accept comment="Telnet" disabled=no &lt;br /&gt;add chain=input protocol=tcp dst-port=80 src-address-list=ournetwork \&lt;br /&gt;   action=accept comment="Web" disabled=no &lt;br /&gt;add chain=input protocol=tcp dst-port=8291 src-address-list=ournetwork \&lt;br /&gt;   action=accept comment="winbox" disabled=no &lt;br /&gt;add chain=input protocol=tcp dst-port=1723 action=accept comment="pptp-server" \&lt;br /&gt;   disabled=no &lt;br /&gt;add chain=input src-address-list=ournetwork action=accept comment="From \&lt;br /&gt;   Datautama network" disabled=no &lt;br /&gt;add chain=input action=log log-prefix="DROP INPUT" comment="Log everything \&lt;br /&gt;   else" disabled=no &lt;br /&gt;add chain=input action=drop comment="Drop everything else" disabled=no&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Efek dari skrip diatas adalah&lt;/u&gt;:&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt; Router MikroTik hanya dapat diakses FTP, SSH, Web dan Winbox dari IP yang didefinisikan dalam address-list "ournetwork" sehingga tidak bisa diakses dari sembarang tempat.&lt;br /&gt;&lt;/li&gt;&lt;li&gt; Port-port yang sering dimanfaatkan virus di blok sehingga traffic virus tidak dapat dilewatkan, tetapi perlu diperhatikan jika ada user yang kesulitan mengakses service tertentu harus dicek pada chain="virus" apakah port yang dibutuhkan user tersebut terblok oleh firewall.&lt;br /&gt;&lt;/li&gt;&lt;li&gt; Packet ping dibatasi untuk menghindari excess ping.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;u&gt;Selain itu yang perlu diperhatikan adalah&lt;/u&gt;: &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Sebaiknya buat user baru dan password dengan group full kemudian disable user admin, hal ini untuk meminimasi resiko MikroTik Anda di hack orang.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;kutipan dari www.r-wli.net&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-6685823537614609640?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/firewall-on-router-mikrotik.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-4091603186211875872</guid><pubDate>Mon, 04 May 2009 09:09:00 +0000</pubDate><atom:updated>2009-05-04T02:15:58.119-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tour de Indonesian</category><title>Jakarta City Hotels Information</title><description>&lt;p style="margin: 0pt 10px;"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;"&gt;       &lt;img style="width: 445px; height: 259px;" src="http://www.lombokmarine.com/gallery/sundakelapa.jpg" border="1" /&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;b&gt;Arriving to Jakarta&lt;/b&gt;&lt;br /&gt;    Arriving to Jakarta, you will be entering Indonesia        through the Soekarno-Hatta International Airport also        known locally as       &lt;img src="http://www.lombokmarine.com/gallery/jaksa.jpg" align="right" border="1" height="149" vspace="3" width="200" /&gt;“Cengkareng”        (because of its location) provides you with a glimpse of        what is to follow. That is to say the airport looks like        a modern, international airport. However, with few        exceptions, it is not as convenient and organized as it        may appear or you may expect.&lt;br /&gt;  &lt;br /&gt;    The International Arrival Hall is clean and pleasantly        decorated with artifacts from around the archipelago.        Upon disembarking you will proceed directly to        immigration.&lt;br /&gt;  &lt;br /&gt;    Visitors and tourists entering Indonesia need a valid        passport, visa and a completed disembarkation card and        customs declaration (given to you on the aircraft and        filled out prior to arrival at the immigration desk) and        onward/ return tickets to your next destination. Upon        successful presentation of these item to the immigration        official visitors will be granted access to the country        for 30 days.&lt;br /&gt;    &lt;img src="http://www.lombokmarine.com/gallery/jaksa1.jpg" align="right" border="1" height="150" vspace="3" width="200" /&gt;&lt;br /&gt;    Some Asean countries are given a free visa upon arrival,        all others will be required to obtain a visa in order to        enter the country. Some nationalities may apply and pay        for the visa upon arrival most, though, will need to        apply, pay and obtain the visa prior to arriving to        Indonesia. For more information on visa rules and        requirements.&lt;br /&gt;  &lt;br /&gt;    Once past Immigration you will find luggage carts        available free of charge. The carts are not well        maintained so be prepared. As you make your way to the        luggage claim area you will pass restrooms, banks, duty        free shops, moneychangers and ATMs etc. If you don't        have any local currency now is the time to change a bit.        (Unless the company car is picking you up, you will need        it for the taxi ride into town). The rate may not be the        best, but you at least won't be fumbling with your        luggage while surrounded by a crowd hawking rides and        whatnot.&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;b&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;Customs Formalities&lt;br /&gt;    &lt;/span&gt;&lt;/b&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;Once you have       &lt;img src="http://www.lombokmarine.com/gallery/bunderrron.jpg" align="right" border="1" height="130" vspace="3" width="200" /&gt;claimed        your luggage you proceed to Customs. Present your        “Customs Declaration” to the attendant and place all        carry on bags or parcels on the conveyor that passes        through an X-ray machine. For the record you are allowed        1 liter of alcohol and up to 200 cigarettes (or 50        cigars or 100 grams of tobacco) duty free.&lt;br /&gt;  &lt;br /&gt;    Computers, cameras, video cameras, cassette recorders        and sports equipment are allowed provided that they are        taken out of the country when you leave. Such items are        supposed to be declared to Customs officials but this        requirement is difficult to enforce and is often ignored        by officials and visitors alike.&lt;br /&gt;    &lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;      Prohibited items include: Firearms, narcotic drugs,        Chinese medicines and anything with Chinese printing.        Also films, video tapes and laser discs must be screened        by the Board of Censors (b&lt;/span&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;u&lt;/span&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;t&lt;/span&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;img src="http://www.lombokmarine.com/gallery/taj.jpg" align="right" border="1" height="107" vspace="3" width="200" /&gt;&lt;/span&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt; truth be told this is        seldom - if ev&lt;/span&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;er - happens).&lt;br /&gt;  &lt;br /&gt;    There is no restriction on the import or export of        foreign currencies and travelers checks. However,        importing or exporting Indonesian Rupiah in excess of 10        million is prohibited.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;b&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;Upmarket Hotels in Jakarta&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;b&gt;01. Allson Residence        Jakarta 4 star / 158 rooms&lt;br /&gt;    &lt;/b&gt;Rates: 1 Bdrm. Suite Rp 678,810 / 2 Bdrm. Suite Rp        811,910 (include breakfast)&lt;br /&gt;    The Allson Residence Jakarta is situated within the        Mitra Oasis complex which itself is just minutes from        The National Monument (Monas) in Central Jakarta.        Offering full service, apartment style accommodation,        each suite at the Allson Residence features a separate        bedroom, living room, dining room, kitchen and maid's        quarters. Suites start at a spacious 69 sq. metres        making them an interesting choice for long staying        visitors.&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;02. Hotel Borobudur Jakarta 5 star / 565 rooms&lt;br /&gt;    &lt;/b&gt;One of Jakarta's most prominent landmarks, the        luxurious Hotel Borobudur Jakarta is set in 23 hectares        of lush tropical gardens and parkland. With its central        location, close to government offices and the central        business district, shopping and tourist attractions the        hotel is, quite literally, a quiet oasis in the heart of        Jakarta.&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;03. Hotel Sahid Jaya Jakarta 5 star / 667 rooms /        Rating: 7.0 (2 reviews)&lt;br /&gt;    &lt;/b&gt;Ideally situated along Jl. Sudirman in the centre of        Jakarta's Golden Triangle, with easy access from either        Jl. Sudirman or Jl. MH Thamrin the locally owned and        managed Sahid Jakarta (one of several Sahid Hotels in        Indonesia). The hotel's traditional decor and all the        ammenities of an international hotel combined with        friendly staff offers visitors a taste of Indonesian        hospitality in the heart of Jakarta.&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;04. Le Meridien Hotel Jakarta 5 star / 346 rooms&lt;br /&gt;    &lt;/b&gt;Situated in the very heart of Jakarta's 'Golden        Triangle' stands the elegant Le Méridien Jakarta.        Offering 346 comfortably appointed guestrooms with airy,        spacious bathrooms, the hotel exemplifies intimate        luxury and personalised service. Le Méridien Jakarta        features sleek and refreshing bars, delicious Lebanese        and Japanese cuisine, and a world-class spa and wellness        centre making it an ideal choice for business and        leisure stays.&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;05.  Millennium Hotel Sirih 4 star / 405 rooms     &lt;br /&gt;    &lt;/b&gt;Conveniently located in the business district of        Central Jakarta and within walking distance to many key        government offices and only minutes from major office        buildings keeping your travel time down to a minimum.        Combining an extremely friendly and service motivated        staff with guest rooms and suites that are quite        spacious and comfortable. The attractive four-star        Millennium Hotel Sirih Jakarta is well positioned to get        the most out of any trip to Jakarta.&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;06. RedTop Hotel Jakarta 4 star / 390 rooms&lt;br /&gt;    &lt;/b&gt;Don't let the inconspicuous name deter you, the        RedTop Hotel Jakarta is a surprisely nice hotel in the        northern part of Central Jakarta - near Mangga Dua and        all the commercial, trading &amp;amp; entertainment areas of        Kota (Chinatown) as well as Government offices of        Central Jakarta. Combining large, well appointed and        comfortable rooms with a friendly professional staff the        RedTop Hotel offers good value for money in an excellent        location allowing guests to combine business with        pleasure.&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;b&gt;07. Alila Hotels and        Resorts Jakarta 4 star / 182 rooms &lt;/b&gt;&lt;br /&gt;    Rates: Deluxe Room US$ 114.95 / Executive Room US$        133.10 (include breakfast)&lt;br /&gt;    Ultra cool, ultra chic and a breath of fresh air on        Jakarta's hotel scene, the Alila Hotels and Resorts        Jakarta offers stylish accommodation for people who know        what they want. The hotel's design and architecture        reflect today's contemporary lifestyle with rooms that        have broadband access and Buzz Cafe, the hotel's        restaurant, serving fine food from an eclectic menu and        there's a excellent gym with spa facilities.&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;08. Arcadia Hotel Jakarta 3 star / 93 rooms / Rating:        7.6 (6 reviews)&lt;br /&gt;    &lt;/b&gt;Rates: Standard Rp 423,500&lt;br /&gt;    Nicely located on Jl. Wahid Hasyim and close to the        city's business, shopping and dining areas is The        Arcadia - often touted as Jakarta's first "boutique        hotel". Though the hotel has 'only' 93 rooms, rooms are        smartly furnished and the hotel still has many of the        facilities today's business and value conscious        travelers require with very competitive rates. Special        rate available&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;09. Aston Atrium Senen Hotel 4 star / 402 rooms /        Rating: 7.4 (1 review)&lt;br /&gt;    &lt;/b&gt;Rates: Superior US$ 75.00 / Deluxe US$ 90.00        (include breakfast)&lt;br /&gt;    With its orgins in Hawaii, Aston Hotels &amp;amp; Resorts        introduces the Aloha spirit of Hawaii to Jakarta at the        Aston Atrium Senen Hotel &amp;amp; Convention Center. Formerly        the Dai-Ichi Hotel, the Aston Atrium is situated in the        Senen area of Central Jakarta just minutes from        Jakarta's government offices, dining, shopping and        entertaiment areas. The hotel offers comfortable,        good-sized rooms together with a tradition of friendly        service.&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;10. Aston Rasuna Hotel &amp;amp; Residence 4 star / 112 rooms        / Rating: 8.4 (4 reviews)&lt;br /&gt;    &lt;/b&gt;Rates: Executive Suite US$ 72.00 / Superior Suite        US$ 77.00 (include breakfast)&lt;br /&gt;    With its convenient and strategic location in the Taman        Rasuna Complex along Jl. Rasuna Said, the Aston Rasuna        Hotel and Residence offers quick and easy access        throughout Jakarta's Central Business District. More a        serviced apartment than hotel, guestrooms are larger        than average and offer apartment style amenities that        are ideal for long staying guests or travelers with        families. Managed by Aston Hotels and Resorts, you can        be assured of the highest standards of service and        facilities all at rates that represent good value for        money. Special rate available&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;11. Hotel Sari Pan Pacific Jakarta 4 star / 400 rooms     &lt;br /&gt;    &lt;/b&gt;Rates: Standard US$ 96.80 / Deluxe US$ 112.53        (include breakfast)&lt;br /&gt;    Located along Jl. Thamrin, the most famous boulevard in        Jakarta, is the venerable Sari Pan Pacific. Managed by        Pan Pacific and offering 400 rooms and suites that        provide the highest standard of accommodation and        service. The hotel is ideally located for the        businessman needing quick and easy access to government        offices and the Central Business District (and leisure        visitors will love the hotel's proximity to great        shopping and dining - all within walking distance from        the hotel).&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;02. Ibis Kemayoran Jakarta 3 star / 130 rooms /        Rating: 6.9 (2 reviews)&lt;br /&gt;    &lt;/b&gt;Rates: Ibis Room Rp 345,000&lt;br /&gt;    Right in the heart of historic Jakarta, only 5 minutes        driving distance from Jakarta Fair Ground, 25 minutes        from Soekarno-Hatta Internatonal Airport, 10 minutes        from Chinatown-Mangga Dua shopping area and 5 minutes        from Gambir Railway station.&lt;br /&gt;  &lt;br /&gt;    &lt;b&gt;13. Ibis Tamarin Jakarta 3 star / 125 rooms / Rating:        7.2 (2 reviews)&lt;br /&gt;    &lt;/b&gt;Rates: Standard US$ 49.00 (include breakfast)&lt;br /&gt;    Very well placed in the centre of Jakarta, on Jl. Wahid        Hasyim is the Ibis Tamarin. Offering clean, budget        accommodation is the hallmark of Ibis Hotels and Ibis        Tamarin is no exception putting you in the heart of        Central Jakarta's exciting shopping and entertainment        area and only minutes from the Presidential Palace,        Monas and the central business district at a very        reasonable rate.&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;b&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;Jalan Jaksa Budget Hotels Information&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;Jl. Jaksa is quite popular        for its cheap but good hotels especially among        backpackers. In the first part of two articles, The        Jakarta Post reporter Lenah Susianty interviews visitors        and also Nathanael Lawalata, the man who first developed        a hotel for budget tourists, to gain insight on how the        street earned international fame.&lt;br /&gt;  &lt;br /&gt;    JAKARTA (JP): If you ask for Jl. Jaksa, taxi drivers        will take you to Wisma Delima Youth Hostel, states a        guide book published in the 1980s by The Lonely Planet.&lt;br /&gt;  &lt;br /&gt;    Today Wisma Delima is not the only hotel located on the        street which provides the cheapest accommodation for        backpackers in the city. Many establishments have sprung        up in the area joining in on the lucrative business.        However, it is Wisma Delima which brought the narrow        street to the attention of foreign backpackers and gave        Jl. Jaksa a place in history.&lt;br /&gt;  &lt;br /&gt;    Jl. Jaksa became a tourist center by serving        International Youth Hostel Federation members. Indonesia        is no longer a member of the Federation because the        Federation rules that its members must be from the        private circle, not the government.&lt;br /&gt;  &lt;br /&gt;    The street was named Jl. Jaksa because it was where        students of the Rechts Hogeschool (the Law College),        which was located near the National Museum during        colonial times, lived. Jaksa, listed in every guide book        of Indonesia, means attorney.&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;b&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;01.Le Margot (021-3913830),&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;Le Margot (021-3913830),        which resembles an actual hotel inside as well as        outside. Rooms are about Rp. 150.000 and have a/c, tv,        safety deposit box and hot water. The attached        backpackers' restaurant is quite popular and bang in the        middle of all the action on Jalan Jaksa.&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;b&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;02. Hotel Karya Bahana        (021-3140484/3150519) &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;Hotel Karya Bahana        (021-3140484/3150519) can be found on Jalan Jaksa No.        32. Its slogan reads ‘with Royal and Golden service' and        although that might be slightly exaggerated, the hotel        indeed has a friendly staff and not too bad rooms, with        a/c, bathroom with bathtub, tv and minibar. Prices start        at Rp. 170,000 and include breakfast.&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;b&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;03. Borneo hostel (021-3140095) j&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;Borneo hostel (021-3140095)        just west of Jalan Jaksa, on Jalan Kebon Sirih Barat No.        35. It has rooms starting from Rp. 50,000 with communal        bathroom and fan, to air-conditioned rooms with bathroom        for Rp. 135,000. The place has recently been redecorated        and therefore spurs an un-Jaksa-like coziness. The best        room is upstairs at the front where there's a cozy        balcony and access to the flower filled rooftop terrace.&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;b&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;04. Bloemsteen Homestay (021-325389)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;Bloemsteen Homestay        (021-325389) and the next-door Kresna Homestay        (021-325403), located in Gang 1, a small alley on the        Eastern side of Jalan Jaksa. Although rooms are cramped        and could use a good scrub, they are very affordable        starting at Rp. 35,000, and the atmosphere is slightly        less depressing than other places in the neighborhood.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;kutip on www.lombokmarine.com&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-4091603186211875872?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/jakarta-city-hotels-information.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-2877847146288090798</guid><pubDate>Mon, 04 May 2009 09:06:00 +0000</pubDate><atom:updated>2009-05-04T02:08:39.477-07:00</atom:updated><title>Prambanan Temples Central Java Travel Guides</title><description>&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;b&gt;       &lt;span style="font-family:Arial;font-size:100%;"&gt;PRAMBANAN HINDUS TEMPLE OF        CENTRAL JAVA&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;font-size:85%;"&gt;Pr&lt;img style="width: 200px; height: 118px;" src="http://www.lombokmarine.com/photo/Prambanan.jpg" align="right" border="0" vspace="3" /&gt;ambanan        is the largest Hindu temple compound in Indonesia,        located in Central Java, approximately 18 km east of        Yogyakarta.&lt;br /&gt;      &lt;br /&gt;      The temple is a UNESCO World Heritage Site and is one of        the largest Hindu temples in south-east Asia. It is        characterised by its tall and pointed architecture,        typical of Hindu temple architecture, and by the 47m        high central building inside a large complex of        individual temples.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;History&lt;br /&gt;      &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;It was built        around 850 CE by either Rakai Pikatan, king of the        second Mataram dynasty, or Balitung Maha Sambu, during        the Sanjaya Dynasty. Not long after its construction,        the temple was abandoned and began to deteriorate.        Reconstruction of the compound began in 1918. The main        building was completed in around 1953. Much of the        original stonework has been stolen and reused at remote        construction sites. A temple will only be rebuilt if at        least 75% of the original stones are available, and        therefore only the foundation walls of most of the s&lt;img src="http://www.lombokmarine.com/photo/boro5.jpg" align="right" border="1" height="131" hspace="3" vspace="3" width="200" /&gt;maller        shrines are now visible and with no plans for their        reconstruction.&lt;br /&gt;      &lt;br /&gt;      The temple was damaged during the earthquake in Java in        2006. Early photos suggest that although the complex        appears to be structurally intact, damage is        significant. Large pieces of debris, including carvings,        were scattered over the ground. The temple has been        closed to the public until damage can be fully assessed.        The head of Yogyakarta Archaeological Conservation        Agency stated that: "it will take months to identify the        precise damage".[2] However, some weeks later in 2006        the site re-opened for visitors. The immediate        surroundings of the Hindu temples remain off-limits for        safety reasons.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;The complex&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;br /&gt;      The       &lt;img src="http://www.lombokmarine.com/photo/Prambanan_Shiva_Temple.jpg" align="right" border="1" height="150" hspace="3" vspace="3" width="200" /&gt;compound        is assembled of eight main shrines or candis, and more        than 250 surrounding individual candis. The three main        shrines, called Trisakti (Ind. "three sacred places"),        are dedicated to the three gods: Shiva the Destroyer,        Vishnu the Keeper and Brahma the Creator.&lt;br /&gt;      &lt;br /&gt;      The Shiva shrine at the center contains four chambers,        one in every cardinal direction. While the first        contains a three meter high statue of Shiva, the other        three contain smaller statues of Durga, his wife,        Agastya, a risi, and Ganesha, his son.&lt;br /&gt;      &lt;br /&gt;      The shrine of Durga is also called the temple of Loro        Jonggrang (slender virgin), after a Javanese princess,        daughter of King Boko. She was forced to marry a man she        did not love, Bandung Bondowoso. After long negotiations        she eventually agreed to the marriage, under the        condition that her prince should build her a temple        ornamented with 1000       &lt;img src="http://www.lombokmarine.com/photo/prambanan1.jpg" align="right" border="1" height="266" hspace="3" vspace="3" width="200" /&gt;statues,        between the setting and the rising of the sun.&lt;br /&gt;      &lt;br /&gt;      Helped by supernatural beings, the prince was about to        succeed. So the princess ordered the women of the        village to set a fire in the east of the temple,        attempting to make the prince believe that the sun was        about to rise. As the cocks began to crow, fooled by the        light, the supernatural helpers fled. The prince,        furious about the simple trick, changed Loro Jongrang to        stone. She became the last and the most beautiful of the        thousand statues.&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;font-size:85%;"&gt;The two other main shrines        are that of Vishnu, to the north, and the one of Brahma,        facing to the south. In front of each main temple is a        smaller candis on the east side, dedicated to the mounts        of the respective god - the bull Nandi for Shiva, the        gander Angsa for Brahma, and Vishnu's Eagle Garuda,        which serves as the national symbol of Indonesia (cf.        also to the airline Garuda Indonesia).&lt;br /&gt;      &lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;       The bas-reliefs along the twenty sides of the temple        depict the Ramayana legend. They illustrate how&lt;img src="http://www.lombokmarine.com/photo/Prambanan_complex.jpg" align="right" border="1" height="150" hspace="3" vspace="3" width="200" /&gt;        Sita, the wife of Rama, is abducted by an evil ogre. The        monkey king Hanuman brings his army to help Rama and        rescue Sita. This story is also shown by the Ramayana        Ballet, regularly performed at full moon in front of the        illuminated Prambanan complex.&lt;br /&gt;      &lt;br /&gt;      The temple complex is surrounded by more than 250        individual temples of different sizes, called Pewara,        believed to have been offered to the king as a sign of        submission. The Pewara are arranged in four rows around        the central temples, according to the rank of the people        allowed to enter them. While the central row was        accessible to the priests only, the other three were        reserved for the nobles, the knights and the simple        people respectively.&lt;br /&gt;      &lt;br /&gt;      Not far to the west are found Candi Kalasan and Candi        Sari, and to the south the Ratu Boko on higher ground.        Each provides further clues and details of the.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;kutip on www.lombokmarine.com&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-2877847146288090798?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/prambanan-temples-central-java-travel.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-1185611148017219607</guid><pubDate>Mon, 04 May 2009 08:57:00 +0000</pubDate><atom:updated>2009-05-04T02:05:34.374-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tour de Indonesian</category><title>Borobudur Temples Central Java Travel Guides</title><description>&lt;p style="margin: 0pt 10px;"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;"&gt;       &lt;img style="width: 459px; height: 250px;" src="http://www.lombokmarine.com/photo/Borobudur-Pawon-Mendut.png" border="0" /&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;"&gt; &lt;/p&gt;       &lt;h2 style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;b&gt;BOROBUDUR BUDDHIST TEMPLE        OF CENTRAL JAVA&lt;/b&gt;&lt;/span&gt;&lt;/h2&gt;              &lt;span style="font-family:Arial;font-size:85%;"&gt;Borobudur is a ninth century        Mahayana Buddhist monument in Central Java, Indonesia.        The       &lt;img style="width: 204px; height: 204px;" src="http://www.lombokmarine.com/photo/boro1.jpg" align="right" border="1" hspace="3" vspace="3" /&gt;monument        comprises six square platforms topped by three circular        platforms, and is decorated with 2,672 relief panels and        504 Buddha statues. A main dome is located at the center        of the top platform, and is surrounded by seventy-two        Buddha statues seated inside perforated stupa.&lt;br /&gt;      &lt;br /&gt;      The monument is both a shrine to the Lord Buddha and a        place for Buddhist pilgrimage. The journey for pilgrims        begins at the base of the monument and follows a path        circumambulating the monument while ascending to the top        through the three levels of Buddhist cosmology, namely,        Kamadhatu (the world of desire); Rupadhatu (the world of        forms); and Arupadhatu (the world of formless). During        the journey, the monument guides the pilgrims through a        system of stairways and corridors with 1,460 narrative        relief panels on the wall and the balustrades.&lt;br /&gt;      &lt;br /&gt;      &lt;img src="http://www.lombokmarine.com/photo/boro3.jpg" align="right" border="1" height="135" hspace="3" vspace="3" width="200" /&gt;Evidence        suggests Borobudur was abandoned following the        fourteenth century decline of Buddhist and Hindu        kingdoms in Java, and the Javanese conversion to        Islam.[2] It was rediscovered in 1814 by Sir Thomas        Raffles, the British ruler of Java. Borobudur has since        been preserved through several restorations. The largest        restoration project was undertaken between 1975 and 1982        by the Indonesian government and UNESCO, following which        the monument was listed as a UNESCO World Heritage        Site.[3] Borobudur is still used for pilgrimage, where        once a year Buddhists in Indonesia celebrate Vesak at        the monument, and Borobudur is Indonesia's single most        visited tourist attraction&lt;br /&gt;      &lt;br /&gt;      &lt;b&gt;Etymology&lt;br /&gt;      &lt;/b&gt;In&lt;img src="http://www.lombokmarine.com/photo/Borobudur_scenery.jpg" align="right" border="1" height="133" hspace="3" vspace="3" width="200" /&gt;        Indonesian, temples are known as candi, thus "Borobudur        Temple" is locally known as Candi Borobudur. The term        candi is also used more loosely to describe any ancient        structure, for example, gates and bathing structures.        The origins of the name Borobudur however are unclear,        although the original names of most ancient Indonesian        temples are no longer known. The name 'Borobudur' was        first written in the Sir Thomas Raffles book on Java        history.[8] Raffles wrote about a monument called        borobudur, but there are no older documents suggesting        the same name. The only old Javanese manuscript that        hints at the monument as a holy Buddhist sanctuary is        Nagarakertagama, written by Mpu Prapanca in 1365.&lt;br /&gt;      &lt;br /&gt;      &lt;br /&gt;The name 'Bore-Budur', and thus 'BoroBudur', is thought        to have been written by Raffles in English grammar to        mean the nearby village of Bore; most candi are named        after a nearby village. &lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;img src="http://www.lombokmarine.com/photo/borp8.jpg" align="right" border="1" height="132" hspace="3" vspace="3" width="200" /&gt;&lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;If it followed Javanese        language,&lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt; the monument should have been named 'BudurBoro'.        Raffles also suggested that 'Budur' might correspond to        the modern Javanese word Buda ('ancient') - i.e.,        'ancient Boro'. However, another archaeologist suggests        the second component of the name ('Budur') comes from        Javanese term bhudhara (or mountain)&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      &lt;b&gt;Location&lt;/b&gt;&lt;br /&gt;      Ap&lt;img src="http://www.lombokmarine.com/photo/boro8.jpg" align="right" border="1" height="101" hspace="3" vspace="3" width="200" /&gt;proximately        40 kilometers (25 mi) northwest of Yogyakarta, Borobudur        is located in an elevated area between two twin        volcanoes, Sundoro-Sumbing and Merbabu-Merapi, and two        rivers, the Progo and the Elo. According to local myth,        the area known as Kedu Plain is a Javanese 'sacred'        place and has been dubbed 'the garden of Java' due to        its high agricultural fertility. Besides Borobudur,        there are other Buddhist and Hindu temples in the area,        including the Prambanan temples compound. During the        restoration in the early 1900s, it was discovered that        three Buddhist temples in the region, Borobudur, Pawon        and Mendut, are lined in one straight line position.[12]        It might be accidental, but the temples' alignment is in        conjunction with a native folk tale that a long time        ago, there was a brick&lt;img src="http://www.lombokmarine.com/photo/buddha_borobudur.jpg" align="right" border="1" height="134" hspace="3" width="200" /&gt;-paved        road from Borobodur to Mendut with walls on both sides.        The three temples (Borobodur–Pawon–Mendut) have similar        architecture and ornamentation derived from the same        time period, which suggests that ritual relationship        between the three temples, in order to have formed a        sacred unity, must have existed, although exact ritual        process is yet unknown.&lt;br /&gt;      &lt;br /&gt;      Unlike other temples, which were built on a flat        surface, Borobudur was built on a bedrock hill, 265 m        (869 ft) above sea level and 15 m (49 ft) above the        floor of the dried-out paleolake.[13] The lake's        existence was the subject of intense discussion among        archaeologists in the twentieth century; Borobudur was        thought to have been built on a lake shore or even        floated on a lake. In 1931, a Dutch artist and a scholar        of Hindu and Buddhist architecture, W.O.J. Nieuwe&lt;img src="http://www.lombokmarine.com/photo/Borobudur-perfect-buddha.jpg" align="right" border="1" height="229" hspace="3" vspace="3" width="200" /&gt;nkamp,        developed a theory that Kedu Plain was once a lake and        Borobudur initially represented a lotus flower floating        on the lake.[10] Lotus flowers are found in almost every        Buddhist work of art, often serving as a throne for        buddhas and base for stupas. The architecture of        Borobudur itself suggests a lotus depiction, in which        Buddha postures in Borobudur symbolize the Lotus Sutra,        mostly found in many Mahayana Buddhism (a school of        Buddhism widely spread in the east Asia region) texts.        Three circular platforms on the top are also thought to        represent a lotus leaf. Nieuwenkamp's theory, however,        was contested by many archaeologists because the natural        environment surrounding the monument is a dry land.&lt;br /&gt;      &lt;br /&gt;      Geologists, on the other hand, support Nieuwenkamp's        view, pointing out clay sediments found near the site. A        study of stratigraphy, sediment and pollen samples        conducted in 2000 supports the existence of a paleolake        environment near Borobudur,which tends to confirm        Nieuwenkamp's theory. The lake area fluctuated with time        and the study also proves that Borobudur was near the        lake shore circa thirteenth and fourteenth century.        River flows and volcanic activities shape the        surrounding landscape, including the lake. One of the        most active volcanoes in Indonesia, Mount Merapi, is in        the direct vicinity of Borobudur and has been very        active since the Pleistocene&lt;br /&gt;      &lt;br /&gt;      &lt;b&gt;History&lt;br /&gt;      &lt;/b&gt;Th&lt;img src="http://www.lombokmarine.com/photo/boro2.jpg" align="right" border="1" height="291" hspace="3" vspace="3" width="200" /&gt;ere        is no written record of who built Borobudur or of its        intended purpose.[ The construction time has been        estimated by comparison between carved reliefs on the        temple's hidden foot and the inscriptions commonly used        in royal charters during the eight and ninth centuries.        Borobudur was likely founded around 800 AD.[16] This        corresponds to the period between 760–830 AD, the peak        of the Sailendra dynasty in central Java, when it was        under the influence of the Srivijayan Empire. The        construction has been estimated to have taken 75 years        and been completed during the reign of Samaratungga in        825.&lt;br /&gt;      &lt;br /&gt;      There is confusion between Hindu and Buddhist rulers in        Java around that time. The Sailendras were known as        ardent followers of Lord Buddha, though stone        inscriptions found at Sojomerto suggest they may have        been Hindus.[18] It was during this time that many Hindu        and Buddhist monuments were built on the plains and        mountain around the Kedu Plain. The Buddhist monuments,        including Borobudur, were erected around the same time        as the Hindu Shiva Prambanan temple compound. In 732 AD,        the Shivaite King Sanjaya commissioned a Hindu Shiva        lingga sanctuary to be built on the Ukir hill, only 10        km (6.2 miles) east of Borobudur.&lt;br /&gt;      &lt;br /&gt;      Con&lt;img src="http://www.lombokmarine.com/photo/BORO7.jpg" align="right" border="1" height="134" hspace="3" vspace="3" width="200" /&gt;struction        of Buddhist temples, including Borobudur, at that time        was possible because Sanjaya's immediate successor,        Rakai Panangkaran, granted his permission to the        Buddhist followers to build such temples. In fact, to        show his respect, Panangkaran gave the village of        Kalasan to the Buddhist community, as is written in the        Kalasan Charter dated 778 AD. This has led some        archaeologists to believe that there was never serious        conflict concerning religion in Java as it was possible        for a Hindu king to patronize the establishment of a        Buddhist monument; or for a Buddhist king to act        likewise.[22] However, it is likely that there were two        rival royal dynasties in Java at the time—the Buddhist        Sailendra and the Saivite Sanjaya—in which the latter        triumphed over their rival in the 856 battle on the        Ratubaka plateau. This confusion also exists regarding        the Lara Jonggrang temple at the Prambanan complex,        which was believed that it was erected by the victor        Rakai Pikatan as the Sanjaya dynasty's reply to        Borobudur,but others suggest.&lt;br /&gt;      &lt;br /&gt;      &lt;b&gt;Rediscovery&lt;br /&gt;      &lt;/b&gt;Following the Anglo-Dutch Java War, Java was under        British administration from 1811 to 1816. The appo&lt;img src="http://www.lombokmarine.com/photo/borobudur.jpg" align="right" border="1" height="133" hspace="3" vspace="3" width="200" /&gt;inted        governor was Lieutenant Governor-General Thomas Stamford        Raffles, who took great interest in the history of Java.        He collected Javanese antiques and made notes through        contacts with local inhabitants during his tour        throughout the island. On an inspection tour to Semarang        in 1814, he was informed about a big monument deep in a        jungle near the village of Bumisegoro. He was not able        to make the discovery himself and sent H.C. Cornelius, a        Dutch engineer, to investigate.&lt;br /&gt;      &lt;br /&gt;      In two months, Cornelius and his 200 men cut down trees,        burned down vegetation and dug away the earth to reveal        the monument. Due to the danger of col&lt;img src="http://www.lombokmarine.com/photo/Borobudur-perfect-buddha.jpg" align="right" border="1" height="229" hspace="3" vspace="3" width="200" /&gt;lapse,        he could not unearth all galleries. He reported his        findings to Raffles including various drawings. Although        the discovery is only mentioned by a few sentences,        Raffles has been credited with the monument's recovery,        as one who had brought it to the world's attention.&lt;br /&gt;      &lt;br /&gt;      Hartmann, a Dutch administrator of the Kedu region,        continued Cornelius' work and in 1835 the whole complex        was finally unearthed. His interest in Borobudur was        more personal than official. Hartmann did not write any        reports of his activities; in particular, the alleged        story that he discovered the large statue of Buddha in        the main stupa.[26] In 1842, Hartmann investigated the        main dome although what he discovered remains unknown as        the main stupa remains empty.&lt;br /&gt;      &lt;br /&gt;      The Dutch East Indies government then commissioned F.C.        Wilsen, a Dutch engineering official, who studied the        monument and drew hundreds of relief sketches. J.F.G.        Brumund was also appointed to make a detailed study of        the monument, which was completed in 1859. The        government intended to publish an article based on        Brumund study supplemented by Wilsen's drawings, but        Brumund refused to cooperate. The government then        commissioned another scholar, C. Leemans, who compiled a       &lt;img src="http://www.lombokmarine.com/photo/borobudurnight.jpg" align="right" border="1" height="133" hspace="3" vspace="3" width="200" /&gt;monograph        based on Brumund's and Wilsen's sources. In 1873, the        first monograph of the detailed study of Borobudur was        published, followed by its French translation a year        later. The first photograph of the monument was taken in        1873 by a Dutch-Flemish engraver, Isidore van Kinsbergen.&lt;br /&gt;      &lt;br /&gt;      Appreciation of the site developed slowly, and it served        for some time largely as a source of souvenirs and        income for "souvenir hunters" and thieves. In 1882, the        chief inspector of cultural artifacts recommended that        Borobudur be entirely disassembled with the relocation        of reliefs into museums due to the unstable condition of        the monument. As a result, the government appointed        Groenveldt, an archeologist, to undertake a thorough        investigation of the site and to assess the actual        condition of the complex; his report found that these        fears were unjustified and recommended it be left        intact.&lt;br /&gt;&lt;br /&gt;kutip dari www.lombokmarine.com&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-1185611148017219607?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/borobudur-temples-central-java-travel.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-8553564572526780005</guid><pubDate>Mon, 04 May 2009 08:46:00 +0000</pubDate><atom:updated>2009-05-04T01:57:05.431-07:00</atom:updated><title>Kuta Beach Bali Travel Guides</title><description>&lt;p style="margin: 0pt 10px;"&gt;       &lt;img style="width: 435px; height: 267px;" src="http://www.lombokmarine.com/gallery/kuta2.gif" border="1" /&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;Kuta in addition to being        the Sunset Site Number One, with its daily spectacular        sunsets, it is also the centre of night life activities        in Southern Bali and a shopping mecca, with its lines of        shops, boutiques, and galleries. Restaurants line up the        streets as well as the Bachfront,Hotels, ranging from a        small, inexpensive homestay to a luxurious resort, will        ready accomodate you.&lt;br /&gt;  &lt;br /&gt;    The beach of Kuta is one of the first favorite beaches        discovered by tourist. On the south, the beach is fenced        by the airport’s runway, which gives you a breathtaking        landing experience. The beach stretches as far north as        the eyes can see. As short walk away north, waves will        invite you to test your surfing&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks"&gt;       &lt;span style="font-family:Arial;"&gt;       &lt;img style="width: 447px; height: 162px;" src="http://www.lombokmarine.com/gallery/Kuta3.jpg" border="1" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;br /&gt;    Kuta is very short drive away from the airport, and        transportation is readily available to take you from and        to Kuta to and from anywhere else in Bali&lt;br /&gt;  &lt;br /&gt;    Kuta Beach is the most famous beach in Bali and the        first one most people see.&lt;br /&gt;  &lt;br /&gt;    Its proximity to       &lt;img src="http://www.lombokmarine.com/gallery/kuta_beach1.jpg" align="right" border="1" height="138" vspace="3" width="200" /&gt;the        cheap guest houses on Poppies I &amp;amp; II as well as Jl.        Benesari and the budget hotels on Jl. Melasti make it        super accessible for a surfer just arriving for the        first time. For someone staying at hotel Bounty on        Poppies II for example you only have to walk for about 3        minutes and you will be at the beach.&lt;br /&gt;  &lt;br /&gt;    At the bottom end of Jl. Pantai Kuta you will see the        lifeguard tower which is in operation from 6am to 7pm.        It is equipped with 2 jet-skis, a Toyota Landcruiser and        a surf rescue longboard. There have been over 300        rescues in 2004 as well as 14 drownings.&lt;br /&gt;  &lt;br /&gt;    Being a sandy beach break most of the surfers you will        find on Kuta Beach are beginners or intermediates taking        it easy. Any time there is swell expect a lot of        Balinese in the water as well as Japanese, plus a        sprinkling of other nationalities.&lt;br /&gt;  &lt;br /&gt;    Best times to surf this beach are at high tide.&lt;br /&gt;  &lt;br /&gt;    The&lt;img src="http://www.lombokmarine.com/gallery/kutabeach.jpg" align="right" border="1" height="138" vspace="3" width="200" /&gt; slope of Kuta Beach is very gradual and you can walk        out 100 meters and still be only chest high in the        water, a perfect place for beginners. The waves come in        flat meaning you are not going to get a very long ride.&lt;br /&gt;  &lt;br /&gt;    Kuta Beach itself has the densest beach activity of any        place in Bali with drink, sarong, carving sellers all        over the place. Boards of all sizes are available for        rent. There seems to be someone with a rack of boards        every 10 meters under the trees. You can also get a body        board if that is your preference. I asked a number of        renters for a rate and they ask 50,000rp for 2 hours        with the body board and 75,000-100,000rp for 2 hours for        a surfboard. This is their asking price of course and        the realities are somewhat different. If you persist you        can probably get them down a lot. Remember you can rent        a motorbike for a day for 40,000rp.&lt;br /&gt;  &lt;br /&gt;    Expect to be hassled like mad by massage ladies and all        kinds of vendors as soon as you sit down for a break.        Getting to know a single drink vendor will help if you        are planning to stay around for a while, because as        trust develops they will guard your belongings as they        see you as a regular customer. I still would not bring        too much cash or valuables to the beach.&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;"&gt;       &lt;img src="http://www.lombokmarine.com/gallery/kutaset.jpg" align="right" border="1" height="150" vspace="3" width="200" /&gt;&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;For people planning to spend        the whole day at the beach there are a million drink        vendors. A Coke goes for 5,000rp and a small Bintang for        10,000rp.&lt;br /&gt;  &lt;br /&gt;    Indonesian food vendors are all over too selling quick        snacks that are popular with locals including rujak, the        spicy concoction of unripe fruits sprinkled with salt,        chili and caramel sauce.&lt;br /&gt;  &lt;br /&gt;    Close to the life guard tower at the bottom on Jl.        Pantai Kuta there is a toilet / shower facility which        charges 1,000rp for the toilet. There is another similar        facility on the beach across from Poppies Lane II and        another at Halfway and another at Jl.Pantai Legian a        little ways up the beach from the turn off at Jl.        Melasti.&lt;img src="http://www.lombokmarine.com/gallery/Kuta-Beach.jpg" align="right" border="1" height="150" vspace="3" width="200" /&gt;&lt;br /&gt;  &lt;br /&gt;    Across from the beach down by Poppies I is a Circle K        and a McDonalds which may please some people. There are        also free-standing ATM machines in this area as well in        some of the Circle K’s.&lt;br /&gt;  &lt;br /&gt;    Warungs offering cheap food are within a 2 minute walk        on Poppies Lane I so no need to get sucked into a        beachside restaurant and high prices.&lt;br /&gt;  &lt;br /&gt;    As a rule of thumb the swell hits harder the further you        head north in regard to Kuta Bay. The surf schools often        are based in the Kuta Beach area across from Poppies I &amp;amp;        II. If you head up to Kuta Halfway which is halfway up        Jl. Pantai Kuta to Jl. Melasti, at the end you will have        way less of everything, food options, drink sellers ad        shade as the trees       &lt;img src="http://www.lombokmarine.com/gallery/bali-beach.jpg" align="right" border="1" height="150" vspace="3" width="200" /&gt;have        not grown here much, although there is a new Circle K        next to the Aussie-themed Southern Cross restaurant        serving an assortment of western food. Black pepper        steak is 45,000rp and red snapper is the same price. For        people surfing at Kuta Halfway your nearest budget food        options are on Jl. Benesari a minutes walk south.&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;South Kuta Bali is more that        just a great beach......it is conveniently located just        a short distance from Bali's International aiprort and a        comfortable stroll form the nightlife and excitment of        central Kuta. &lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks"&gt; &lt;/p&gt;       &lt;table id="table12" style="color: rgb(204, 204, 204); width: 496px; height: 569px;" border="1" cellpadding="4" cellspacing="0"&gt;        &lt;tbody&gt;&lt;tr&gt;         &lt;td class="article" colspan="4" align="center"&gt;         &lt;p class="sectionLinks"&gt;         &lt;b&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;KUTA &amp;amp; LEGIAN          BEACH  HOTELS LIST&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="article" width="213"&gt;         &lt;p class="sectionLinks"&gt;         &lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;strong&gt;Hotel Name&lt;/strong&gt;         &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;         &lt;td class="article" width="61"&gt;         &lt;p class="sectionLinks"&gt;         &lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;strong&gt;Class&lt;/strong&gt;         &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;         &lt;td class="article" width="198"&gt;         &lt;p class="sectionLinks"&gt;         &lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;strong&gt;Hotel Name&lt;/strong&gt;         &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;         &lt;td class="article" width="56"&gt;         &lt;p class="sectionLinks"&gt;         &lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;strong&gt;Class&lt;/strong&gt;         &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Alam Kulkul Boutique Resort&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;04 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Inna Kuta Beach Hotel&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;04 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Barong Hotel Kuta&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;02 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Bounty Hotel&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;03 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Champlung Mas Hotel&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;02 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Dewi Sri Cottages Kuta&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;02 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Ida  Hotel Bali&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;01 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Kuta Beach Hotel Club&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;03 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Kuta Lagoon Resort&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;03 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Kuta Sea view Cottages &lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;04 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Mercure Kuta Bali&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;04 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Ramayana resort &amp;amp; Spa&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;04 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;The Oasis HotelKuta &lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;03 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;White Rose Hotel &amp;amp; Spa&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;04 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;        &lt;br /&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;        &lt;br /&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;        &lt;br /&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;        &lt;br /&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" height="17" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;All Season Resort Legian&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" height="17" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;03 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" height="17" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Casa Padma Suites&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" height="17" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;03 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Jayakarta Hotel &amp;amp; Residences&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;04 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Melasti Beach Resort &amp;amp; Spa&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;03 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Puri Raja Beach Hotel&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;02 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Rama Garden Hotel&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;02 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;The Lokha Legian&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;03 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Losari Hotel and Villa&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;03 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Adika Sari Bungalows&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;        &lt;br /&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Baleka Beach Resort&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;        &lt;br /&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Prani Legian Hotel&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;        &lt;br /&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Suriwathi Beach Resort&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;        &lt;br /&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;         &lt;span style="font-family:Arial;"&gt;Park Royal Resort&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;         &lt;span style="font-family:Arial;"&gt;04 Star&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;         &lt;span style="font-family:Arial;"&gt;Cendana Hotel&lt;/span&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;         &lt;span style="font-family:Arial;"&gt;01 Star&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;         &lt;td class="sectionLinks" align="center" width="221"&gt;        &lt;br /&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="69"&gt;        &lt;br /&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="206"&gt;        &lt;br /&gt;&lt;/td&gt;         &lt;td class="sectionLinks" align="center" width="64"&gt;        &lt;br /&gt;&lt;/td&gt;        &lt;/tr&gt;       &lt;/tbody&gt;&lt;/table&gt;       &lt;hr style="color: rgb(0, 0, 0);font-size:100%;"  width="97%"&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks"&gt;&lt;b&gt;       &lt;span class="sectionLinksherman" style=";font-family:Arial;font-size:130%;"  &gt;       Come and Discover Indonesia Islands with us!&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks"&gt;&lt;b&gt;&lt;span class="sectionLinksherman" style=";font-family:Arial;font-size:130%;"  &gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;kutip dari www.lombokmarine.com&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-8553564572526780005?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/kuta-beach-bali-travel-guides.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-9204912227136057757</guid><pubDate>Mon, 04 May 2009 08:37:00 +0000</pubDate><atom:updated>2009-05-04T01:45:44.996-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tour de Indonesian</category><title>Bandung and Vicinity | West Java Travel Guides</title><description>&lt;h2 style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;b&gt;       &lt;span style="font-family:Arial;font-size:100%;"&gt;BANDUNG INTRODUCTION&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;font-size:85%;"&gt;Bandung is the        capital of West Java in Indonesia. Bandung is 180        kilometres south-east from       &lt;img src="http://www.lombokmarine.com/photo/sate.jpg" align="right" border="1" height="150" vspace="3" width="200" /&gt;Jakarta        Today Bandung has a population of 2 million people, the        Bandung area an extimated 4 million. Bandung is situated        on a plateau 768 meters above sea level with a cool        climate throughout the year. Bandung is the most        European city of Java. The raining season starts in        Bandung a little bit earlier, then the rest of        Indonesia. Normally the raining season in Indonesia is        from October till May, the peak of the raining season is        in January. The dry season is from June until August,        temperature is then 25-30 degrees Celsius during the        day. In the morning the sun is almost shining every day,        but in the afternoon many times it gets cloudy, for        sunbathing you have to wake up early from 6.30 the sun        is already there! In the evening when the sun is down        the temperature drops.The average temperature in Bandung        is 22 degrees Celsius, the weather is pleasant all year        round.&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;br /&gt;      &lt;/span&gt;       &lt;span style="font-family:Arial;font-size:100%;"&gt;&lt;b&gt;HOW TO GET TO BANDUNG&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;font-size:85%;"&gt;Bandung is 180 kilometres south-east from Jakarta, about        2 hours driving by car. It is better to take the train        from Gambir station in Jakarta to Bandung, because this        is a great experience. For a comfortable trip take the "Eksekutif"        class. A pleasant 3 hour journey through mountains,        paddy fields, tea plantations and a beautiful panorama.        From Halim Airport in Jakarta there are several daily        flights with Deraya and Merpati to Bandung and vise        versa, a flight Jakarta - Bandung takes only 30 minutes.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;HISTORY&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;br /&gt;      &lt;img src="http://www.lombokmarine.com/photo/Puncak_pass_indonesie.jpg" align="right" border="1" height="113" vspace="3" width="200" /&gt;The        city history dates from 1488 when the first reference to        Bandung exists. But from ancient archaeological finds,        we know the city was home to Australopithecus, Java Man.        These people lived on the banks of the Cikapundung in        north Bandung, and on the shores of the Great Lake of        Bandung. Flint artefacts can still be found in the Upper        Dago area and the Geological Museum has displays and        fragments of skeletal remains and artefacts.&lt;br /&gt;      &lt;br /&gt;      The Sundanese were a pastoral people farming the fertile        regions of Bandung. They developed a       &lt;img style="width: 204px; height: 185px;" src="http://www.lombokmarine.com/photo/Puncak%20Pass2.jpg" align="right" border="1" vspace="3" /&gt;lively        oral tradition, which includes the still practised        Wayang Golek puppet theatre, and many musical forms.        "There is a city called Bandung, comprising 25 to 30        houses," wrote Juliaen de Silva in 1614.&lt;br /&gt;      &lt;br /&gt;      The achievements of European adventurers to try their        luck in the fertile and prosperous Bandung area, led        eventually to 1786 when a road was built connecting        Jakarta, Bogor, Cianjur and Bandung. This flow was        increased when in 1809 Louis Napoleon, the ruler of the        Netherlands, ordered Governor General H.W. Daendels, to        increase defences in Java against English. The vision        was a chain of military defence units and a supply road        between Batavia and Cirebon. But this coastal area was        marsh and swamp, and it was easier to construct the road        further south, across the Priangan highlands.&lt;br /&gt;      &lt;br /&gt;      The Groote Postweg (Great Post Road) was built 11 miles        north of the capital of Bandung. With his usual        terseness, Daendels ordered the capital to be relocated        to the road. Bupati &lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;img style="width: 208px; height: 177px;" src="http://www.lombokmarine.com/photo/kota_bunga.jpg" align="right" border="1" /&gt;&lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;Wiranat&lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;ak&lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;usumah II chose a site        south of the road on the western bank of the Cikapundung,        near a pair of holy wells, Sumur Bandung, supposedly        protected by the ancient goddess Nyi Kentring Manik. On        this site he built his        dalem (palace) and the alun-alun (city square).        Following traditional orientations, Mesjid Agung (The        Grand Mosque) was placed on the western side, and the        public market on the east. His residence and Pendopo        (meeting place) was on the south facing the mystical        mountain of Tangkuban Perahu. Thus was The Flower City        born. In the beginning of the 19th century, the Dutch        established Bandung. The area was full of woods and only        a few people lived in the area. The area of Bandung was        difficult to reach and Bandung was only a spot on the        map.&lt;br /&gt;      &lt;br /&gt;      Around the middle of the l9th Century, South American        cinchona (quinine), Assam tea, and coffee was introduced        to the highlands. By the end of the century Priangan was        registered as the most prosperous plantation area of the        province. In 1886 the rail line connecting Batavia        (Jakarta) and Bandung was completed, and promised a 2        1/2 hour trip from the blistering capital in Jakarta to        Bandung. Bandung still was a small village (population        in 1896 was 29.386).&lt;br /&gt;      &lt;br /&gt;      With the rail way life changed in Bandung, hotels,        cafes, shops sprouted up to serve the planters       &lt;img style="width: 202px; height: 214px;" src="http://www.lombokmarine.com/photo/tea.jpg" align="right" border="1" vspace="3" /&gt;who        either came down from their highland plantations or up        from the capital to frolic in Bandung. The Concordia        Society was formed and with its large ballroom was the        social magnet for weekend activities in the city. The        Preanger Hotel and the Savoy Homann were the hotels of        choice. The Braga became the promenade, lined with        exclusive Europeans shops.&lt;br /&gt;      &lt;br /&gt;      With the railroad, light industry flourished. Once raw        plantation crops were sent directly to Jakarta for        shipment to Europe, now primary processing could be done        efficiently in Bandung. The Chinese who had never lived        in Bandung in any number came to help run the facilities        and vendor machines and services to the new industries.        Chinatown dates from this period.&lt;br /&gt;      &lt;br /&gt;      In the first years of the 20th century, Pax Neerlandica        was proclaimed, resulting in the passing of military        government to a civilian one. With this came the policy        of decentralisation to lighten the administrative burden        of the central government. And so Bandung became a        municipality in 1906.&lt;br /&gt;      &lt;br /&gt;      This turn of events left a great impact on the city.        City Hall was built at the north end of Braga to        accommodate the new government, separate from the        original native system. This was soon followed by a        larger scale development when the military headquarters        was moved from Batavia to Bandung around 1920. The        chosen site was east of City Hall, and consisted of a        residence for the Commander in Chief, offices, barracks        and military housing.&lt;br /&gt;      &lt;br /&gt;      By the early 20's the need for skilled professionals        drove the establish&lt;img src="http://www.lombokmarine.com/photo/naga2.jpg" align="right" border="1" height="142" hspace="3" vspace="3" width="200" /&gt;ment        of the technical high school that was sponsored by the        citizens of Bandung. At the same time the plan to move        the capital of the Netherlands Indies from Batavia        (Jakarta) to Bandung was already mature, the city was to        be extended to the north. Bandung underwent a sudden        boom and the population increased rapidly, this was the        "Golden Century" of Bandung. The capital district was        placed in the northeast, an area that had formerly been        rice fields, and a grand avenue was planned to run for        about 2.5 kilometres facing the fabled Tangkuban Perahu        volcano with Gedung Sate at the south end, and a        colossal monument at the other. On both sides of this        grand boulevard buildings would house the various        offices of the massive colonial government.&lt;br /&gt;      &lt;br /&gt;      Along       &lt;img src="http://www.lombokmarine.com/photo/tea1.jpg" align="right" border="1" height="138" vspace="3" width="200" /&gt;the        east bank of the Cikapundung River amidst natural        scenery was the campus of the Technische Hoogeschool,        dormitories and staff housing. The old campus buildings        and its original landscaping reflect the genius of its        architect Henri Maclain Pont. The southwestern section        was reserved for the municipal hospital and the Pasteur        Institute, in the neighbourhood of the old quinine        factory. These developments were carefully planned down        to the architectural and maintenance details. These        years shortly before World War II were the golden ones        in Bandung and those alluded to today as Bandung Tempoe        Doeloe.&lt;br /&gt;      &lt;br /&gt;      Considering themselves as an upper class society, the        Europeans community insisted on keeping themselves        up-to-date with European lifestyles. To support this        high fashion standard it was necessary to have some kind        of "Champs de Ellyses", and Jl. Braga was the result. It        turned into a shopping lane complete with theatre with        the latest movies. Bandung then became famous as "Paris        of Java". The city parks and gardens with the blooming        flowers and the beautiful women, with a light braun and        soft skin made Bandung also famous as the "City of        flowers" or "Kota Kembang".&lt;br /&gt;      &lt;br /&gt;      &lt;img src="http://www.lombokmarine.com/photo/west_java.jpg" align="right" border="1" height="266" vspace="3" width="200" /&gt;The        war years did little to change the city of Bandung, but        in 1946, facing the return of the Colonial Dutch to        Indonesia, citizens chose to burn down their beloved        Bandung in what has become known as Bandung Lautan Api,        Bandung Ocean of Fire. Citizens fled to the southern        hills and overlooking the "ocean of flames" penned "Halo        Halo Bandung," the anthem promising their return.        Political unrest coloured the early years of        Independence and consequently people flocked to Bandung        where safety was. The population skyrocketed from        230,000 in 1940 to 1 million by 1961. Economic        prosperity following the oil boom in the 70's pushed        this further so that by 1990 there were 2 million        inhabitants. After World War II, Bandung became in the        shadow from Jakarta.&lt;br /&gt;      &lt;br /&gt;      Present day Bandung is thriving. As home to more than 25        schools of higher education, there is a vibrant        collegiate atmosphere. The ITB still reigns supreme in        Indonesian education. The ITB (Institute Teknologi        Bandung) located right in the center of the elite area        of Bandung. Today ITB produces qualified engineers and        several graduates of the Arts faculty are acknowledged        as famous commercial artists. The Universities of        Padjadjaran and Parahyangan receive students from all        over the country. The National Hotel Institute, the        National Railway Institute, the Senior Officers Military        Institute, the Women's Police Academy, grace the city.        The excellent fine arts offerings have produced an        artist colony of great repute and excitement. The        textile industry is the largest in the country and        contributes to a vigorous business climate.&lt;br /&gt;      &lt;br /&gt;      In       &lt;img src="http://www.lombokmarine.com/photo/wayang_pupets.jpg" align="right" border="1" height="150" hspace="3" vspace="3" width="200" /&gt;1987        the city extended its administrative boundaries toward a        Greater Bandung Plan (Bandung Raya) Plans for the city        include higher concentrations of development outside the        current city centre, in an attempt to dilute some of the        population density in the old core. These days Bandung        Raya is still years ahead, yet the land has suffered        deeply. Commercial activities run amok, God only knows        who can take control. The city core is practically        uprooted, old faces are torn down, lot sizes regrouped,        and what was idyllic residence is now bustling chain        supermarkets and rich banks.&lt;br /&gt;      &lt;br /&gt;      Bandung is also a place with a lot of industries, mostly        in textile. The Indonesia aircraft factory of IPTN is        also based in Bandung and has sold a number of        aircraft's overseas. Bosscha Astronomical Observatory in        Lembang installed in 1923 and still functioning as        Astronomy research center. Technology is not the only        science that Bandung can boast, Lembaga Pasteur, or        Pasteur's institute, where the rabies serum and smallpox        vaccine were researched and developed, is also located        in Bandung. Present population of Bandung is extimated 2        million, with the surrounding cities the Bandung area        houses an extimated 4 million people.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;Getting around&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;&lt;img src="http://www.lombokmarine.com/photo/malcamtea.jpg" align="right" border="1" height="134" hspace="3" vspace="3" width="200" /&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;The taxi service        in Bandung is not so good as in Jakarta. Most taxi        drivers don't drive on the meter/ argo and before        entering a taxi you must negotiate about the price, ask        your hotel or guide for an indication of the price. The        taxi drivers almost never have change, so take small        banknotes with you (500, 1000, 5000 and 10.000 rupiah).        Some good taxi companies are Blue Bird and Gemari Pahah        taxi (blue/ green taxi's), Blue Bird &amp;amp; GR taxi's always        drives on the meter/ argo and our choice if we need a        taxi. For more information about transportation, see the        website Bandung Expat. It is also possible to rent a car        with a driver for some hours or a day, this is an easier        way to get around the city and visit the tourist        attractions around Bandung. On sunday and public        holidays it is always very busy on the road in and        around Bandung, so better make your travel plans on        other days.&lt;br /&gt;      &lt;br /&gt;      On the first 1 or 2 letters you can find out from which        area a car comes from, in the weekend Bandung is floaded        with cars with number plate starting with B (Jakarta).        The licence plate of Bandung starts with a D. An        overview of the number plate system of cars in        Indonesia, click here.&lt;br /&gt;      &lt;br /&gt;      The&lt;img src="http://www.lombokmarine.com/photo/pickup.jpg" align="right" border="1" height="150" hspace="3" vspace="3" width="200" /&gt;        Jl. Braga still serves as a shopping lane, here you can        find a couple of antique shops, some shops from the        colonial days are still there. For batik, souvenirs and        handicraft there is Sarinah Department store on Jl.        Braga a bigger selection can be found in Sarinah        Department store in Jakarta. Another shopping street is        along Jl. A. Yani. A modern shopping center is Bandung        Indah Plaza (BIP), at Jl. Merdeka, Bandung Super Mall at        Jl. Gatot Subroto and Istana Plaza. For jeans and        T-shirts is Jl. Cihampelas "Jeans Street" the place to        be. The Jeans street is a must when you go shopping in        Bandung. There are many malls, stores and supermarkets        in Bandung some of our favorites are Instana Parijs Van        Java Mall, Plaza, Borma at the Jl. Setia Budi,        Cihampelas Walk (CI Walk) the Jl. Cihampelas. The best        supermarket in Bandung is Setia Budhi supermarket at the        Jl. Setia Budhi. The are also some hypermarkets in        Bandung such as Carrefour &amp;amp; Giant.&lt;br /&gt;      Money matters&lt;br /&gt;      &lt;br /&gt;      &lt;br /&gt;      There        a plenty of banks in Bandung local banks and also        foreign banks, so plenty of ATM's to choose from. If you        want to change money Golden Money Changer in Jl. Juanda        and in Otto &lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;img src="http://www.lombokmarine.com/photo/naga.jpg" align="right" border="1" height="131" hspace="3" vspace="3" width="200" /&gt;&lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;Iskandardinata are recommended.&lt;br /&gt;      Going out&lt;br /&gt;      &lt;br /&gt;      Some of our favorites are Gambrinus (German pub &amp;amp;        restaurant) at Jl. Prof. Drg. Surya Sumantri No 59.        Another must see are the restaurants Kampung Daun, Sapu        Lidi and the Peak, all 3 in the north of Bandung,        direction of Lembang. If you like pizza our favourite        place in ? at Cihampelas Walk (CI walk) and many nice        restaurants at Parijs van Java Mall.&lt;br /&gt;       &lt;/span&gt;&lt;/p&gt;       &lt;h4 style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;font-size:85%;"&gt;       &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;Tourist attractions in the        Bandung area &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;       &lt;img src="http://www.lombokmarine.com/photo/javanese.jpg" align="right" border="1" height="133" hspace="3" vspace="3" width="200" /&gt;&lt;/span&gt;&lt;/h4&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;font-size:85%;"&gt;Bandung        has many tourist attractions, some are described on this        page. For more information the book "All around Bandung"        ISBN 962-593-030-2 is a good guide where you can find        more information about below mentioned attractions. The travelling time mentioned on this page is the minimum        travel time needed, on a Sunday or public holiday the        travelling time can be much longer or even double! Our        advice is stay at home during a Sunday or a public        holiday.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;Kebun Binatang/        Bandung Zoo&lt;br /&gt;      &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;This is a zoo in        the centre of Bandung, near ITB Bandung. It is a nice        place to visit, the zoo has varity of animals and birds        most from Indonesia. Some species which can be seen        komodo, tigers from Java and Sumatra, monkeys and orang        utans and many kind of birds.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;Tangkuban Perahu crater&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;&lt;img src="http://www.lombokmarine.com/photo/prahu.jpg" align="right" border="1" height="134" vspace="3" width="200" /&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;Tangkuban perahu is a vulcano, 25 kilometre north of        Bandung direction of Lembang. The name means hulk of        overturned boat, the only crater in Java accessible all        the way by car as far as its rim. This is Bandung's most        famous natural attraction. You can see a breathtaking        view by standing on the rim of far from active and its        smouldering crater. Also take a walk with a local guide        to the hot spring of the vulcano. This walk takes you        about 30 minutes down hill through the forest from the        rim of the vulcano to the hot spring. Indonesia has        about 400 vulcanos, from which 350 still active.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;Ciater Hot Spring&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;In the Hot Spring Ciater Resort you can enjoy swimming        in warm sulphurized water pools, good for healing        rheumatism and skin problems. It is a nice park with        small pools in which you can sit or swim. About 30        minutes from Tangkuhan perahu crate.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;       &lt;img style="width: 202px; height: 116px;" src="http://www.lombokmarine.com/photo/malcamtea.jpg" align="right" border="1" hspace="3" vspace="3" /&gt;Mt        Ratuha and Kawah Putih&lt;br /&gt;      &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;Mt Patuhu is        located southwest of Bandung, Kawah Putih is a lake on        this mountains is sometimes pale turquoise, or as it's        name says white. The direction is drive to Ciwidey.        Kawah Putih can easy be reached by car all the way to        the rim and then it is a 100 metre walk to the lake it        self. It is a very nice colourfull lake.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;Cimanggu Hot Springs&lt;br /&gt;      &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;The Cimanggu Hot        Springs are some swimming pools full of hot water from        the mountain. The water is much hotter then in the Hot        Spring Ciater Resort, the area of this hot spring is        very nice and a good place to relax. This hot spring is        not so crowded as the Ciater Hot Spring. The drive from        Bandung takes about 2 hours.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;&lt;b&gt;Lake Patengan or Situ        Patengan&lt;/b&gt;&lt;img src="http://www.lombokmarine.com/photo/sunrise-bandung.jpg" align="right" border="1" height="150" vspace="3" width="200" /&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;From the Cimanggu Hot Spring it is just a 30 minute        drive through tea plantations. This is a lovely site for        boating, the lake looks a a green carpet, the lake is        surrounded by tea plantations. The Lake Patengan is a        very popular spot for Indonesians on a Sunday and public        holiday, but this can be said from all tourist        attractions mentioned on this page.&lt;br /&gt;      &lt;br /&gt;      Sindang Reret Hotel &amp;amp; Restoran at the Jl Raya Propinsi        Ciwidey, is a good place for eating on your way or the        way back to Bandung. From Bandung you will find the        restaurant on the left side of the road. It serve good        food and the asmosphere is great, nice location and many        beautiful, big fish to watch.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;Puncak&lt;img src="http://www.lombokmarine.com/photo/Tea%20Plantation.jpg" align="right" border="1" height="151" hspace="3" vspace="3" width="200" /&gt;        Pass&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;&lt;br /&gt;      Between Bandung and Bogor in the mountains lays Puncak.        A cool area which is very popular, specially by people        from Jakarta. People from Jakarta escape in the weekend        and on public holidays from the heat and busy streets of        the capital of Indonesia to Puncak. Bandung to Puncak        takes about 3 hours drive.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;Bogor&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;&lt;br /&gt;      &lt;/span&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;A bit futher away from Bandung about 4,5 hours drive is        Bogor, also called the city of rain. In Bogor you must        visit the botanical garden. This botanical garden and in        the garden is the palace "Buitenzorg" On a not so busy        day on the road a visit to Bogor and Taman Safari can be        done on the same day.&lt;br /&gt;      &lt;br /&gt;      &lt;/span&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:100%;"&gt;Taman Safari/        Safari Park&lt;br /&gt;      &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;Taman safari is a        drive through zoo and amusement park and is open every        day. On the way from Bandung to Taman Safari you have to        pass Puncak, do not try to do this on Sunday or public        holiday because you can end up in a big traffic jam.        Because Puncak is a very popular spot for people from        Jakarta. Normaly it take 3,5 hours from Bandung to get        to Taman Safari&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-9204912227136057757?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/bandung-and-vicinity-west-java-travel.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-4427957538047935308</guid><pubDate>Mon, 04 May 2009 08:19:00 +0000</pubDate><atom:updated>2009-05-04T01:35:36.851-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tour de Indonesian</category><title>Bali - The Island of Gods Travel Guides</title><description>&lt;p style="margin: 0pt 10px;"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks"&gt;       &lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;a href="http://www.lombokmarine.com/bali-island.htm#"&gt;       &lt;img style="width: 536px; height: 341px;" src="http://www.lombokmarine.com/photo/bali_map.jpg" onclick="FP_openNewWindow('1000', '618', false, false, false, false, false, false, '', /*href*/'photo/bali_map.jpg')" border="1" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks"&gt; &lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;It is a       &lt;img style="width: 255px; height: 141px;" src="http://www.lombokmarine.com/photo/bedawang.jpg" align="right" border="1" /&gt;paradise        island for all visitors and a world of Hinduism temples.        Bali is a most favorite holiday destination for everyone        from all part of the world. Bali offers peaceful place,        great fun, relaxation for those who want to escape        themselves and the family from the pressures of daily        life.&lt;br /&gt;&lt;br /&gt;  Besides the leisure and relaxing, Bali is also conjure        up the unique experience for the couple who love one        each other to marry here in the beautiful island. Bali        gives a blessing with a spirit from the paradise in the        day where once in your lifetime experience.&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;Bali is        an Indonesian island located at 8°25′23″S, 115°14′55″ECoordinates:        [show location on an interactive map] 8°25′23″S,        115°14′55″E, the western most of the Lesser Sunda        Islands, lying&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;be&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;t&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;ween &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;Ja&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;v&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;a to&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;img style="width: 251px; height: 115px;" src="http://www.lombokmarine.com/photo/BALIDANCE.JPG" align="right" border="1" vspace="3" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt; the west and Lombok to        the east. It is one of the country's 33 provinces with        the provincial &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;capital at Denp&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;asar towards the south of        the island. The island is home to the vast majority of &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;       Indonesia's small Hindu minority. It is also the largest        tourist destination in the country and is renowned for        its highly developed arts, including dance, sculpture,        painting, leather, metalworking and music.&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;       &lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;b&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;b&gt;&lt;span style="font-size:85%;"&gt;History&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;  Bali h&lt;img style="width: 252px; height: 257px;" src="http://www.lombokmarine.com/photo/Ogahogah.jpg" align="right" border="1" vspace="3" /&gt;as        been inhabited since early prehistoric times firstly by        descendants of a prehistoric race who migrated through        mainland Asia to the Indonesian archipelago, thought to        have first settled in Bali around 3000 BC.[citation        needed] Stone tools dating from this time have been        found near the village of Cekik in the island's west.&lt;br /&gt;&lt;br /&gt;  Balinese culture was strongly influenced by Indian, and        particularly Sanskrit, culture, in a process beginning        around the 1st century AD. The name Balidwipa has been        discovered from various inscriptions, including the        Blanjong charter issued by Sri Kesari Warmadewa in 913        AD and mentioning Walidwipa. It was during this time        that the complex irrigation system subak was developed        to grow rice. Some religious and cultural traditions        still in existence today can be traced back to this        period. The Hindu Majapahit Empire (1293–1520 AD) on        eastern Java founded a Balinese colony in 1343. When the        empire declined, there was an exodus of intellectuals,        artists, priests and musicians from Java to Bali in the        15th century.&lt;br /&gt;&lt;br /&gt;  The       &lt;img style="width: 251px; height: 122px;" src="http://www.lombokmarine.com/photo/indonesia_bali_besakih.jpg" align="right" border="0" vspace="3" /&gt;First        European contact with Bali is thought to have been when        Dutch explorer Cornelis de Houtman arrived in 1597,        though a Portuguese ship had foundered off the Bukit        Peninsula as early as 1585.[citation needed] Dutch rule        over Bali came later, was more aggressively fought for,        and was never as well established as in other parts of        Indonesia such as Java and Maluku.&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;In the 1840s, a presence in Bali was established, first        in the island's north, by playing various distrustful        Balinese realms against each other. The Dutch mounted        large naval and ground assaults first against the Sanur        region and then Denpasar.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;        The Balinese were hopelessly overwhelmed in number&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;img style="width: 252px; height: 237px;" src="http://www.lombokmarine.com/photo/kehen.jpg" align="right" border="1" hspace="3" vspace="3" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt; and        armament, but rather than face the humiliation of        surrender, they mounted a final defensive but suicidal        assault, or puputan. Despite Dutch demands for        surrender, an estimated 4,000 Balinese marched to their        death against the invaders. Afterwards the Dutch        governors were able to exercise little influence over        the island, and local control over religion and culture        generally remained intact.&lt;br /&gt;&lt;br /&gt;  Japan occupied Bali during World War II during which        time a Balinese military officer, Gusti Ngurah Rai,        formed a Balinese 'freedom army'. Following Japan's        Pacific surrender in August 1945, the Dutch promptly        returned to Indonesia, including Bali, immediately to        reinstate their pre-war colonial administration. This        was resisted by the Balinese rebels now using Japanese        weapons.&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;On 20&lt;img src="http://www.lombokmarine.com/photo/TANAH.jpg" align="right" border="1" height="135" vspace="3" width="250" /&gt;        November 1946, the Battle of Marga was fought in Tabanan        in central Bali. Colonel I Gusti Ngurah Rai, 29 years        old, finally rallied his forces in east Bali at Marga        Rana, where they made a suicide attack on the heavily        armed Dutch. The Balinese battalion was entirely wiped        out, breaking the last thread of Balinese military        resistance. In 1946 the Dutch constituted Bali as one of        the 13 administrative districts of the newly-proclaimed        Republic of East Indonesia, a rival state to the        Republic of Indonesia which was proclaimed and headed by        Sukarno and Hatta. Bali was included in the "Republic of        the United States of Indonesia" when the Netherlands        recognised Indonesian independence on Dec. 29, 1949. In        1950 Bali officially renounced the Dutch union and        legally became a province within the Republic of        Indonesia.&lt;br /&gt;&lt;br /&gt;  The       &lt;img src="http://www.lombokmarine.com/photo/Agung.png" align="right" border="1" height="187" vspace="3" width="250" /&gt;1963        eruption of Mount Agung killed thousands, created        economic havoc and forced many displaced Balinese to be        transmigrated to other parts of Indonesia.&lt;br /&gt;&lt;br /&gt;  In 1965, after a failed coup d'etat in Jakarta against        the national government of Indonesia, Bali, along with        other regions of Indonesia most notably Java, was the        scene of widespread killings of (often falsely-accused)        members and sympathizers of the Communist Party of        Indonesia (PKI) by right-wing General Suharto-sponsored        militias. Possibly more than 100,000 Balinese were        killed although the exact numbers are unknown to date        and the events remain legally undisclosed.[2] Many        unmarked but well known mass graves of victims are        located around the island.&lt;br /&gt;&lt;br /&gt;  On October 12, 2002, a car bomb attack in the tourist        resort of Kuta killed 202 people, largely foreign        tourists and injured a further 209. Further bombings        occurred three years later in Kuta and nearby Jimbaran        Bay.&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;       &lt;b&gt;&lt;span style="font-size:85%;"&gt;Geography&lt;br /&gt;  &lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:85%;"&gt;Bali       &lt;img style="width: 254px; height: 393px;" src="http://www.lombokmarine.com/photo/DEWI.jpg" align="right" border="1" vspace="3" /&gt;lies        3.2 km east of Java and approximately 8 degrees south of        the equator. East to west, the island is approximately        153 km wide and 112 km north to south (95 by 69 miles,        respectively), with a surface area of 5,632 km². The        highest point is Mount Agung at 3,142 m (10,308 feet)        high, an active volcano that last erupted in March 1963.        Mountains cover centre to the eastern side, with Mount        Agung the easternmost peak. Mount Batur (1,717 m) is        also still active. About 30,000 years ago it experienced        a catastrophic eruption — one of the largest known        volcanic events on Earth.&lt;br /&gt;&lt;br /&gt;  In the south the land descends to form an alluvial        plain, watered by shallow rivers, drier in the dry        season and overflowing during periods of heavy rain.&lt;br /&gt;&lt;br /&gt;  The principal cities are the northern port of Singaraja,        the former colonial capital of Bali, and the present        provincial capital and largest city, Denpasar, near the        southern coast. The town of Ubud (north of Denpasar),        with its art market, museums and galleries, is arguably        the cultural center of Bali.&lt;br /&gt;&lt;br /&gt;  There are major coastal roads and roads that cross the        island mainly north-south. Due to the mountainous        terrain in the island's center, the roads tend to follow        the crests of the ridges across the mountains. There are        no railway lines.&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;The       &lt;img style="width: 252px; height: 146px;" src="http://www.lombokmarine.com/photo/beratan.jpg" align="right" border="1" vspace="3" /&gt;island        is surrounded by coral reefs. Beaches in the south tend        to have white sand while those in the north and west        black sand. The beach town of Padangbai in the south        east has both: the main beach and the secret beach have        white sand and the south beach and the blue lagoon have        much darker sand. Pasut Beach, near Ho River and Pura        Segara, is a quiet beach 14 km southwest of Tabanan. The        Ho River is navigable by small sampan. Black sand        beaches between Pasut and Klatingdukuh are being        developed for tourism, but apart from the seaside temple        of Tanah Lot, this is not yet a tourist area.&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;To&lt;img src="http://www.lombokmarine.com/photo/bali-home.jpg" align="right" border="1" height="156" vspace="3" width="250" /&gt;        the east, the Lombok Strait that separates Bali from        Lombok marks the biogeographical division between the        fauna of the Indomalayan ecozone and the distinctly        different fauna of Australasia that is known as the        Wallace Line, for Alfred Russel Wallace, who first        remarked upon the distinction between these two major        biomes. When sea levels dropped during the Pleistocene        ice age, Bali was connected to Java and Sumatra and to        the mainland of Asia and shared the Asian fauna, but the        deep water of the Lombok Strait continued to keep Lombok        and the Lesser Sunda archipelago isolated.&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;       &lt;b&gt;&lt;span style="font-size:130%;"&gt;The population of Bali is 4,151,000        (as of 2008).&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;  &lt;/span&gt;       &lt;b&gt;&lt;span style="font-size:85%;"&gt;Religion&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;       &lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;       &lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;Unlike       &lt;img src="http://www.lombokmarine.com/photo/bali-melasti.jpg" align="right" border="1" height="170" vspace="3" width="250" /&gt;most        of Muslim-majority Indonesia, about 93.18% of Bali's        population adheres to Balinese Hinduism, formed as a        combination of existing local beliefs and Hindu        influences from mainland Southeast Asia and South Asia.        Minority religions include Islam (4.79%), Christianity        (1.38%), and Buddhism (0.64%). These official        statistical figures do not include immigrants from other        parts of Indonesia.&lt;br /&gt;&lt;br /&gt;  Immigrants from other parts of Indonesia have        drastically changed the demographics in Bali.[citation        needed] Although the majority of the population of Bali        adheres to Balinese Hinduism, recent years have brought        an influx of people from other islands seeking to        benefit from the tourist industry, export of local        handicrafts and other factors, making Bali the most        affluent island in the region. The bombings in Bali by        Muslim militants and the numbers of wealthy Muslims from        Jakarta with political connections buying prime real        estate for development has started to create        Hindu-Muslim tensions where none existed before.&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;       &lt;b&gt;&lt;span style="font-size:85%;"&gt;Culture&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;  Bali is       &lt;img src="http://www.lombokmarine.com/photo/sanurbeach.jpg" align="right" border="1" height="150" vspace="3" width="250" /&gt;famous        for many forms of art, including painting, sculpture,        woodcarving, handcrafts, and performing arts. Balinese        gamelan music is highly developed and varied. The dances        portray stories from Hindu epics such as the Ramayana.        Famous Balinese dances include pendet, legong, baris,        topeng, barong, and kecak (the monkey dance).&lt;br /&gt;&lt;br /&gt;  National education programs, mass media and tourism        continue to change Balinese culture. Immigration from        other parts of Indonesia, especially Java, is changing        the ethnic composition of Bali's population.&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;&lt;img style="width: 253px; height: 133px;" src="http://www.lombokmarine.com/photo/galungaN.jpg" align="right" border="1" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;The Hindu new year, Nyepi, is celebrated in the spring        by a day of silence. On this day everyone stays at home        and tourists are encouraged to remain in their hotels.        On the preceding day large, colorful sculptures of        ogoh-ogoh monsters are paraded and finally burned in the        evening to drive away evil spirits. Other festivals        throughout the year are specified by the Balinese        pawukon calendrical system.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0pt 10px;" class="sectionLinks" align="justify"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:85%;"&gt;Kutip dari www.lombokmarine.com&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-4427957538047935308?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/bali-island-of-gods-travel-guides.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-7790428322014671629</guid><pubDate>Sat, 02 May 2009 13:47:00 +0000</pubDate><atom:updated>2009-05-02T06:50:08.127-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Optic</category><title>Mengenal Komunikasi Serat Optik</title><description>&lt;div class="postentry"&gt;          &lt;div class="snap_preview"&gt;&lt;p&gt;Media komunikasi digital pada dasarnya hanya ada tiga, tembaga, udara dan kaca. Tembaga kita kenal sebagai media komunikasi sejak lama, telah berevolusi dari hanya penghantar listrik menjadi penghantar elektromagnetik yang membawa pesan, suara, gambar dan data digital. Berkembangnya teknologi frekuensi radio menambah alternatif lain media komunikasi, kita sebut nirkabel atau &lt;em&gt;wireless&lt;/em&gt;, sebuah komunikasi dengan udara sebagai penghantar. Tahun 1980-an kita mulai mengenal media komunikasi yang lain yang sekarang menjadi tulang punggung komunikasi dunia, yaitu &lt;a href="http://en.wikipedia.org/wiki/Optical_fiber"&gt;serat optik&lt;/a&gt;, sebuah media yang memanfaatkan pulsa cahaya dalam sebuah ruang kaca berbentuk kabel, &lt;a href="http://en.wikipedia.org/wiki/Total_internal_reflection"&gt;total internal reflection&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;img class="inset" src="http://yulian.firdaus.or.id/wp-upload/kabel-serat-optik.jpg" alt="Kabel Serat Optik" /&gt;&lt;/p&gt; &lt;p&gt;Sebuah kabel serat optik dibuat sekecil-kecilnya (mikroskopis) agar tak mudah patah/retak, tentunya dengan perlindungan khusus sehingga besaran wujud kabel akhirnya tetap mudah dipasang. Satu kabel serat optik disebut sebagai &lt;em&gt;core&lt;/em&gt;. Untuk satu sambungan/link komunikasi serat optik dibutuhkan dua core, satu sebagai &lt;em&gt;transmitter&lt;/em&gt; dan satu lagi sebagai &lt;em&gt;receiver&lt;/em&gt;. Variasi kabel yang dijual sangat beragam sesuai kebutuhan, ada kabel 4 core, 6 core, 8 core, 12 core, 16 core, 24 core, 36 core hingga 48 core. Satu core serat optik yang terlihat oleh mata kita adalah masih berupa lapisan pelindungnya (coated), sedangkan kacanya sendiri yang menjadi inti transmisi data berukuran mikroskopis, tak terlihat oleh mata.&lt;/p&gt; &lt;p&gt;&lt;img class="inset" src="http://yulian.firdaus.or.id/wp-upload/detil-core-serat-optik.png" alt="Detil core kabel serat optik" /&gt;&lt;/p&gt; &lt;p&gt;Bentuk kabel dikenal dua macam, kabel udara (KU) dan kabel tanah (KT). Kabel udara diperkuat oleh kabel baja untuk keperluan penarikan kabel di atas tiang. Baik KU maupun KT pada lapisan intinya paling tengah diperkuat oleh kabel khusus untuk menahan kabel tidak mudah bengkok (biasanya serat plastik yang keras). Di sekeliling inti tersebut dipasang beberapa selubung yang isinya adalah core serat optik, dilapisi gel (katanya berfungsi juga sebagai racun tikus) dan serat nilon, dibungkus lagi dengan bahan metal tipis hingga ke lapisan terluar kabel berupa plastik tebal. Dari berbagai jenis jumlah core, besaran wujud akhir kabel tidaklah terlalu signifikan ukuran diameternya.&lt;/p&gt; &lt;p&gt;Memotong kabel serat optik sangat mudah, cukup menggunakan gergaji kecil. Sering terjadi maling-maling tembaga salah mencuri, niatnya mencuri kabel tembaga yang laku di pasar besi/loak malah menggergaji kabel serat optik. Yang sulit adalah mengupasnya, namun hal ini dipermudah dengan pabrikan kabel menyertakan serat nilon khusus di bawah lapisan terluar yang keras sehingga cukup dikupas sedikit dan nilon tersebut berfungsi membelah lapisan terluar hingga panjang yang diinginkan untuk dikupas.&lt;/p&gt; &lt;p&gt;Untuk apa dikupas? Tentunya untuk keperluan penyambungan atau terminasi. Kita lihat dulu bagaimana pulsa cahaya bekerja di dalam serat kaca yang sangat sempit ini. Kabel serat optik yang paling umum dikenal dua macam, &lt;a href="http://en.wikipedia.org/wiki/Multi-mode_optical_fiber"&gt;multi-mode&lt;/a&gt; dan &lt;a href="http://en.wikipedia.org/wiki/Single-mode_optical_fiber"&gt;single-mode&lt;/a&gt;. Transmitter cahaya berupa &lt;a href="http://en.wikipedia.org/wiki/Light-emitting_diode"&gt;Light Emitting Diode&lt;/a&gt; (LED) atau &lt;a href="http://en.wikipedia.org/wiki/Laser_diode"&gt;Injection Laser Diode&lt;/a&gt; (ILD) menembakkan pulsa cahaya ke dalam kabel serat optik. Dalam kabel multi-mode pulsa cahaya selain lurus searah panjang kabel juga berpantulan ke dinding core hingga sampai ke tujuan, sisi receiver. Pada kabel single-mode pulsa cahaya ditembakkan hanya lurus searah panjang kabel. Kabel single-mode memberi kelebihan kapasitas bandwidth dan jarak yang lebih tinggi, hingga puluhan kilometer dengan skala bandwidth gigabit.&lt;/p&gt; &lt;p&gt;&lt;img src="http://yulian.firdaus.or.id/wp-upload/multi-mode.gif" alt="Pulsa cahaya serat optik multi-mode" /&gt;&lt;img src="http://yulian.firdaus.or.id/wp-upload/single-mode.gif" alt="Pulsa cahaya serat optik single-mode" /&gt;&lt;/p&gt; &lt;p&gt;Inti kaca kabel single-mode umumnya berdiameter 8,3-10 mikron (jauh lebih kecil dari diameter rambut), dan pada multi-mode berukuran 50-100 mikron. Pulsa cahaya yang ditembakkan pada single mode adalah cahaya dengan panjang gelombang 1310-1550nm, sedangkan pada multi-mode adalah 850-1300nm.&lt;/p&gt; &lt;p&gt;&lt;img class="inset" src="http://yulian.firdaus.or.id/wp-upload/otb-wallmount.jpg" alt="OTB wallmount" /&gt;&lt;br /&gt;&lt;img class="inset" src="http://yulian.firdaus.or.id/wp-upload/otb-rackmount.jpg" alt="OTB rackmount" /&gt;&lt;/p&gt; &lt;p&gt;Ujung kabel serat optik berakhir di sebuah terminasi, untuk hal tersebut dibutuhkan penyambungan kabel serat optik dengan pigtail serat optik di Optical Termination Board (OTB), bisa wallmount atau 1U rackmount. Dari OTB kabel serat optik tinggal disambung dengan patchcord serat optik ke perangkat multiplexer, switch atau bridge (converter to ethernet UTP).&lt;/p&gt; &lt;p&gt;Penyambungan kabel serat optik disebut sebagai splicing. Splicing menggunakan alat khusus yang memadukan dua ujung kabel seukuran rambut secara presisi, dibakar pada suhu tertentu sehingga kaca meleleh tersambung tanpa bagian coated-nya ikut meleleh. Setelah tersambung, bagian sambungan ditutup dengan selubung yang dipanaskan. Alat ini mudah dioperasikan, namun sangat mahal harganya. Inilah sebabnya meskipun harga kabel fiber optik sudah jauh lebih murah namun alat dan biaya lainnya masih mahal, terutama pada biaya pemasangan kabel, splicing dan terminasinya.&lt;/p&gt; &lt;p&gt;&lt;img class="inset" src="http://yulian.firdaus.or.id/wp-upload/konektor-kabel-serat-optik.jpg" alt="Berbagai jenis konektor kabel serat optik" /&gt;&lt;/p&gt; &lt;p&gt;Pigtail yang disambungkan ke kabel optik bisa bermacam-macam &lt;a href="http://en.wikipedia.org/wiki/Optical_fiber_connector"&gt;konektornya&lt;/a&gt;, yang paling umum adalah konektor FC. Dari konektor FC di OTB ini kita tinggal menggunakan patchcord yang sesuai untuk disambungkan ke perangkat. Umumnya perangkat optik seperti switch atau bridge menggunakan konektor SC atau LC. Cukup menyulitkan ketika menyebut jenis konektor yang kita kehendaki kepada penjual, FC, SC, ST, atau LC.&lt;/p&gt; &lt;p&gt;Setelah kabel optik terpasang di OTB dilakukan pengujian end-to-end dengan menggunakan &lt;a href="http://en.wikipedia.org/wiki/Optical_time_domain_reflectometer"&gt;Optical Time Domain Reflectometer&lt;/a&gt; (OTDR). Dengan OTDR akan didapatkan kualitas kabel, seberapa besar loss cahaya dan berapa panjang kabel totalnya. Harga perangkat OTDR ini sangat mahal, meskipun pengoperasiannya relatif mudah. OTDR ini digunakan pula pada saat terjadi gangguan putusnya kabel laut atau terestrial antar kota, sehingga bisa ditentukan di titik mana kabel harus diperbaiki dan disambung kembali.&lt;/p&gt; &lt;p&gt;Untuk keperluan sederhana misalnya sambungan fiber optik antar gedung pada jarak ratusan meter (hingga 15km) kini teknologi bridge/converter-nya sudah semakin murah dengan kapasitas 100Mbps, sedangkan untuk full gigabit harga switch/module-switch-nya masih mahal. Jadi, meskipun harga kabel serat optik sudah di kisaran Rp10.000/m namun total pemasangannya membengkak karena ada biaya SDM yang menarik dan memasang kabel, biaya splicing setiap core-nya, pemasangan OTB, pengujian OTDR, penyediaan patchcord dan perangkat optiknya sendiri (switch/bridge).&lt;/p&gt; &lt;p&gt;dikutip dari http://yulian.firdaus.or.id&lt;/p&gt; &lt;/div&gt;        &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-7790428322014671629?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/05/mengenal-komunikasi-serat-optik.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-1391183368550196124</guid><pubDate>Thu, 30 Apr 2009 16:35:00 +0000</pubDate><atom:updated>2009-05-01T22:01:46.606-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><title>Pengenalan Internet (Poin-poin penting)</title><description>&lt;div class="postentry"&gt;    &lt;div class="snap_preview"&gt;&lt;p&gt;Internet merupakan jaringan global yang terdiri dari berbagai komputer yang saling berhubungan dan bekerjasama dengan cara berbagai informasi dan data menggunakan protocol TCP/IP.&lt;br /&gt;-1969, Proyek Lembaga Riset Departemen Pertahanan Amerika Serikat menghasilkan ARPANET .&lt;br /&gt;-1982, ARPANET menggunakan standar protokol TCP/IP.&lt;br /&gt;-1986, Lembaga Ilmu Pengetahuan Amerika Serikat mendanai pembuatan jaringan TCP/IP yang dinamai NSFNET.Jaringan NSFNET ini menjadi embrio Internet yang kita kenal sekarang.&lt;br /&gt;-1987 berdiri UUNET, salah satu provider utama Internet.&lt;br /&gt;Aplikasi di Internet bertambah dengan diciptakannya WAIS (Wide Area Information Servers), Gopher, dan WWW (World Wide Web). WWW berkembang menjadi yang paling populer sampai sekarang.&lt;br /&gt;Protokol adalah Suatu aturan standar komunikasi baik antar komputer maupun antar jaringan komputer.&lt;br /&gt;&lt;span id="more-32"&gt;&lt;/span&gt;Berbagai macam protokol komunikasi komputer :&lt;br /&gt;-IPX/SPX : Novell Networe&lt;br /&gt;-NETBEUI : Microsoft Network&lt;br /&gt;-AppleTalk : Apple Macintosh Network&lt;br /&gt;-Banyam Vines, DECnet, dan sebagainya&lt;/p&gt; &lt;p&gt;Transmission Control Protocol / Internet Protocol) merupakan Protokol yang dikembangkan pada ARPANET dan diterapkan pada jaringan komputer berbasis sistem operasi UNIX dengan konsep open system. TCP/IP menjadi standar protokol yang digunakan pada jaringan internet, karena dapat diterapkan pada hampir segala platform komputer.&lt;br /&gt;Internet tidak terbentuk dari hanya suatu jaringan, melainkan terbentuk dari banyak jaringan. Untuk menghubungkan jaringan–jaringan komputer diperlukan Router dan Gateway.&lt;br /&gt;Satu IP Address mempunyai suatu nama untuk dapat mempermudah identifikasi host.&lt;br /&gt;Dalam tata cara penamaan digunakan istilah Domain, digunakan untuk menentukan posisi hirarki host di jaringan.&lt;br /&gt;Untuk dapat terhubung dengan Internet, perlu adanya koneksi ke internet Gateway.&lt;br /&gt;Salah satu contoh Internet Gateway adalah Online services atau ISP ( Internet Service Provider ). ISP adalah suatu jasa layanan koneksi Internet untuk jaringan komputer yang terhubung kepadanya.&lt;br /&gt;hubungan ke ISP dapat dilakukan melalui :&lt;br /&gt;-Hubungan jaringan langsung misalnya : Ethernet&lt;br /&gt;-Hubungan jarak jauh misalnya : Leased line, micro wave radio, VSAT&lt;br /&gt;-Hubungan lokal misalnya : jalur telepon&lt;br /&gt;Bandwidth adalah kecepatan transmisi dalam sistem komunikasi data, dihitung dalam satuan bit / detik (bps - bit per second)&lt;br /&gt;Contoh :&lt;br /&gt;-Ethernet 10 - 100 Mbps&lt;br /&gt;-Modem 14,4 - 56 Kbps&lt;br /&gt;-Leased line 19 Kbps - 2 Mbps&lt;/p&gt; &lt;p&gt;Contoh peralatan yang dibutuhkan untuk hubungan dari satu komputer :&lt;br /&gt;-Seperangkat komputer&lt;br /&gt;-Modem&lt;br /&gt;-Saluran telepon&lt;br /&gt;-Piranti lunak komunikasi dan protokol TCP/IP&lt;br /&gt;-Menjadi anggota ISP&lt;br /&gt;-Piranti lunak aplikasi Internet&lt;br /&gt;Hotspot adalah Area dimana internet dapat diakses dengan perangkat yang telah berteknologi Wi-Fi, seperti laptop (notebook) dan PDA. Dengan demikian akses internet nirkabel dapat dinikmati.&lt;br /&gt;Disebut nirkabel karena koneksi antara penyedia jasa internet dan pemakainya tidak tersambung dengan kabel melainkan melalui gelombang radio.&lt;br /&gt;GPRS atau General Packet Radio Services adalah sistem koneksi internet yang menggunakan perangkat GSM, dengan GPRS panggilan voice dapat dilakukan secara bersamaan dengan transmisi data.&lt;br /&gt;internet server ada beberapa macam :&lt;br /&gt;-Domain Name Service (DNS) Server&lt;br /&gt;-FTP Server&lt;br /&gt;-WEB Server&lt;br /&gt;-WAIS Server&lt;br /&gt;-IRC Server&lt;br /&gt;-Firewall dan sebagainya&lt;br /&gt;Layanan Aplikasi Internet mencakup :&lt;br /&gt;-WWW (World Wide Web)&lt;br /&gt;-Email / surat elektronik&lt;br /&gt;-IRC&lt;br /&gt;-Newsgroup&lt;br /&gt;-File Sharing&lt;br /&gt;-Finger / Telnet&lt;br /&gt;Manfaat internet :&lt;br /&gt;-Sebagai media komunikasi, setiap pengguna internet dapat berkomunikasi dengan pengguna lainnya dari seluruh dunia.&lt;br /&gt;-Media pertukaran data, dengan menggunakan email, newsgroup, ftp dan www para pengguna internet di seluruh dunia dapat saling bertukar informasi dengan cepat dan murah.&lt;br /&gt;-Media untuk mencari informasi atau data, perkembangan internet yang pesat, menjadikan www sebagai salah satu sumber informasi yang penting dan akurat.&lt;br /&gt;-Kemudahan memperoleh informasi yang ada di internet sehingga manusia tahu apa saja yang terjadi.&lt;br /&gt;-Bisa digunakan sebagai lahan informasi untuk bidang pendidikan, kebudayaan, dan lain-lain.&lt;br /&gt;-Kemudahan bertransaksi dan berbisnis dalam bidang perdagangan sehingga tidak perlu pergi menuju ke tempat penawaran/penjualan&lt;/p&gt; &lt;p&gt;Contoh penggunaan internet :&lt;br /&gt;-Dengan Browser (IE,Mozzila, Opera, Netscape,dll) :&lt;br /&gt;-Membaca Berita-berita di koran dalam versi online (The Times, Kompas, Republika, Popular Online, dll),&lt;br /&gt;-Melihat Foto dari seluruh penjuru dunia&lt;br /&gt;-Ramalan cuaca untuk seluruh kota di dunia&lt;br /&gt;-Membeli VCD atau buku, barang elektronik, dll&lt;br /&gt;-Melihat situs-situs milik grup band favorit dan melihat video terbaru&lt;br /&gt;-Melihat klasemen sementara Liga Inggris dan liga olahraga lain di seluruh dunia&lt;br /&gt;-Mendengarkan siaran radio atau televisi dari stasiun-stasiun terkenal di dunia&lt;br /&gt;-Membuat situs web yang dikunjungi oleh orang seluruh dunia.&lt;br /&gt;-Dan lain-lain&lt;br /&gt;-Dengan software messenger :&lt;br /&gt;(MSN Messenger, Yahoo Messenger,AIM dll )&lt;br /&gt;Anda bisa ngobrol (chat) dengan teman di mana pun ia berada, bertukar foto, dll.&lt;br /&gt;-Dengan fasilitas email :&lt;br /&gt;Anda bisa berikirim email ke siapa saja, kapan saja..&lt;br /&gt;-Dengan program telnet :&lt;br /&gt;Anda dapat menjalankan komputer lain tanpa harus berpindah tempat.&lt;/p&gt; &lt;p&gt;Efek negatif Internet :&lt;br /&gt;-Materi yang Tidak Layak.&lt;br /&gt;(Materi pornografi, seksual, kebencian, rasisme, kejahatan, kekerasan, dll)&lt;br /&gt;-Penyebaran virus komputer.&lt;br /&gt;-Pencurian data, hacking, cracking &amp;amp; carding&lt;br /&gt;-Pelanggaran hak cipta.&lt;br /&gt;-Tindakan kriminal (Penipuan, Pelecehan Fisik dan Non Fisik,).&lt;br /&gt;-Pelanggaran privasi.&lt;br /&gt;-Perjudian&lt;br /&gt;-Dan lain-lain&lt;br /&gt;Masa Depan Internet&lt;br /&gt;-Akses internet makin cepat, mudah dan murah.&lt;br /&gt;-Jumlah domain dan pemakai internet semakin banyak dengan adanya IP versi 6 (internet 2)&lt;br /&gt;-Pemakai Mobile internet bertambah dan semakin populer.&lt;br /&gt;-Aplikasi Video online real time dalam pola streaming di internet makin populer dan banyak digunakan karena bertambahnya bandwidth.&lt;br /&gt;-Dan masih banyak lagi………..&lt;/p&gt; &lt;/div&gt;      &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-1391183368550196124?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/04/pengenalan-internet-poin-poin-penting.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-8216071231789700247</guid><pubDate>Thu, 30 Apr 2009 16:33:00 +0000</pubDate><atom:updated>2009-04-30T09:35:45.982-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Linux/Unix</category><title>Install Cacti on FreeBSD 6.0</title><description>Cacti menyediakan template grafis yang canggih, metode menyusun beragam data, dan fitur manajemen user. Semua ini dikemas secara praktis, interfais yang mudah dipergunakan, baik untuk kelas instalasi berukuran-LAN hingga ke jaringan secara kompleks dengan ratusan divais. &lt;p&gt;Untuk lebih jelas nya bisa melihat di &lt;a href="http://www.cacti.net/"&gt;http://www.cacti.net&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Disini penulis menggunakan FreeBSD 6.0-RELEASE. Persiapan juga beberapa paket minimum yang diperlukan untuk instalasi cacti (diambil via ports cactinya):&lt;br /&gt;#/usr/ports/databases/mysql50-server&lt;br /&gt;#make install clean&lt;br /&gt;#/usr/ports/net-mgmt/net-snmp4&lt;br /&gt;#make install clean&lt;br /&gt;#/usr/ports/net/rrdtool&lt;br /&gt;#make install clean&lt;br /&gt;#/usr/ports/www/apache2&lt;br /&gt;#make install clean&lt;br /&gt;#/usr/ports/lang/php4&lt;br /&gt;#make install clean&lt;br /&gt;#/usr/ports/lang/php4-extensions&lt;br /&gt;#make install clean&lt;br /&gt;#/usr/ports/net/cacti&lt;br /&gt;#make install clean&lt;/p&gt; &lt;p align="left"&gt;Salin file instalasi cacti ke /usr/local/www/data-dist/cacti. Sekarang beranjak ke settingan aplikasi cacti:&lt;br /&gt;# cd /usr/local/www/data-dist/cacti&lt;/p&gt; &lt;p align="left"&gt;Kemudian lakukan setting pada mysql:&lt;br /&gt;# mysqladmin -u root -p create cacti&lt;br /&gt;# mysql -u root -p cacti &lt;&gt; &lt;p align="left"&gt;Buat juga user cactiuser dalam database mysql&lt;br /&gt;# mysql -u root -p mysql&lt;br /&gt;mysql&gt; GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY ‘cacti’;&lt;br /&gt;mysql&gt; flush privileges;&lt;br /&gt;mysql&gt; exit&lt;br /&gt;Edit include/config.php dan include/db-settings.php sesuaikan dengan setting dari mysql Anda. Pada artikel kali ini settingan nya adalah:&lt;br /&gt;$database_default = “cacti”;&lt;br /&gt;$database_hostname = “localhost”;&lt;br /&gt;$database_username = “cactiuser”;&lt;br /&gt;$database_password = “cacti”;&lt;/p&gt; &lt;p align="left"&gt;&lt;span id="more-19"&gt;&lt;/span&gt;Setting perijinan dari direktori rra dan log (user bernama cacti telah dibuat pada saat proses ports()&lt;br /&gt;# chown -R cacti rra/ log/&lt;/p&gt; &lt;p align="left"&gt;Lalu jalankan perintah crontab -e&lt;br /&gt;*/5 * * * * /usr/local/bin/php /usr/local/www/data-dist/cacti/poller.php &gt; /dev/null 2&gt;&amp;amp;1&lt;/p&gt; &lt;p align="left"&gt;Setelah itu coba mengakses dari web browser anda ke alamat server http://serveranda/cacti/ Login sebagai admin dan password admin.&lt;/p&gt; &lt;p align="left"&gt;——— Selamat mencoba ———-&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-8216071231789700247?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/04/install-cacti-on-freebsd-60.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-1869144215455915757</guid><pubDate>Thu, 30 Apr 2009 16:24:00 +0000</pubDate><atom:updated>2009-04-30T09:33:12.833-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Telecommunication</category><title>Apa itu PBX ?</title><description>&lt;p&gt;&lt;strong&gt;PBX &lt;/strong&gt;&lt;br /&gt;PBX Virtual. Biasanya digunakan pada telepon berbasis IP. Dengan adanya teknologi ini masing-masing bagian dalam satu perusahaan dapat dihubungkan melalui extension. PBX Virtual ini juga bisa dihubungkan dengan telepon PSTN.&lt;br /&gt;&lt;br /&gt;PABX apa dan bagaimana?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;img id="BLOGGER_PHOTO_ID_5266565518862123522" style="margin: 0px auto 10px; display: block; width: 424px; height: 245px; text-align: center;" alt="" src="http://1.bp.blogspot.com/_FzwcY4q8EOE/SRaZb5oZAgI/AAAAAAAAAAc/RvFKHoHePb4/s320/pabx.png" border="0" /&gt;&lt;/p&gt; Banyak masyarakat yang belum mengenal betul apa sebenarnya fungsi dan cara kerja si PABX/PBX itu sendiri, disini saya mencoba menerjemahkan kegunaan PABX sejauh apa yang saya pahami, PABX adalah sebuah device atau perangkat pendukung dari telekomunikasi dalam hal ini telephone, yang tugasnya me manage lalulintas maupun interaksi komunikasi intern.&lt;br /&gt;Ilustrasinya sebagai berikut, line PSTN dari penyedia jasa telekomunikasi yang masuk ke satu perusahaan/instansi akan mampir ke sebuah alat yang kita sebut PABX, nah dari PABX semua laulintas komunikasi di atur secara smart, kenapa demikian hal ini di sesuaikan dengan kebutuhan perusahaan, jika di perusahaan terdapat 100 unit extension/staion nah tugas sang PABX lah untuk membagi no extension, fasilitas dialnya (full akses, interlokal, local) dan sebagainya.&lt;br /&gt;Pada perusahaan skala besar misalnya, kegunaan PABX ini akan sangat memberikan manfaat yang besar di samping menghemat maintenance telekomunikasi serta efektifitas kerja pun akan lebih maksimal, anda bisa banyangkan jika sebuah perusahaan yang notabene memiliki karyawan 100 orang dan dalam pekerjaanya membutuhkan line telp apakah management perusahan harus berlangganaan 100 line/nomer PSTN WOOW anda bisa bayangkan betapa repotnya maintenancenya. Olehnya dengan hadirnya PABX maka pemanfaatn telekomunikasi akan lebih efisien mulai dari lebih sedikitnya line PSTN yg di butuhkan hingga pembagian extension yang lebih sederhana.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Incoming dan Outgoing&lt;br /&gt;&lt;/strong&gt;Dalam management PABX di kenal istilah line Incoming dan Outgoing, maksud dari 2 istilah tadi adalah, line incoming adalah line PSTN yang di sediakan pengunaannya khusus untuk menerima panggilan dari luar sehingga apabila line PSTN yang di sediakan untuk menerima panggilan tdk akan cress ada tetap tersedia line untuk menerima panggilan masuk dari luar. Sedangkan line Outgoing adalah line PSTN yg di fungsikan khusus untuk melakukan panggilan ke luar, 2 line ini secara system di bedakan sehingga line PSTN yang ada dapat termanfaatkan dengan baik.&lt;br /&gt;&lt;a name="more-10"&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Timer&lt;br /&gt;&lt;/strong&gt;Fungsi timer di gunakan apabila perusahaan menginginkan pembatasan waktu dial guna efisiensi serta disiplin dalam memanfaatkan fasilitas komunikasi yang tentunya sesuai dengan kebijakan perusahaan, fungsi timer disini adalah meberikan batas waktu pada line Outgoing.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Akses Dial&lt;br /&gt;&lt;/strong&gt;Akses dial diberikan sesuai tingkat kegunaan fasilitas telekomunikasi setiap user, Pimpinan perusahaan contohnya akan memiliki fasilitas yang tak terbatas artinya dapat melakukan panggilan keluar tanpa ada batasan, dan lain halnya dengan staf operasional yang notabene berbeda mungkin cukup diberikan akses dial ke no Lokal aja.&lt;br /&gt;Nah itu sedikit yang dapat saya bagi tentang apa dan bagaimana si PABX, untuk lebih jauhnya mungkin bisa memanfaatkan fasilitas komentar, saya akan berusaha membagi pengetahuan saya tentang PABX sejauh apa yang saya ketahui.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-1869144215455915757?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/04/apa-itu-pbx.html</link><author>noreply@blogger.com (My life My adventure)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_FzwcY4q8EOE/SRaZb5oZAgI/AAAAAAAAAAc/RvFKHoHePb4/s72-c/pabx.png" height="72" width="72" /><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-7548906146992887979</guid><pubDate>Thu, 30 Apr 2009 16:23:00 +0000</pubDate><atom:updated>2009-04-30T09:24:29.413-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Telecommunication</category><title>Apa itu FXO dan FXS?</title><description>&lt;p&gt;&lt;strong&gt;Introduction&lt;br /&gt;&lt;/strong&gt;Apa yang membedakan antara FXS dan FXO? Seringkali ditanya oleh Patton Voice-over-Internet Protocol (VoIP) SmartNode solutions.Foreign eXchange Subscriber (FXS) and Foreign eXchange Office (FXO)adalah penamaan dari keduanya yang paling umum yaitu sebagai interfaces (ports or plugs) untuk menemukan lingkungan telepon analog.&lt;br /&gt;Teleponi analog, juga dikenal sebagai Plain Old Telephone Service (POTS) adalah layanan yang lokal perusahaan telepon yang pada umumnya dikirim kepada rumah-rumah. Biasanya layanan lokal ini memakai interface kabel tembaga.&lt;br /&gt;&lt;strong&gt;Definitions&lt;/strong&gt;&lt;br /&gt;FXS (Foreign eXchange Subscriber) interface port untuk mengirim layanan POTS dari perusahaan lokal pusat (Central Office [CO]) dan harus disambungkan ke peralatan langganan (Subscriber)seperti telepon,modem,dan mesin Fax. Satu alat penghubung FXS menyediakan jasa utama berikut (kepada seorang Subscriber) :- Dial Tone- Battery Current- Ring Voltageanda dapat melihat dibawah ini, penjelasan pada gambar FXSseperti Foreign eXchange System.&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_FzwcY4q8EOE/SRaclCO0D9I/AAAAAAAAAA0/cK0tS1jcliQ/s1600-h/pic2.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5266568974324469714" style="margin: 0px 10px 10px 0px; float: left; width: 349px; height: 88px;" alt="" src="http://1.bp.blogspot.com/_FzwcY4q8EOE/SRaclCO0D9I/AAAAAAAAAA0/cK0tS1jcliQ/s320/pic2.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;FXO (Foreign eXchange Office) interface port untuk menerima layanan POTS, pada umumnya dari Central Office (CO) dari Public Switched Telephone Network (PSTN). Dengan kata lain satu poin interface FXO kepada kantor Telco(Provider PSTN). Interface FXO menyediakan primer yang berikut layanan kepada alat jaringan Telco :on-hook/off-hook indication (loop closure)&lt;br /&gt;How it Works&lt;br /&gt;Skenario FXS dan FXO sedikit menjadi lebih menarik ketika kita memperkenalkan elemen jaringan tambahan seperti Private Branch Exchange (PBX) atau Voice-over-IP gateway ataupun router. Sebagai contoh, anda dapat menghubungkan interface FXO pada suatu telepon ke port FXSyang disediakan oleh suatu PBX, multiplexer, atau Voice-over-IP gateway ataupun router.&lt;br /&gt;&lt;strong&gt;PBX Connections&lt;/strong&gt;&lt;br /&gt;Suatu PBX menyediakan interface FXS dan FXO. &lt;/p&gt;&lt;p&gt;&lt;a href="http://4.bp.blogspot.com/_FzwcY4q8EOE/SRab_xeY_tI/AAAAAAAAAAs/HK8tVRvEAMs/s1600-h/pic1.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5266568334171242194" style="margin: 0px 10px 10px 0px; float: left; width: 356px; height: 101px;" alt="" src="http://4.bp.blogspot.com/_FzwcY4q8EOE/SRab_xeY_tI/AAAAAAAAAAs/HK8tVRvEAMs/s320/pic1.jpg" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;FXS - Ketika anda menghubungkan suatu PBX ke telepon analog, anda pasang kabel telepon ke port FXS pada PBX. Port FXS pada PBX menyediakan layanan POTS, termasuk battery current, ring voltage, and dial tone pada telepon-telepon.&lt;br /&gt;FXO - Ketika anda menyambungkan suatu PBX ke Telco Central Office(CO), anda pasang line FXS dari perusahaan telepon ke dalam port FXO pada PBX. Port FXO pada PBX menyediakan onhook/off-hook indication (loop closure) pada jaringan Telco lokal.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-7548906146992887979?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/04/apa-itu-fxo-dan-fxs.html</link><author>noreply@blogger.com (My life My adventure)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_FzwcY4q8EOE/SRaclCO0D9I/AAAAAAAAAA0/cK0tS1jcliQ/s72-c/pic2.jpg" height="72" width="72" /><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-5632341243411629206</guid><pubDate>Thu, 30 Apr 2009 16:20:00 +0000</pubDate><atom:updated>2009-04-30T09:22:41.164-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Linux/Unix</category><title>Manual Mount NTFS to Linux Ubuntu</title><description>pertama...masuk ke fstab, lalu masukan this script:&lt;br /&gt;&lt;br /&gt;[  /media/ ntfs-3g defaults,locale=en_US.utf8 0 0 ]&lt;br /&gt;&lt;br /&gt;NOTE: If it displays your NTFS partition with a &lt;a href="https://help.ubuntu.com/community/UsingUUID"&gt;UUID&lt;/a&gt;, you can check the relevant device location by running one of the following commands. It is OK (and even advisable) to keep the UUID setup if that is what already exists.sudo blkid&lt;br /&gt;ls -l /dev/disk/by-uuid/&lt;br /&gt;&lt;br /&gt;Replace with the name of the partition you identified earlier. Replace with the location you would like the partition to be mounted at, so you have something like /media/windows or /media/documents for that column.&lt;br /&gt;&lt;br /&gt;Note: you can also change your locale option (ex: locale=fr_FR.utf8). Execute locale -a in a terminal to know which ones are supported on your system.&lt;br /&gt;&lt;br /&gt;Save and close the file. You will now need to create the mount point for each NTFS partition before you can actually mount them:sudo mkdir -p /media/&lt;br /&gt;Now remount each partition withsudo umount&lt;br /&gt;&lt;br /&gt;sudo mount -a&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;If you have a problem&lt;/strong&gt;&lt;br /&gt;If you want to revert to your previous configuration, run:sudo mv /etc/fstab.orig /etc/fstab&lt;br /&gt;sudo umount /media/&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-5632341243411629206?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/04/manual-mount-ntfs-to-linux-ubuntu.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1511788501920660280.post-2904383862367310381</guid><pubDate>Thu, 30 Apr 2009 16:17:00 +0000</pubDate><atom:updated>2009-04-30T09:20:04.036-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Telecommunication</category><title>Voice Over Internet Protocol (VoIP) Menggunakan Internet Telephony Gateway (ITG) Planet VIP-400</title><description>&lt;strong&gt;Voice over Internet Protocol (VoIP)&lt;/strong&gt;Voice over Internet Protocol dikenal juga dengan sebutan IP Telephony. Secara umum, VoIP didefinisikan sebagai suatu sistem yang menggunakan jaringan internet untuk mengirimkan data paket suara dari suatu tempat ke tempat yang lain menggunakan perantara protokol IP.Dengan teknologi VoIP, diharapkan tiga jenis layanan komunikasi publik berikut ini mempunyai kualitas yang hampir sama dengan teknologi yang sebelumnya :&lt;br /&gt;&lt;br /&gt;•Layanan komukasi voice dengan normal&lt;br /&gt;•Layanan voice mail yang dapat ditinggalkan pada nomor yang dihubungi&lt;br /&gt;•Layanan pengiriman transmisi fax dengan biaya yang terjangkau.&lt;br /&gt;&lt;br /&gt;Protokol –protokol dalam VoIPDalam dunia komunikasi data komputer, protokol mengatur bagaimana sebuah komputer berkomunikasi dengan komputer lain. Dalam jaringan komputer kita dapat menggunakan banyak macam protokol tetapi agar dua buah komputer dapat saling berkomunikasi, keduanya perlu menggunakan protokol yang sama. Protokol berfungsi mirip dengan bahasa. Agar dapat berkomunikasi, orang-orang perlu berbicara dan mengerti bahasa yang sama.&lt;br /&gt;&lt;br /&gt;Berikut ini dijelaskan tentang protokol-protokol yang terlibat pada VoIP diurut berdasarkan urutan proses koneksi yang terjadi. Protokol-protokol yang terlibat dalam VoIP adalah sebagai berikut :&lt;br /&gt;&lt;strong&gt;1.Internet Protocol (IP)&lt;/strong&gt;&lt;br /&gt;IP adalah sebagian dari sederetan protokol TCP/IP, dan merupakan protokol yang paling banyak digunakan dalam internetworking. Sifat-sifat IP dalam pengiriman data :&lt;br /&gt;•Unreliable (tidak andal)Berarti protokol internet tidak menjamin datagram yang dikirimkan pasti sampai di tujuan, hanya berjanji melakukan usaha yang terbaik agar paket yang dikirimkan dapat sampai ke tujuan.&lt;br /&gt;•Connectionless protocolBerarti tidak adanya koneksi terlebih dahulu antara dua titik ujung yang sedang melakukan komunikasi tersebut.&lt;br /&gt;•Datagram delivery serviceBerarti setiap paket yang dikirimkan diperlakukan sebagai sebuah unit data yang berdiri sendiri tanpa ada hubungan apapun dengan unit data lainnya. Sehingga jalur yang ditempuh oleh setiap paket data IP dapat berbeda-beda dengan tujuan yang sama.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2.Transmission Control Protocol (TCP)&lt;/strong&gt;&lt;br /&gt;TCP merupakan connection-oriented protocol, dimana terdapat koneksi disetiap titik ujung sistem dan koneksi ini tetap terjaga pada saat pertukaran data sampai data tersebut selesai dipertukarkan. TCP bertugas membagi sebuah informasi ke dalam paket-paket yang diatur oleh IP dan kemudian pada titik ujung lainnya menyusun kembali paket-paket tersebut kedalam informasi semula.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;3.User Datagram Protocol (UDP)&lt;/strong&gt;&lt;br /&gt;UDP merupakan connectionless protocol yang menggunakan IP untuk mengirimkan sebuah unit data yang disebut datagram dari sebuah komputer ke komputer lainnya. Perbedaan dengan TCP, dimana UDP tidak melakukan pembagian informasi kedalam paket-paket data dan penyusunannya kembali, UDP tidak menyediakan sequencing paket-paket data yang datang sehingga program-program aplikasi yang menggunakan UDP harus dapat memastikan keseluruhan data informasi tersebut tiba dalam urutan yang benar.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;4.H.323&lt;/strong&gt;&lt;br /&gt;H.323 adalah suatu standar yang menentukan komponen, protokol, dan prosedur yang menyediakan layanan komunikasi multimedia, yaitu komunikasi audio, video dan data real-time (waktu nyata), melalui jaringan berbasis paket (packet-based network). Jaringan berbasis paket tersebut anatara lain Internet Protokol (IP), Internet Packet eXchange (IPX), Local Area Network (LAN), Enterprise Network (EN), Metropolitan Area Network (MAN), dan Wide Area Network (WAN). H.323 dapat diterapkan pada berbagai aplikasi komunikasi, yaitu suara saja (IP Telephony), suara dan gambar (Video Telephony), suara dan data, dan juga suara, gambar dan data. H.323 terdiri dari beberapa protokol yang digunakan untuk tujuan yang berbeda dan digabungkan untuk saling bekerjasama. Protokol-protokol tersebut diantaranya adalah H.225 RAS, H.225 call signaling dan H.245 control signaling.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;5.Registration Admission Status (RAS)&lt;/strong&gt;&lt;br /&gt;RAS merupakan protokol yang digunakan untuk komunikasi antara endpoint dengan gatekeeper. RAS berfungsi untuk melakukan prosedur registration, admission, perubahan bandwidth, status dan pembubaran sambungan antara gateway dan gatekeeper.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;6.H.225&lt;/strong&gt;&lt;br /&gt;H.225 merupakan standar ITU yang digunakan untuk membentuk koneksi antara dua H.323 endpoint dengan cara mempertukarkan H.225 protokol message pada kanal call signaling. H.225 message dipertukarkan antara dua endpoint atau antara endpoint dengan gatekeeper.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;7.H.245&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;H.245&lt;/strong&gt; merupakan standar ITU yang dipergunakan oleh terminal untuk mempertukarkan end-to-end H.245 control message. H.245 control message menyediakan informasi mengenai kapabilitas terminal-terminal yang sedang berkomunikasi. Pertukaran kapabilitas termasuk pemberitahuan coder-decoder (CODEC) yang digunakan (G.711, G.722, G.723, G.723.1, G.728 atau G.729).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;8.T.120 (Data Interface)&lt;/strong&gt;&lt;br /&gt;Protokol T.120 menyediakan komunikasi dalam bentuk informasi data antara dua atau lebih terminal. Protokol ini dapat digunakan untuk berbagai bentuk jaringan, seperti PSTN, ISDN dan LAN. Protokol ini mempunyai kemampuan untuk memberikan layanan aplikasi bersama antar terminal yang terhubung dengan jaringan-jaringan yang berbeda.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;9.Real-time Protocol (RTP) dan Real-time Control Protocol (RTCP)&lt;/strong&gt;&lt;br /&gt;RTP dan RTCP merupakan protokol yang digunakan untuk mengatasi masalah aliran paket data audio dan video. Protokol RTP menyediakan mekanisme transport end-to-end layanan audio dan video secara real-time. RTP biasanya digunakan untuk mengirimkan data melalui UDP. Protokol RTCP digunakan untuk mengontrol RTP dengan cara menyediakan feedback untuk menganalisa kesalahan pengiriman.&lt;br /&gt;&lt;br /&gt;Komponen-komponen H.323Standar H.323 menetapkan empat komponen yang digunakan pada jaringan VoIP, yakni :&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1.Terminal&lt;/strong&gt;&lt;br /&gt;Terminal H.323 digunakan untuk komunikasi multimedia bidirectional real-time. Terminal H.323 ini dapat berupa PC atau juga stand-alone device. Pada sistem VoIP yang berfungsi sebagai teminal dapat berupa telepon dan PC, karena yang disini yang dilayani adalah suara maka pada sistem ini terminalnya berupa telepon.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2.Gateway&lt;/strong&gt;&lt;br /&gt;Gateway menghubungkan dua jaringan yang berbeda, jaringan H.323 dan jaringan non-H.323. Gateway juga melakukan komunikasi dengan gatekeeper untuk menjalankan fungsi Registration, Admission, Status (RAS) untuk routing paket ketujuannya didalam jaringan. Selain itu juga gateway berfungsi untuk meroutekan panggilan (call) melalui IP network.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;3.Gatekeeper&lt;/strong&gt;&lt;br /&gt;Gatekeeper dapat dianggap sebagai otaknya jaringan H.323. Satu gatekeeper dapat berhubungan dengan banyak gateway. Gatekeeper memiliki beberapa karakteristik yang melayani beberapa service berikut :•Address translationSkema pengalamatan yang disebut juga alias address digunakan untuk membangun komunikasi IP dimana skema pengalamatan ini dibuat oleh gatekeeper.•Admission controlGatekeeper dapat mengontrol setup call VoIP antara terminal atau gateway.•Bandwidth controlGatekeeper mengatur lebar bandwidth yang digunakan.•Call signallingGatekeeper dapat bertindak sebagai call signalling “proxy” untuk terminal.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;4.Multipoint Control Unit (MCU)&lt;/strong&gt;&lt;br /&gt;MCU mendukung pertemuan tiga atau lebih terminal H.323 dan terminal-terminal tersebut membuat suatu hubungan dengan MCU. MCU mengatur sumber pertemuan, negosiasi antara terminal untuk tujuan determinasi audio atau video coder decoder (CODEC) yang digunakan untuk dapat menangani media-media tersebut.Dalam sistem VoIP disini tidak menggunakan MCU karena pada sistem ini hanya menggunakan voice saja. Perangkat yang digunakan adalah Terminal, Gatekeeper dan Gateway. Perangkat Gateway dan Gatekeeper dapat berupa satu device fisik tunggal.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Format Paket VoIp&lt;/strong&gt;&lt;br /&gt;Setiap paket VoIP terdiri dari dua bagian yakni header dan payload (beban). Header terdiri atas IP header, Realtime Transport Protocol (RTP) header, User Datagram Protocol (UDP) header dan link header.IP header bertugas menyimpan informasi routing untuk mengirimkan paket-paket ke tujuan. Pada tiap header IP disertakan tipe layanan atau Type of Services (ToS) yang memungkinkan paket tertentu seperti suara diperlakukan berbeda dengan paket yang non real time.UDP header memiliki ciri tertentu yaitu tidak menjamin paket akan mencapai tujuan sehingga UDP tidak sesuai digunakan pada aplikasi real time yang sangat peka terhadap delay dan latency.RTP header merupakan header yang dapt dimanfaatkan untuk melakukan framing dan segmentasi data real time. Seperti UDP, RTP juga tidak mendukung realibilitas paket untuk sampai tujuan. RTP menggunakan protokol kendali yang disebut RTCP (Real time Transport Control Protocol) yang mengendalikan Quality of Services (QoS) dan sinkronisasi media stream yang berbeda.Besarnya link header bergantung pada media yang digunakan.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Standar Layanan VoIP&lt;/strong&gt;&lt;br /&gt;Industri telekomunikasi mengambil langkah ke depan terhadap keterbatasan bandwidth dengan meningkatkan kapasitas internet backbone. International Telecommunications Union (ITU) mengesahkan spesifikasi H.323, Mei 1996, yang mendefinisikan bagaimana voice, data, dan video trafik akan ditransmisikan melalui IP-based on local area network juga mendefinisikan jaringan multimedia secara lengkap (mulai dari peralatan sampai protokol yang digunakan), termasuk juga T.120 standar data-conferencing. Rekomendasi ini berdasar pada real-time protocol/real-time control protocol (RTP/RTCP) untuk mengatur sinyal audio dan video.Stack protokol H.323 yang digunakan untuk VoIP adalah bagian audio dan control saja. Stack audio menangani semua fungsi dari VoIP. Untuk membawa trafik voice melalui IP, H.323 menggunakan dua protokol transport layer yaitu UDP dan TCP.&lt;br /&gt;Voice CodingSuara manusia dan semua suara yang bisa didengar, secara umum merupakan sinyal analog. PSTN mentransmisikan suara dalam bentuk sinyal digital. PSTN merubah sinyal suara dari telepon diubah ke format digital yang disebut Pulse Code Modulation (PCM).ITU-T (International Telecommunication Union-Telecommunication Sector) membuat beberapa standar untuk voice coding yang direkomendasikan untuk implementasi VoIP. Beberapa standar yang sering dikenal antara lain:a)G.711 voice coding PCM dengan bandwidth 64 Kbpsb)G.726 voice coding ADPCM dengan bandwidth 40, 32, 24, dan 16 Kbpsc)G.728 voice coding dengan kompresi Code-Excited Linear-Predictive (CELP) dengan bandwidth 16 Kbps.d)G.729 voice coding dengan kompresi CELP dengan bandwidth 8 Kbps. Kualitas suara yang dihasilkan menyamai voice coding ADPCM dengan bandwidth 32 Kbps.e)G.723.1 yang dapat digunakan untuk kompresi percakapan maupun komponen audio pada aplikasi multimedia dengan bandwidth 5,3 dan 6,3 KBps. Standar ini merupakan komponen dari keluarga H.324.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Jenis Konfigurasi Jaringan VoIP&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;•Telepon melalui Internet&lt;br /&gt;Konfigurasi ini menggunakan fasilitas PSTN atau PABX pada kedua sisi subsistem terminalnya. Konfigurasi seperti ini akan membutuhkan antar muka berupa gateway yang menghubungkan jaringan VoIP dengan jaringan internet.Untuk konfigurasi seperti ini dibutuhkan suatu sistem tambahan lainnya yang dapat memetakan pemanggilan nomor telepon menjadi kode-kode IP, lebih di kenal dengan sebutan Call Manager.&lt;br /&gt;&lt;br /&gt;•Gabungan perangkat telepon dan perangkat berbasis IP (Hybrid)Konfigurasi ini menggunakan sistem hybrid, yaitu campuran antara subsistem terminal menggunakan PC disatu sisi dan subsistem terminal menggunakan PSTN + telepon analog disisi yang lain.&lt;br /&gt;&lt;br /&gt;•Komunikasi antar perangkat berbasis IP Pada dasarnya, konfigurasi jenis ini lebih banyak pada pengembangan bidang perangkat lunak (software) multimedianya saja.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;QoS VoIP&lt;/strong&gt;&lt;br /&gt;Quality of Services pada IP telephony adalah parameter-parameter yang menunjukkan kualitas paket data jaringan. Beberapa parameter yang menyatakan QoS untuk IP telephony antara lain latency, delay, jitter, packet loss dan sequence error pada jaringan internet.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Latency&lt;/strong&gt;&lt;br /&gt;Latency adalah waktu yang dibutuhkan oleh suatu perangkat dari meminta hak akses ke jaringan sampai mendapatkan hak akses itu.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Delay&lt;/strong&gt;&lt;br /&gt;Delay dapat didefinisikan sebagai waktu yang dibutuhkan untuk mengirimkan data dari sumber (pengirim) ke tujuan (penerima).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Jitter (Variasi Delay)&lt;/strong&gt;&lt;br /&gt;Jitter disebabkan oleh bervariasinya waktu penerimaan pengiriman paket-paket data dari pengirim ke penerima.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Echo&lt;/strong&gt;&lt;br /&gt;Echo (gema) disebabkan oleh sinyal refleksi dari speaker voice lawan dan berbalik sampai dengan speaker ear.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Packett Loss&lt;/strong&gt;&lt;br /&gt;Pada jaringan berbasis IP, semua frame suara diperlakukan sama seperti frame data. Pada saat peak load dan congestion, frame suara akan dibuang sama dengan frame data. Frame suara sensitif terhadap waktu sehingga bila dilakukan retransmisi akan mengubah arti pembicaraan.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Sequence error&lt;/strong&gt;&lt;br /&gt;Kongesti di dalam jaringan paket switch dapat mengakibatkan paket mengambil route yang berbeda untuk mencapai tujuan yang sama. Akibatnya, paket sampai dengan urutan yang berbeda.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Internet Telephony Gateway (ITG)&lt;/strong&gt;&lt;br /&gt;Planet VIP-400Internet Telephony Gateway (ITG) Planet VIP-400 adalah peralatan yang dapat menghubungkan VoIP di Internet dengan jaringan telepon yang menggunakan RJ-11. Biasanya peralatan gateway VoIP ini disambungkan ke PBX/PABX di kantor atau di wartel agar telepon biasa yang ada dapat terkait ke jaringan VoIP juga. ITG Planet VIP-400 memiliki dua jenis port, yaitu :1)FXS (Foreign Exchange Subscriber) : digunakan untuk di hubungkan langsung ke pesawat telepon biasa melalui konektor RJ-11.2)FXO (Foreign Exchange Office) : tidak dapat dihubungkan ke pesawat telepon biasa, hanya dapat di hubungkan ke PABX/PBX maupun langsung ke saluran telkom melalui konektor RJ-11.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Pengkodean Suara&lt;/strong&gt;&lt;br /&gt;Pengkodean suara yang didukung oleh ITG termasuk G.711, G.723.1 5.3 kbps, G.723.1 6.3 kbps dan G.729 AB.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds2.feedburner.com/denazepdyze" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1511788501920660280-2904383862367310381?l=denazepdyze.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://denazepdyze.blogspot.com/2009/04/voice-over-internet-protocol-voip_30.html</link><author>noreply@blogger.com (My life My adventure)</author><thr:total>0</thr:total></item></channel></rss>

