Friday, June 10, 2011

Konfigurasi Packet Tracer : Routing Dinamis dengan RIP 1

RIP merupakan protokol yang digunakan dalam melakukan routing dinamis dalam peralatan Cisco Router. RIP termasuk dalam protokol interior gateway protocol dengan algoritma Distance Vector. Sebagai salah satu protokol routing dinamis, RIP membutuhkan update untuk mengenal router-router yang lain dalam jaringan yang terhubung dengannya. Waktu yang dibutuhkan dalam proses update informasi adalah 30 detik dengan maksimum jumlah hop yaitu 15 hop. Dalam proses update ini, informasi yang dibawa adalah alamat jaringan (NA) dari sekumpulan komputer atau router, selain itu RIP versi 1 ini tidak mengirikan informasi subnet mask-nya atau dikenal sebagai alamat classful.  
Gambar diatas adalah sebuah jaringan komputer dengan 4 buah router yang menghubungkan semua perguruan tinggi dibawah yayasan adi upaya. Berikut  ini konfirgurasi, pelajari dulu tentang konfigurasi router,  lengkap dari router-router tersebut :
  • STTA
  1.  interface FastEthernet0/0
  2.  ip address 192.168.4.1 255.255.255.0
  3.  interface Serial0/0/0
  4.  ip address 11.0.0.2 255.0.0.0
  5.  clock rate 56000
  6.  interface Serial0/0/1
  7.  ip address 14.0.0.2 255.0.0.0
  8.  clock rate 56000
  9.  interface Serial0/1/0
  10.  ip address 12.0.0.2 255.0.0.0
  11.  clock rate 56000
  • UNUR
  1.  interface FastEthernet0/0
  2.  ip address 192.168.1.1 255.255.255.0
  3.  interface Serial0/0/0
  4.  ip address 10.0.0.1 255.0.0.0
  5.  clock rate 56000
  6.  interface Serial0/0/1
  7.  ip address 11.0.0.1 255.0.0.0
  8.  clock rate 56000

  • UNSURYA
  1. interface FastEthernet0/0
  2. ip address 192.168.3.1 255.255.255.0
  3. interface Serial0/0/0
  4. ip address 13.0.0.2 255.0.0.0
  5. clock rate 56000
  6. interface Serial0/0/1
  7. ip address 14.0.0.1 255.0.0.0
  8. clock rate 56000
  • AKPER CIEMBELUIT
  1. interface FastEthernet0/0
  2. ip address 192.168.2.1 255.255.255.0
  3. interface Serial0/0/0
  4. ip address 10.0.0.2 255.0.0.0
  5. clock rate 56000
  6. interface Serial0/0/1
  7. ip address 13.0.0.1 255.0.0.
  8. clock rate 56000


Setelah konfigurasi router selesai, maka selanjutnya kita akan mengaktifkan protocol RIP pada router, berikut konfigurasinya  :

  • Router STTA

  1. Router(config)#router rip
  2. Router(config-router)#network 192.168.4.0
  3. Router(config-router)#network 11.0.0.0
  4. Router(config-router)#network 12.0.0.0
  5. Router(config-router)#network 14.0.0.0
  6. Router(config-router)#exit
  • Router UNUR

  1. Router(config)#router rip
  2. Router(config-router)#network 192.168.1.0
  3. Router(config-router)#network 10.0.0.0
  4. Router(config-router)#network 11.0.0.0
  5. Router(config-router)#exit
  • Router UNSURYA

  1. Router(config)#router rip
  2. Router(config-router)#network 192.168.3.0
  3. Router(config-router)#network 13.0.0.0
  4. Router(config-router)#network 14.0.0.0
  5. Router(config-router)#exit
  • Router AKPER CIEMBELUIT

  1. Router(config)#router rip
  2. Router(config-router)#network 192.168.2.0
  3. Router(config-router)#network 10.0.0.0
  4. Router(config-router)#network 13.0.0.0
  5. Router(config-router)#exit
Selamat mencoba dan jangan lupa berdoa.

    Sunday, June 5, 2011

    Legend [6] : Prince Purbaya, flying the Javaness man


    His real name is Joko Umbaran. He is the son of Panembahan Senopati born of a wife who is the daughter of Ki Ageng Giring. Ki Ageng Giring is a prominent Islamic religious spreader on the island of Java in 12 -14 centuries, and some people admit he was a ‘wali’. Ki Ageng Giring found a magic coconut that if water is taken until the end in one gulp, will cause the drinker to reduce the kings of Java. Young coconut water is accidentally swallowed it own by Ki Ageng Pamanahan a visit to the Ki Ageng Giring in a state of thirst. Ki Ageng Pamanahan feel guilty after learning that magical properties of coconut water. He then married his son, the daughter Sutawijaya ( Panembahan Senapati ) with Ki Ageng Giring. Ki Ageng Giring daughter gave birth to Joko Umbaran ( diumbar in Javanese means "abandoned" ). After the adult Joko Umbaran go to Mataram to get recognition from his father. It was already titled Panembahan Senopati. Through an uphill battle, Joko Umbaran finally secured recognition as the son of Mataram with the title of Prince Purbaya.
    Prince Purbaya and his mother who is the daughter of Ki Ageng Giring to get land from the kingdom of Mataram in Maguwo area, which later became known wot Galeh. Wot Galeh name it self is taken from the wooden cross above the ‘Kali Kuning’ is tipped at Mount Merapi, reputedly the wood was brought from Mount Merapi by Prince Purbaya a way to fly. And the stories about him to fly can be found in the book ‘Babad Tanah Jawi’, at the Mataram kingdom attack to Batavia. When he became a warlord Mataram kingdom which was led by the nephew of the Sultan Agung attacked the VOC in Batavia, how he entered the fortress of VOC in a way to fly.

    Devotion to the kingdom of Mataram are enormous, as the son of the founder of Mataram job he has no desire to rule, although with the strength and ability I think he is worthy to be king, but the historical record actually the father of the Sultan Agung who becomes a substitute Panembahan Senapati.
    After he died he was buried in wot Galeh, precisely the south of Adisutjipto airport ini Yogyakarta, close to the Indonesian republic's air force academy, so some people say his ability in the world of aviation forwarded by the young Indonesian who study. This is only a piece of the story as I know, based on a story about the hereditary Prince Purbaya Yogyakarta society, more or less I apologize if there is a mistake in writing

    Contoh Program dengan Fungsi


    Seperti dalam artikel sebelumnya tentang fungsi, artikel berikut memuat contoh sebuah fungsi dalam bahasa C, yang digunakan untuk menjumlahkan dua buah bilangan dan juga mengadopsi perulangan. Bilangan yang akan dijumlahkan harus dimasukan ketika program ini dijalankan, jadi seperti terlihat digambar, kita diminta memasukan bilangan I dan Bilangan II, kemudian setelah kita tekan enter akan muncul pesan, hasil penjumlahan dan sebuah pertanyaan diulang(y/t)?