E04: Network Services Administration Flashcards
Running Samba requires kernel modifications and is entirely a user process.
T/F
False
Samba uses SMB/CIFS to implement NetBIOS on UNIX/Linux hosts to allow share negotiations with Windows systems.
T/F
True
What file can all security Samba modes be set at?
Samba developers discourage the use of share-level security modes due to not all Operating systems are compatible
T/F
True
What is the Port allocated for unencrypted LDAP?
- 389
- 636
- 161
- 631
389 (636 encrypted)
What is a standards-based protocol for interacting with email servers and directory servers?
- RDP
- SSH
- TCP
- LDAP
LDAP
Within the three LDAP controls, what uniquely identifies the type of control?
- OID
- Criticality
- Optional Value
- Port
OID
What is the most commonly used web server on Linux Systems?
- Safari
- Apache
- NGINX
- Lightpd
Apache
What command is utilized to install an apache2 webserver? (full command with name of software wanting to download?
sudo apt install apache2
A user created a website called file.com. The file that contains the header and body of the website is located in index.html. If the user is using Mozilla, what website can they go to, to view the website?
file:///var/www/file.com/index.html
When a browser requests a web page, the web server receives a HTTP Request Header.
T/F
True
GET /file.http HTTP/1.2
Host: file.com
This is an example of what?
- Age
- Location Header
- Apache2
- HTTP header
HTTP header
Attackers can use the HTTP Request/Response Header as the first step to exploit an unpatched or outdated system.
T/F
True
What command can be used to display the configuration for a network interface in Linux?
ifconfig
What command Shows the address resolution table and/or lets you configure it?
arp