wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Routing

Total questions: 150

Worksheet time: 2hrs 4mins

Name
Class
Date
1.

Dari rule routing berikut, Default Route mana yang akan aktif ?

/ip route add distance=8 dst-address=0.0.0.0/0 gateway=1.1.1.1

/ip route add distance=5 dst-address=0.0.0.0/0 gateway=2.2.2.2

a)

Route via gateway 2.2.2.2

b)

Route via gateway 1.1.1.1

2.

Flag apa yang muncul pada rule routing yang kita tambahkan secara manual?

a)

A – active

b)

D – dynamic

c)

S – static

d)

S – slave

3.

Flag apa yang terdapat pada rule routing yang muncul otomatis ketika kita menambahkan IP Address.?

a)

D – drop

b)

I – inactive

c)

A – active

d)

C – connected

e)

D – dynamic

4.

suatu mekanisme routing yang tergantung dengan routing table (tabel; routing) dengan konfigurasi manual,disebut dengan………

a)

Static Routing

b)

ipv6

c)

dinamik routing

d)

ipv4

5.

Terdapat setting ip address pada sebuah router :/ip address add address=192.168.0.100/27 interface=ether1

Mana ip berikut yang memungkinkan sebagai gateway

a)

192.168.0.1

b)

192.168.0.100

c)

192.168.0.254

d)

192.168.0.121

6.

Untuk koneksi dengan destination 192.168.0.9, manakah urutan prioritas rule yang digunakan ?

a)

Destination 192.168.0.0/24 distance 1 gateway 10.10.1.1

b)

Destination 192.168.0.0/27 distance 2 gateway 10.10.2.1

c)

Destination 192.168.0.0/29 distance 4 gateway 10.10.3.1

d)

Destination 192.168.0.0/24 distance 5 gateway 10.10.4.1

7.

jenis routing yang bisa berubah sesuai dengan kondisi yang diinginkan dengan parameter tertentu sesuai dengan protokolnya,adalah pengertian dari . . .

a)

routing protokol

b)

Routing static

c)

routing dinamik

d)

Routing tables

8.

kamu memiliki konfigurasi raouter sebagai berikut:

- Public IP :202.168.125.45/24

- Default gateway:202.168.125.1

- DNS server: 248.115.148.136, 248.115.148.137

- Local IP: 192.168.2.1/24

manakah konfigurasi yang benar pada PC klien untuk bisa mengakses Internet

a)

IP:192.168.0.1/24 gateway:192.168.2.1

b)

IP:192.168.2.253/24 gateway:202.168.0.1

c)

IP:192.168.1.223/24 gateway:248.115.148.136

d)

IP:192.168.2.115/24 gateway: 192.168.2.1

e)

IP:192.168.2.2/24 gateway:202.168.125.45

9.

For static routing functionality, additionally to the RouterOS 'system' package, you will also need the following software package:

a)

no extra package required

b)

advanced-tools

c)

routing

d)

dhcp

10.

When using routing option 'check-gateway=ping' after how many timeouts is gateway considered unreachable:

a)

4

b)

1

c)

2

d)

3

11.

In the route list, the identification DAb for a route stand for

a)

Dynamic – active - backup

b)

Dynamic – active - bgp

c)

Direct – active - bgp

d)

direct – acknowledge – backup

12.

When using routing option 'check-gateway=ping' what is the ICMP echo request interval(in seconds)?

a)

60s

b)

20s

c)

30s

d)

10s

13.

Which route will be used to reach host 192.168.1.55?

/ip route

add disabled=no distance=1 dst-address=192.168.1.0/24 gateway=1.1.1.1

add disabled=no distance=1 dst-address=192.168.1.0/25 gateway=2.2.2.2

add disabled=no distance=1 dst-address=192.168.0.0/16 gateway=3.3.3.3

a)

Route via gateway 1.1.1.1

b)

Route via gateway 3.3.3.3

c)

Route via gateway 2.2.2.2

14.

Which static-route rule will have priority for destination 192.168.0.18?

a)

dst-address=192.168.0.0/24 gateway=192.168.3.1 distance=1

b)

dst-address=192.168.0.0/26 gateway=192.168.1.1 distance=3

c)

