General Knowledge Flashcards
A help desk team lead contacts a systems administrator because the technicians are unable to log in to a Linux server that is used to access tools. When the administrator tries to use remote desktop to log in to the server, the administrator sees the GUI is crashing. Which of the following methods can the administrator use to troubleshoot the server effectively?
SSH
Windows 11 comes with a refreshed desktop-style/user interface that can upgrade from Windows 10 with the in-place upgrade feature. What additional feature would an expanding business user gain when upgrading from Windows 10 Home to Windows 11 Pro for Workstations?
Domain Access/Centralized Management
What licensing options are available for Microsoft Windows Enterprise editions?
Volume
Identify support limitations for Windows editions.
Windows 10 Pro and Education editions have a 2 TB RAM support limitation, while there is a 6 TB RAM limitation for Pro for Workstations and Enterprise editions.
What command is a Windows utility that can allow administrators to view shared resources and configure them on a Windows network?
net use
A user needs to manually connect to a wireless network that does not broadcast its Service Set Identifier. Where will the user go to set up this connection?
Network and Sharing Center
In the Windows File Explorer Options applet, which tab allows administrators to configure settings, such as hiding extensions, hiding protected operating system files, and managing hidden fields and folders?
View
A user has called in a helpdesk ticket to adjust the mouse clicks required for opening items and shortcuts. Currently set to a single-click, the user has requested the double-click style. What tab would the help desk technician find this setting under the File Explorer Options?
General
A network technician must configure each client with the IP address and Transmission Control Protocol (TCP) port to forward traffic via a proxy in Network and Internet settings unless the organization uses which of the following? (Select all that apply.)
Intercepting, AutoConfiguring, and Transparent Proxy
A network technician is configuring a network adapter. By default, which of the following protocols and services are on Ethernet and Wi-Fi adapters? Explain why.
Internet Protocol; By default, the Internet Protocol, both IP version 4 and 6, will be on the adapter as it automatically uses the appropriate version of the protocol depending on the connecting network.
Link Layer Topology Discovery: By default, the Link-layer Topology Discovery Protocol will be on the adapter. It provides network mapping and discovery functions for networks without dedicated name servers.
An organization had a high IT department turnover, and the technicians are not sure which IP addresses the previous technicians statically assigned to hosts. What can the technicians do to ensure they do not assign the same IP address to multiple devices? Explain why.
DHCP; The technicians can implement Dynamic Host Configuration Protocol (DHCP) to automatically assign IP addressing information to hosts instead of configuring them statically.
A desktop owner is installing a new application on a macOS. What format would the setup file be?
DMG; A setup file installs desktop programs. macOS apps support DMG (disk image) and PKG (package) file types.
A desktop owner is installing a new application on Windows. What format would the setup file be?
A setup file installs desktop programs. These are either .EXE or .MSI extensions on Windows.
A desktop owner is installing a new application on Linux. What format would the setup file be?
Linux packages use the package manager the Yellowdog Updater, Modified (YUM), which is a free and open-source command-line package-management software for Linux machines. It uses the Red Hat Package Manager (RPM) install package format.
What does Linux use to verify the authenticity of software packages obtained from an online source?
A hash value; Linux software gets validated by disclosing the package’s hash value. Users must generate their own hash of the package after downloading it and compare it to the value provided by the package maintainer.
Which of these applications will fail to run on a Windows PC with a 64-bit CPU running a 32-bit OS?
A 32-bit application installed with YUM or .DMG; a 64-bit application installed with an .EXE
A technician is installing software on Linux using setup files in the DEB file format. What package manager would the technician be using?
The Advanced Packaging Tool (APT) package manager manages Debian (DEB) packages on Linux. The setup file contains the executables, configuration files, and media files for the application. The files are extracted and transferred to a directory allocated for program installation during setup.
What type of file represents a virtual mountable optical disk?
ISO; An ISO file is a file that incorporates the contents of an optical disc in a single file and is used instead of physical media. Mountable ISO files act as emulated drives and are frequently installed as operating systems or complex applications.
What would the main hardware requirement be for running multiple programs or applications simultaneously?
More RAM
A technician is using the YUM package manager to install software on Linux. What setup file format does YUM use?
RPM
Which file system is most commonly used for removable drives and USB flash drives?
exFAT; The Extensible File Allocation Table (exFAT) is a 64-bit version of FAT using removable hard drives and flash media. Like the New Technology File System (NTFS), exFAT supports large volumes (128 petabytes) and file sizes (16 exabytes).
What file system feature supports compatibility between UNIX/Linux and Windows?
POSIX Compliance; POSIX Compliance allows Microsoft New Technology File System (NTFS) to support UNIX/Linux compatibility related to case-sensitive naming, hard links, and other critical characteristics required by UNIX/Linux programs to support UNIX/Linux compatibility.
Define journaling and discuss on which OS the feature is available?
When writing data, the affected sector gets flagged as bad if a fault occurs. Journaling helps the user recover faster and more reliably after power interruptions and is a feature in Apple File System (APFS), the ext file systems, and NTFS.
What requirement of Windows 11 would cause a company using legacy hardware to delay upgrading the OS?
Windows 11 requires a CPU or motherboard that supports the trusted platform module (TPM) version 2. Its compatibility with older PCs and laptops has severe limits as a result.