loading...

Rabu, 16 Agustus 2017

VLAN - Virtual LAN

VLAN?

VLAN kependekan dari Virtual LAN, suatu metoda yang ada di switch manageable. Dimana seolah olah terdapat lebih dari 1 LAN di perangkat switch tersebut.


Keuntungan

  1.  Memudahkan pemindahan host di suatu LAN
  2. Memudahkan memasukkan host ke suatu LAN
  3. Memudahkan mengubah konfigurasi LAN
  4. Memudahkan mengawasi trafik jaringan
  5. Meningkatkan keamanan

LAB (diambil dari modul training IDN)

Selasa, 15 Agustus 2017

Konfigurasi dasar Router dan Switch Cisco

Berikut adalah beberapa perintahnya:
User Mode dan Privilege
Router>
Router>enable
'>' posisi user mode
'#' posisi previlege mode

Global Config
Router#conf  t


Show command, befungsi untuk melakukan verifikasi
Router#show version    untuk mengecek rinci versi perangkat router/switch
Router#show flash        untuk mengecek IOS dan konfigurasi
Router#show start         
Router#show run          untuk melihat konfigurasi yang sedang berjalan


Cek Status semua interface
Router#sh ip interface brief
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            unassigned      YES unset  administratively down down
FastEthernet0/1            unassigned      YES unset  administratively down down

Mengganti hostname
Router(config)#hostname JAKARTA 


Materi subnetting

Hari pertama training di IDN, lansung di jejali soal subnetting.

Berikut soal yang saya copas dari modul training CCNA v3 IDN.


1. 8.8.8.8/28
   a. Maksimum/Total IP : 16
   b. Netmask : 255.255.255.240
   c. IP Network : 8.8.8.0
   d. IP Broadcast : 8.8.8.15
   e. IP Host : 8.8.8.1 - 8.8.8.14

2. 8.8.8.8/29
   a. Maksimum/Total IP : 8
   b. Netmask : 255.255.255.248
   c. IP Network : 8.8.8.8
   d. IP Broadcast : 8.8.8.15
   e. IP Host : 8.8.8.9 - 8.8.8.14

3. 30.30.30.30/30
   a. Maksimum/Total IP : 4
   b. Netmask : 255.255.255.252
   c. IP Network : 30.30.30.28
   d. IP Broadcast : 30.30.30.31
   e. IP Host : 30.30.30.29 - 30.30.30.30

4. 40.40.40.40/27
   a. Maksimum/Total IP : 32
   b. Netmask : 255.255.255.224
   c. IP Network : 40.40.40.32
   d. IP Broadcast : 40.40.40.63
   e. IP Host : 40.40.40.33 - 40.40.40.62

5. 10.20.30.40/20
   a. Maksimum/Total IP :
   b. Netmask :
   c. IP Network :
   d. IP Broadcast :
   e. IP Host :

Selasa, 14 Maret 2017

Cisco Packet Tracer 6.1 for Windows (with tutorials) – Student version

Cisco Packet Tracer is a powerful network simulation program that allows students to experiment with network designs and behavior. As an integral part of the Networking Academy learning experience, Packet Tracer provides simulation, visualization, authoring, assessment, and collaboration capabilities and facilitates the teaching and learning of complex technology concepts 

Packet Tracer supplements physical networking equipment by allowing students to create virtual networks with an almost unlimited number of devices; encouraging practice, discovery, and troubleshooting. The simulation-based learning environment helps students develop 21st century skills such as critical thinking and creative problem solving. 

Packet Tracer allows instructors to easily demonstrate and explain complex networking concepts and system designs. With Packet Tracer, instructors can customize individual or group learning activities. Students can build, configure, explore, and troubleshoot networks using virtual equipment and simulated connections. 

Senin, 05 September 2016

Tak kenal maka tak sayang Python

Python?
Python adalah sebuah bahasa pemrograman yang mudah dipelajari dan ampuh
Python memiliki struktur data tingkat tinggi yang efisien dan pendekatan terhadap pemrograman berorientasi objek(OOP) yang sedehana. namun efektif.
Interpreter Python, library standar maupun dokumentasi yang banyak dan dapat diambil gratis dari situs resmi Python di https://www.python.org.