SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
BSD CERTIFICATION




How Do I Study for the
BSDA Certification?
The previous article in this series addressed some common
misconceptions about certification and described why you
should be BSDA certified. This article will discuss how to
prepare for the BSDA certification exam.



T
        he previous article in this series discussed the         Section 1 Contains
        concern: there aren’t any training materials
        available or the training materials are too expensive.   •   the definition of audience for BSDA: this is a detailed
It explained that a psychometrically valid examination               description describing the level of experience
assesses real world skills and why the exam’s objectives             required to pass the examination. When studying for
are the ultimate study resource.                                     the exam, remember that questions can not be harder
   This article describes how to prepare for the BSDA                than those that can be answered by the intended
examination in practical terms. It describes the steps               audience.
one can take to obtain those “real world skills” and to          •   the operating system versions covered by the
determine when one is ready to take the exam.                        BSDA: this section indicates that the candidate
   When studying for the BSDA, the following steps are               needs a basic knowledge of 4 BSD operating
recommended:                                                         systems. When setting up your study lab, you can
                                                                     install any version from the lowest number listed up
Download the BSDA                                                    to and including the most recent release version.
Certification Requirements Document                                  For example, when installing FreeBSD, you can
Since the audience definition, domain percentages, and               install any version from 4.11 (the lowest listed
exam objectives are the roadmap used to create an                    version) up to 9.0 (the highest RELEASE version as
examination, the document containing that information                of this writing).
is your study roadmap. Finding and downloading this              •   re-certification requirements: in order to meet
document should be your first step when studying for                 accreditation requirements, a certification can not
any certification exam. The document containing this                 be for life. In other words, it must have an expiry
information for the BSDA is entitled the BSDA Certification          date. BSDA certifications are valid for a period of 5
Requirements Document and is available for download in               years. The BSDA re-certification requirements will be
the following languages:                                             published by Q3, 2012.

•    English: http://www.bsdcertification.org/downloads/pr_20    Section 2
     051005_certreq_bsda_en_en.pdf                               Contains a description of the 7 study domains. The
•    Spanish: http://www.bsdcertification.org/downloads/         percentages for the study domains are listed at http://
     pr_20051005_certreq _bsda_es_mx.pdf                         www.bsdcertification.org/certification/associate.html.
•    Russian: http://www.bsdcertification.org/downloads/         Table 1 lists the study domains, their percentage, and
     pr_20051005_certreq _bsda_ru_ru.pdf                         the number of exam objectives within each domain.
                                                                 Note that the number of objectives may not match the
This document is divided into three sections:                    weighting as weighting indicates the importance of that


    14                                                                                                               03/2012
How Do I Study for the BSDA Certification?



domain within the exam while the number of objectives         3.2.8 Recognize BSD �rewalls and rulesets.
indicates the number of testable tasks within that            Concept
domain.                                                       Each BSD comes with at least one built-in firewall. The
                                                              BSDA candidate should recognize which firewalls are
Section 3                                                     available on each BSD and which commands are used to
Contains the objectives themselves, divided by domain.        view each firewall’s ruleset.
The next section will demonstrate how to read the exam
objectives and use them for study purposes.                   Practical
                                                              ipfw(8), ipf(8), ipfstat(8), pf(4), pfctl(8) and firewall(7)
Appendix A
Contains an alphabetized list of all of the commands          3.4.1 Create, modify and remove user accounts.
and files listed in the exam objectives. It also maps each    Concept
command/file to the 4 BSD operating systems as some           Managing user accounts is an important aspect of system
commands/files are not available in every BSD.                administration. The BSDA should be aware that the
                                                              account management utilities differ across BSD systems
Read the Exam Objectives                                      and should be comfortable using each utility according to
The exam objectives (Section 3) begin with a section          a set of requirements.
entitled Using the BSDA Study Domains. Read this
section carefully as it contains detailed advice on how to    Practical:
use the exam objectives.                                      vipw(8); pw(8), adduser(8), adduser.conf(5), useradd(8),
  Each objective has four components:                         userdel(8), rmuser(8), userinfo(8), usermod(8), and user(8)

•   number: where the second number indicates the             The first example is the eighth objective in Domain
    domain and the third number the objective within that     2 (Securing the Operating System). It begins with
    domain. For example, 3.1.2 is the second objective        recognize, meaning that the user is not expected to know
    in domain 1 (Installing & Upgrading the OS and            how to configure a BSD firewall or ruleset, but instead
    Software). Domain 1 has 10 objectives and is worth        needs to be able to recognize the available tools. The
    13% of the exam.                                          concept clearly indicates what you need to recognize:
