🎧 New: AI-Generated Podcasts Turn your study notes into engaging audio conversations. Learn more

System Administration Basics
40 Questions
1 Views

System Administration Basics

Created by
@TruthfulPanda

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which command is used to list files and directories in the file tree?

  • cd
  • ps
  • pwd
  • ls (correct)
  • What is the primary purpose of the 'cd' command?

  • Show current location
  • Change Directory (correct)
  • Manage system processes
  • List files
  • Which distribution is derived from Red Hat and maintained by a volunteer community?

  • Gentoo
  • Mandriva
  • openSUSE
  • CentOS (correct)
  • What command allows you to view the process table in a Unix-like system?

    <p>ps</p> Signup and view all the answers

    Which command is used to create a tape archive of files?

    <p>tar</p> Signup and view all the answers

    What is the function of the 'grep' command?

    <p>Find a pattern in a file</p> Signup and view all the answers

    Which of the following distributions is popular in France and Brazil?

    <p>Mandriva</p> Signup and view all the answers

    What command can be used for pagination to view files one page at a time?

    <p>more/less</p> Signup and view all the answers

    What is a primary responsibility of a system administrator regarding system backups?

    <p>Determine backup strategy and policies</p> Signup and view all the answers

    Which of the following tasks falls under the duties of a system administrator related to e-mail management?

    <p>Install and configure mail transfer agents</p> Signup and view all the answers

    Which action is NOT typically performed by a system administrator when managing system security?

    <p>Develop an antivirus app</p> Signup and view all the answers

    When configuring connectivity between hosts, what is a vital task for a system administrator?

    <p>Monitor connectivity</p> Signup and view all the answers

    Which of the following is an essential component of maintaining business applications?

    <p>Configuring web agents</p> Signup and view all the answers

    What should a system administrator do to ensure a secure machine room environment?

    <p>Specify cooling and power connections</p> Signup and view all the answers

    What does monitoring system health involve for a system administrator?

    <p>Regularly checking system performance metrics</p> Signup and view all the answers

    What is a key step a system administrator should take when planning for disaster recovery?

    <p>Determine disaster survival plans</p> Signup and view all the answers

    What is the central component of a Linux operating system known as?

    <p>Linux kernel</p> Signup and view all the answers

    Which Linux distribution is recognized for being maintained by a volunteer developer community?

    <p>Debian</p> Signup and view all the answers

    What year was MINIX released?

    <p>1987</p> Signup and view all the answers

    What type of software allows users to use, change, and distribute it freely?

    <p>Open source software</p> Signup and view all the answers

    Which of the following is NOT a typical component of a general-purpose Linux distribution?

    <p>File system driver</p> Signup and view all the answers

    Which Linux distribution is derived from Debian and popular among desktop users?

    <p>Ubuntu</p> Signup and view all the answers

    What is the main purpose of the boot loader in an operating system?

    <p>To load the operating system into memory</p> Signup and view all the answers

    In the context of Linux distributions, what does TCO stand for?

    <p>Total Cost of Ownership</p> Signup and view all the answers

    What typically sits between a client program and an external server to filter requests?

    <p>Proxy Servers</p> Signup and view all the answers

    Which of the following is a type of server that specifically handles mailing lists?

    <p>Mail Servers</p> Signup and view all the answers

    What is the primary function of Telnet Servers?

    <p>Facilitate remote login to host computers</p> Signup and view all the answers

    Which type of server is designed to facilitate instant messaging and chat services?

    <p>Real-Time Communication Servers</p> Signup and view all the answers

    What distinguishes tower servers from other types of server hardware?

    <p>They reside in an upright cabinet.</p> Signup and view all the answers

    Which type of tool is specifically used to manage mailing lists?

    <p>Email Tools</p> Signup and view all the answers

    What is the purpose of a server in a network?

    <p>To provide shared resources to workstations and other servers</p> Signup and view all the answers

    What defines a workstation in a computer network?

    <p>Any computer used by an individual for job duties</p> Signup and view all the answers

    What is a defining characteristic of rack servers?

    <p>Mounted on a server rack and take up less space.</p> Signup and view all the answers

    What is the primary function of an application server?

    <p>Fulfill requests from client programs within or across computers.</p> Signup and view all the answers

    Which server type is known for its high processing density?

    <p>Blade servers</p> Signup and view all the answers

    What is Hyper-converged Infrastructure (HCI) primarily designed to do?

    <p>Combine compute power, storage, and virtualization technologies.</p> Signup and view all the answers

    What does SQL Server specifically offer as a service?

    <p>Relational database management for enterprises.</p> Signup and view all the answers

    What is the purpose of RAID technology?

    <p>Improve data reliability and performance using multiple hard drives.</p> Signup and view all the answers

    What is hot swapping in the context of storage systems?

    <p>Temporarily halting drive access to remove it while powered up.</p> Signup and view all the answers

    Which server type is designed primarily for client-server models?

    <p>Client Server</p> Signup and view all the answers

    Study Notes

    System Administration

    • System administration refers to managing hardware and software systems.
    • System administrators monitor system health and allocate resources like disk space.

    System Administrator Tasks

    • Plan and manage the machine room environment:
      • Design the machine room, specify cooling, cabling, power connections and environmental controls (fire alarm, security).
    • Install and maintain operating system software, application software, and patches.
    • Determine hardware and software prerequisites, which patches to install, which services to provide, and which services to disable.

    Open Source Software

    • Open source software is computer software whose source code is available under a license that permits users to use, change, and improve the software.
    • MINIX is a Unix-like system intended for academic use, released in 1987 by Andrew S. Tanenbaum.
    • Fedora is an RPM-based, general purpose collection of software, including an operating system based on the Linux kernel.

    Linux Distribution

    • Linux Distribution is a member of the Linux family of Unix-like operating systems comprising the Linux kernel.
    • Debian: A non-commercial distribution maintained by a volunteer developer community committed to free software.
    • Slackware: One of the first Linux distributions founded in 1993, actively maintained by Patrick J. Volkerding.
    • Ubuntu: A popular desktop distribution maintained by Canonical, derived from Debian
    • Red Hat: Maintained by the American company of the same name, that also provides a community version in the form of Fedora.
    • CentOS: A distribution derived from the same sources used by Red Hat, maintained by a volunteer community of developers.
    • Mandriva: A Red Hat derivative popular in France and Brazil, maintained by the French company of the same name.
    • openSUSE: Originally derived from Slackware, maintained by the company Novell.
    • Gentoo: A distribution for power users, known for automated system for compiling applications from source code
    • Knoppix: A LiveCD distribution that runs completely from removable media and without installation to a hard disk

    Five Reasons Linux Beats Windows for Servers

    • Stability
    • Security
    • Hardware
    • Total Cost of Ownership
    • Freedom

    Linux Commands

    • Traversal of the file tree:
      • cd / chdir: Change directory.
      • pwd: Show current location.
      • ls / dir: List the files and directories.
    • Power Tools:
      • Pipes: Allow the output of one command to be used as input for another command.
      • ps (task manager): View the system process table.
      • more/less: Pagination commands that allow viewing files one page at a time.
      • grep: Get Regular Expression, used to find a pattern in a file.
      • tar: Create a tape archive of files.
      • find: Locate files by name, file characteristics, or strings in files.
      • perl: Powerful interpreted scripting language.
      • cygwin: A UNIX shell and utilities for use on Windows systems.

    General-Purpose GUI Tools:

    • Email
    • Web Browsers
    • Virtual Terminal
    • Office Tools

    Overview of Servers

    • Server: A powerful computer that provides various shared resources to workstations and other servers on a network.
    • Workstation: A computer used by an individual to perform job duties.

    Types of Server Hardware

    • Tower Servers:
      • Resides in an upright, standalone cabinet resembling a tower-style PC.
      • Easier cooling
      • Comparatively inexpensive
    • Rack Servers:
      • Designed to be mounted on a server rack in a data center.
      • Take up less space than a tower server.
    • Blade Servers:
      • Compact device that houses multiple thin, modular circuit boards called server blades.
      • Segregates processors, memory, I/O, disk, and power.
      • Greater processing density than other server types.
    • Hyper-converged infrastructure (HCI):
      • Simpler alternative to traditional IT infrastructure, pulling together compute power, storage, and hypervisor technology.

    Common Server Services

    • Application Servers:
      • A type of middleware that occupies a large chunk of computing territory between database servers.
    • Client Servers:
      • A server is a program that awaits and fulfills requests from client programs.
    • List Servers:
      • Manage mailing lists, whether they be interactive discussions open to the public or one-way lists that deliver announcements.
    • Mail Servers:
      • Move and store mail over corporate networks (via LANs and WANs).
    • Proxy Servers:
      • Sit between a client program (typically a web browser) and an external server (typically another server on the web) to filter requests.
    • Real-Time Communication Servers:
      • Known as chat servers or IRC servers, sometimes referred to as instant messaging (IM) servers.
    • Server Platforms:
      • The underlying hardware or software for a system.
    • Telnet Servers:
      • Enable users to log onto a host computer and perform tasks as if working on the remote computer.
    • Web Servers:
      • Load a file from a disk and serve it across the network to a user’s web browser.
    • Exchange Server:
      • Deliver enterprise-grade security and reliability that businesses require.
    • Lync Server:
      • An enterprise real-time communications server software, providing the infrastructure for enterprise instant messaging.
    • SQL Server:
      • A relational database management system (RDBMS) from Microsoft that’s designed for the enterprise environment.

    Redundant Array of Independent Disks (RAID)

    • A collection of hard drives, one or more controller cards, and embedded software.
    • Comes in multiple flavors offering improved performance and/or improved data reliability.

    RAID Definitions

    • Hot Swapping: The ability to remove a drive from an array while the system is powered up.
    • Warm Swapping: Used to stop drive access while a drive is removed from the array.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Ralph_SAMReviewer.pdf

    Description

    This quiz covers essential topics in system administration, including the management of hardware and software systems. It also explores tasks related to system maintenance, such as handling operating systems, software patches, and the environment of machine rooms.

    More Quizzes Like This

    Use Quizgecko on...
    Browser
    Browser