Latest Entries »

java grafik

package quiz;

import java.awt.Color;
import java.awt.*;
import java.awt.Graphics2D;
import javax.swing.JComponent;
import javax.swing.JFrame;

class MyCanvas extends JComponent {
private Graphics2D Graphics2Dg2d;

public void paint(Graphics g) {
super.paint(g);
Graphics2D g2d = (Graphics2D)g;
/*g.setColor(Color.red);
g.fillRect(100, 250, 100,50);*/

//mulai memodifikasi persegi bawah
// g.translate(50, 100); //memindah benda
//g2d.scale(1, 2); //mengubah bentuk
//g2d.rotate(Math.PI/2);//memutar sesuai sudut lingkaran
//g2d.shear(2,0);
/*int x[]={100,150,200};
int y[]={300,350,300};
// g2d.setColor(new Color(100,50,150));
g.fillPolygon(x,y,8);
g.translate(50, 100);*/

int x[]={100,300,400,500,700,500,400,300};
int y[]={400,300,100,300,400,500,700,500};
// g2d.setColor(new Color(100,50,150));
//g2d.scale(2,1);
g.fillPolygon(x,y,8);

/*int j[]={100,150,200};
int p[]={200,350,200};
// g2d.setColor(new Color(100,50,150));
g.fillPolygon(x,y,3);*/
public void paint(Graphics g) {
super.paint(g);
Graphics2D g2d = (Graphics2D)g;
/*g.setColor(Color.red);
g.fillRect(100, 250, 100,50);*/

//mulai memodifikasi persegi bawah
// g.translate(50, 100); //memindah benda
//g2d.scale(1, 2); //mengubah bentuk
//g2d.rotate(Math.PI/2);//memutar sesuai sudut lingkaran
//g2d.shear(2,0);
/*int x[]={100,150,200};
int y[]={300,350,300};
// g2d.setColor(new Color(100,50,150));
g.fillPolygon(x,y,8);
g.translate(50, 100);*/

int x[]={100,300,400,500,700,500,400,300};
int y[]={400,300,100,300,400,500,700,500};
// g2d.setColor(new Color(100,50,150));
//g2d.scale(2,1);
g.fillPolygon(x,y,8);

/*int j[]={100,150,200};
int p[]={200,350,200};
// g2d.setColor(new Color(100,50,150));
g.fillPolygon(x,y,3);*/

}
}

}
}
public class Main {
public static void main(String[]a){
JFrame window = new JFrame();
window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
window.setBounds(30,30,300,300);
window.getContentPane().add(new MyCanvas());
window.setVisible(true);

}
}

Apa Itu CMS ???

19 April 2009

Jika Anda seorang webmaster yang mengelola sebuah situs maka sudah mengenal apa yang dinamakan dengan CMS. Bagaimana dengan Anda yang lain? CMS merupakan singkatan dari Content Management System, suatu software yang berguna untuk memanipulasi content atau isi dari suatu situs web.

Maksud dari memanipulasi di sini adalah bisa menambah, mengedit, atau menghapus isi dari suatu situs. Dengan CMS, semua itu bisa dilakukan tanpa pengguna harus belajar HTML atas bahasa pemrograman web.
Karena CMS adalah suatu software (perangkat lunak) maka CMS bisa berbasis web atau pun aplikasi desktop biasa. Saat ini CMS yang paling banyak adalah CMS yang berbasis web. Apa kelebihan dari CMS berbasis web?.

Kelebihannya adalah Anda bisa melakukan update (perubahan) isi situs dari mana saja selama Anda terhubung ke internet dan tool atau alat yang digunakan hanyalah web browser. Selain itu dengan CMS maka Anda bisa melakukan update atau perubahan isi situs tanpa harus mengutak-atik layout atau struktur dari situs Anda.

CMS berbasis web bisa dibuat dengan berbagai macam bahasa pemrograman scripting untuk web seperti misalnya ASP, PHP, JSP, atau Java. Pada dasarnya Anda bisa membuat sendiri CMS untuk situs Anda atau Anda juga bisa memanfaatkan modul-modul atau aplikasi CMS yang sudah ada di internet. Jika Anda ingin membuat sendiri CMS Anda maka syaratnya adalah situs Anda harus sudah memiliki struktur layout yang fix (tetap).