•   objective: a detailed task to be assessed. As indicated   which firewalls are available and which commands are
    in Using the BSDA Study Domains, watch for verbs          used to view a firewall’s ruleset. The practical clearly
    (which require you to know how to do something) v.s.      indicates the names of the man pages representing the
    recognize (which requires you to know the name of a       applicable firewalls and commands. When studying this
    file or command).                                         objective, review any man pages that you are unfamiliar
•   concept: a detailed description of what the candidate     with and compare the commands listed in the practical to
    is expected to know about that objective.                 Appendix A so that you can recognize which commands
•   practical: the commands or files associated with          apply to which BSD. Since this objective only requires
    the objective. These are also listed alphabetically in    you to know how to view, don’t memorize or get mired in
    Appendix A.                                               the details of the (fairly lengthy) man pages as you read
                                                              through them. Instead, focus on how to view a ruleset for
As an example, here are two exam objectives:                  each firewall.


Table 1. BSDA Study Domains
Domain                                                                                  Weighting     Number of Objectives
1. Installing & Upgrading the OS and Software                                           13%           10
2. Securing the Operating System                                                        11%           13
3. Files, Filesystems, and Disks                                                        15%           14
4. Users and Accounts Management                                                        16%           9
5. Basic System Administration                                                          12%           24
6. Network Administration                                                               15%           15
7. Basic Unix Skills                                                                    17%           17



www.bsdmag.org                                                                                                               15
BSD CERTIFICATION


   The second example is the first objective in Domain         objective, and practicing commands. You do not need
4 (Users and Account Management). It uses the verbs            access to a BSD system in order to read man pages as
create, modify, and remove user accounts, indicating           each BSD provides online man pages:
that the user needs to demonstrate experience in how
to perform those three actions. The concept clearly            •   FreeBSD: http://www.freebsd.org/cgi/man.cgi
indicates that the utilities vary by BSD and the practical     •   NetBSD: http://netbsd.gw.com/cgi-bin/man-cgi
lists the possible tools. This means that you should           •   OpenBSD: http://www.openbsd.org/cgi-bin/man.cgi
use Appendix A to determine which tools match which            •   DragonFly BSD: http://leaf.dragonflybsd.org/cgi/web-
BSD, then practice each tool in your lab setup until you           man
are comfortable using each tool to create, modify, and
remove user accounts.                                          Online man pages provide a convenient way to compare
                                                               the same man page for each BSD simultaneously using
Make a List                                                    a tabbed web browser. The online versions also contain
As you read through the objectives, start to organize          hyperlinks to other man pages mentioned in the SEE
them in order to determine which skills need to be learned     ALSO section, making it easy to quickly learn more
and how much study will be required. You may want to           about a topic that interests you.
print out the document in order to write notes next to           In order to practice commands, you will need access
each objective. Alternately, you may find it easier to start   to each BSD operating system. Each BSD can be
a list that organizes the objectives into roughly three        downloaded for free from that project’s website. You do
categories:                                                    not need multiple machines in your study lab, as each BSD
                                                               can be installed as a guest within a virtual environment.
•    know it                                                   Possible virtual environments include:
•    wouldn’t hurt to review this
•    need to learn how to do this                              VMWare
                                                               Free, commercial product. Downloads for Windows
You should find that most of the objectives that start         and Linux are available from http://www.vmware.com/
with recognize and which you don’t already know, can           products/player/.
go into the second category. Objectives that start with
a verb and which vary by BSD will probably fit into the        Virtualbox
third category. You may wish to further separate the           Free, open source application. Downloads for Windows,
recognize objectives (which require some reading) from         Mac OS X, Linux, and Solaris are available from https://
the verb objectives (which require some practice) in           www.virtualbox.org/wiki/Downloads. BSD versions are
order to get a better idea of how much lab practice time       available as ports, packages, and PBIs. Easy to use, but
will be involved.                                              requires a good amount of RAM if you will be running
  Once the objectives are categorized, you have                multiple BSD guests at the same time.
your personalized study action plan. You will know
exactly which man pages you should review and which            qemu
commands you need to learn how to use. You can then            Free, open source application. Command line by default,
decide how many objectives you can tackle at a time and        but GUI versions (aqemu, kqemu, and qemu-launcher)
calculate a rough estimate on how long it will take you        are also available. Allows you to run multiple BSD guests
to become comfortable with the material covered by the         with minimal RAM requirements. BSD versions are
exam objectives.                                               available as ports, packages, and PBIs.
  It is recommended that you print out Appendix A and            When setting up your virtual environment, you will need
