2TKJ-BAB 6 & 7

2TKJ-BAB 6 & 7

1st Grade

20 Qs

quiz-placeholder

Similar activities

Ulangan ASJ 1

Ulangan ASJ 1

1st Grade

25 Qs

Network ports

Network ports

1st Grade - University

20 Qs

VLAN dan DHCP

VLAN dan DHCP

1st Grade

20 Qs

QUIZ 1 DASAR LINUX

QUIZ 1 DASAR LINUX

1st - 5th Grade

25 Qs

MIKROTIK TKJ TKMP

MIKROTIK TKJ TKMP

1st - 3rd Grade

25 Qs

Windows Server - Active Directory

Windows Server - Active Directory

1st - 6th Grade

23 Qs

ulangan asj kelas 11 tkj 3

ulangan asj kelas 11 tkj 3

1st - 6th Grade

20 Qs

Latihan US TKJ-Sesion 1

Latihan US TKJ-Sesion 1

1st 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?