Inti dari CMS adalah melakukan perubahan atau penambahan isi situs pada bagian-bagian yang sifatnya bisa berubah, misalnya halaman berita terbaru, halaman produk atau jasa, halaman foto, dan lain sebagainya. Data dari CMS tersebut disimpan dalam suatu database dan dicari atau ditampilkan dengan cepat.

Jika Anda tidak ingin membuat CMS sendiri maka tidak perlu risau, saat ini di internet sudah banyak yang menawarkan aplikasi CMS yang siap pakai dan bisa Anda atur (configure) sesuai dengan kemauan dan kemampuan Anda. CMS yang ditawarkan ini pun banyak yang sifatnya Open Source sehingga Anda bisa dengan bebas menggunakannya di situs Anda bahkan Anda juga bebas untuk memodifikasi CMS tersebut sesuai dengan kemampuan Anda. Salah satu contoh situs yang merupakan etalase dari banyak CMS yang ada di pasaran adalah situs opensourceCMS.com.

Situs yang beralamat di www.opensourcecms.com ini merupakan situs dimana Anda bisa mencoba berbagai macam software CMS berbasis web secara gratis. Ini sangat berguna bagi Anda yang ingin memilih CMS yang tepat untuk situs Anda.

Fitur-fitur yang terdapat dalam CMS juga sangat bervariasi, mulai dari manajemen layout situs (yang berfungsi untuk mengubah layout situs Anda), fitur pencarian, editing berita, editing foto, editing produk dan lain sebagainya. Suatu CMS berbasis web dilengkapi dengan mekanisme autentikasi untuk bisa melakukan perubahan atau update isi situs.

Ini artinya Anda harus memasukkan username dan password sebelum bisa masuk ke dalam sistem CMS situs Anda. Dengan adanya mekanisme ini maka Anda bisa membagi hak akses kepada beberapa orang di mana orang-orang tersebut bisa meng-update isi situs pada bagian yang berbeda-beda. Misalnya saja si A hanya bisa menambah dan meng-update berita situs, kemudian si B hanya bisa menambah dan meng-update halaman foto gallery saja.

Situs-situs apa saja sih yang sebaiknya menggunakan CMS? Banyak sekali, bahkan semua situs sebenarnya bisa menggunakan CMS. Tapi sekali lagi kita harus melihat kebutuhan dari situs tersebut. Sebagai contoh, CMS banyak digunakan pada situs-situs yang padat isi (content) seperti situs-situs berita www detrk.com, www.kompas.com etc etc). Selain itu CMS juga banyak digunakan pada situs-situs penyedia jasa e-commerce (misalnya www.bhinneka.com, www.fastncheap.com etc etc). Jika Anda sering meng-update blog Anda maka itu juga merupakan contoh dari CMS.

Dengan CMS proses penambahan atau perubahan isi situs Anda akan jauh lebih mudah dilakukan tanpa harus mengetahui detail HTML atau yang lain. Anda pun bisa melakukannya dari mana saja, dari rumah atau pun dari tempat kerja. (net/gem)

from:http://xpresiriau.com/info-berita/apa-itu-cms/

Posted by: Agus Suhartono on April 06, 2007 3:10:30 PM

Saat ini banyak instasi pemerintah, baik di tingkat kabupaten, propinsi maupun pusat, ‘berlomba-lomba’ membuat situs web. Tren ini tentu saja baik dan perlu didukung. Tetapi ada masalah yang perlu dicermati, yakni pemilihan penggunaan teknologi yang digunakan dan besarnya biaya yang dikeluarkan untuk membangun situs web yang bersangkutan.

Tren dari situs eGov ini adalah sebuah portal web yang menggunakan aplikasi berbasis web. Sebuah aplikasi berbasis web yang benar-benar tangguh, jika semua dibuat sendiri oleh pengembang, akan berharga mahal (bisa mencapai ratusan juta) karena sangat kompleks. Arti ‘tangguh’ ini termasuk dalam hal keamanan, fleksibilitas, modularitas untuk kemudahan dalam pengembangan selanjutnya. Itupun kualitasnya belum terjamin, terutama masalah keamanan. Kemanan menjadi begitu penting mengingat aplikasi internet terbuka bagi siapapun untuk mencoba memasukinya.