dst-address=192.168.0.0/28 gateway=192.168.4.1 distance=5

d)

dst-address=192.168.0.0/26 gateway=192.168.2.1 distance=2

e)

dst-address=192.168.0.0/28 gateway=192.168.3.1 distance=1

15.

/ip route configuration on router,

/ip route add gateway=192.168.0.1

/ip route add dst-address=192.168.1.0/24 gateway=192.168.0.2

/ip route add dst-address=192.168.2.0/24 gateway=192.168.0.3

/ip route add dst-address=192.168.3.0/26 gateway=192.168.0.4

Router needs to send packets to 192.168.3.240. Which gateway will be used?

a)

192.168.0.2

b)

192.168.0.1

c)

192.168.0.3

d)

192.168.0.4

16.

A routing table has following entries:

0 dst-address=10.0.0.0/24 gateway=10.1.5.126

1 dst-address=10.1.5.0/24 gateway=10.1.1.1

2 dst-address=10.1.0.0/24 gateway=25.1.1.1

3 dst-address=10.1.5.0/25 gateway=10.1.1.2

Which gateway will be used for a packet with destination address 10.1.5.126?

a)

25.1.1.1

b)

10.1.1.1

c)

10.1.1.2

d)

10.1.5.126

17.

What protocol does ping and traceroute use?

a)

UDP

b)

TCP

c)

ARP

d)

ICMP

18.

The default value of 'target-scope' for a static route is:

a)

30

b)

1

c)

10

d)

255

19.

There are two routes in the routing table:

0 dst-addr=10.1.1.0/24 gateway=5.5.5.5

1 dst-addr=10.1.1.4/30 gateway=5.6.6.6

Which gateway will be used to get to the IP address 10.1.1.6?

a)

5.5.5.5

b)

the required route is not in the routing table

c)

both - half of the traffic will be routed through one gateway, half through the other

d)

5.6.6.6

20.

Destination berapakah di router Mikrotik yang setara dengan default route ?

a)

0.0.0.0

b)

0.0.0.0/0

c)

::/0

d)

127.0.0.1

e)

255.255.255.255

21.

Apa yang dimaksud dengan routing dalam jaringan komputer?

a)
Routing adalah proses pengiriman paket data antar jaringan menggunakan router.
b)
Routing adalah cara untuk menghubungkan perangkat dengan kabel.
c)
Routing adalah teknik untuk menyimpan data dalam database.
d)
Routing adalah proses pengiriman email antar pengguna.
22.

Apa perbedaan utama antara routing statis dan routing dinamis?

a)
Routing statis menggunakan protokol untuk pembaruan otomatis.
b)
Routing dinamis tidak memerlukan konfigurasi manual sama sekali.
c)
Routing statis lebih cepat daripada routing dinamis.
d)
Perbedaan utama antara routing statis dan dinamis adalah bahwa routing statis ditentukan secara manual, sedangkan routing dinamis menggunakan protokol untuk pembaruan otomatis.
23.

Alat untuk menghubungkan 2 segmen jaringan yang berbeda

a)
Modem
b)
Hub
c)
Switch
d)
Router
24.

sebutkan jenis-Jenis routing

a)
Routing manual
b)

routing statis dan routing dinamis

c)
Routing terdistribusi
d)
Routing berbasis waktu
25.

Apa keuntungan utama dari menggunakan routing statis?

a)
Routing statis meningkatkan kecepatan jaringan secara otomatis.
b)
Routing statis memerlukan lebih banyak sumber daya dibandingkan routing dinamis.
c)
Routing statis tidak memerlukan konfigurasi manual sama sekali.
d)
Keuntungan utama dari menggunakan routing statis adalah kontrol penuh atas jalur dan pengurangan overhead pemrosesan.
26.

Apa saja protokol yang digunakan dalam routing dinamis?

a)
RIP, OSPF, EIGRP, BGP
b)
RIPV2
c)
IS-IS
d)
Static Routing
27.

Dalam situasi seperti apa routing statis lebih cocok digunakan?

a)
Jaringan yang memerlukan penyesuaian otomatis.
b)
Jaringan kecil atau sederhana dengan rute yang tidak sering berubah.
c)
Jaringan besar dengan banyak perubahan rute.
d)
Jaringan yang sering mengalami gangguan koneksi.
28.

