Administrasi Server Dalam Jaringan Kelas Xii

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Pak_taufan
P
Pak_taufan
Community Contributor
Quizzes Created: 1 | Total Attempts: 584
| Attempts: 584 | Questions: 40
Please wait...
Question 1 / 40
0 %
0/100
Score 0/100
1. Skema desain pembangunan sebuah jaringan komputer dikenal dengan istilah...

Explanation

The correct answer is "Topologi." Topologi refers to the design or layout of a computer network, including the arrangement of nodes and connections. It determines how data flows within the network and how devices are interconnected. Different types of network topologies include bus, star, ring, and mesh. Understanding the topologi of a network is crucial for designing and managing the network effectively.

Submit
Please wait...
About This Quiz
Administrasi Server Dalam Jaringan Kelas Xii - Quiz

.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Untuk menginstall software pada linux, perintah yang di gunakan adalah:

Explanation

The correct answer is "apt-get install." This command is used to install software on Linux systems. It is commonly used in Debian-based distributions, such as Ubuntu. The "apt-get" command is a package management tool that allows users to search, install, and remove software packages from the system. The "install" option is used to specify that we want to install a package.

Submit
3. FTP adalah singkatan dari ...

Explanation

FTP stands for File Transfer Protocol. It is a standard network protocol used for transferring files between a client and a server on a computer network. The correct answer is "File Transfer Protokol" which accurately represents the abbreviation FTP.

Submit
4. Yang bukan merupakan software sistem operasi jaringan adalah…..

Explanation

Norton is not a networking operating system. It is a security software developed by Symantec Corporation that provides protection against viruses, malware, and other online threats. On the other hand, Linux, Windows 2003 Server, Windows 2000 Server, and Windows NT are all examples of networking operating systems that are specifically designed to manage and control network resources and services.

Submit
5. Perintah pada dasar linux untuk membuat direktori baru adalah...

Explanation

The correct answer is "mkdir". This command is used in Linux to create a new directory. It stands for "make directory". By using this command followed by the desired directory name, a new directory will be created in the current location.

Submit
6. Kelas C memiliki default subnet mask yang bernilai …

Explanation

Kelas C memiliki default subnet mask yang bernilai 255.255.255.0. Subnet mask ini digunakan untuk membagi alamat IP menjadi dua bagian, yaitu bagian network dan bagian host. Pada kelas C, 24 bit pertama (3 oktet pertama) digunakan untuk menentukan network, sedangkan 8 bit terakhir (1 oktet terakhir) digunakan untuk menentukan host. Subnet mask 255.255.255.0 mengindikasikan bahwa 24 bit pertama adalah network dan 8 bit terakhir adalah host.

Submit
7. Untuk mendeteksi apakah hubungan komputer dengan jaringan sudah berjalan dengan baik, utilitas yang digunakan adalah...

Explanation

To detect whether the computer's connection to the network is functioning properly, the utility that is used is "ping". The "ping" command is used to send a network request to a specific IP address or domain name and receive a response. If the computer receives a response, it indicates that the connection is working fine. If there is no response or a high latency, it suggests that there might be an issue with the network connection. Therefore, "ping" is the appropriate utility for checking the computer's connection to the network.

Submit
8. Berikut ini yang bukan termasuk topologi fisik jaringan adalah....

Explanation

The given options are all types of physical network topologies except for "Sun". A physical network topology refers to the physical layout or arrangement of devices and cables in a network. The options provided, such as Bus, Star, Tree, and Ring, are all common physical network topologies used in networking. However, "Sun" does not represent any known physical network topology and is therefore not included in the list of correct options.

Submit
9. File Transfer Protokol berguna untuk ...

Explanation

File Transfer Protocol (FTP) is a protocol that allows the transfer of files from one computer to another over a network, such as the internet. It is specifically designed for the purpose of transferring data or files between computers. Therefore, the correct answer is "Mengirim data atau file dari satu komputer ke komputer lain."

