Translate

Tugas WAN


 
Mata Pelajaran               : WAN
Tingkat / kelas                : XI (sebelas)
Progam Keahlian            : Teknik Komputer Jaringan
Hari / Tanggal                 :          
Waktu                            : 90 menit


Jawablah pertanyaan di bawah ini dengan singkat dan jelas
  1. Apa pengertian dari Router Statis dan Router Dinamis?
  2. Bagaimanakah langkah-langkah setting konfigurasi DHCP pada Router, Jelaskan!
  3. Jika diketahui router A = 30 host, router B = 60 host, router C = 120 host dan router D = 134 host, maka hitunglah dengan menggunakan teknik subnetting, jika IP ADD 192.125.10.0/24
  4. Bagaimanakah mengkonfigurasi Database di Vlan?
  5. Bagaimanakah mengkonfigurasi Interface FastEthernet Fa0/6, Fa0/11 dan Fa0/18 dengan mode access?
  6. Gambarkan topologi Vlan yang sudah dibuat pada waktu Praktek lengkap dengan Ip Add nya?
  7. Bagaimanakah cara mendelete konfigurasi vlan database? 
  8. MAC atau Media Access Control di OSI Layer ada pada layer....
  9. Sebuah alamat IP diping dari komputer klien dengan hasil seperti dibawah ini: Pinging 192.168.10.1 with 32 bytes of data: Destination host unreachable.  Destination  host  unreachable.  Destination  host unreachable.  Destination  host  unreachable.  Kerusakan  yang mungkin terjadi disebabkan oleh ....
  10. Jaringan komputer yang wilayahnya hanya mencakup antar negara atau antar benua, disebut jenis jaringan…
  11. Terjadinya tabrakan pengiriman data pada suatu jaringan komputer dikenal dengan istilah…
  12. Batasan waktu agar paket data tidak mengambang di jaringan disebut.....
  13. Menurut referensi OSI, layer/lapisan protokol berjumlah.....
  14. Database server yang umum digunakan adalah.....
  15. Skema desain pembangunan sebuah jaringan komputer dikenal dengan istilah.....
  16. Antar muka yang bertugas menerjemahkan satuan informasi terkecil di layer fisik adalah.....
  17. Media yang digunakan untuk mengkonfigurasi access point adalah sebagai
  18. Kepanjangan dari SSID adalah sebagai berikut…
  19. protocol standart wireless IEEE 802.11a bekerja pada frekuensi…
  20. Jika pada suatu jaringan lokal menggunakan IP Address klas B : 172.16.67.30/22, maka Broadcast Addressnya adalah ....

wan ( switch configurasi)


BASIC SWITCH CONFIGURATION

  
Set the hostname
Switch>  enable
Switch# configure terminal
Switch (config) # hostname Switch1


Set the Access password
Switch(config) # enable password cisco
Switch(config) # enable secret class

Switch(config) # line con 0
Switch(config-line) # password cisco
Switch(config-line) # login

Switch(config) # line vty 0 4
Switch(config-line) # password cisco
Switch(config-line) # login

Configure VLAN
Switch(config) # interface VLAN 1
Switch(config-if) # ip add  no.ip    subnet mask
Switch(config) # exit

Switch(config) #ip default-gateway  no. ip
Switch(config) #exit

Switch(config) # interface VLAN 1
Switch(config-if) # no shutdown
Switch(config-if) #exit


Configuring Static VLANs
·         Create and name two VLANs
Switch # vlan database
Switch(vlan) # vlan 10  name VLAN2
Switch(vlan) # vlan 20 name VLAN3
Switch(vlan) # vlan 30 name VLAN4
Switch(vlan) # exit

·         Assign ports to VLAN 2
Switch # configure terminal
Switch(config)# interface fastethernet 0/2
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 2
Switch(config)# interface fastethernet 0/3
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 2
Switch(config-if)#end

