Linux+ Networking Chapter 7

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Ajeff
A
Ajeff
Community Contributor
Quizzes Created: 39 | Total Attempts: 53,533
Questions: 19 | Attempts: 606

SettingsSettingsSettings
Linux Plus Networking Quizzes & Trivia

Linux+ Networking Chapter 7


Questions and Answers
  • 1. 

    Two peripheral devices can share and use the same Interrupt Request setting at the same time. True or False?

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    False. Two peripheral devices cannot share and use the same Interrupt Request (IRQ) setting at the same time. Each peripheral device requires a unique IRQ setting to communicate with the computer's processor. If two devices were assigned the same IRQ, conflicts would occur, leading to system instability and malfunctioning of the devices. Therefore, it is necessary to assign different IRQ settings to each peripheral device to ensure proper functioning.

    Rate this question:

  • 2. 

    Which of the following is used to give each device a separate unique portion of physical memory to utilize?

    • A.

      SCSI

    • B.

      DMA

    • C.

      IRQ

    • D.

      I/O address

    Correct Answer
    D. I/O address
    Explanation
    I/O address is used to give each device a separate unique portion of physical memory to utilize. This allows devices to communicate with the CPU and access their allocated memory space without interfering with other devices. SCSI is a type of interface used for connecting storage devices, DMA (Direct Memory Access) is a method for transferring data between devices without involving the CPU, and IRQ (Interrupt Request) is used to signal the CPU that a device needs attention. None of these options directly relate to allocating separate memory portions for devices.

    Rate this question:

  • 3. 

    You want to view log files to get information about a problem you are having. In which directory will you likely find the log files?

    • A.

      /root/log

    • B.

      /sys/log

    • C.

      /var/log

    • D.

      /etc/log

    Correct Answer
    C. /var/log
    Explanation
    The correct answer is /var/log because the /var/log directory is commonly used to store log files in many Linux distributions. This directory contains various log files that provide information about system events, services, and applications. By accessing the log files in /var/log, you can gather important information to troubleshoot and analyze the problem you are experiencing.

    Rate this question:

  • 4. 

    Which of the following RAID levels is not fault tolerant?

    • A.

      RAID 0

    • B.

      RAID 1

    • C.

      RAID 4

    • D.

      RAID 5

    Correct Answer
    A. RAID 0
    Explanation
    RAID 0 is not fault tolerant because it does not provide any redundancy or fault tolerance mechanisms. In RAID 0, the data is striped across multiple drives without any parity or mirroring. This means that if one drive fails, the entire array fails and data loss occurs. Therefore, RAID 0 is not suitable for applications that require high data availability or fault tolerance.

    Rate this question:

  • 5. 

    Which of the following do DMAs and IRQs have in common? (Choose all that apply.)

    • A.

      They both have assignments that function to serve two different data path widths, 16 bit and 8 bit.

    • B.

      They have nothing in common.

    • C.

      They both have one assignment that is lost to normal user usage.

    • D.

      They are both lists of prioritized assignments.

    Correct Answer(s)
    A. They both have assignments that function to serve two different data path widths, 16 bit and 8 bit.
    C. They both have one assignment that is lost to normal user usage.
    Explanation
    Both DMAs and IRQs have assignments that function to serve two different data path widths, 16 bit and 8 bit. They also both have one assignment that is lost to normal user usage.

    Rate this question:

  • 6. 

    To take advantage of Plug-and-Play, which of the following must be met? (Choose all that apply.)

    • A.

      The operating system must support Plug-and-Play.

    • B.

      The system must have used up all available IRQs.

    • C.

      The device to be configured must support Plug-and-Play.

    • D.

      The BIOS must support Plug-and-Play.

    Correct Answer(s)
    A. The operating system must support Plug-and-Play.
    C. The device to be configured must support Plug-and-Play.
    D. The BIOS must support Plug-and-Play.
    Explanation
    To take advantage of Plug-and-Play, three conditions must be met. Firstly, the operating system must support Plug-and-Play, meaning it has the necessary drivers and protocols to recognize and configure devices automatically. Secondly, the device to be configured must also support Plug-and-Play, meaning it has the necessary hardware and firmware to be recognized and configured by the operating system. Lastly, the BIOS (Basic Input/Output System) must support Plug-and-Play, as it is responsible for initializing hardware components during the boot process and communicating with the operating system.

    Rate this question:

  • 7. 

    Where is the /proc filesystem stored?

    • A.

      In RAM

    • B.

      On the hard disk drive in the / directory

    • C.

      On the hard disk drive in the /etc directory

    • D.

      On the hard disk drive in the /var directory

    Correct Answer
    A. In RAM
    Explanation
    The /proc filesystem is stored in RAM. This is because the /proc filesystem is a virtual filesystem that provides information about processes and system resources. It is dynamically generated and stored in memory, allowing easy access to real-time information about the system's processes and hardware. The contents of the /proc filesystem are not stored on the hard disk drive but are instead generated on the fly and reside in RAM.

    Rate this question:

  • 8. 

    What is the default IRQ for COM 1?

    • A.

      2

    • B.

      4

    • C.

      1

    • D.

      0

    Correct Answer
    B. 4
    Explanation
    The default IRQ for COM 1 is 4. IRQ stands for Interrupt Request and it is used by devices to request attention from the CPU. COM 1 is a serial port used for connecting devices such as modems and mice. The default IRQ for COM 1 is 4, which means that when a device connected to COM 1 needs attention, it will send an interrupt request to the CPU on IRQ 4.

    Rate this question:

  • 9. 

    Each device must have a unique IRQ, DMA, and I/O address assignment. True or False?

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    Each device does not need to have a unique IRQ, DMA, and I/O address assignment. This statement is false because multiple devices can share the same IRQ, DMA, and I/O address assignments as long as they do not conflict with each other. This allows for efficient use of system resources and enables multiple devices to function properly within a computer system.

    Rate this question:

  • 10. 

    SCSI devices that use an 8-bit wide data path use ____________.

    • A.

      An 8-pin connector

    • B.

      A 15-pin connector

    • C.

      A 50-pin connector

    • D.

      A 68-pin connector

    Correct Answer
    C. A 50-pin connector
    Explanation
    SCSI devices that use an 8-bit wide data path use a 50-pin connector. This type of connector is used to connect the SCSI device to the computer or other devices. The 50-pin connector allows for the transfer of data between the SCSI device and the computer using an 8-bit wide data path.

    Rate this question:

  • 11. 

    How many direct memory access channels are there?

    • A.

      2

    • B.

      5

    • C.

      8

    • D.

      7

    Correct Answer
    C. 8
    Explanation
    There are a total of 8 direct memory access (DMA) channels available. DMA channels allow devices to transfer data directly to and from memory without involving the CPU. These channels provide faster and more efficient data transfer, reducing the workload on the CPU. Having 8 DMA channels means that multiple devices can perform simultaneous data transfers, improving overall system performance.

    Rate this question:

  • 12. 

    Where are BIOS configuration settings stored?

    • A.

      On the BIOS chip maintained by a small flow of electricity from a battery

    • B.

      On the CMOS chip maintained by a small flow of electricity

    • C.

      In the bootloader

    • D.

      In the appropriate file in the /proc directory

    Correct Answer
    B. On the CMOS chip maintained by a small flow of electricity
    Explanation
    The BIOS configuration settings are stored on the CMOS chip, which is maintained by a small flow of electricity. This chip retains the settings even when the computer is turned off because of the continuous power supply from a battery. The CMOS chip is responsible for storing and maintaining the BIOS settings, allowing the computer to remember various hardware and system configurations.

    Rate this question:

  • 13. 

    Which of the following can be used to simplify the deployment of several Linux servers in your organization? (Choose all that apply.)

    • A.

      Disk imaging software

    • B.

      An automatic software installation server

    • C.

      A kickstart file

    • D.

      An automated boot disk

    Correct Answer(s)
    A. Disk imaging software
    C. A kickstart file
    Explanation
    Disk imaging software and a kickstart file can be used to simplify the deployment of several Linux servers in an organization. Disk imaging software allows for creating an image of a pre-configured server, which can then be replicated onto multiple servers, saving time and effort. A kickstart file is a script that automates the installation process, allowing for consistent and efficient deployment of Linux servers. An automatic software installation server and an automated boot disk are not mentioned as options for simplifying the deployment of Linux servers.

    Rate this question:

  • 14. 

    Which RAID level is also referred to as mirroring?

    • A.

      RAID 0

    • B.

      RAID 1

    • C.

      RAID 4

    • D.

      RAID 5

    Correct Answer
    B. RAID 1
    Explanation
    RAID 1 is also referred to as mirroring because it involves creating an exact copy (mirror) of data on two or more disks. This means that if one disk fails, the data can still be accessed from the other disk(s). RAID 0, RAID 4, and RAID 5 do not involve mirroring as they use different techniques for data redundancy and performance improvement.

    Rate this question:

  • 15. 

    A SCSI-3 controller card can always accommodate more devices than a SCSI-2 controller card. True or False?

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    A SCSI-3 controller card can always accommodate more devices than a SCSI-2 controller card because SCSI-3 is an updated and improved version of SCSI-2. SCSI-3 has a higher maximum device count and supports more advanced features, such as increased data transfer rates and improved error handling. Therefore, it has the capability to connect and handle a larger number of devices compared to SCSI-2.

    Rate this question:

  • 16. 

    What is the default IRQ and I/O setting for LPT1?

    • A.

      IRQ 7 and I/O address 378-37F

    • B.

      IRQ 5 and I/O address 378-37F

    • C.

      IRQ 5 and I/O address 3F8-3FF

    • D.

      IRQ 7 and I/O address 278-27F

    Correct Answer
    A. IRQ 7 and I/O address 378-37F
    Explanation
    The default IRQ and I/O setting for LPT1 is IRQ 7 and I/O address 378-37F. This means that the printer port LPT1 is configured to use IRQ 7 for communication with the computer and the input/output address range 378-37F for data transfer.

    Rate this question:

  • 17. 

    You need to find out the IRQ, DMA, and I/O address assignments currently made on your computer. What do you do?

    • A.

      Open a desktop environment and view system information on the Settings menu.

    • B.

      View the appropriate files in the /etc directory.

    • C.

      View the contents of the appropriate files in the /settings directory.

    • D.

      View the contents of the appropriate files in the /proc directory.

    Correct Answer
    D. View the contents of the appropriate files in the /proc directory.
    Explanation
    The correct answer is to view the contents of the appropriate files in the /proc directory. The /proc directory in Linux contains virtual files that provide information about the system's hardware and configuration. By viewing the files in this directory, you can find the IRQ, DMA, and I/O address assignments currently made on your computer.

    Rate this question:

  • 18. 

    SCSI-1 is also referred to as ___________.

    • A.

      Fast and wide

    • B.

      Slow and wide

    • C.

      Slow and narrow

    • D.

      Fast and narrow

    Correct Answer
    C. Slow and narrow
    Explanation
    SCSI-1 is also known as "slow and narrow" because it refers to the first generation of the Small Computer System Interface (SCSI) technology. During this time, the data transfer rates were relatively slower compared to later versions, and the physical width of the SCSI bus was narrower, supporting only 8 bits of data transmission.

    Rate this question:

  • 19. 

    Immediately after installation, you want to view the installation log files. What files should you view? (Choose two answers.)

    • A.

      /root/install.log

    • B.

      /proc/install.log

    • C.

      /root/install.log.syslog

    • D.

      /proc/install.log.syslog

    Correct Answer(s)
    A. /root/install.log
    C. /root/install.log.syslog
    Explanation
    You should view the files "/root/install.log" and "/root/install.log.syslog" immediately after installation. These files are likely to contain the installation log information that you are looking for. The files "/proc/install.log" and "/proc/install.log.syslog" are not typically used for storing installation logs, so they would not be the correct files to view in this scenario.

    Rate this question:

Quiz Review Timeline +

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

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 18, 2009
    Quiz Created by
    Ajeff
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.