berapakah host id dari IP berikut 192.168.10.5?

a)
5
b)
10
c)
192
d)
168
29.

berapakah subnetmask dari ip 192.168.100.0/24?

a)
255.255.255.0
b)
255.255.255.1
c)
255.255.254.0
d)
192.168.100.255
30.

berapakah network id dari ip berikut 192.168.91.1?

a)
192.168.92.1
b)
192.168.91.0
c)
192.168.90.0
d)
192.168.91.255
31.

Routing ini mengharuskan admin untuk mengubah rute dan memasukkan perintah secara manual di router setiap kali terjadi perubahan jalur yang merupakan jenis routing .....

a)

statis

b)

dinamis

c)

wifi

d)

aplikasi

e)

hardware

32.

Kelebihan dari routing statis adalah ......

a)

Routing Statis kebal dari segala usaha hacker untuk men-spoof dengan tujuan membajak traffik

b)

Administrator jaringan harus mengetahui semua informasi dari masing-masing router yang digunakan

c)

Hanya dapat digunakan untuk jaringan berskala kecil

d)

Admisnistrasinya cukup rumit dibanding routing dinamis, terlebih jika banyak router yang harus dikonfigurasi secara manual

e)

Rentan terhadap kesalahan saat entri data routing statis yang dilakukan secara manual

33.

Berikut yang bukan dari kelemahan routing statis adalah ......

a)

Routing Statis kebal dari segala usaha hacker untuk men-spoof dengan tujuan membajak traffik

b)

Administrator jaringan harus mengetahui semua informasi dari masing-masing router yang digunakan

c)

Hanya dapat digunakan untuk jaringan berskala kecil

d)

Admisnistrasinya cukup rumit dibanding routing dinamis, terlebih jika banyak router yang harus dikonfigurasi secara manual

e)

Rentan terhadap kesalahan saat entri data routing statis yang dilakukan secara manual

34.

Perintah untuk melakukan routing berikut adalah ..

a)

ip route add dst-address gateway

b)

ip route add gateway dst-address

c)

ip roote add gateway dst-address

d)

ip roote add dst-address gateway

e)

ip rute add dst-address gateway

35.

perintah untuk tes hop yang di lalui adalah

a)

ping "ip tujuan"

b)

send "ip tujuan"

c)

mail "ip tujuan"

d)

tracert "ip tujuan"

e)

inbox "ip tujuan"

36.

IP address yang di berikan server secara otomatis untuk client di namakan ....

a)

DHCP

b)

Static

c)

Routing

d)

Router

e)

Wifi

37.

IP address yang di berikan server secara manual untuk client di namakan ....

a)

DHCP

b)

Static

c)

Routing

d)

Router

e)

Wifi

38.

Jaringan komputer yang menghubungkan client tanpa menggunakan kabel di namakan ...

a)

DHCP

b)

Static

c)

Routing

d)

Router

e)

Wifi

39.

Berapakah alamat IP yang dapat digunakan pada alamat 192.168.100.0/24 ?

a)

256

b)

0

c)

254

d)

126

e)

255

40.

Media jaringan yang menggunakan cahaya adalah . . . .

a)

Kabel Coaxial

b)

Wifi

c)

Fiber Optic

d)

Kabel UTP

e)

Bluetooth

41.

Aku adalah perangkat jaringan, sifatku penghubung alamat IP yang berbeda. siapakah aku . . . .

a)

Router

b)

Switch

c)

Bridge

d)

Access Point

e)

Gateway

42.

Alamat jaringan dari 10.2.100.150/28 adalah . . . .

a)

10.2.100.144

b)

10.2.100.159

c)

10.2.100.151

d)

10.2.100.145

e)

10.2.100.200

43.

Alamat broadcast dari 192.168.100.1/28 adalah . . . .

a)

192.168.100.0

b)

192.168.100.15

c)

192.168.100.14

d)

192.168.100.2

e)

192.168.100.10

44.

Terdapat suatu jaringan antar kantor, kantor A memiliki alamat 192.168.100.0/24 sedangakan kantor B memiliki alamat 10.12.100.0/27, Metode apakah yang paling tepat untuk menkoneksikan ke dua jaringan tersebut