mark the commands that you need to review or learn how         to configure the network interface as a bridged adpater
to use. Once you have worked your way through those            in order to access the network using the guest operating
commands, you are more than ready to take and pass the         system.
BSDA certification exam!                                         To assist you in quickly creating a study lab, the BSD
                                                               Certification Group offers a BSDA Study DVD. This DVD
Setup Your Study Lab                                           is updated every 6 months or so to the latest RELEASE
When studying, you will be reading man pages, comparing        version of each operating system. The current version of
their contents to what is required by a specific exam          the DVD contains the following:


    16                                                                                                           03/2012
How Do I Study for the BSDA Certification?



•   FreeBSD 8.2, including ports collection                        at http://www.linkedin.com/groups/BSD-Certification-
•   NetBSD 5.1, including pkgsrc                                   1600767 Once you become BSDA certified,
                                                                             .
•   OpenBSD 5.0, including packages                                you can also join the LinkedIn group for BSDA
•   DragonFly BSD 2.10.1 including pkgsrc                          certified    professionals   (http://www.linkedin.com/
•   BSDA Exam Objectives (pdf)                                     groups?gid=1600807).
•   BSDA Command Reference (pdf)                               •   Facebook: if you use Facebook, you can join the BSD
•   Psychometrics Explained (pdf)                                  certification community at https://www.facebook.com/
•   BSDA Task Analysis Survey Report (pdf)                         groups/55432547309/. Exam events are also listed
•   BSD Usage Survey Report (pdf)                                  here as they are arranged.
•   BSDA Test Delivery Survey Report (pdf)                     •   study wiki: a wiki where volunteers contribute
•   BSDP Job Task Analysis Survey Report (pdf)                     tips for each objective is available at http://
•   BSDP Certification Requirements (pdf)                          bsdwiki.reedmedia.net/wiki/Table_of_Contents.html.
•   FreeBSD Handbook (pdf)                                         If you would like to contribute to the wiki, you can
•   FreeBSD FAQs (pdf)                                             request the registration password on the bsdcert IRC
•   The Complete FreeBSD (pdf)                                     channel or Facebook group.
•   NetBSD Guide (pdf)
•   DragonFly BSD Guide (pdf)                                  Even if you don’t encounter any questions while studying,
•   pkgsrc Guide (pdf)                                         you are welcome to join the BSD certification community
•   OpenBSD FAQ (pdf)                                          using any of these resources.
•   Latest draft of the wiki version of the BSDA Study
    Guide (pdf)                                                Summary
•   Detailed instructions on how to setup the lab              This article provided practical tips for preparing for the
    environment and networking using qemu/aqemu                BSDA examination. Once you have finished reviewing
                                                               and practicing the exam objectives, you are ready to take
It should be noted that each of the items on the               the exam.
DVD is freely available from the BSD project and                 The next article in this series will describe where to
BSD certification websites. The DVD is meant to                take the exam and how to arrange for an exam if there
be a convenience as well as a way to support BSD               currently isn’t an examination event or testing center near
certification as all proceeds are used to pay for the          your location.
ongoing psychometric maintenance of the exam. DVDs
can be purchased for $40 USD + shipping from http://
www.bsdcertification.org/store/.

Get Your Questions Answered
Once you have prepared your study action plan and
configured your lab setup, you need to find the time to
review and learn the objectives until you understand them
and can accomplish the required tasks. Most of this learning
can be achieved with practice, but occasionally you will       DRU LAVIGNE
come across something that you are not sure about.             Dru Lavigne is author of BSD Hacks, The Best of FreeBSD
  Like most open source projects, the BSD Certification        Basics, and The De�nitive Guide to PC-BSD. As Director of
project is comprised of a large community of volunteers        Community Development for the PC-BSD Project, she leads the
who share a common interest (in this case, system              documentation team, assists new users, helps to �nd and �x
administration of BSD operating systems). Several              bugs, and reaches out to the community to discover their needs.
resources are available if you have a question regarding       She is the former Managing Editor of the Open Source Business
the understanding of an exam objective:                        Resource, a free monthly publication covering open source and
                                                               the commercialization of open source assets. She is founder and
•   IRC: the            channel is available on IRC            current Chair of the BSD Certi�cation Group Inc., a non-pro�t
    Freenode.                                                  organization with a mission to create the standard for certifying
•   LinkedIn: a LinkedIn group of working professionals        BSD system administrators, and serves on the Board of the
    who are interested in BSD certification is available       FreeBSD Foundation.



www.bsdmag.org                                                                                                              17

Contenu connexe