CMS Sebagai Solusi

Di sini penulis ingin memberi solusi lain yang sebenarnya sudah diketahui dan diterapkan oleh banyak pihak, yaitu penggunaan CMS Open Source dengan lisensi GNU/GPL (Copy Left). CMS adalah singkatan dari Content Management System, yaitu sebuah aplikasi web yang berfungsi untuk manajemen isi web. CMS ini dibuat modular sehingga dimungkinkan untuk pembuatan modul tambahan sesuai dengan kebutuhan.

Lisensi GNU/GPL menungkinkan kita untuk menggunakan aplikasi CMS tanpa dibebani biaya. Walaupun gratis tetapi ketangguhannya tidak diragukan karena dikembangkan oleh puluhan orang dari berbagai belahan dunia.

Contoh CMS yang banyak digunakan adalah Mambo, phpNuke, PostNuke, Xaraya, MDPro, Xoops, ezPublish, dll. Pemilihan penggunaan CMS bisa tergantung dari kebutuhan dan kemampuan yang ada.

Berapa Biaya yang Dibutuhkan?

Agar lebih bisa memperkirakan besarnya biaya yang dibutuhkan, penulis juga akan menjelaskan komponen biaya dasar dalam pembuatan situs web/portal dengan CMS. Tetapi penulis tidak menyebutkan besarnya nilai.

View full article »

ROUTING STATIC

Aptikom_4a@yahoo.co.id

1. C:\>ipconfig = Menampilkan IP Address Subnet Mask dan Default Gateway Pada Sebuah Komputer.
Seeprti di bawah ini :
PC-PT Host A
IP Address………………….: 10.1.4.2
Subnet Mask…………………: 255.255.255.0
Default Gateway……………..: 0.0.0.0

PC-PT Host B
IP Address………………….: 10.1.9.2
Subnet Mask…………………: 255.255.255.0
Default Gateway……………..: 0.0.0.0

2. PC-PT Host A
IP Address………………….: 10.1.4.2
Subnet Mask…………………: 255.255.255.0
Default Gateway……………..: 10.1.4.1

PC-PT Host B
IP Address………………….: 10.1.9.2
Subnet Mask…………………: 255.255.255.0
Default Gateway……………..: 10.1.9.1

3. Host A Ke Router A (RA)
PC>ping 10.1.4.1
Pinging 10.1.4.1 with 32 bytes of data:

Reply from 10.1.4.1: bytes=32 time=36ms TTL=255
Reply from 10.1.4.1: bytes=32 time=42ms TTL=255
Reply from 10.1.4.1: bytes=32 time=33ms TTL=255
Reply from 10.1.4.1: bytes=32 time=36ms TTL=255

Ping statistics for 10.1.4.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 33ms, Maximum = 42ms, Average = 36ms
PC>ping 10.1.5.1

Pinging 10.1.5.1 with 32 bytes of data:

Reply from 10.1.5.1: bytes=32 time=35ms TTL=255
Reply from 10.1.5.1: bytes=32 time=43ms TTL=255
Reply from 10.1.5.1: bytes=32 time=44ms TTL=255
Reply from 10.1.5.1: bytes=32 time=43ms TTL=255

Ping statistics for 10.1.5.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 35ms, Maximum = 44ms, Average = 41ms

Host A Ke Router B (RB)
PC>ping 10.1.5.2

Pinging 10.1.5.2 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 10.1.5.2:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
PC>ping 10.1.7.1

Pinging 10.1.7.1 with 32 bytes of data:

Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.

Ping statistics for 10.1.7.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
PC>ping 10.1.6.1

Pinging 10.1.6.1 with 32 bytes of data:

Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.

Ping statistics for 10.1.6.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Host A Ke Router C (RC)
PC>ping 10.1.7.2

Pinging 10.1.7.2 with 32 bytes of data:

Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.

Ping statistics for 10.1.7.2:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
PC>ping 10.1.8.1

Pinging 10.1.8.1 with 32 bytes of data:

Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.

Ping statistics for 10.1.8.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Host A Ke Router D (RD)
PC>ping 10.1.8.2

Pinging 10.1.8.2 with 32 bytes of data:

Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.

Ping statistics for 10.1.8.2:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
PC>ping 10.1.6.2