Submit
10. Apa fungsi dari DHCP Server?

Explanation

DHCP Server berfungsi untuk memberikan pengalamatan IP secara otomatis kepada host dalam sebuah jaringan. Dengan adanya DHCP Server, host tidak perlu melakukan pengaturan IP secara manual, sehingga proses pengalamatan IP menjadi lebih efisien dan mudah.

Submit
11. Untuk melihat indikasi pada konfigurasi IP yang terpasang pada Komputer dengan sistem operasi linux debian dengan perintah...

Explanation

The correct answer is "ifconfig". The ifconfig command is used in Linux Debian operating system to view the configuration of IP addresses and network interfaces on a computer. It provides information about the IP address, netmask, broadcast address, and other network configuration details. By running the ifconfig command, users can easily check the network settings and troubleshoot any network-related issues.

Submit
12. Sebutkan fungsi utama dari DNS?

Explanation

DNS (Domain Name System) berfungsi untuk mengubah alamat IP menjadi sebuah nama host komputer atau domain komputer. Hal ini memungkinkan pengguna untuk mengakses situs web atau layanan online dengan menggunakan nama yang mudah diingat seperti www.example.com, daripada harus mengingat alamat IP yang panjang dan rumit. DNS juga memungkinkan pengguna untuk mengelola dan mengontrol nama domain mereka sendiri, serta memetakan alamat IP ke nama domain yang sesuai. Dengan demikian, DNS memainkan peran penting dalam memfasilitasi komunikasi dan navigasi di internet.

Submit
13. File - file konfigurasi linux disimpan pada direktori:

Explanation

The correct answer is /etc. This is because the /etc directory in Linux is commonly used for storing configuration files. It contains important system-wide configuration files that are required for the proper functioning of the operating system and various applications. Storing configuration files in a centralized location like /etc allows for easy management and access to these files by system administrators.

Submit
14. Salah satu OS yang dapat digunakan sebagai server manajemen hotspot adalah …

Explanation

Mikrotik is a suitable operating system for managing hotspots because it is specifically designed for network management and routing purposes. It provides various features and tools that are essential for setting up and managing a hotspot network, such as user authentication, bandwidth control, firewall rules, and traffic monitoring. Additionally, Mikrotik has a user-friendly interface and extensive documentation, making it easier for administrators to configure and maintain their hotspot servers.

Submit
15. DNS Server disebut…

Explanation

A DNS server is commonly referred to as a Name Server because it is responsible for translating domain names into IP addresses. It acts as a directory that stores and manages the mapping between domain names and their corresponding IP addresses. When a user enters a domain name in their web browser, the DNS server is queried to find the corresponding IP address, allowing the user to access the desired website.

Submit
16. Untuk menghidupkan ulang layanan web server, digunakan perintah...

Explanation

The correct answer is "/etc/init.d/apache2 restart". To restart the web server service, the command "/etc/init.d/apache2 restart" is used. This command specifically instructs the Apache service to stop and then start again, effectively restarting the web server.

Submit
17. IP address terdiri atas dua bagian yaitu...

Explanation

The IP address consists of two parts, the network ID and the host ID. The network ID identifies the network to which the device belongs, while the host ID identifies the specific device within that network. This division allows for efficient routing of data packets within a network and helps in identifying and addressing devices accurately.

Submit
18. System operasi berbasis text artinya user berinteraksi dengan sistem dengan perintah-perintah yang berupa text. Dibawah ini sistem operasi yang berbasis text adalah ...

Explanation

Debian Squeeze is a text-based operating system, meaning that users interact with the system through text commands. Windows 8, Windows XP, Windows 7, and Windows Vista are all graphical user interface (GUI) based operating systems, where users interact with the system through a graphical interface. Therefore, the correct answer is Debian Squeeze.

Submit
19. Port standar yang digunakan HTTP adalah ...

Explanation