Tendances

Tendances (20)

Ilf2012
Ilf2012Ilf2012
Ilf2012
 
Ilf2013
Ilf2013Ilf2013
Ilf2013
 
Asiabsdcon15
Asiabsdcon15Asiabsdcon15
Asiabsdcon15
 
Flourish11
Flourish11Flourish11
Flourish11
 
Lavigne bsdmag sept12
Lavigne bsdmag sept12Lavigne bsdmag sept12
Lavigne bsdmag sept12
 
Scale 2010: BSD for Linux Users
Scale 2010: BSD for Linux UsersScale 2010: BSD for Linux Users
Scale 2010: BSD for Linux Users
 
Fsoss2011
Fsoss2011Fsoss2011
Fsoss2011
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorial
 
Lavigne bsdmag-jan2012
Lavigne bsdmag-jan2012Lavigne bsdmag-jan2012
Lavigne bsdmag-jan2012
 
Oclug 2010
Oclug 2010Oclug 2010
Oclug 2010
 
Lavigne bsdmag apr13
Lavigne bsdmag apr13Lavigne bsdmag apr13
Lavigne bsdmag apr13
 
olf10
olf10olf10
olf10
 
Lavigne aug11 bsdmag
Lavigne aug11 bsdmagLavigne aug11 bsdmag
Lavigne aug11 bsdmag
 
Olf2013
Olf2013Olf2013
Olf2013
 
101 2.1 design hard disk layout v2
101 2.1 design hard disk layout v2101 2.1 design hard disk layout v2
101 2.1 design hard disk layout v2
 
Olf2012
Olf2012Olf2012
Olf2012
 
Lavigne bsdmag may13
Lavigne bsdmag may13Lavigne bsdmag may13
Lavigne bsdmag may13
 
Lavigne bsdmag-jan13
Lavigne bsdmag-jan13Lavigne bsdmag-jan13
Lavigne bsdmag-jan13
 
Bsd ss
Bsd ssBsd ss
Bsd ss
 
Tlf2013
Tlf2013Tlf2013
Tlf2013
 

Similaire à Lavigne bsdmag march12

Db2 v9 dba for linux taining in bangalore
Db2 v9 dba for linux taining in bangaloreDb2 v9 dba for linux taining in bangalore
Db2 v9 dba for linux taining in bangaloreSuvash Chowdary
 
Assessment item 1 File Systems and Advanced Scripting .docx
Assessment item 1 File Systems and Advanced Scripting .docxAssessment item 1 File Systems and Advanced Scripting .docx
Assessment item 1 File Systems and Advanced Scripting .docxdavezstarr61655
 
03 software test-plan-template
03 software test-plan-template03 software test-plan-template
03 software test-plan-templateAndrei Hortúa
 
Ds white papers_caa_radebyexample
Ds white papers_caa_radebyexampleDs white papers_caa_radebyexample
Ds white papers_caa_radebyexampleTrần Đức
 
Software requirement specification
Software requirement specificationSoftware requirement specification
Software requirement specificationshiprashakya2
 
College information management system.doc
College information management system.docCollege information management system.doc
College information management system.docKamal Acharya
 
Impact2014: Introduction to the IBM Java Tools
Impact2014: Introduction to the IBM Java ToolsImpact2014: Introduction to the IBM Java Tools
Impact2014: Introduction to the IBM Java ToolsChris Bailey
 
S3 l5 db2 - process model
S3 l5   db2 - process modelS3 l5   db2 - process model
S3 l5 db2 - process modelMohammad Khan
 
Topic tdd-and-bdd b4usolution
Topic tdd-and-bdd b4usolutionTopic tdd-and-bdd b4usolution
Topic tdd-and-bdd b4usolutionHoa Le
 
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise PluginPandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise PluginPandora FMS
 
Stored-Procedures-Presentation
Stored-Procedures-PresentationStored-Procedures-Presentation
Stored-Procedures-PresentationChuck Walker
 
Cis 332 Technology levels--snaptutorial.com
Cis 332 Technology levels--snaptutorial.comCis 332 Technology levels--snaptutorial.com
Cis 332 Technology levels--snaptutorial.comsholingarjosh56
 
Cis 332 Success Begins / snaptutorial.com
Cis 332 Success Begins / snaptutorial.comCis 332 Success Begins / snaptutorial.com
Cis 332 Success Begins / snaptutorial.comRobinson069
 
quiz half ppt
quiz half pptquiz half ppt
quiz half pptmohit91
 
