IT601P - Quiz No.
Date: 16 June 2025
1. Which of the given information is NOT produced by the command "ifconfig" on linux server
A. Dropped Packets
B. Latency
C. MTU
D. CSMA-CD Collisions
2. Consider the netplan configuration given below and select the correction statement about it. networks:
version: 2 renderer: networkd ethernets: eth0: dhcp: yes
A. If netplan apply is executed, an error will be generated
B. If netplan apply is executed, machine will get ip address remote local dhcp server
C. If netplan apply is executed, machine will get ip address remote local dhcp server
D. If netplan apply is executed, machine will sets its won ip address
3. The software package available in Linux for DNS is known as ______________
A. isc-dns-server
B. bind
C. dns-server
D. domain-server
4. One of the valid uses of htaccess technique is to _________________
A. Redirect HTTPS to HTTP
B. Modify the requested content
C. Redirect HTTP to HTTPS
D. Modify the content directories
5. In DHCP configuation, the host archmachine {} construct can be used to ________________
A. Filter the IP address assignment
B. Assign dynamic address statically
C. Allocate a fixed address corresponding to the physical address of machine
D. Assign ip address
6. The .htaccess cannot be used to __________________
A. Match URLs
B. Filter URLs
C. Redirect URLs
D. Change URLs
Page 1
VU TOOLKIT BY PARADOXCIAL
7. DHCP service can started or restarted with ______________
A. systemd
B. dhcpctl
C. systemctl
D. apt
8. By default, the .htaccess files are ________________
A. Read-only
B. Visible
C. Archived
D. Hidden
9. The correct command used to install dhcp server on linux machine is ______________
A. sudo apt install -y isc-dhcp-server
B. apt install dhcp-server
C. sudo apt install dhcp
D. sudo apt install dhcp-server
10. What is the effect of the following line in dhcp configuration? option routers 192.168.18.x
A. It sets the role of the dhcp server as a router
B. It sets the default route on dhcp server
C. It sets the default gateway for the clients
D. This is an optional statement and it has no impact on dhcp operation
Page 2
VU TOOLKIT BY PARADOXCIAL