a)

Bridging

b)

Switching

c)

Routing Dinamis

d)

Routing Statis

e)

VLAN

45.

Terdapat suatu jaringan yang memiliki ip 192.168.200.0/25, berapa jumlah alamat yang ada pada jaringan tersebut . . .

a)

256

b)

32

c)

126

d)

128

e)

64

46.

Nama perangkat yang di gunakan untuk melakukan routing adalah ....

a)

hub

b)

switch

c)

repeater

d)

router

e)

NIC

47.

Jenis routing yang mampu beradaptasi dengan perubahan kondisi jaringan dikenal dengan istilah routing.....

a)

multipath

b)

statis

c)

dinamis

d)

intradomain

e)

interdomain

48.

Jika nomor IP tidak dikenal dalam jaringan, maka akan muncul pesan?

a)

Time to Leave

b)

Time for Love

c)

Time With you

d)

Request Time Output

e)

Request time Out

49.

Apa yang dimaksud routing dinamis?

a)

Membuat jalur dengan manual

b)

Merutekan jalur secara otomatis

c)

Membuat jalur dengan cara tetap

d)

menentukan rute dengan jarak terdekat

e)

membuat jalur dengan rute terjauh

50.

Yang bukan karakteristik dari routing dinamis adalah . . . .

a)

Rute secara otomatis

b)

Apabila terjadi perubahan, router otomatis membuat routing baru

c)

Dapat menemukan network dan melakukan update table routing pada router

d)

Rute bersifat tetap

e)

Salah satu protokol routingnya adalah OSPF

51.

berikut macam-macam protokol routing dinamis, kecuali ....

a)

OSPF, EIGRP, dan AS

b)

RIP, OSPF, dan IGRP

c)

BGP, OSPF, dan AS

d)

RIP, BGP, dan AS

e)

EIGRP, OSPF, dan RIP

52.

Kepanjangan dari protokol RIP adalah ....

a)

Remark Information Protocol

b)

Request Information Protocol

c)

Routing Information Protocol

d)

Routing Introduction Protocol

e)

Request Introduction Protocol

53.
Berikut karakteristik dari RIP, kecuali ….
a)
Menggunakan algoritma distance vector
b)
Metric berdasarkan hop count untuk pemilihan jalur terbaik
c)
Paket aka dibuang jika hop count lebih dari 15
d)
Menggunakan algoritma link state
e)
Update routing dilakukan secara broadcast setiap 30 detik
54.
Kepanjangan dari OSPF adalah ....
a)
Open Short Path First
b)
Open Shock Path Fast
c)
Open Swift Path Fast
d)
Open Short Part First
e)
Open Slash Path First
55.
Protokol routing dinamis yang cocok untuk jaringan besar adalah ....
a)
EIGRP
b)
OSPF
c)
BGP
d)
AS
e)
RIP
56.
Dibawah ini adalah keuuntungan routing dinamis , kecuali …
a)
cocok untuk area besar
b)
Router secara otomatis berbagi informasi
c)
Beban router menjadi lebih berat
d)
Administrator tidak ikut campur tangan
e)
Router cepat selesai
57.
BGP adalah kepanjangan dari . . .
a)
Border Gate Proxy
b)
Border Gateway Protocol
c)
Border Gateway Proxy
d)
Boding Gateway Protocol
e)
Boarding Gates Protocol
58.
Secara default RIP memiliki jumlah hop maksimum yang diizinkan yaitu sejumlah
a)
11
b)
12
c)
13
d)
14
e)
15
59.
Parameter pilihan yang menyebutkan alamat jaringan tujuan yang akan disebutkan pada entri tabel routing adalah
a)
Mask
b)
Gateway
c)
Network Mask
d)
Subnet Mask
e)
Destination
60.
Berikut karakteristik OSPF dalam menentukan Best Path, kecuali...
a)
Cost yang berdasarkan speed dari link (bandwidth)
b)
Speed dari linknya (bandwidth)
c)
Cost yang paling kecil dari link OSPF
d)
Cost yang paling besar dari link OSPF
e)
Cost yang paling kecil dari link
61.

Protocol that used in Network Layer

a)

IP

b)

ICMP

c)

IGMP

d)

TCP