DBA, LEVEL III TTLM Monitoring and Administering Database.docx
DBA, LEVEL III TTLM Monitoring and Administering Database.docxDBA, LEVEL III TTLM Monitoring and Administering Database.docx
DBA, LEVEL III TTLM Monitoring and Administering Database.docxseifusisay06
 
Red Hat Certified engineer course
  Red Hat Certified engineer course   Red Hat Certified engineer course
Red Hat Certified engineer course Ali Abdo
 
Assessment RubricExemplary Accomplished Developing B.docx
Assessment RubricExemplary Accomplished Developing B.docxAssessment RubricExemplary Accomplished Developing B.docx
Assessment RubricExemplary Accomplished Developing B.docxgalerussel59292
 
Mercury Testdirector8.0 Admin Slides
Mercury Testdirector8.0 Admin SlidesMercury Testdirector8.0 Admin Slides
Mercury Testdirector8.0 Admin Slidestelab
 

Similaire à Lavigne bsdmag march12 (20)

Bfc Presentation
Bfc PresentationBfc Presentation
Bfc Presentation
 
Db2 v9 dba for linux taining in bangalore
Db2 v9 dba for linux taining in bangaloreDb2 v9 dba for linux taining in bangalore
Db2 v9 dba for linux taining in bangalore
 
Assessment item 1 File Systems and Advanced Scripting .docx
Assessment item 1 File Systems and Advanced Scripting .docxAssessment item 1 File Systems and Advanced Scripting .docx
Assessment item 1 File Systems and Advanced Scripting .docx
 
03 software test-plan-template
03 software test-plan-template03 software test-plan-template
03 software test-plan-template
 
Ds white papers_caa_radebyexample
Ds white papers_caa_radebyexampleDs white papers_caa_radebyexample
Ds white papers_caa_radebyexample
 
Nt1330 Unit 1
Nt1330 Unit 1Nt1330 Unit 1
Nt1330 Unit 1
 
Software requirement specification
Software requirement specificationSoftware requirement specification
Software requirement specification
 
College information management system.doc
College information management system.docCollege information management system.doc
College information management system.doc
 
Impact2014: Introduction to the IBM Java Tools
Impact2014: Introduction to the IBM Java ToolsImpact2014: Introduction to the IBM Java Tools
Impact2014: Introduction to the IBM Java Tools
 
S3 l5 db2 - process model
S3 l5   db2 - process modelS3 l5   db2 - process model
S3 l5 db2 - process model
 
Topic tdd-and-bdd b4usolution
Topic tdd-and-bdd b4usolutionTopic tdd-and-bdd b4usolution
Topic tdd-and-bdd b4usolution
 
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise PluginPandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise Plugin
 
Stored-Procedures-Presentation
Stored-Procedures-PresentationStored-Procedures-Presentation
Stored-Procedures-Presentation
 
Cis 332 Technology levels--snaptutorial.com
Cis 332 Technology levels--snaptutorial.comCis 332 Technology levels--snaptutorial.com
Cis 332 Technology levels--snaptutorial.com
 
Cis 332 Success Begins / snaptutorial.com
Cis 332 Success Begins / snaptutorial.comCis 332 Success Begins / snaptutorial.com
Cis 332 Success Begins / snaptutorial.com
 
quiz half ppt
quiz half pptquiz half ppt
quiz half ppt
 
DBA, LEVEL III TTLM Monitoring and Administering Database.docx
DBA, LEVEL III TTLM Monitoring and Administering Database.docxDBA, LEVEL III TTLM Monitoring and Administering Database.docx
DBA, LEVEL III TTLM Monitoring and Administering Database.docx
 
Red Hat Certified engineer course
  Red Hat Certified engineer course   Red Hat Certified engineer course
Red Hat Certified engineer course
 
Assessment RubricExemplary Accomplished Developing B.docx
Assessment RubricExemplary Accomplished Developing B.docxAssessment RubricExemplary Accomplished Developing B.docx
Assessment RubricExemplary Accomplished Developing B.docx
 
Mercury Testdirector8.0 Admin Slides
Mercury Testdirector8.0 Admin SlidesMercury Testdirector8.0 Admin Slides
Mercury Testdirector8.0 Admin Slides
 

Plus de Dru Lavigne (20)

Olf2018
Olf2018Olf2018
Olf2018
 
Olf2017
Olf2017Olf2017
Olf2017
 
FreeBSD System Administration Using SysAdm
FreeBSD System Administration Using SysAdmFreeBSD System Administration Using SysAdm
FreeBSD System Administration Using SysAdm
 
Asiabsdcon2017
Asiabsdcon2017Asiabsdcon2017
Asiabsdcon2017
 
