wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Ujian Pengetahuan VirtualBox

Total questions: 23

Worksheet time: 35mins

Name
Class
Date
1.

Saat membuat VM baru di VirtualBox, pilihan Type untuk menginstal Ubuntu adalah …

a)

Windows

b)

Linux *

c)

Mac OS X

d)

Solaris

2.

File ISO Ubuntu yang digunakan untuk instalasi biasanya dimasukkan pada menu …

a)

Display

b)

Storage *

c)

Network

d)

Shared Folder

3.

Mode jaringan yang membuat VM mendapatkan IP dari jaringan fisik adalah …

a)

NAT

b)

Host-Only

c)

Bridged Adapter *

d)

Internal Network

4.

Fitur di VirtualBox yang menyimpan kondisi VM pada waktu tertentu disebut …

a)

Snapshot *

b)

Save State

c)

Restore

d)

Clone

5.

Jika ingin folder di host bisa diakses oleh VM, pengaturan dilakukan pada menu …

a)

Storage

b)

Shared Folders *

c)

USB

d)

Audio

6.

File konfigurasi jaringan di Ubuntu 24 biasanya berada di direktori …

a)

/etc/network/interfaces

b)

/etc/netplan/ *

c)

/etc/resolv.conf

d)

/etc/hosts

7.

Perintah untuk menerapkan konfigurasi netplan setelah diubah adalah …

a)

sudo systemctl restart networking

b)

sudo netplan apply *

c)

sudo ifconfig eth0 up

d)

sudo service network restart

8.

Format file konfigurasi netplan menggunakan …

a)

XML

b)

JSON

c)

YAML *

d)

INI

9.

Untuk mengecek IP address pada Ubuntu 24 dapat menggunakan perintah …

a)

show ip

b)

ip addr show *

c)

netstat -r

d)

traceroute

10.

Jika ingin memberikan IP statis, bagian yang diisi pada netplan antara lain …

a)

addresses, gateway4, nameservers *

b)

ipaddr, netmask, route

c)

staticip, gateway, dns

d)

address, route, hosts

11.

Agar Ubuntu bisa digunakan sebagai gateway, langkah pertama adalah mengaktifkan …

a)

DNS server

b)

IP Forwarding *

c)

Proxy server

d)

Firewall

12.

File konfigurasi IP forwarding dapat diubah pada …

a)

/etc/sysctl.conf *

b)

/etc/hosts

c)

/etc/netplan/01-netcfg.yaml

d)

/etc/resolv.conf

13.

Perintah untuk mengaktifkan IP forwarding tanpa reboot adalah …

a)

echo 0 > /proc/sys/net/ipv4/ip_forward

b)

echo 1 > /proc/sys/net/ipv4/ip_forward *

c)

systemctl enable forwarding

d)

sysctl stop ipv4

14.

Tools yang biasa digunakan untuk membuat aturan NAT di Linux adalah …

a)

ufw

b)

iptables *

c)

ping

d)

ifconfig

15.

Jika menggunakan iptables untuk NAT, target yang digunakan adalah …

a)

ACCEPT

b)

DROP

c)

MASQUERADE *

d)

REDIRECT

16.

Paket software yang digunakan untuk DHCP Server di Ubuntu adalah …

a)

isc-dhcp-server *

b)

bind9

c)

apache2

d)

samba

17.

File konfigurasi utama DHCP Server berada pada …

a)

/etc/dhcp/dhcpd.conf *

b)

/etc/network/interfaces

c)

/etc/netplan/00-installer-config.yaml

d)

/etc/resolv.conf

18.

Pada konfigurasi DHCP, perintah range 192.168.1.10 192.168.1.50; berarti …

a)

IP server

b)

Rentang IP yang diberikan ke client *

c)

Gateway default

d)

DNS server

19.

Agar service DHCP berjalan otomatis, perintah yang digunakan adalah …

a)

systemctl start isc-dhcp-server

b)

systemctl enable isc-dhcp-server *

c)

service dhcp run

d)

dhcpd start

20.

Setelah konfigurasi DHCP selesai, untuk mengecek statusnya digunakan perintah …

a)

systemctl status isc-dhcp-server *

b)

dhcpd -test

c)

ifconfig dhcp-server

d)

netstat -dhcp

21.

Perintah untuk melihat permission file atau folder di Linux adalah …

a)

chmod

b)

ls -l *

c)

cat

d)

ps

22.

Jika ingin memberikan hak eksekusi pada file script.sh untuk semua user, perintahnya adalah …

a)

chmod 777 script.sh

b)

chmod +x script.sh *

c)

chown user script.sh

d)

chmod u+r script.sh

23.

Pada permission -rw-r--r--, siapa yang bisa menulis (write) ke file tersebut?

a)

Owner saja *

b)

Group saja

c)

Others saja

d)

Semua user