2TKJ-BAB 6 & 7

2TKJ-BAB 6 & 7

1st Grade

20 Qs

quiz-placeholder

Similar activities

Cyber Security Quiz

Cyber Security Quiz

1st - 10th Grade

25 Qs

Linux-1 Week 6

Linux-1 Week 6

1st - 5th Grade

16 Qs

PAT ASJ Kelas 12

PAT ASJ Kelas 12

1st Grade

25 Qs

Kuis Bareng HMPSSI

Kuis Bareng HMPSSI

1st Grade

16 Qs

CompTIA+N10-008  (231-245)

CompTIA+N10-008 (231-245)

1st Grade

15 Qs

KOMPUTER DAN JARINGAN DASAR

KOMPUTER DAN JARINGAN DASAR

1st - 5th Grade

15 Qs

Digital Devices

Digital Devices

1st - 12th Grade

15 Qs

QUIZ DNS SERVER

QUIZ DNS SERVER

1st - 10th Grade

20 Qs

2TKJ-BAB 6 & 7

2TKJ-BAB 6 & 7

Assessment

Quiz

Computers

1st Grade

Medium

Created by

Asep Susanto

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Di antara pilihan berikut yang bukan termasuk file pemograman web adalah...

Index.dlp

Index.asp

Index.html

Index.css

Index.xhtml

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Agar Konfigurasi firewall dengan iptables pada Debian dapat dijalankan secara otomatis ketka mesin Komputer reboot, perlu ditambahkan perintah...

pre-up iptables-restore </etc/iptables.save

iptables-save > /etc/iptables.save

iptables -L

echo "iptablc.locales -F -L" < /etc/r

pre-up iptables-restore

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah iptables berikut yang tepat untuk me-redirect semua request layanan port 80 menuju port 2300 pada web server Nginx adalah...

iptables -t nat -A PREROUTING -p tcp -dport 80 -j DNAT --to-port 2300

iptables -t nat -A PREROUTING -i eth0 -o eth1 -p tcp -dport 80 -j DNAT --to-port 2300

iptables -t nat -A PREROUTING -p tcp -dport 80 -j DNAT --to-port 2300

iptables -t nat -A PREROUTING -p tcp -dport 80 -j DNAT --to-port 2300

iptables -t nat -A PREROUTING -d 192.168.56.20 -p tcp --dport 80 -j DNAT --to-port 2300

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Parameter yang harus ditambahkan pada server NGINX untuk menentukan file index pertama kali yang akan di-loax oleh server ketika klien mengaksesnya, yaitu...

index index.html;

root /home/web;

listen 2000;

try_files suri suri/ /index.php;

auth_basic "Anda harus login";

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah dalam Debian 9.4 yang tepat untuk menyimpan konfigurasi firewal dengan iptables....

iptables-save > /etc/iptables.save

echo "iptables -A INPUT -j DROP" > /etc/rc.local

sh -x /etc/rc.local

iptables -F -L

echo "iptables -t nat -A POSROUTING -o eth0 -j MASQUERADE"> /var/dmesg

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Rudi adalah seorang siswa SMK jurusan TKJ, Rudi diminta membangun web server Apache yang mendukung mode protokol HTTPS. Langkah yang tepat adalah mengonfigurasi digital certificate dengan OpenSSL. Setelah berhasil membuat sertifikat, tecipta beberapa jenis file dalam folder yang digunakan sebagai standar SSL. file yang bukan termasuk hasil pembuatan sertifikat digital adalah...

Ca.sr

Ca.crt

Ca.crs

rootCA.key

rootCA.pem

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pada saat melakukan setup dan konfigurasi Apache web server agar dapat mendukung protokol HTTPS dan redirect port 80 menjadi 1200, langkah yang tidak tepat, yaitu...

nano .etc/apache2/ports.conf

nano /etc/apache2/sites-avalable/000-default.conf

/ect/init.d/apache2 status

nano /etc/apache2/apache2.conf

apt-get install apache php php-mysql php-mcrypt libache-mod-php

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?