62.

Part of IPv4 Packet Header, Except

a)

TTL

b)

Sequence Number

c)

Version

d)

Option

63.

IPv4 has 4 byte length

a)

True

b)

False

64.

IPv4 Private

a)

192.168.1.255

b)

172.32.0.1

c)

172.31.0.1

d)

10.255.255.255

65.

Which of the following statements are true about the TTL field in an IPv4 header?

a)

Value Range 0 -255

b)

TTL will decreased by 1 everytime a packet process through layer 3 device

c)

Value Range 1 - 255

d)

TTL will Increased by 1 everytime a packet process through layer 3 device

66.

If the IPv4 address of a host on a LAN is 192.168.1.1/30, the host will process IP packets with specific destination IP addresses. Which of the following IP addresses may be the destination IP addresses?

a)

192.168.1.1

b)

192.168.1.2

c)

192.168.1.3

d)

255.255.255.255

67.

Which of the following IPv4 addresses cannot be used by a host to access the Internet without NAT?

a)

100.1.1.1

b)

11.1.1.1

c)

10.255.254

d)

172.32.1.1

68.

Which of the following cannot be the length of an IPv4 packet header

a)

20

b)

30

c)

60

d)

64

69.

A company applies for a class C IP address for subnetting, it has eight branches. The largest branch has a subnet and should support at least 14 hosts. What would be an appropriate subnet mask?

a)

255.255.255.0

b)

255.255.255.224

c)

255.255.255.128

d)

255.255.255.192

70.

Which of the following is an IP address with a 12-bit mask?

a)

255.240.0.0

b)

255.248.0.0

c)

255.128.0.0

d)

255.254.0.0

71.

PDU on Network Layer Called

a)

Packet

b)

Segment

c)

Data

d)

Frame

72.

When host did not get IP from DHCP server what IP host get

a)

169.254.0.0.

b)

172.0.0.0

c)

255.255.255.255

d)

224.0.0.0

73.

The broadcast address is a special address in which the host bits in the netwrok address are all set to 1 and it can also used as a host address

a)

True

b)

False

74.

Four segment IP: 10.24.0.0 /24, 10.24.1.0 /24, 10.24.2.0 / 24, 10.24.3.0 /24 which route can point to these four netwrok at the same time

a)

10.24.1.0 /23

b)

0.0.0.0 /0

c)

10.24.0.0 /22

d)

10.24.0.0 /21

75.

if a host started for the first time, if the IP address is obtained by DHCP, then what is the source IP address of the first packet send by host

a)

169.254.0.0

b)

0.0.0.0

c)

255.255.255.255

d)

127.0.0.0

76.

network administrator assgined IP host in network 192.168.1.1 /28 how many host can be added to the network

a)

12

b)

15

c)

13

d)

14

77.

tracert diagnostic tool is used to track the data forwarding path

a)

TRUE

b)

FALSE

78.

Network adminstrator use network 192.168.176.0 /25. Company marketing departement have 20 host, the best IP segement to use makerting departement

a)

192.168.160 /27

b)

192.168.160 /26

c)

192.168.96 /27

d)

192.168.96 /28

79.

if the broadcast address 172.16.1.255 what is the network address

a)

172.16.1.0

b)

172.16.1.128

c)

172.17.1.0

d)

172.18.128

e)

172.1.1

80.

if the host IPv4 is 200.200.200.201 /30. host can communicate does not need to be forwarded by router

a)

200.200.200.200

b)

200.200.200.1

c)

200.200.200.3

d)

200.200.202

81.

192.168.127 /25 represent

a)

Broadcast

b)

Host

c)

Network

d)

Multicast

82.

The correct statement

a)

the router forward data packet with destination IP address 10.0.3.3 from ethernet 0/0/0

b)

router from ethernet 0/0/0 forwarding destination IP address 10.0.2.2 paket

c)

the router forward data paket with destination ip address 10.2.2 from ethernet 0/0/0

d)

destination 10.0.3.3 next hop is 10.0.12.2

83.

IP Routing Protocol

a)

Static

b)

RIP

c)

OSPF

d)

ISIS

e)

BGP

84.

IGP Routing Protocol

a)

OSPF

b)

ISIS

c)

RIP

d)

