Quiz Ke-2 Jaringan Komputer I (Ti Malam)

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 Kbudiz
K
Kbudiz
Community Contributor
Quizzes Created: 6 | Total Attempts: 3,279
| Attempts: 492 | Pertanyaan: 23
Please wait...

Question 1 / 23
0 %
0/100
Score 0/100
1. Perintah yang bisa digunakan untuk memeriksa alamat default gateway pada host adalah:

Explanation

The command "ipconfig" can be used to check the default gateway address on a host. This command displays the IP configuration settings of the network interfaces on the host, including the IP address, subnet mask, and default gateway. By running "ipconfig" in the command prompt or terminal, the user can easily identify the default gateway address and verify the network connectivity.

Submit
Please wait...
About This Quiz
Quiz Ke-2 Jaringan Komputer I (Ti Malam) - Quiz

2. Informasi rute tentang jaringan remote yang dikonfigurasi secara manual oleh administrator  dikenal dengan istilah:

Explanation

Static routing refers to the process of manually configuring network routes by an administrator. In this method, the routes are predetermined and do not change automatically based on network conditions. It is commonly used in smaller networks or when the network topology is simple and stable. By configuring static routes, the administrator can specify the exact path that network traffic should take, ensuring efficient and predictable routing.

Submit
3. Field yang menunjukkan sisa "hidup" dari paket pada header paket IPv4 adalah:

Explanation

The correct answer is TTL. TTL stands for Time to Live and it is a field in the IPv4 header that indicates the remaining lifespan of a packet. It is decremented by one each time the packet passes through a router and when it reaches zero, the packet is discarded. This field helps prevent packets from circulating indefinitely in a network and ensures efficient routing.

Submit
4. Berikut ini, diantaranya adalah field-field kunci yang terdapat pada header paket IPv4, kecuali:

Explanation

The given options are all fields that are commonly found in the IPv4 header. The IP Destination Address field represents the destination IP address of the packet, the IP Source Address field represents the source IP address of the packet, and the Protocol field indicates the protocol being used (such as TCP or UDP). However, MTU (Maximum Transmission Unit) is not a field in the IPv4 header. It refers to the maximum size of a packet that can be transmitted over a network.

Submit
5. Gateway pada sebuah jaringan, dapat berupa :

Explanation

A gateway in a network is a device that connects different networks or subnets together. It acts as an entry point for data to enter or exit the network. A router is a type of gateway device that directs data packets between different networks based on their IP addresses. It determines the most efficient path for data transmission and ensures that the data reaches its intended destination. Therefore, a router is a valid example of a gateway in a network.

Submit
6. Pernyataan berikut yang benar mengenai gateway adalah :

Explanation

The correct answer is "Sebuah interface router yang terkoneksi ke jaringan lokal." A gateway is an interface on a router that connects the local network to the outside network, typically the internet. It acts as an entry or exit point for data packets between the local network and the external network.

Submit
7. Untuk menyelesaikan transportasi end-to-end, layer Network menggunakan 4 proses dasar, yang benar adalah :

Explanation

The correct answer is Addressing, Encapsulation, Routing, and Decapsulation. In order to complete end-to-end transportation, the Network layer uses these four basic processes. Addressing is needed to identify the source and destination of the data. Encapsulation involves adding header and trailer information to the data. Routing determines the best path for the data to travel. Decapsulation is the process of removing the header and trailer information at the destination.

Submit
8. Yang dimaksud dengan Maximum Transmission Unit adalah:

Explanation

Maximum Transmission Unit (MTU) refers to the maximum size of a Protocol Data Unit (PDU) that can be transported over a network media without fragmentation. It represents the largest amount of data that can be transmitted in a single network packet. The MTU value is determined by the network protocol or technology being used, and it varies depending on the type of media, such as Ethernet or wireless. It is important to ensure that the MTU is properly configured to avoid performance issues and packet fragmentation during data transmission.

Submit
9. Setelah router menemukan kecocokan antara alamat tujuan paket dengan sebuah rute didalam tabel routing, alamat yang digunakan oleh router untuk meneruskan paket dikenal sebagai:

Explanation

After the router finds a match between the destination address of the packet and a route in the routing table, the address that the router uses to forward the packet is known as the next-hop.

Submit
10. Masalah umum pada jaringan yang besar adalah, kecuali :

Explanation

A common problem in large networks is load balancing. Load balancing refers to the distribution of network traffic across multiple servers or network resources to ensure optimal utilization and prevent any single resource from being overwhelmed. It helps to evenly distribute the workload and prevent performance degradation. Security issues and address management are also common problems in large networks, but load balancing specifically addresses the issue of distributing network traffic effectively.

Submit
11. Pernyataan yang benar mengenai IPv4 adalah, kecuali :

Explanation

Setiap octet dikonversikan kedalam hexadesimal adalah pernyataan yang salah mengenai IPv4. Pernyataan yang benar adalah bahwa setiap octet dikonversikan ke dalam desimal.

Submit
12. Default route dikenal juga dengan istilah:

Explanation

The correct answer is "Gateway of Last Resort." A default route, also known as the gateway of last resort, is a route that is used when there is no specific route available in the routing table for a given destination. It is the route that a router will use as a last resort to forward packets to a destination network.

Submit
13. Jika router menerima sebuah paket, tidak terdapat isian yang cocok dengan alamat tujuan router pada tabel routing dan tidak tersedia default route, apa yang yang dilakukan router terhadap paket tersebut?

Explanation

Jika router menerima sebuah paket dan tidak terdapat isian yang cocok dengan alamat tujuan router pada tabel routing, serta tidak tersedia default route, maka router akan membuang paket tersebut. Hal ini berarti router tidak mengetahui cara mengirimkan paket ke tujuan yang dimaksud dan tidak ada pilihan lain untuk mengirimkannya ke tempat lain. Oleh karena itu, satu-satunya tindakan yang dapat dilakukan oleh router adalah membuang paket tersebut.

Submit
14. Berikut adalah contoh protokol routing, kecuali :

Explanation

The given list consists of different routing protocols. RIP, EIGRP, and OSPF are all examples of routing protocols used in computer networks to determine the best path for data packets to travel. VLSM, on the other hand, stands for Variable Length Subnet Masking, which is not a routing protocol but a technique used to allocate IP addresses more efficiently by using different subnet mask lengths. Therefore, VLSM is the correct answer as it does not belong to the category of routing protocols.

Submit
15. Perintah yang digunakan untuk memeriksa tabel routing pada sebuah host adalah

Explanation

The correct answer is "route PRINT". This command is used to display the routing table on a host. It provides information about the routes that the host uses to forward network traffic. By using this command, administrators can check the routing entries and their corresponding destinations, gateways, and metrics. It helps in troubleshooting network connectivity issues and understanding the path that network packets take to reach their destination.

Submit
16. Protokol yang diimplementasikan pada layer Network adalah, kecuali:

Explanation

The correct answer is Microsoft Exchange. Microsoft Exchange is not a protocol implemented at the Network layer. It is actually a messaging and collaboration platform used for email, calendar, and contact management. On the other hand, IPv4, Novell IPX, and AppleTalk are all network layer protocols used for addressing and routing data packets in a network.

Submit
17. Pernyataan yang benar berkaitan dengan membuat subnetwork dari network adalah, kecuali

Explanation

The statement "Bit host dapat dipinjam sebagai 32 bit" is incorrect because in a network, the total number of bits available is fixed at 32. These 32 bits are divided into the network portion and the host portion. Therefore, it is not possible to borrow all 32 bits for the host portion.

Submit
18. Rute yang terdapat pada sebuah tabel routing memiliki fitur utama yaitu :

Explanation

The correct answer is "Destination network, next-hop, and Metric." In routing tables, the destination network refers to the network address for which the routing entry is defined. The next-hop is the IP address of the next device or router that the packet should be forwarded to in order to reach the destination network. The metric is a value that represents the cost or distance to reach the destination network. These three elements are crucial in determining the optimal path for forwarding network traffic.