Port standar yang digunakan oleh protokol HTTP adalah 80. Port ini digunakan untuk mengirimkan permintaan dan menerima respons dari server web. Ketika kita mengakses sebuah situs web melalui browser, komunikasi antara browser dan server web terjadi melalui port 80.

Submit
20. Paket yang digunakan dalam installasi DNS adalah:

Explanation

BIND9 is the correct answer because it is the package used for DNS installation. DNS (Domain Name System) is responsible for translating domain names into IP addresses, allowing users to access websites using human-readable names instead of numeric IP addresses. DHCP3-server is used for assigning IP addresses to devices on a network, Apache2 is a web server software, Squid is a proxy server, and Postfix is a mail transfer agent. These packages are not directly related to DNS installation.

Submit
21. Untuk merubah hak akses file pada linux menggunakan perintah...

Explanation

The correct answer is "chmod". Chmod is a command in Linux that is used to change the permissions or access rights of a file or directory. It allows the user to specify who can read, write, or execute the file. By using chmod, users can modify the permissions for the owner, group, and others. This command is essential for managing file permissions and ensuring the security and privacy of files in a Linux system.

Submit
22. Pada konfigurasi IP Address, "iface eth0 inet static" berarti…

Explanation

The configuration "iface eth0 inet static" indicates that the network interface eth0 is using a static IP address.

Submit
23. Berikut adalah jenis-jenis file system linux pada umumnya, kecuali…

Explanation

The correct answer is NTFS. NTFS is not a type of Linux file system, but rather a file system used by Windows operating systems. The other options listed, ext2, ext3, and ext fs, are all types of Linux file systems commonly used in Linux distributions.

Submit
24. Untuk menghidupkan ulang layanan bind9, digunakan perintah...

Explanation

The correct answer is /etc/init.d/bind9 restart. This command is used to restart the bind9 service, which is a DNS server. By running this command, the bind9 service will be stopped and then started again, effectively restarting the service.

Submit
25. Domain Name System (DNS) adalah suatu sistem yang memungkinkan nama suatu host pada jaringan komputer atau internet ditranslasikan menjadi...

Explanation

The correct answer is IP address. The Domain Name System (DNS) translates domain names into IP addresses. When a user enters a domain name in their web browser, the DNS server looks up the corresponding IP address for that domain name and routes the request to the correct server. This allows users to access websites and other resources using easy-to-remember domain names, while the actual communication between devices on the internet is done using IP addresses.

Submit
26. Untuk menghidupkan ulang layanan jaringan pada Debian, digunakan perintah ...

Explanation

The correct answer is /etc/init.d/networking restart. This command is used to restart the networking service on Debian. By running this command, the networking service will be stopped and then started again, allowing any changes or configurations to take effect.

Submit
27. Contoh aplikasi yang biasa digunakan untuk mengirim pesan teks antar computer adalah…

Explanation

FTP (File Transfer Protocol) is a commonly used application for sending text messages between computers. It allows users to transfer files over a network, including text files. Unlike MS Excel, MS Word, and Netmeeting, which are primarily used for creating and editing documents or for video conferencing, FTP is specifically designed for file transfer purposes. Browsers, on the other hand, are used for accessing and navigating websites, not for sending text messages between computers. Therefore, FTP is the most appropriate application for sending text messages in this context.

Submit
28. Linux pada awalnya dibuat oleh seorang mahasiswa Finlandia bernama...

Explanation

The correct answer is Linus Torvalds. Linux was initially created by a Finnish student named Linus Torvalds.

Submit
29. Dibawah ini adalah hasil dari suatu perintah…eth0   Link encap:Ethernet  HWaddr 00:50:DA:C8:A6:5A          inet addr:192.168.1.254 Bcast:192.168.1.255          Mask:255.255.255.0          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1          RX packets:609275 errors:0 dropped:0 overruns:0 frame:0          TX packets:397967 errors:38 dropped:0 overruns:0 carrier:39          collisions:0 txqueuelen:100          Interrupt:11 Base address:0xd800lo       Link encap:Local Loopback          inet addr:127.0.0.1  Mask:255.0.0.0          UP LOOPBACK RUNNING  MTU:3924  Metric:1          RX packets:99 errors:0 dropped:0 overruns:0 frame:0          TX packets:99 errors:0 dropped:0 overruns:0 carrier:0          collisions:0 txqueuelen:0