BGP

85.

Link State Routing Protocol

a)

OSPF

b)

ISIS

c)

RIP

d)

BGP

86.

Every router OSPF is in area 0 by default

a)

TRUE

b)

FALSE

87.

OSPF network type

a)

BMA

b)

NBMA

c)

P2P

d)

P2MP

88.

OSPF DR & DBR election network type

a)

P2P

b)

P2MP

c)

BMA

d)

NBMA

89.

OSPF Process neighbor adjency

a)

Hello

b)

LSA

c)

LSACK

d)

Hello,LSDB,LSR,LSU,LSAck

90.

Packet name on OSPF LSDB

a)

Database Description

b)

Database Data

c)

Database Domain

d)

Database Destination

91.

type of OSPF router

a)

DR

b)

DBR

c)

DR Other

d)

Backbone

92.

Type of OSPF multi area router

a)

Area Border Router

b)

Backbone Router

c)

AS Border router

d)

Internal Router

93.

DR Election in OSPF

a)

Highest Priority

b)

Router ID

c)

Mac Address

d)

Smallest Priority

94.

Router ID is same as IP when netwrok adminstrator did not change it

a)

TRUE

b)

FALSE

95.

Which of the following fields is not included in the OSPF Hello packet

a)

Hello Interval

b)

Neighbor

c)

Network Mask

d)

Sysname

96.

On the network shown in the figure, which router is elected as the BDR?

a)

Router A

b)

Router B

c)

Router C

d)

No DBR

97.

Which of the following routes has the highest priority?

a)

OSPF

b)

Static

c)

RIP

d)

ISIS

98.

Which of the following OSPF states can be used to indicate that an ad agency relationship has been established ?

a)

FULL

b)

DOWN

c)

2-WAYS

d)

ATTEMP

99.

The router ID of the OSPF-enabled router must be the same as the IP address of an interface on the router.

a)

TRUE

b)

FALSE

100.

Refer to the graphic. OSPF is used on four routers that are in the same area and on the same network segment. In this scenario, OSPF selects one DR and multiple BDRs to ensure backup

a)

TRUE

b)

FALSE

101.

In the following figure, after OSPF is enabled on the two routers, the silent-interface s0/0/0 command is run on RTA. Given this, which of the following statements are true?

a)

RTA continue to receive,analyze,and process the OSPF Packet from RTB

b)

RTA no longer send OSPF Packet

c)

the OSPF neighbor relationship between two router goes down

d)

the OSPF neighbor relationship between two router goes 2 ways

102.

Which of the following statements are true about the OSPF neighbor status?

a)

Master/slave relationship is formed in the ExStart state

b)

The sequence number of DD packet is determined in Exchange State

c)

After LSDB Syncronized is complited the router state is change to full

d)

In the exchange state router send DD packet

103.

What are the functions of OSPF hello packets

a)

Discover Neighbor

b)

Update LSA

c)

Maintain OSPF Neighbor

d)

Syncronize LSDB

104.

What are the advantages of OSPF

a)

OSPF Support CIDR

b)

OSPF can Load Balance

c)

OSPF support area partition

d)

OSPF support packet authetification

105.

Refer to the following output of the display ospf interface verbose command on the router R1. Which of the following statements are true

a)

R1 router ID 10.0.1.1

b)

R1 is DBR

c)

the cost of GigaEthernet 0/0/0 is 1

d)

the DR Priority of GigaEthernet 0/0/0 is 10

106.

Parameter use for staic routing

a)

Destination

b)

Next Hop

c)

Subnet Mask

d)

Source

107.

By the time two OSPF-enabled routers have established a 2-way neighbor relationship, LSDB synchronization has been completed

a)

TRUE

b)

FALSE

108.

The router that runs OSPF first enters the Full state and then synchronizes the LSDB.

a)

TRUE

b)

FALSE

109.

Which of the following statements is false about OSPF area partition

a)

Reduce heavy load

b)

easier for routing calculation

c)

area 0 is backbone area and other area must connected to area 0

d)

Only ABR can function as ASBR

110.

True Statement about area 0

a)

All router in area 0 is backbone router

b)

area 0 is backbone area

c)

area 0 router is ABR

d)

if there is multi area running OSPF, all area must connect to backbone area

