Senin, 04 Juni 2012

The Animation Storyboard


The animation storyboard is the first sight of what a cartoon or piece of animation is going to look like. The animation storyboard looks like a series of strip comics, with individual drawings of storylines, scenes, characters and their emotions and other major parts of the movie. The drawings will reflect the early ideas of what characters will look like, what the backgrounds and scenery will be some idea of dialogue, emotions ,and a general feel of the animation process.
Storyboards are very important, as they form the basis of the work that is carried out on the movie, describing most of the major features as well as the plot and its development.

Animation storyboards are also the coordinating vehicle of the film, taking the place of the script, and allowing different teams of people to work on different aspects and scenes in the movie. A studio like Pixar will have thousands of storyboard frames like the one shown here.
The finished movie may not always conform to all aspects of the storyboard, but they will document many of the early developments in the movie. They are often the first step of the animation process, as they show the first views - albeit static - of the animation process.

Minggu, 03 Juni 2012

Routing Static (10.240.0130)

Dibawah ini merupakan ulasan sedikit tentang konfigurasi routing static:




A.      CONFIGURASI PADA ROUTER
1.    Configurasi router 1
a)         Konfigurasi Interface
Router>ena
Router#conf t
Router(config)#int fa0/0
Router(config-if)#ip add 172.16.3.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int ser2/0
Router(config-if)#ip add 172.16.2.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
b)        Pemberian static route pada Router 1
Router(config)#ip route 172.16.1.0 255.255.255.0 ser2/0
Router(config)#ip route 192.168.0.0 255.255.252.0 ser2/0
Router(config)#exit
2.    Configurasi router 2
a)         Konfigurasi Interface
Router>ena
Router#conf t
Router(config)#int fa0/0
Router(config-if)#ip add 172.16.1.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int ser2/0
Router(config-if)#ip add 172.16.2.2 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#interface Serial2/0
Router(config-if)#exit
Router(config)#int ser3/0
Router(config-if)#ip add 192.168.1.2 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut
Router(config-if)#exit
b)        Pemberian static route pada Router 2
Router(config)#ip route 172.16.3.0 255.255.255.0 ser2/0
Router(config)#ip route 192.168.2.0 255.255.255.0 ser3/0
Router(config)#exit
3.    Configurasi router 3
a)         Konfigurasi Interface
Router>ena
Router#conf t
Router(config)#int fa0/0
Router(config-if)#ip add 192.168.2.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int ser2/0
Router(config-if)#ip add 192.168.1.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
b)        Pemberian static route pada Router 3
Router(config)#no ip route 172.16.0.0 255.255.255.252 Serial2/0
Router(config)#ip route 172.16.0.0 255.255.252.0 ser2/0
Router(config)#exit


B.       KONFIGURASI PADA HOST
1.    Konfigurasi PC/Host 1
IP ADDRESS                       : 172.16.3.2
SUBNET MASK                  : 255.255.255.0
DEFAULT GATEWAY        : 172.16.3.1
2.    Konfigurasi PC/Host 2
IP ADDRESS                       : 172.16.1.2
SUBNET MASK                  : 255.255.255.0
DEFAULT GATEWAY        : 172.16.1.1
3.    Konfigurasi PC/Host 3
IP ADDRESS                       : 192.168.2.2
SUBNET MASK                  : 255.255.255.0
DEFAULT GATEWAY        : 192.168.2.1
C.       ROUTING TABLE
1.    Routing table pada Router 1
2.  Routing table pada Router 2
3.  Routing table pada Router 3
D.      HASIL PENGUJIAN
1.         Pengujian dengan melakukan ping dari PC 1 ke
·           Default gateway PC 1
·           Serial Router 1
·           IP PC 1
2.         Pengujian dengan melakukan ping dari PC 1 ke
·           Default gateway PC 2
·           Serial 2/0 Router 2
·           Serial 3/0 Router 2
·           IP PC 2
3.         Pengujian dengan melakukan ping dari PC 1 ke
·           Default gateway PC 3
·           Serial Router 3
·           IP PC 3
E.   ROUTE SUMMARIZATION
  • Memperkecil routing table membuat proses pencarian menjadi lebih efisien, karena lebih sedikit rute yang dicari.
  • Contoh terdapat tiga rute statis di R3 yaitu :
    1. ip route 172.16.1.0 255.255.255.0 Serial0/0/1
    2. ip route 172.16.2.0 255.255.255.0 Serial0/0/1
    3. ip route 172.16.3.0 255.255.255.0 Serial0/0/1
  • Dapat disederhanakan menjadi jaringan 172.16.0.0/22, karena semua rute menggunakan interface keluaran yang sama, sehingga dapat diringkas menjadi sebuah jaringan 172.16.0.0 dengan subnet mask 255.255.252.0, dan ini disebut summary route.

Sabtu, 07 April 2012


Basic Router CLI Show Command
General Use
No.
Perintah Penuh
Perintah Singkat
Maksud Perintah
1
Show running-config
Sh run
Mengetahui konfigurasi yang aktif didalam DRAM (dynamic random acces memory
2
Show startup-config
Sh start
Mengetahui konfigurasi yang sudah tersimpan didalam NVRAM
3
Show version
Sh ver
Menampilkan informasi tentang versi software yang sedang berjalan lengkap dengan informasi hardware dan device

Routing Related
No.
Perintah Penuh
Perintah Singkat
Maksud Perintah
1
Show ip protocols
Sh ip prot
Untuk menampilkan ip protokol
2
Show ip route
Sh ip rout
Menampilkan konfigurasi routing

 
Interface Related
No.
Perintah Penuh
Perintah Singkat
Maksud Perintah
1
Show interfaces
Sh int
Untuk menampilkan statistic semua interfaces router
2
Show ip interfaces brief
Sh ip int bri
Memerinsa status atau kondisi dari tiap-tiap interface yang telah dikonfigurasi
3
Show protocols
Sh prot
Menampilkan status interface baik secara global maupun khusus dari protocol layer 3 yang terkonfigurasi

Connectivity Related
No.
Perintah Penuh
Perintah Singkat
Maksud Perintah
1
Show cdp neightbors
Sh cdp neig
Menunjukan tentang informasi semua piranti cisco tetangga yaitu switch dan router
2
Show session
Sh sess
Memperlihatkan sesi yang ada sekarang
3
Show ssh
Show ssh
Untuk melihat koneksi ssh
4
Ping
Ping
Mengecek koneksi
5
Traceroute
Tr
Untuk menentukan jalur terbaik


 
Konfigurasi pada Router 1
         --- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: no

Press RETURN to get started!

Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#line vty 0 4
Router(config-line)#password rere
Router(config-line)#transport input rere
Router(config-line)#login
Router(config-line)#end

Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 192.168.1.1 255.255.255.0
Router(config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#exit
Router(config)#int se2/0
Router(config-if)#ip add 192.168.2.1 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

Router(config-if)#exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 192.168.1.0
Router(config-router)#network 192.168.2.0
Router(config-router)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

Konfigurasi pada router 2

         --- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: no

Press RETURN to get started!

Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 192.168.3.1 255.255.255.0
Router(config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#exit
Router(config)#int se2/0
Router(config-if)#ip add 192.168.2.2 255.255.255.0
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up
Router(config-if)#exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 192.168.2.0
Router(config-router)#network 192.168.3.0
Router(config-router)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

setting ip Pc 1
ip : 192.168.1.2
sm : 255.255.255.0
dg : 192.168.1.1

setting ip Pc 2
ip : 192.168.3.2
sm : 255.255.255.0
dg : 192.168.3.1