Explanation

The correct answer is "ifconfig". This is because the given output is the result of the "ifconfig" command, which is used to display the configuration of network interfaces on a system. The output shows information about the "eth0" interface, including its link encapsulation, hardware address, IP address, broadcast address, subnet mask, and other details. Therefore, "ifconfig" is the most appropriate command to generate this output.

Submit
30. Client1.training.example.com. Manakah yang dinamakan sebagai Top Level Domain

Explanation

The correct answer is ".com" because it is a generic top-level domain (gTLD) that is commonly used for commercial websites. Top-level domains are the highest level in the domain name system hierarchy and are typically used to categorize websites based on their purpose or geographic location. In this case, ".com" indicates that the website belongs to a commercial entity.

Submit
31. Jenis-jenis sistem operasi jaringan yang dapat digunakan sebagai server dalam jaringan adalah sebagai berikut, kecuali...

Explanation

The given options represent different types of network operating systems that can be used as servers in a network. Windows NT, Debian, Redhat, and Sun Solaris are all examples of network operating systems commonly used as servers. However, "Star Bugs" is not a recognized network operating system, making it the exception among the given options.

Submit
32. File yang digunakan sebagai tempat konfigurasi utama secara default dari DNS server  adalah:

Explanation

The correct answer is "named.conf". Named.conf is the file that is used as the main configuration file for a DNS server by default. It contains the configuration settings for the DNS server, including information about zones, zone transfers, and other server options. This file is typically located in the /etc directory on Unix-based systems.

Submit
33. Proxy server yang populer saat ini adalah...

Explanation

Squid is a popular proxy server used currently. It is widely used for caching web content and improving the overall performance of web servers. Squid supports various protocols including HTTP, HTTPS, FTP, and more. It is known for its flexibility, scalability, and extensive configuration options. Squid also offers features like access control, authentication, and logging, making it a preferred choice for many organizations and internet service providers.

Submit
34. Client1.training.example.com. Manakah yang dinamakan sebagai Host Name 

Explanation

The given options represent different parts of a domain name. In this case, "com" is the top-level domain (TLD) which indicates that the website belongs to the commercial sector. The host name is typically the part that comes before the TLD, so "client1" would be the host name in this scenario.

Submit
35. Untuk mengecek atau melihat no port, digunakan perintah …

Explanation

The correct answer is nslookup. Nslookup is a command-line tool used to query the Domain Name System (DNS) to obtain information about domain names, IP addresses, and other DNS records. It can be used to check or view the port number associated with a particular domain or IP address.

Submit
36. Salah satu keunggulan DNS adalah "konsisten", artinya...

Explanation

DNS (Domain Name System) is a system that translates domain names into IP addresses. One of the advantages of DNS is its consistency. This means that the hostname of a computer can change, but the IP address remains the same. This is important because IP addresses are used to identify and locate computers on a network. By having a consistent IP address, other computers can always find and connect to a specific computer, even if its hostname changes. This eliminates the need for users to remember and manually update IP addresses, making it more convenient and user-friendly.

Submit
37. Berikut ini adalah perintah pada linux debian untuk mengatur konfigurasi ip address, kecuali ...

Explanation

The correct answer is "edit /etc/network/interfaces". This is because the given options are different text editors that can be used to modify the "/etc/network/interfaces" file in Linux Debian. "mcedit", "nano", "vi", and "pico" are commonly used text editors in Linux systems, while "edit" is not a recognized command in Linux Debian.

Submit
38. Perintah untuk mengcopy data di sistem operasi linux adalah:

Explanation