Pinging 10.1.6.2 with 32 bytes of data:

Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.

Ping statistics for 10.1.6.2:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
PC>ping 10.1.9.1

Pinging 10.1.9.1 with 32 bytes of data:

Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.

Ping statistics for 10.1.9.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Host A Ke Host B
PC>ping 10.1.9.2

Pinging 10.1.9.2 with 32 bytes of data:

Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.
Reply from 10.1.4.1: Destination host unreachable.

Ping statistics for 10.1.9.2:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

4. Konfigurasi Router A (RA)
Router(config-if)#conf t
%Invalid hex value
Router(config)#int fa0/0
Router(config-if)#
Router(config-if)#ip address 10.1.4.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int fa0/1
Router(config-if)#ip address 10.1.5.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#sh ip int brief
Interface IP-Address OK? Method Status Protocol

FastEthernet0/0 10.1.4.1 YES manual up up

FastEthernet0/1 10.1.5.1 YES manual up up

Vlan1 unassigned YES manual administratively down down

Router#show ip route = Menampilkan Code Di Bawah ini :
Router#show ip route
Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area
* – candidate default, U – per-user static route, o – ODR
P – periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 2 subnets
C 10.1.4.0 is directly connected, FastEthernet0/0
C 10.1.5.0 is directly connected, FastEthernet0/1

5.
a.
Router A
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#ip route 10.1.6.0 255.255.255.0 10.1.5.2
Router(config)#ip route 10.1.7.0 255.255.255.0 10.1.5.2
Router(config)#ip route 10.1.8.0 255.255.255.0 10.1.5.2
Router(config)#ip route 10.1.9.0 255.255.255.0 10.1.5.2
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area
* – candidate default, U – per-user static route, o – ODR
P – periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 6 subnets
C 10.1.4.0 is directly connected, FastEthernet0/0
C 10.1.5.0 is directly connected, FastEthernet0/1
S 10.1.6.0 [1/0] via 10.1.5.2
S 10.1.7.0 [1/0] via 10.1.5.2
S 10.1.8.0 [1/0] via 10.1.5.2
S 10.1.9.0 [1/0] via 10.1.5.2

B. Konfigurasi Router B (RB)
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address 10.1.5.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int fa0/1
Router(config-if)#ip address 10.1.7.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int eth 0/0/0
Router(config-if)#ip address 10.1.6.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#sh ip int brief
Interface IP-Address OK? Method Status Protocol

FastEthernet0/0 10.1.5.2 YES manual up up

FastEthernet0/1 10.1.7.1 YES manual up up

Ethernet0/0/0 10.1.6.1 YES manual up up

Vlan1 unassigned YES manual administratively down down
Router#show ip route
Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area
* – candidate default, U – per-user static route, o – ODR
P – periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 3 subnets
C 10.1.5.0 is directly connected, FastEthernet0/0
C 10.1.6.0 is directly connected, Ethernet0/0/0
C 10.1.7.0 is directly connected, FastEthernet0/1
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route 10.1.4.0 255.255.255.0 10.1.5.1
Router(config)#ip route 10.1.8.0 255.255.255.0 10.1.7.2
Router(config)#ip route 10.1.9.0 255.255.255.0 10.1.6.2
Route(config)#exit
Router#show ip route
Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area
* – candidate default, U – per-user static route, o – ODR
P – periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 6 subnets
S 10.1.4.0 [1/0] via 10.1.5.1
C 10.1.5.0 is directly connected, FastEthernet0/0
C 10.1.6.0 is directly connected, Ethernet0/0/0
C 10.1.7.0 is directly connected, FastEthernet0/1
S 10.1.8.0 [1/0] via 10.1.7.2
S 10.1.9.0 [1/0] via 10.1.6.2

C.
Konfigurasi Router C (RC)
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address 10.1.7.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int fa0/1
Router(config-if)#ip address 10.1.8.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#sh ip int brief
Interface IP-Address OK? Method Status Protocol

FastEthernet0/0 10.1.7.2 YES manual up up

FastEthernet0/1 10.1.8.1 YES manual up up

