MOD E04: Networking Services Administration Flashcards

1
Q

Running Samba requires kernel modifications and is entirely a user process.

[True / False]

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Samba uses SMB/CIFS to implement NetBIOS on UNIX/Linux hosts to allow share negotiations with Windows systems.

[True / False]

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Samba uses SMB/CIFS to implement NetBIOS on UNIX/Linux hosts to allow share negotiations with Windows systems.

[True / False]

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What file can all security Samba modes be set at?

A

smb.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Samba developers discourage the use of share-level security modes due to not all Operating systems are compatible.

[True / False]

A

User-level

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the Port allocated for unencrypted LDAP?

  • 389
  • 636
  • 161
  • 631
A

389

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a standards-based protocol for interacting with email servers and directory servers?

  • RDP
  • SSH
  • TCP
  • LDAP
A

LDAP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Within the three LDAP controls, what uniquely identifies the type of control?

  • OID
  • Criticality
  • Optional Value
  • Port
A

OID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the most commonly used web server on Linux Systems?

  • Safari
  • Apache
  • NGINX
  • Lighttpd
A

Apache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What command is utilized to install an apache2 webserver?

(full command with name of software wanting to download)

A

sudo apt install apache2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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?

A

file:///var/www/file.com/index.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When a browser requests a web page, the web server receives a HTTP Request Header.

[True / False]

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

GET /file.http HTTP/1.2
Host: file.com

This is an example of what?

  • Age
  • Location Header
  • Apache2
  • HTTP header
A

HTTP header

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Attackers can use the HTTP Request/Response Header as the first step to exploit an unpatched or outdated system.

[True / False]

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What command can be used to display the configuration for a network interface in Linux?

A

ifconfig

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What command Shows the address resolution table and/or lets you configure it?

A

arp

17
Q

Which of the following is not part of the three fundamental pieces of information needed in order to minimally configure a network interface?

  • IP Address
  • Netstat
  • Gateway
  • Netmask
A

Netstat

18
Q

Which of the following is not part of the three fundamental pieces of information needed in order to minimally configure a network interface?

  • IP Address
  • Netstat
  • Gateway
  • Netmask
A

Netstat

19
Q

To quickly identify all available Ethernet interfaces, you can use what command?

A

ifconfig

20
Q

What command can help identify ALL network interfaces available to your system ?

A

ifconfig -a

21
Q

Which of the following is not a common interface names utilized with ifconfig?

  • lo
  • en
  • ww
  • rx
A

rx

22
Q

The ip command allows you to configure settings which take effect immediately, however they are not persistent and will be lost after a reboot.

[True / False]

A

True

23
Q

What type of Linux software is utilized to transfer files between operating systems?

  • SSH
  • nmbd
  • Samba
  • smdb
A

Samba

24
Q

Which of the following is not a Samba basic service?

  • Share one or more directory trees
  • Assist clients with network browsing
  • Generate IP addresses
  • Authenticate clients logging onto a Windows domain
A

Generate IP addresses

25
Q

What command is used to locate the Samba location in bash?

A

whereis samba

26
Q

With samba there are two security modes named?

  • Admin-user
  • share-user
  • user-client
  • domain-server
A

share-user

27
Q

Share-level security is the default setting for Samba.

[True / False]

A

False

28
Q

When the list of possible user names is not provided, Samba make a Unix _______.

A

system call

29
Q

Samba developers discourage the use of share-level security modes.

[True / False]

A

True

30
Q

What protocol does SAMBA use?

A

SMB

31
Q

What command did we go over in class can find the Samba location on a Bash Shell?

A

whereis

32
Q

Which Samba daemon is defined as: A daemon that supports NetBIOS Name Service and WINS, which is Microsoft’s implementation of a NetBIOS Name Server (NBNS).

  • smbd
  • apmd
  • nmdb
  • atd
A

nmdb