Chapter 13 Flashcards
When working with Sendmail, what command can be used to test SMTP support?
- EHLO
- telnet
- HELO
- smtp
HELO
What port is used by the Network Time Protocol (NTP) for communication?
- TCP 20
- TCP 25
- UDP 69
- UDP 123
UDP 123
What kind of servers resolve fully qualified domain names to IP addresses for a certain namespace on the Internet?
- DHCP
- NTP
- DNS
- NIS
DNS
What FTP command runs a shell on the local computer?
- ~
- #
- !
- *
!
In NTP, what stratum consists of atomic devices or GPS clocks?
- 0
- 1
- 2
- 5
0
Where is the default document root directory for the Apache web server?
- /usr/local/html
- /var/www/html
- /usr/share/local/html
- /var/html
/var/www/html
Which one is NOT a common cloud architecture?
- IaaS
- PaaS
- SaaS
- TaaS
TaaS
What ftp command uploads the filename from the current directory on the local computer to the current directory on the remote computer, and allows the use of wildcard metacharacters to specify the filename.
- upload
- mput
- mget
- get
mput
What directive below in Apache’s httpd.conf file specifies that the index.html file in the document root directory will be sent to clients who request an HTML document?
- DirectoryIndex index.html
- DocumentRoot index.html
- Index index.html
- UseIndex index.html
DirectoryIndex index.html
Which command below can be used at a BASH command prompt to obtain a web page?
- apachect1
- ab
- curl
- webpage
curl
Chronyd is an NTP daemon that offers a faster response time compared to the ntpd daemon.
True
False
True
Which command within the command-line FTP utility can be used to change the current directory on the local computer?
- cd
- dir
- lcd
- get
lcd
DHCP clients send a DHCPREQUEST packet when they need to renew IP configuration.
True
False
True
Which command can you use to synchronize ntpd with an NTP time source?
- ntp
- ntpquery
- ntpdate
- hwclock
ntpdate
Which DNS resource record is an alias to other records?
- A
- AAAA
- CNAME
- NS
CNAME