Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
67 Cards in this Set
- Front
- Back
What is the difference between the document root, and the server root in Apache server configuration. |
Document root = the path that contains httpd documents that are served by the server. Server root = path where the server config/error log files are kept. |
|
VirtualHost www.cmps.com stuff yadayadayada /VirtualHost What is the terminology given to this section of the cofiguration file? |
Virtual Host Container |
|
Where are VirtualHost Containers located? |
httpd.conf file |
|
What is the purpose of the ServerAdmin Directive? |
Clients can send DNS errors to the Administrator. |
|
What is the purpose of the DocumentRoot Directive? |
Path that contains the httpd documents that are served by the server. |
|
What is the purpose of the ServerName directive? |
Hostname and Port that the server identifies itself by |
|
What is the purpose of the ErroLog Directive? |
Path where the server logs errors |
|
What is the purpose of the CustomLog directive? |
Sets a custom log file with common access log |
|
What does Order deny,allow directive do? |
Combines the deny and allow directives, which set restrictions from the group. |
|
What does Deny from all directive do? |
If not configured all users would be allowed in to the site. |
|
What does Allow from .cmps.com directive do? |
Allows users from this domain will be allowed to access the site. |
|
AuthName "Accounting" AuthType Basic AuthUserFile /etc/httpd/passwds Order allow,deny Allow from all One directive missing, and not allowing users to authenticate, what is the missing directive? |
Require valid-user |
|
What is the absolute path of the actual directory that holds the binary modules for Apache server? |
/usr/lib64/httpd/modules |
|
What is the absolute path of the actual directory that holds the Apache server daemon?
|
/usr/sbin |
|
What is the absolute path of the actual directory that holds binaries and the actual Apache authentication module that creates and maintains password files?
|
/usr/sbin/htpasswd |
|
What is the absolute path of the actual directory that holds the Apache log files; access_log, error_log, etc. (absolute path)?
|
/var/log/httpd |
|
What is the absolute path of the actual directory that serves as the document root for Apache server and contains web pages?
|
/var/www/html |
|
What is the absolute path of the actual directory that holds certificates that are used by Apache SSL module; mod_ssl?
|
/etc/pki/tls/certs & /etc/pki/tls/private |
|
How can you change Apache server to response to port 443 only, for security?
|
Edit the httpd.conf file and add Listen ipaddress:443 |
|
What are mail-boxes?
|
Received messages stored in a directory or in an individual file |
|
What is Mail User Agent (MUA)?
|
A program/client used to perform email tasks like composing, reading, and sending emails |
|
What is Mail Transfer Agent (MTA)?
|
A client/server software that relays and transfers from one computer to another. |
|
What is Message Delivery Agent (MDA)?
|
Places the email into a recieving users inbox |
|
What is a Mailing List?
|
A single email address that contains multiple user emails, when used, each member of the group will recieve an email |
|
What is mail user Alias?
|
A mailing list, except that the alias smtp envelope sender is not changed |
|
What are Headers and Bodies?
|
Headers contain info about the message. Body contains the message that is sent/recieved |
|
What are Transfer Protocols?
|
Language that is used by the MTA to send/recieve a message (smtp,pop,imap) |
|
What is the concept “Envelopes” used by SMTP?
|
Contains message info like: origin, destination etc. |
|
What is the purpose of MIME for sending mail?
|
Specifes the encoding of data (US-ASCII) |
|
What is MX record?
|
A record that identifies the mail server address for that domain |
|
Who maintains the MX record?
|
Domain Name Service DNS |
|
What is the function of MX record?
|
It's used by DNS to inform the MTA where to send the email (domain) |
|
What is m4?
|
A macro pre-processor program used by sendmail |
|
What is the main function m4?
|
A configuration process of sendmail.mc file, it contains macros used for configuration, once configured, it generates the sendmail.cf file |
|
What is the function of Relaying?
|
In order to relay mail in sendmail you must list the domains you want to relay to in /etc/mail/relay-domains |
|
What is the configuration file read by sendmail when it starts? |
sendmail.cf |
|
What is the name of the file you must edit to configure sendmail?
|
sendmail.mc |
|
Whats the location of the file you must edit to configure sendmail?
|
/etc/mail/sendmail.mc |
|
What is the meaning of “dnl” in the file sendmail.mc?
|
delete through new line |
|
Which mail utility reports number and sizes of messages sendmail has sent and received?
|
mailstats |
|
Which mail utility is used to display status of the outgoing mail queue?
|
mqueue |
|
What is the primary tool used to remotely test if your SMTP/POP/IMAP servers are running properly? Provide example for each one of them
|
telnet smtp-> telnet hostname 25 pop-> telnet hostname 110 imap-> telnet hostname 143 |
|
What are the MS Windows server versions required to install MS Exchange 2013?
|
Windows server 2008 R2 with SP1 or 2012/2012 R2. |
|
What are the minimum Forest and Domain prerequisites for a typical MS Exchange 2013 installation?
|
Schema master (extend the schema) Global Catalog Server Writable DC |
|
What are the files you must download from Microsoft web site and install on Microsoft Windows Server 2012/R2 before you install MS Exchange 2013?
|
.NET Framework 4.5.2 Unified Communications 4.0 Core Runtime 64-Bit MS Office 2010 Filter Pack SP1 64-Bit |
|
MS Exchange 2013 can coexist with which earlier versions of MS Exchange servers?
|
Exchange 2007 with SP3 and min ruid or exchange 2010 with SP3 |
|
What is the command used to accomplish the Active Directory health check?
|
dcdiag /test:DNS /e /v /f:dcdiag.log |
|
What is the exact command used to check which servers are holding Global Catalog service?
|
nslookup gc._msdcs |
|
Is it possible to install different exchange server roles on different servers?
|
Yes, via gui or powershell |
|
In MS Exchange, deleted mails are not deleted right away. Deleted mailbox retention enables you to recover mailboxes after they are removed without needing to restore from backup. By default what is thedefault mailbox retention period for MS Exchange 2013.
|
30 days |
|
Which two tools you can use to recover deleted mailboxes within retention period?
|
Exchange Admin Center (EAC) or Exchange Managment Shell (EMS) |
|
Which two tools users can use to recover deleted mail within retention period?
|
Recover deleted items feature in Outlook or OWA |
|
To install MS Exchange servers in your company domain environment, you must be a member of certain groups. What are the groups?
|
Schema admin Domain admin Enterprise admin |
|
What are the two options to manage and administer MS Exchange 2013?
|
Exchange Admin Center (EAC) or
Exchange Managment Shell (EMS) |
|
If you encounter problem during MS Exchange installation, which file should you consult to find out the error?
|
Log files located in C:\ExchangeSetupLogs |
|
By default, where the mailbox database is stored when you install MS Exchange for the first time?
|
C:\Program Files\Microsoft\Exchange\server\v15\mailbox |
|
During disaster recovery situation which files are used in MS Exchange server?
|
Transaction Log Files |
|
What is a send connector in MS Exchange?
|
Used to send mail to all domains on the Internet |
|
What is the significance of “Autodiscover”?
|
Outlook or email client can connect to Exchange Server, and configure automatically. |
|
Where do you create “Autodiscover” record?
|
Created as an "A" record in DNS Manager |
|
Which record you must create so that external users (MTA) can send email to your MS Exchange mail server(s)?
|
MX Record |
|
What are the different types of mailboxes you can create on MS Exchange server?
|
Regular Shared Resource |
|
What is a “Distribution Group” in MS Exchange?
|
A group of users emails combined into one email, when used it sends mail to all members in that group |
|
What is the difference between “Distribution Group” and “Dynamic Distribution Group” in MS Exchange?
|
Regular -> Has defined set of members for distribution Dynamic -> Sends mass emails via ADDS Group Objects |
|
Like OS updates, regularly Microsoft provides updates for MS Exchange server. What terminology is used for these updates?
|
Cumulative Updates (CU) |
|
How an administrator login to “Exchange Admin Center” to administer Exchange 2013 server?
|
Open web browser and enter: https:\\server.domain\ecp |
|
Which tool you can use to move Exchange database to a different location?
|
Exchange Managment Shell (EMS) |