202-450 Exam #2

202-450 Exam #2

University

46 Qs

quiz-placeholder

Similar activities

Internet Protocol Quiz

Internet Protocol Quiz

10th Grade - University

44 Qs

Section 3: Scheduling (21-25)

Section 3: Scheduling (21-25)

University

41 Qs

NET1L - Lesson 2 (Basic Device Configuration - IP Addressing)

NET1L - Lesson 2 (Basic Device Configuration - IP Addressing)

University

44 Qs

Konsep SO jaringan MSD jaringan dan Distribusi File System

Konsep SO jaringan MSD jaringan dan Distribusi File System

University

50 Qs

9) 209.2 Configuring an NFS server

9) 209.2 Configuring an NFS server

University

48 Qs

Pre-Test NS123

Pre-Test NS123

University

47 Qs

NetAcad Quiz Questions

NetAcad Quiz Questions

11th Grade - University

48 Qs

CSC 207 FINAL EXAM

CSC 207 FINAL EXAM

University

50 Qs

202-450 Exam #2

202-450 Exam #2

Assessment

Quiz

Computers

University

Easy

Created by

Maiky Alfaro

Used 3+ times

FREE Resource

46 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following services belongs to NFSv4 and does not exist in NFSv3?

rpc.idmapd

rpc.statd

nfsd

rpc.mountd

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following actions synchronizes UNIX passwords with the Samba passwords when the encrypted Samba password is changed using smbpasswd?

There are no actions to accomplish this since is not possible.

Run netvamp regularly, to convert the passwords.

Run winbind --sync, to synchronize the passwords.

Add unix password sync = yes to smb.conf

Add smb unix password = sync to smb.conf

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In order to join a file server to the Active Directory domain intra.example.com, the following smb.conf has been created:

The command net ads join raises an error and the server is not joined to the domain. What should be done to successfully join the domain?

Change server role to ad member server to join an Active Directory domain instead of an NT4 domain.

Add realm = intra.example.com to the smb.conf and change workgroup to the domain's netbios workgroup name.

Manually create a machine account in the Active Directory domain and specify the machine account's name with ""U when starting net ads

join.

Remove the winbind enum users and winbind enum groups since winbind is incompatible with Active Directory domains.

Remove all idmap configuration stanzas since the id mapping is defined globally in an Active Directory domain and cannot be changed on a

member server.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

In order to export /usr and /bin via NFSv4, /exports was created and contains working bind mounts to /usr and /bin. The following lines are added

to /etc/exports on the NFC server:

After running mount -t nfsv4 server:/ /mnt

of an NFC-Client, it is observed that /mnt contains the content of the server's /usr directory instead of the content of the NFSv4 root folder.

Which option in /etc/exports has to be changed or removed in order to make the NFSv4 root folder appear when mounting the highest level of the server?

(Specify ONLY the option name without any values or parameters.)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the Samba option below that should be used if the main intention is to setup a guest printer service?

security = cups

security = ldap

security = pam

security = share

security = printing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The Samba configuration file contains the following lines:

A workstation is on the wired network with an IP address of 192.168.1.177 but is unable to access the Samba server. A wireless laptop with an IP address 192.168.2.93 can access the Samba server. Additional trouble shooting shows that almost every machine on the wired network is unable to access the Samba server.

Which alternate host allow declaration will permit wired workstations to connect to the Samba server without denying access to anyone else?

host allow = 192.168.1.1-255

host allow = 192.168.1.100 192.168.2.200 localhost

host deny = 192.168.1.100/255.255.255.0 192.168.2.31 localhost

host deny = 192.168.2.200/255.255.255.0 192.168.2.31 localhost

host allow = 192.168.1.0/255.255.255.0 192.168.2.0/255.255.255.0 localhost

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The following Apache HTTPD configuration has been set up to create a virtual host available at www.example.com and www2.example.com:

Even though Apache HTTPD correctly processed the configuration file, requests to both names are not handled correctly. What should be changed in order to ensure correct operations?

The configuration must be split into two VirtualHost sections since each virtual host may only have one name.

The port mentioned in opening VirtualHost tag has to be appended to the ServerName declaration's values.

Both virtual host names have to be placed as comma separated values in one ServerName declaration.

Both virtual host names have to be mentioned in the opening VirtualHost tag.

Only one Server name declaration may exist, but additional names can be declared in ServerAlias options.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?