Olf2016
Olf2016Olf2016
Olf2016
 
Tlf2016
Tlf2016Tlf2016
Tlf2016
 
Knoxbug2016
Knoxbug2016Knoxbug2016
Knoxbug2016
 
Lfnw2016
Lfnw2016Lfnw2016
Lfnw2016
 
Flourish16
Flourish16Flourish16
Flourish16
 
Scale2016
Scale2016Scale2016
Scale2016
 
Fossetcon15
Fossetcon15Fossetcon15
Fossetcon15
 
Lfnw15
Lfnw15Lfnw15
Lfnw15
 
Scale2015
Scale2015Scale2015
Scale2015
 
Olf2014
Olf2014Olf2014
Olf2014
 
Ghc14
Ghc14Ghc14
Ghc14
 
Fossetcon14
Fossetcon14Fossetcon14
Fossetcon14
 
Scale2014
Scale2014Scale2014
Scale2014
 
Dru lavigne oss-sysadmin
Dru lavigne oss-sysadminDru lavigne oss-sysadmin
Dru lavigne oss-sysadmin
 
Dru lavigne oss-desktop_apps
Dru lavigne oss-desktop_appsDru lavigne oss-desktop_apps
Dru lavigne oss-desktop_apps
 
Nycbsdcon14
Nycbsdcon14Nycbsdcon14
Nycbsdcon14
 

Dernier

IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 

Dernier (20)

IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 