Vlan1 unassigned YES manual administratively down down
Router#show ip route
Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area
* – candidate default, U – per-user static route, o – ODR
P – periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 2 subnets
C 10.1.7.0 is directly connected, FastEthernet0/0
C 10.1.8.0 is directly connected, FastEthernet0/1
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route 10.1.4.0 255.255.255.0 10.1.7.1
Router(config)#ip route 10.1.4.0 255.255.255.0 10.1.8.2
Router(config)#ip route 10.1.5.0 255.255.255.0 10.1.8.2
Router(config)#ip route 10.1.5.0 255.255.255.0 10.1.7.1
Router(config)#ip route 10.1.6.0 255.255.255.0 10.1.7.1
Router(config)#ip route 10.1.6.0 255.255.255.0 10.1.8.2
Router(config)#ip route 10.1.8.0 255.255.255.0 10.1.7.1
Router(config)#ip route 10.1.9.0 255.255.255.0 10.1.7.1
Router(config)#ip route 10.1.9.0 255.255.255.0 10.1.8.2
Router(config)#ip route 10.1.7.0 255.255.255.0 10.1.8.2
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area
* – candidate default, U – per-user static route, o – ODR
P – periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 6 subnets
S 10.1.4.0 [1/0] via 10.1.7.1
[1/0] via 10.1.8.2
S 10.1.5.0 [1/0] via 10.1.8.2
[1/0] via 10.1.7.1
S 10.1.6.0 [1/0] via 10.1.7.1
[1/0] via 10.1.8.2
C 10.1.7.0 is directly connected, FastEthernet0/0
C 10.1.8.0 is directly connected, FastEthernet0/1
S 10.1.9.0 [1/0] via 10.1.7.1
[1/0] via 10.1.8.2
Konfigurasi Router D (RD)
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip address 10.1.8.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int fa0/1
Router(config-if)#ip address 10.1.9.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int eth 0/0/0
Router(config-if)#ip address 10.1.6.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#sh ip int brief
Interface IP-Address OK? Method Status Protocol

FastEthernet0/0 10.1.8.2 YES manual up up

FastEthernet0/1 10.1.9.1 YES manual up up

Ethernet0/0/0 10.1.6.2 YES manual up up

Vlan1 unassigned YES manual administratively down down
Router#show ip route
Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area
* – candidate default, U – per-user static route, o – ODR
P – periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 3 subnets
C 10.1.6.0 is directly connected, Ethernet0/0/0
C 10.1.8.0 is directly connected, FastEthernet0/0
C 10.1.9.0 is directly connected, FastEthernet0/1
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route 10.1.4.0 255.255.255.0 10.1.6.1
Router(config)#ip route 10.1.5.0 255.255.255.0 10.1.6.1
Router(config)#ip route 10.1.4.0 255.255.255.0 10.1.7.2
Router(config)#ip route 10.1.5.0 255.255.255.0 10.1.7.2
Router(config)#ip route 10.1.7.0 255.255.255.0 10.1.6.1
Router(config)#ip route 10.1.7.0 255.255.255.0 10.1.8.1
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area
* – candidate default, U – per-user static route, o – ODR
P – periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 6 subnets
S 10.1.4.0 [1/0] via 10.1.6.1
[1/0] via 10.1.7.2
S 10.1.5.0 [1/0] via 10.1.6.1
[1/0] via 10.1.7.2
C 10.1.6.0 is directly connected, Ethernet0/0/0
S 10.1.7.0 [1/0] via 10.1.6.1
[1/0] via 10.1.8.1
C 10.1.8.0 is directly connected, FastEthernet0/0
C 10.1.9.0 is directly connected, FastEthernet0/1
6. Cek Koneksi dari :
Host A Ke Router A (RA)
PC>ping 10.1.4.1

Pinging 10.1.4.1 with 32 bytes of data:

Reply from 10.1.4.1: bytes=32 time=46ms TTL=255
Reply from 10.1.4.1: bytes=32 time=34ms TTL=255
Reply from 10.1.4.1: bytes=32 time=44ms TTL=255
Reply from 10.1.4.1: bytes=32 time=55ms TTL=255

Ping statistics for 10.1.4.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 34ms, Maximum = 55ms, Average = 44ms
PC>ping 10.1.5.1

Pinging 10.1.5.1 with 32 bytes of data:

Reply from 10.1.5.1: bytes=32 time=57ms TTL=255
Reply from 10.1.5.1: bytes=32 time=36ms TTL=255
Reply from 10.1.5.1: bytes=32 time=39ms TTL=255
Reply from 10.1.5.1: bytes=32 time=35ms TTL=255

Ping statistics for 10.1.5.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 35ms, Maximum = 57ms, Average = 41ms

Host A Ke Router B (RB)
PC>ping 10.1.5.2

Pinging 10.1.5.2 with 32 bytes of data:

Reply from 10.1.5.2: bytes=32 time=85ms TTL=254
Reply from 10.1.5.2: bytes=32 time=83ms TTL=254
Reply from 10.1.5.2: bytes=32 time=91ms TTL=254
Reply from 10.1.5.2: bytes=32 time=78ms TTL=254

Ping statistics for 10.1.5.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 78ms, Maximum = 91ms, Average = 84ms
PC>ping 10.1.7.1

Pinging 10.1.7.1 with 32 bytes of data:

Reply from 10.1.7.1: bytes=32 time=73ms TTL=254
Reply from 10.1.7.1: bytes=32 time=86ms TTL=254
Reply from 10.1.7.1: bytes=32 time=88ms TTL=254
Reply from 10.1.7.1: bytes=32 time=83ms TTL=254

Ping statistics for 10.1.7.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 73ms, Maximum = 88ms, Average = 82ms
PC>ping 10.1.6.1

Pinging 10.1.6.1 with 32 bytes of data:

Reply from 10.1.6.1: bytes=32 time=83ms TTL=254
Reply from 10.1.6.1: bytes=32 time=75ms TTL=254
Reply from 10.1.6.1: bytes=32 time=69ms TTL=254
Reply from 10.1.6.1: bytes=32 time=70ms TTL=254

Ping statistics for 10.1.6.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 69ms, Maximum = 83ms, Average = 74ms

Host A Ke Router C (RC)
PC>ping 10.1.7.2

Pinging 10.1.7.2 with 32 bytes of data:

Reply from 10.1.7.2: bytes=32 time=128ms TTL=252
Reply from 10.1.7.2: bytes=32 time=105ms TTL=253
Reply from 10.1.7.2: bytes=32 time=158ms TTL=252
Reply from 10.1.7.2: bytes=32 time=147ms TTL=253

Ping statistics for 10.1.7.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 105ms, Maximum = 158ms, Average = 134ms
PC>ping 10.1.8.1

Pinging 10.1.8.1 with 32 bytes of data:

Reply from 10.1.8.1: bytes=32 time=123ms TTL=252
Reply from 10.1.8.1: bytes=32 time=102ms TTL=253
Reply from 10.1.8.1: bytes=32 time=121ms TTL=252
Reply from 10.1.8.1: bytes=32 time=114ms TTL=253

Ping statistics for 10.1.8.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 102ms, Maximum = 123ms, Average = 115ms
Host A Ke Router D (RD)
PC>ping 10.1.9.1

Pinging 10.1.9.1 with 32 bytes of data:

Reply from 10.1.9.1: bytes=32 time=117ms TTL=252
Reply from 10.1.9.1: bytes=32 time=128ms TTL=253
Reply from 10.1.9.1: bytes=32 time=113ms TTL=253
Reply from 10.1.9.1: bytes=32 time=102ms TTL=253

Ping statistics for 10.1.9.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 102ms, Maximum = 128ms, Average = 115ms
PC>ping 10.1.6.2

Pinging 10.1.6.2 with 32 bytes of data:

Reply from 10.1.6.2: bytes=32 time=140ms TTL=252
Reply from 10.1.6.2: bytes=32 time=101ms TTL=253
Reply from 10.1.6.2: bytes=32 time=104ms TTL=253
Reply from 10.1.6.2: bytes=32 time=104ms TTL=253

Ping statistics for 10.1.6.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 101ms, Maximum = 140ms, Average = 112ms
PC>ping 10.1.8.2

Pinging 10.1.8.2 with 32 bytes of data:

Reply from 10.1.8.2: bytes=32 time=186ms TTL=252
Reply from 10.1.8.2: bytes=32 time=119ms TTL=253
Reply from 10.1.8.2: bytes=32 time=122ms TTL=253
Reply from 10.1.8.2: bytes=32 time=127ms TTL=253

