Module 13 Flashcards
Which one is NOT a common cloud architecture?
- IaaS
- PaaS
- SaaS
- TaaS
- TaaS
What port is used by the Network Time Protocol (NTP) for communication?
- TCP 20
- TCP 25
- UDP 69
- UDP 123
- UDP 123
Docker uses _________ technology.
- IOT
- Redundancy
- Virtualization
- Container
- Container
The Apache daemon listens for HTTP requests on what port by default?
- TCP 20
- TCP 25
- TCP 80
- CTP 110
- TCP 80
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
What FTP command runs a shell on the local computer?
- ~
- #
- !
- *
- !
What kind of servers resolve fully qualified domain names to IP addresses for a certain namespace on the Internet?
- DHCP
- NTP
- DNS
- NIS
- DNS
When working with Sendmail, what command can be used to test SMTP support?
- EHLO
- telnet
- HELO
- smtp
- HELO
Which command below can be used at a BASH command prompt to obtain a web page?
- apachect1
- ab
- curl
- webpage
- curl
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
What must you do to transform your computer into a DNS server? (Choose all that apply.)
- Create zone files.
- Create resource records for DNS lookups.
- Create NIS maps.
- Run the name daemon (named).
- Create zone files.
- Create resource records for DNS lookups.
- Run the name daemon (named).
Which command can be used to list containers that are currently running on the operating system only?
- docker ps
- docker ps -a
- docker run
- docker exec
- docker ps
The lines within the Apache configuration file that modify the functionality of the Apache are called directives.
- True
- False
- True
Which DNS resource record is an alias to other records?
- A
- AAAA
- CNAME
- NS
- CNAME
You can purchase object storage from a cloud provider to provide persistent filesystem-based storage.
- True
- False
- False