Delete a Host from a VLAN
Switch # configure terminal
Switch(config)# interface fastethernet 0/2
Switch(config-if)# no switchport access vlan 2


Delete a VLAN
Switch # vlan database
Switch(vlan) # no vlan 2

Display the VLAN Interface Information
Switch # show vlan

Create the Trunk
Switch(config) # interface Ethernet 0/1
Switch(config-if) # switchport mode trunk
Switch(config-if) # end

Configure VTP (VLAN Trunking Protocol)
Switch # vlan database
Switch(vlan) # vtp server
Switch(vlan) # vtp domain group 1
Switch(vlan) # exit


Configuring Port Security

Switch(config) # interface Ethernet 0/4
Switch(config-if) # port secure max-mac-count 1
Switch(config-if) # switchport port-security violation shutdown


CONFIGURE THE ROUTER
Router(config) # interface fastethernet 0/0
Router(config-if) no shutdown
Router(config) # interface fastethernet 0/0.10
Router(config-if) # encapsulation dot1q 10
Router(config-if) # ip address no ip default gateway  subnet
                               mask                           
Router(config) # interface fastethernet 0/0.20
Router(config-if) # encapsulation dot1q 20
Router(config-if) # ip address no ip default gateway  subnet
                               mask  
Router(config) # interface fastethernet 0/0.30
Router(config-if) # encapsulation dot1q 30
Router(config-if) # ip address no ip default gateway  subnet
                               mask                                                   



Inggris version


Name                           : __________________________
Student Number         : __________________________
Class                            : __________________________
Day/date                     : __________________________


WAN : Subnetting-Vlsm

  
Part 1
1.      Below are some practice problems. Take out a sheet of paper and calculate …
no
Ip Add
Bits borrowed
Second
 subnet address
Broadcast
address
0
192.168.15.0/26
2
192.168.15.64
192.168.15.63
1
220.75.32.0/30



2
200.39.79.0/29



3
132.59.0.0/19



4
19.0.0.0/16



5
129.50.0.0/20



6
100.100.0.0/17



7
29.0.0.0/18



8
210.100.100.0/27



9
168.100.56.0/28



10
10.0.0.0/21




2.      Given the subnet address, broadcast address, and valid host range each IP address …
a.       172.16.10.17/30
b.      192.168.100.66/27
c.       10.10.10.5/30
d.      200.100.100.0/26
e.       130.100.0.0/25

Part II
1.      What valid host range is the IP address 172.16.10.22 255.255.255.240 a part of?
a.       172.16.10.20 through 172.16.10.22
b.      172.16.10.1 through 172.16.10.255
c.       172.16.10.16 through 172.16.10.23
d.      172.16.10.17 through 172.16.10.31
e.       172.16.10.17 through 172.16.10.30.
2.      What is broadcast address of the subnet  address 172.16.8.159  255.255.255.192?
a.       172.16.255.255
b.      172.16.8.127
c.       172.16.8.191.
d.      172.16.8.255
e.       172.16.8.158
3.      What is broadcast address of the subnet  address 192.168.10.33  255.255.255.248?
a.       192.168.10.40
b.      192.168.10.255
c.       192.168.255.255
d.      172.16.8.39.
e.       192.168.10.50

4.      If you wanted to have 12 subnets with a class C network ID, which subnetmask would you use?
a.       255.255.255.248
b.      255.255.255.192
c.       255.255.255.224
d.      255.255.255.252
e.       255.255.255.240.
5.      If you need to have a class B network address subnetted into exactly 510 subnet, what subnet mask would you assign?
a.       255.255.255.192
b.      255.255.255.128.
c.       255.255.255.0
d.      255.255.255.255
e.       255.255.255.240



Part III
Variable Length Subnet Mask (VLSM)

Given network 200.100.150.0/24
Design the addressing scheme for topology bellow

Network / Host
Network
address
Subnet Mask
First usable
address
Last usable
address
Broadcast
address