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.