Lavigne bsdmag march12

  • 1. BSD CERTIFICATION How Do I Study for the BSDA Certification? The previous article in this series addressed some common misconceptions about certification and described why you should be BSDA certified. This article will discuss how to prepare for the BSDA certification exam. T he previous article in this series discussed the Section 1 Contains concern: there aren’t any training materials available or the training materials are too expensive. • the definition of audience for BSDA: this is a detailed It explained that a psychometrically valid examination description describing the level of experience assesses real world skills and why the exam’s objectives required to pass the examination. When studying for are the ultimate study resource. the exam, remember that questions can not be harder This article describes how to prepare for the BSDA than those that can be answered by the intended examination in practical terms. It describes the steps audience. one can take to obtain those “real world skills” and to • the operating system versions covered by the determine when one is ready to take the exam. BSDA: this section indicates that the candidate When studying for the BSDA, the following steps are needs a basic knowledge of 4 BSD operating recommended: systems. When setting up your study lab, you can install any version from the lowest number listed up Download the BSDA to and including the most recent release version. Certification Requirements Document For example, when installing FreeBSD, you can Since the audience definition, domain percentages, and install any version from 4.11 (the lowest listed exam objectives are the roadmap used to create an version) up to 9.0 (the highest RELEASE version as examination, the document containing that information of this writing). is your study roadmap. Finding and downloading this • re-certification requirements: in order to meet document should be your first step when studying for accreditation requirements, a certification can not any certification exam. The document containing this be for life. In other words, it must have an expiry information for the BSDA is entitled the BSDA Certification date. BSDA certifications are valid for a period of 5 Requirements Document and is available for download in years. The BSDA re-certification requirements will be the following languages: published by Q3, 2012. • English: http://www.bsdcertification.org/downloads/pr_20 Section 2 051005_certreq_bsda_en_en.pdf Contains a description of the 7 study domains. The • Spanish: http://www.bsdcertification.org/downloads/ percentages for the study domains are listed at http:// pr_20051005_certreq _bsda_es_mx.pdf www.bsdcertification.org/certification/associate.html. • Russian: http://www.bsdcertification.org/downloads/ Table 1 lists the study domains, their percentage, and pr_20051005_certreq _bsda_ru_ru.pdf the number of exam objectives within each domain. Note that the number of objectives may not match the This document is divided into three sections: weighting as weighting indicates the importance of that 14 03/2012
  • 2. How Do I Study for the BSDA Certification? domain within the exam while the number of objectives 3.2.8 Recognize BSD �rewalls and rulesets. indicates the number of testable tasks within that Concept domain. Each BSD comes with at least one built-in firewall. The BSDA candidate should recognize which firewalls are Section 3 available on each BSD and which commands are used to Contains the objectives themselves, divided by domain. view each firewall’s ruleset. The next section will demonstrate how to read the exam objectives and use them for study purposes. Practical ipfw(8), ipf(8), ipfstat(8), pf(4), pfctl(8) and firewall(7) Appendix A Contains an alphabetized list of all of the commands 3.4.1 Create, modify and remove user accounts. and files listed in the exam objectives. It also maps each Concept command/file to the 4 BSD operating systems as some Managing user accounts is an important aspect of system commands/files are not available in every BSD. administration. The BSDA should be aware that the account management utilities differ across BSD systems Read the Exam Objectives and should be comfortable using each utility according to The exam objectives (Section 3) begin with a section a set of requirements. entitled Using the BSDA Study Domains. Read this section carefully as it contains detailed advice on how to Practical: use the exam objectives. vipw(8); pw(8), adduser(8), adduser.conf(5), useradd(8), Each objective has four components: userdel(8), rmuser(8), userinfo(8), usermod(8), and user(8) • number: where the second number indicates the The first example is the eighth objective in Domain domain and the third number the objective within that 2 (Securing the Operating System). It begins with domain. For example, 3.1.2 is the second objective recognize, meaning that the user is not expected to know in domain 1 (Installing & Upgrading the OS and how to configure a BSD firewall or ruleset, but instead Software). Domain 1 has 10 objectives and is worth needs to be able to recognize the available tools. The 13% of the exam. concept clearly indicates what you need to recognize: • objective: a detailed task to be assessed. As indicated which firewalls are available and which commands are in Using the BSDA Study Domains, watch for verbs used to view a firewall’s ruleset. The practical clearly (which require you to know how to do something) v.s. indicates the names of the man pages representing the recognize (which requires you to know the name of a applicable firewalls and commands. When studying this file or command). objective, review any man pages that you are unfamiliar • concept: a detailed description of what the candidate with and compare the commands listed in the practical to is expected to know about that objective. Appendix A so that you can recognize which commands • practical: the commands or files associated with apply to which BSD. Since this objective only requires the objective. These are also listed alphabetically in you to know how to view, don’t memorize or get mired in Appendix A. the details of the (fairly lengthy) man pages as you read through them. Instead, focus on how to view a ruleset for As an example, here are two exam objectives: each firewall. Table 1. BSDA Study Domains Domain Weighting Number of Objectives 1. Installing & Upgrading the OS and Software 13% 10 2. Securing the Operating System 11% 13 3. Files, Filesystems, and Disks 15% 14 4. Users and Accounts Management 16% 9 5. Basic System Administration 12% 24 6. Network Administration 15% 15 7. Basic Unix Skills 17% 17 www.bsdmag.org 15
  • 3. BSD CERTIFICATION The second example is the first objective in Domain objective, and practicing commands. You do not need 4 (Users and Account Management). It uses the verbs access to a BSD system in order to read man pages as create, modify, and remove user accounts, indicating each BSD provides online man pages: that the user needs to demonstrate experience in how to perform those three actions. The concept clearly • FreeBSD: http://www.freebsd.org/cgi/man.cgi indicates that the utilities vary by BSD and the practical • NetBSD: http://netbsd.gw.com/cgi-bin/man-cgi lists the possible tools. This means that you should • OpenBSD: http://www.openbsd.org/cgi-bin/man.cgi use Appendix A to determine which tools match which • DragonFly BSD: http://leaf.dragonflybsd.org/cgi/web- BSD, then practice each tool in your lab setup until you man are comfortable using each tool to create, modify, and remove user accounts. Online man pages provide a convenient way to compare the same man page for each BSD simultaneously using Make a List a tabbed web browser. The online versions also contain As you read through the objectives, start to organize hyperlinks to other man pages mentioned in the SEE them in order to determine which skills need to be learned ALSO section, making it easy to quickly learn more and how much study will be required. You may want to about a topic that interests you. print out the document in order to write notes next to In order to practice commands, you will need access each objective. Alternately, you may find it easier to start to each BSD operating system. Each BSD can be a list that organizes the objectives into roughly three downloaded for free from that project’s website. You do categories: not need multiple machines in your study lab, as each BSD can be installed as a guest within a virtual environment. • know it Possible virtual environments include: • wouldn’t hurt to review this • need to learn how to do this VMWare Free, commercial product. Downloads for Windows You should find that most of the objectives that start and Linux are available from http://www.vmware.com/ with recognize and which you don’t already know, can products/player/. go into the second category. Objectives that start with a verb and which vary by BSD will probably fit into the Virtualbox third category. You may wish to further separate the Free, open source application. Downloads for Windows, recognize objectives (which require some reading) from Mac OS X, Linux, and Solaris are available from https:// the verb objectives (which require some practice) in www.virtualbox.org/wiki/Downloads. BSD versions are order to get a better idea of how much lab practice time available as ports, packages, and PBIs. Easy to use, but will be involved. requires a good amount of RAM if you will be running Once the objectives are categorized, you have multiple BSD guests at the same time. your personalized study action plan. You will know exactly which man pages you should review and which qemu commands you need to learn how to use. You can then Free, open source application. Command line by default, decide how many objectives you can tackle at a time and but GUI versions (aqemu, kqemu, and qemu-launcher) calculate a rough estimate on how long it will take you are also available. Allows you to run multiple BSD guests to become comfortable with the material covered by the with minimal RAM requirements. BSD versions are exam objectives. available as ports, packages, and PBIs. It is recommended that you print out Appendix A and When setting up your virtual environment, you will need mark the commands that you need to review or learn how to configure the network interface as a bridged adpater to use. Once you have worked your way through those in order to access the network using the guest operating commands, you are more than ready to take and pass the system. BSDA certification exam! To assist you in quickly creating a study lab, the BSD Certification Group offers a BSDA Study DVD. This DVD Setup Your Study Lab is updated every 6 months or so to the latest RELEASE When studying, you will be reading man pages, comparing version of each operating system. The current version of their contents to what is required by a specific exam the DVD contains the following: 16 03/2012
  • 4. How Do I Study for the BSDA Certification? • FreeBSD 8.2, including ports collection at http://www.linkedin.com/groups/BSD-Certification- • NetBSD 5.1, including pkgsrc 1600767 Once you become BSDA certified, . • OpenBSD 5.0, including packages you can also join the LinkedIn group for BSDA • DragonFly BSD 2.10.1 including pkgsrc certified professionals (http://www.linkedin.com/ • BSDA Exam Objectives (pdf) groups?gid=1600807). • BSDA Command Reference (pdf) • Facebook: if you use Facebook, you can join the BSD • Psychometrics Explained (pdf) certification community at https://www.facebook.com/ • BSDA Task Analysis Survey Report (pdf) groups/55432547309/. Exam events are also listed • BSD Usage Survey Report (pdf) here as they are arranged. • BSDA Test Delivery Survey Report (pdf) • study wiki: a wiki where volunteers contribute • BSDP Job Task Analysis Survey Report (pdf) tips for each objective is available at http:// • BSDP Certification Requirements (pdf) bsdwiki.reedmedia.net/wiki/Table_of_Contents.html. • FreeBSD Handbook (pdf) If you would like to contribute to the wiki, you can • FreeBSD FAQs (pdf) request the registration password on the bsdcert IRC • The Complete FreeBSD (pdf) channel or Facebook group. • NetBSD Guide (pdf) • DragonFly BSD Guide (pdf) Even if you don’t encounter any questions while studying, • pkgsrc Guide (pdf) you are welcome to join the BSD certification community • OpenBSD FAQ (pdf) using any of these resources. • Latest draft of the wiki version of the BSDA Study Guide (pdf) Summary • Detailed instructions on how to setup the lab This article provided practical tips for preparing for the environment and networking using qemu/aqemu BSDA examination. Once you have finished reviewing and practicing the exam objectives, you are ready to take It should be noted that each of the items on the the exam. DVD is freely available from the BSD project and The next article in this series will describe where to BSD certification websites. The DVD is meant to take the exam and how to arrange for an exam if there be a convenience as well as a way to support BSD currently isn’t an examination event or testing center near certification as all proceeds are used to pay for the your location. ongoing psychometric maintenance of the exam. DVDs can be purchased for $40 USD + shipping from http:// www.bsdcertification.org/store/. Get Your Questions Answered Once you have prepared your study action plan and configured your lab setup, you need to find the time to review and learn the objectives until you understand them and can accomplish the required tasks. Most of this learning can be achieved with practice, but occasionally you will DRU LAVIGNE come across something that you are not sure about. Dru Lavigne is author of BSD Hacks, The Best of FreeBSD Like most open source projects, the BSD Certification Basics, and The De�nitive Guide to PC-BSD. As Director of project is comprised of a large community of volunteers Community Development for the PC-BSD Project, she leads the who share a common interest (in this case, system documentation team, assists new users, helps to �nd and �x administration of BSD operating systems). Several bugs, and reaches out to the community to discover their needs. resources are available if you have a question regarding She is the former Managing Editor of the Open Source Business the understanding of an exam objective: Resource, a free monthly publication covering open source and the commercialization of open source assets. She is founder and • IRC: the channel is available on IRC current Chair of the BSD Certi�cation Group Inc., a non-pro�t Freenode. organization with a mission to create the standard for certifying • LinkedIn: a LinkedIn group of working professionals BSD system administrators, and serves on the Board of the who are interested in BSD certification is available FreeBSD Foundation. www.bsdmag.org 17