Ping statistics for 10.1.8.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 119ms, Maximum = 186ms, Average = 138ms

Host A Ke Host B
PC>ping 10.1.9.2

Pinging 10.1.9.2 with 32 bytes of data:

Reply from 10.1.9.2: bytes=32 time=162ms TTL=124
Reply from 10.1.9.2: bytes=32 time=150ms TTL=125
Reply from 10.1.9.2: bytes=32 time=140ms TTL=125
Reply from 10.1.9.2: bytes=32 time=144ms TTL=125

Ping statistics for 10.1.9.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 140ms, Maximum = 162ms, Average = 149ms
7. Analisa Route Host A Ke Host B
PC>tracert 10.1.9.2

Tracing route to 10.1.9.2 over a maximum of 30 hops:

1 61 ms 49 ms 35 ms 10.1.4.1
2 70 ms 72 ms 67 ms 10.1.5.2
3 151 ms 120 ms 105 ms 10.1.6.2
4 160 ms 190 ms 134 ms 10.1.9.2

Trace complete.

8. Analisa Route Host B Ke Host A
PC>tracert 10.1.4.2

Tracing route to 10.1.4.2 over a maximum of 30 hops:

1 35 ms 46 ms 37 ms 10.1.9.1
2 70 ms 71 ms 99 ms 10.1.7.2
3 138 ms 104 ms 107 ms 10.1.5.1
4 122 ms 164 ms 142 ms 10.1.4.2

Trace complete.

9. Kesimpulan

MEMBANGUN PERANGKAT WIMAX SENDIRI

MEMBANGUN PERANGKAT WIMAX SENDIRI
Latar belakang kenapa kita harus membangun sistem sendiri adalah :
- Tidak tergantung pada vendor tertentu.
- Dapat di Tune Up dengan kondisi Indonesia yang bebeda dengan negara lain .
- Mudah mengembangkan berbagai aplikasi .
- Menghasilkan tenaga kerja local berkualitas.
Apa itu wimax?
WiMAX (Worldwide Interoperability for Microwave Access) merupakan teknologi nirkabel yang menyediakan hubungan jalur lebar dalam jarak jauh. WiMAX adalah sebuah tanda sertifikasi untuk produk-produk yang lulus tes cocok dan sesuai dengan standar IEEE 802.16. WiMAX merupakan penggabungan antara standar IEEE 802.16 dengan standar ETSI HiperMAN.

WiMAX belum siap dikembang luaskan Karena beberapa isu :
- WiMAX Forum terlibat kasus pelanggaran hak cipta atas teknologinya.
- Produsen chipset-nya belum melepas dengan murah paten dan royaltinya
- Forum masih belum secara aklamasi menetukan standar yang ada.

Membuat piranti WiMAX terdiri dari dua cara umum
- Merancang sendiri seluruh rangkaian dengan menggunakan chipset yang sudah disertifikasi.
- Memanfaatkan rancangan yang sudah tersedia dipasar, berdasarkan standar open hardware.

Yang paling cepat dan murah adalah dengan menggunakan Embedded Systems, berbasis Open Hardware
pi3
Dari pc ke Embedded Systems

pic4
WIMAX Mini PCI dengan chipset WaveSat

pic5Konfigurasi Embedded Systems

pic2

WiMAX rakitan dapat dirakit dengan mudah

pic6
PIRANTI LUNAK

MARVELEOS
Sistem Operasi Marveleos yang dikembangakn oleh PT Marvel Network system, berbasis linux dan Open Source

Keunggulan open source
- Program atau driver bebas berbasis open source jalan di sistem operasi Linux.
- Harus mengupayakan membuat sistem operasi masuk ke dalam storage yang kecil, lebih kecil dari 128MB.
- Dapat langsung men-download dan menjalankannya sekaligus.

OpenWireless
OpenWireless merupakan hasil kompilasi tim PT Marvel Sistem Network untuk dikembangkan dan dipakai gratis
pic9

Disadur dari: MEMBANGUN PERANGAKAT WIMAX SENDIRI OLEH MICHAEL@SUNGGIARDI.COM

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Blog pada WordPress.com. | Tema: Motion oleh volcanic.
Ikuti

Get every new post delivered to your Inbox.