111.
How to enable IPv6 on router
a)
Router(config)#ipv6 Routing
b)
Router(config)#ipv6 unicast-routing
c)
Router(config)#ipv6 route
d)
Router(config)#enable route ipv6
112.

The ________________ is the solution to managing adjacencies and flooding of LSAs on a multiaccess network

a)

designated router (DR)

b)

backup designated router (BDR)

c)

DROther

d)

Root Bridge

113.

In DR/BDR election, a router with the lowest interface priority become the DR.

a)

True

b)

False

114.

In OSPF, which of the following is NOT true about a router ID?

a)

Router ID can be manually configured.

b)

Router ID can be the highest active IP address.

c)

Router ID can be the highest loopback address.

d)

Router ID can be the lowest active IP address.

115.

Which of the following command is used to propagate a default route to other routers?

a)

redistribute static

b)

default-information originate

c)

ip route 0.0.0.0 0.0.0.0 s0/0/0

d)

propagate

116.

In securing routing updates, which of the following are the most secure type of authentication?

a)

null authentication

b)

simple password authentication

c)

MD5 authentication

d)

WPA authentication

117.

Which command is used to verify that the router has formed an adjacency with its neighboring routers?

a)

show ip route

b)

show run

c)

show ip ospf neighbor

d)

show interface neighbor

118.

Which two of the following commands will create OSPF with Process ID 10 and place network 10.2.3.0/24 into area 0?

a)

ip router ospf 10

b)

router ospf 10

c)

network 10.2.3.0 0.0.0.0 area 0

d)

network 10.2.3.0 0.0.0.255 area 0

119.

Which of the following network types have a designated router and a backup designated router assigned?

a)

Point-to-point

b)

Broadcast Multiaccess

c)

Point-to-multipoint

120.

How does OSPF determine whether other Link State routers are operating on the interfaces as well?

a)

By sending Hello packets.

b)

By sending DBD packets

c)

By receiving LSDB

d)

By sending LSAs

121.
Which wildcard mask would be used to advertise the 192.168.5.96/27 network as part of an OSPF configuration?
a)
0.0.0.32
b)
0.0.0.31
c)
255.255.255.223
d)
255.255.255.224
122.
Which command will provide information specific to OSPFv3 routes in the routing table?
a)
show ip route ospf
b)
show ip route
c)
show ipv6 route ospf
d)
show ipv6 route
123.
Fill in the blank.
The election of a DR and a BDR takes place on    ” __________”     networks, such as Ethernet networks.
a)
Multiaccess
b)
STP
c)
BDR
d)
Singleaccess
124.
Fill in the blank.
OSPF uses    ” _______ ”    as a metric.
a)
Money
b)
Cost
c)
AD
d)
Gigabytes
125.
Which command should be used to check the OSPF process ID, the router ID, networks the router is advertising, the neighbors the router is receiving updates from, and the default administrative distance?
a)
show ip protocols
b)
show ip ospf interface
c)
show ip ospf
d)
show ip ospf neighbor
126.
Which command will verify that a router that is running OSPFv3 has formed an adjacency with other routers in its OSPF area?
a)
show ipv6 ospf neighbor
b)
show ipv6 route ospf
c)
show ipv6 interface brief
d)
show running-configuration
127.
Single area OSPFv3 has been enabled on a router via the ipv6 router ospf 20 command. Which command will enable this OSPFv3 process on an interface of that router?
a)
ipv6 ospf 20 area 0
b)
ipv6 ospf 20 area 20
c)
ipv6 ospf 0 area 20
d)
ipv6 ospf 0 area 0
128.
What is the first criterion used by OSPF routers to elect a DR?
a)
Highest priority
b)
Highest IP address
c)
Highest MAC address
d)
Highest router ID
129.

What is the default administrative distance of OSPF?

a)

110

b)

100

c)

120

d)

90

130.

The OSPF Hello and Dead intervals must match or a neighbor adjacency does not occur.

a)

True

b)

False

131.

Merupakan suatu cabang teknologi yang dikenal dengan nama keamanan informasi yang diterapkan pada komputer. Merupakan pengertian dari...

a)

Keamanan komputer

b)

Keamanan jaringan

c)

Keamanan privasi