Submit
19. Rute yang digunakan oleh router untuk meneruskan paket yang jaringan tujuannya tidak terdapat dalam tabel routing dikenal sebagai:

Explanation

A default route is used by a router to forward packets when the destination network is not found in the routing table. It is a preconfigured route that is used as a last resort when no other specific route matches the destination network. The router sends the packet to the default route, which is usually the gateway of last resort, and it is responsible for finding the appropriate path to the destination network.

Submit
20. IP dikatakan sebagai unreliable protocol, pernyataan berikut yang benar mengenai unreliable adalah. kecuali:

Explanation

IP (Internet Protocol) is considered an unreliable protocol because it does not provide mechanisms for forwarding packets. It is responsible for routing packets from the source to the destination, but it does not guarantee the delivery or ensure that packets are forwarded correctly. The other options mentioned in the question, such as the lack of acknowledgement, error control, and packet tracking, are all characteristics of an unreliable protocol like IP.

Submit
21. Berikut adalah hal-hal yang akan dilakukan router terhadap paket, kecuali:

Explanation

Router tidak akan memeriksa dan meneruskan paket ke layer aplikasi. Tugas router adalah untuk mengarahkan paket ke tujuan berdasarkan alamat IP yang terkandung dalam paket tersebut. Router tidak memiliki kemampuan untuk memeriksa atau memproses lapisan aplikasi. Tugas ini dilakukan oleh perangkat di lapisan aplikasi seperti server atau komputer tujuan.

Submit
22. Berikut ini adalah karakteristik dasar IPv4, yang benar adalah:

Explanation

IPv4 is a connectionless protocol, which means that it does not establish a dedicated connection before transmitting data. It is also best effort, meaning that it does not guarantee the delivery or reliability of data packets. Lastly, IPv4 is media independent, meaning that it can be used with different types of physical media, such as Ethernet or wireless networks.

Submit
23. Sebuah jaringan bisa dikelompokkan berdasarkan atas faktor :

Explanation

A network can be categorized based on geographical location, needs, and ownership. This means that the grouping of networks can be done by considering where they are located, what their specific needs are, and who owns them. This categorization helps in understanding and managing different types of networks more effectively.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 19, 2023 +

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

  • Current Version
  • Mar 19, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Dec 15, 2009
    Quiz Created by
    Kbudiz
Cancel
  • All
    All (23)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Perintah yang bisa digunakan untuk memeriksa alamat default gateway...
Informasi rute tentang jaringan remote yang dikonfigurasi secara...
Field yang menunjukkan sisa "hidup" dari paket pada header paket IPv4...
Berikut ini, diantaranya adalah field-field kunci yang terdapat pada...
Gateway pada sebuah jaringan, dapat berupa :
Pernyataan berikut yang benar mengenai gateway adalah :
Untuk menyelesaikan transportasi end-to-end, layer Network menggunakan...
Yang dimaksud dengan Maximum Transmission Unit adalah:
Setelah router menemukan kecocokan antara alamat tujuan paket dengan...
Masalah umum pada jaringan yang besar adalah, kecuali :
Pernyataan yang benar mengenai IPv4 adalah, kecuali :
Default route dikenal juga dengan istilah:
Jika router menerima sebuah paket, tidak terdapat isian yang cocok...
Berikut adalah contoh protokol routing, kecuali :
Perintah yang digunakan untuk memeriksa tabel routing pada sebuah host...
Protokol yang diimplementasikan pada layer Network adalah, kecuali:
Pernyataan yang benar berkaitan dengan membuat subnetwork dari network...
Rute yang terdapat pada sebuah tabel routing memiliki fitur utama...
Rute yang digunakan oleh router untuk meneruskan paket yang jaringan...
IP dikatakan sebagai unreliable protocol, pernyataan berikut yang...
Berikut adalah hal-hal yang akan dilakukan router terhadap paket,...
Berikut ini adalah karakteristik dasar IPv4, yang benar adalah:
Sebuah jaringan bisa dikelompokkan berdasarkan atas faktor :
Alert!

Advertisement