The correct answer is "mv". The "mv" command in the Linux operating system is used to move or rename files and directories. It can also be used to move files from one directory to another. However, it does not copy the data, it only moves it. To copy data in Linux, the "cp" command is used.

Submit
39. Yang bukan merupakan varian sistem operasi jaringan berbasis GUI yang menggunakan basis Linux adalah...

Explanation

Fortran is not a variant of GUI-based network operating systems that use Linux as their base. Fortran is a programming language primarily used for scientific and engineering computations, not an operating system. The other options mentioned (Redhat, Mandrake, Caldera, Debian) are all Linux-based operating systems that have GUI interfaces.

Submit
40. Komputer yang bertugas menyimpan informasi halaman web yang pernah diakses sebelumnya adalah...

Explanation

A proxy server is a computer that stores information about previously accessed web pages. It acts as an intermediary between a user's device and the internet, allowing the user to access web pages through the proxy server. When a user requests a web page, the proxy server checks if it has a cached copy of the page. If it does, it serves the cached copy to the user, saving bandwidth and improving response time. Therefore, a proxy server is responsible for storing and retrieving previously accessed web pages, making it the correct answer for this question.

Submit
View My Results

Quiz Review Timeline (Updated): Jul 22, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jul 22, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 05, 2016
    Quiz Created by
    Pak_taufan
Cancel
  • All
    All (40)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Skema desain pembangunan sebuah jaringan komputer dikenal dengan...
Untuk menginstall software pada linux, perintah yang di gunakan...
FTP adalah singkatan dari ...
Yang bukan merupakan software sistem operasi jaringan adalah…..
Perintah pada dasar linux untuk membuat direktori baru adalah...
Kelas C memiliki default subnet mask yang bernilai …
Untuk mendeteksi apakah hubungan komputer dengan jaringan sudah...
Berikut ini yang bukan termasuk topologi fisik jaringan adalah....
File Transfer Protokol berguna untuk ...
Apa fungsi dari DHCP Server?
Untuk melihat indikasi pada konfigurasi IP yang terpasang pada...
Sebutkan fungsi utama dari DNS?
File - file konfigurasi linux disimpan pada direktori:
Salah satu OS yang dapat digunakan sebagai server manajemen hotspot...
DNS Server disebut…
Untuk menghidupkan ulang layanan web server, digunakan perintah...
IP address terdiri atas dua bagian yaitu...
System operasi berbasis text artinya user berinteraksi dengan sistem...
Port standar yang digunakan HTTP adalah ...
Paket yang digunakan dalam installasi DNS adalah:
Untuk merubah hak akses file pada linux menggunakan perintah...
Pada konfigurasi IP Address, "iface eth0 inet static" berarti…
Berikut adalah jenis-jenis file system linux pada umumnya,...
Untuk menghidupkan ulang layanan bind9, digunakan perintah...
Domain Name System (DNS) adalah suatu sistem yang memungkinkan nama...
Untuk menghidupkan ulang layanan jaringan pada Debian, digunakan...
Contoh aplikasi yang biasa digunakan untuk mengirim pesan teks antar...
Linux pada awalnya dibuat oleh seorang mahasiswa Finlandia bernama...
Dibawah ini adalah hasil dari suatu perintah…eth0  ...
Client1.training.example.com. Manakah yang dinamakan sebagai Top Level...
Jenis-jenis sistem operasi jaringan yang dapat digunakan sebagai...
File yang digunakan sebagai tempat konfigurasi utama secara default...
Proxy server yang populer saat ini adalah...
Client1.training.example.com. Manakah yang dinamakan sebagai Host...
Untuk mengecek atau melihat no port, digunakan perintah …
Salah satu keunggulan DNS adalah "konsisten", artinya...
Berikut ini adalah perintah pada linux debian untuk mengatur...
Perintah untuk mengcopy data di sistem operasi linux adalah:
Yang bukan merupakan varian sistem operasi jaringan berbasis GUI yang...
Komputer yang bertugas menyimpan informasi halaman web yang pernah...
Alert!

Advertisement