d)

Keamanan security

e)

Keamanan perangkat

132.

Apa saja tujuan keamanan komputer, kecuali ...

a)

Availability

b)

Integrity

c)

Control

d)

Audit

e)

Maintenance

133.

Ada beberapa faktor Penyebab Resiko dalam Jaringan Komputer, kecuali...

a)

Kelemahan manusia (human error)

b)

Kelemahan manusia (human error)

c)

Kelemahan sistem operasi Jaringan

d)

Kelemahan sistem jaringan komunikasi

e)

Kehandalan manusia

134.

Apa saja ancaman keamanan jaringan secara logic

a)

BIOS Security

b)

Password Attack

c)

Malicious Code

d)

Sniffer

e)

A B C dan D benar

135.

Apa yang harus dilakukan untuk mengamankan jaringan komputer...

a)

Autentikasi dan maintenance

b)

Autentikasi dan security

c)

Autentikasi dan complexity

d)

Autentikasi dan enkripsi

e)

Autentikasi dan sekripsi

136.

Apa kepanjangan dari VPN...

a)

Virtual Personal Network

b)

Virtual Port Network

c)

Virtual Private Network

d)

Virtual Physic Network

e)

Virtual Public Network

137.

Apa saja tipe-tipe firewall, kecuali...

a)

Screened subnet firewall

b)

Screened host firewall

c)

Dual-homed gateway

d)

Packet-filtering firewall

e)

Packet-data firewall

138.

Ada berapakah jumlah arsitektur firewall...

a)

1

b)

2

c)

3

d)

4

e)

5

139.

Berikut ini adalah karakteristik dari firewall...

a)

Kebal dari serangan luar

b)

Mudah dalam pencurian data

c)

Autentikasi lemah

d)

Konfigurasi rumit

e)

Pengamanan dengan paket filtering

140.

Dibawah ini adalah dua jenis firewall...

a)

Personal Firewall & Network Frewall

b)

Windows Firewall & Network Frewall

c)

Windows Firewall & Personal Firewall

d)

Firewall Block & Personal Firewall

e)

Personal Firewall & Network Frewall

141.

Contoh dari personal firewall adalah...

a)

ISA server

b)

Microsoft windows firewall

c)

Cisco PIX

d)

Cisco ASA

e)

SunScreen

142.

Untuk mengaktifkan firewall pada komputer kita harus masuk ke control panel dan memilih menu...

a)

Programs

b)

Hardware and soud

c)

Network and internet

d)

System and security

e)

User and accounts

143.

Firewall berada di antara kedua jaringan seperti internet dan komputer sehingga firewall berfungsi sebagai...

a)

Pengganggu

b)

Pengacau

c)

Pengaman

d)

Pengguna

e)

Penghapus

144.

Sistem keamanan jaringan komputer yang digunakan untuk melindungi komputer dari beberapa jenis serangan dari komputer luar adalah pengertian dari...

a)

VPN

b)

Firewall

c)

SSD

d)

DNS

e)

DHCP

145.

Untuk mengkonfigurasi firewall pada packet tracer dan memblok komputer yang di inginkan dengan cara memilih...

a)

Allow

b)

Deny

c)

Delete

d)

Insert

e)

ICMP

146.

Untuk mengkonfigurasi firewall pada packet tracer dan memberikan hak akses kepada komputer yang di inginkan dengan cara memilih...

a)

Allow

b)

Deny

c)

Delete

d)

Insert

e)

ICMP

147.

Pada saat mengkonfigurasi firewall di menu DNS form name di isi dengan...

a)

nama pribadi

b)

yahoo

c)

smk.com

d)

smk.gmail

e)

yahoosmk

148.

Untuk membuat user pada PC server dengan mengisi user dan password kemudian memilih tombol...

a)

-

b)

+

c)

=

d)

*

e)

/

149.

Gambar diatas adalah hasil konfigurasi firewall yang artinya...

a)

User terhubung

b)

User terblok

c)

User trouble

d)

User aktif

e)

User loading

150.

Gambar berikut adalah konfigurasi firewall pada windows 7 yang artinya...

a)

Firewall on

b)

Firewall off

c)

Firewall trowbel

d)

Firewall error

e)

Firewall down