Edriane Moreno
Quiz by , created more than 1 year ago

hello world

22
0
0
Edriane Moreno
Created by Edriane Moreno over 8 years ago
Close

Midterm

Question 1 of 27

1

You can activate a windows operating system using a Windows key server using the command:

slmgr /ato

but before you do that you must do which two things?

Select one or more of the following:

  • Give the operating system the command: slmgr /clientmode

  • Give the operating system a generic key to put it in client mode

  • Give the operating system the IP address of the key server

  • Send the pre-active command from the key server

  • Create a KDC Kerberos server

Explanation

Question 2 of 27

1

Which of the following commands you use to see what happened recently on your Linux System?

Select one of the following:

  • head /var/log

  • tail /var/log

  • head /var/log/messages

  • tail /var/log/messages

Explanation

Question 3 of 27

1

Which of the windows even logs would contain invalid login attempts?

Select one of the following:

  • Windows Log

  • Application Log

  • Security log

  • System Log

Explanation

Question 4 of 27

1

What is SELinux

Select one of the following:

  • A security architecture integrated into the kernel

  • A set of firewalls

  • A security enforcement rule used by the Linux firewalls

  • a network security protocol

Explanation

Question 5 of 27

1

Which of the following is NOT true of NFS?

Select one of the following:

  • It is distributed database system

  • It is a client / server architecture

  • It is supported by all UNIX implementation

  • It is a distributed file system

Explanation

Question 6 of 27

1

Which FTP port does not change regardless of the type or version ?

Select one of the following:

  • Client control module port

  • Client Data Transfer module port

  • Server control module port

  • Server Data Transfer module port

Explanation

Question 7 of 27

1

RPC is a protocol that _____________ ?

Select one of the following:

  • Allows remote connections to be transparent

  • translates remote file names to local inode numbers

  • converts ASCII to EBCDIC

  • sets the description of data being transferred through the network

Explanation

Question 8 of 27

1

The Fstab file allows you to

Select one of the following:

  • run local commands remotely

  • configure NFS server security parameters

  • share file systems via the NFS protocol

  • automatically mount file systems on boot

Explanation

Question 9 of 27

1

When an RPC server starts, it picks an available port and registers that port with the _______

Select one of the following:

  • lockd

  • statd

  • port authority

  • portmapper

Explanation

Question 10 of 27

1

During an SMB/CIFS user level connection, the users name and password will be sent during the _________________

Select one of the following:

  • NetBIOS session

  • protocol negotiation

  • SMB/CIFS session

  • tree connect

Explanation

Question 11 of 27

1

Which FTP service(s) uses the PASV command

Select one of the following:

  • The client

  • The server

  • The client or the server

  • none of the above

Explanation

Question 12 of 27

1

When using a file over a remote connection such as that created by NFS or SMB/CIFS what type of protocol is used to ensure multiple users can't change the file simultaneously?

Select one of the following:

  • quotas

  • remote procedute call

  • mounting

  • locking

Explanation

Question 13 of 27

1

In Linux, the mount command used without any switches or modifiers allows you to ______________

Select one of the following:

  • View a list of the remote computers connected to your system via NFS

  • Act as a remote server for a file system protocols such as NFS

  • View list of file systems connected to the root file system tree if the operating system

  • execute commands on the local computer sent by local system drives

Explanation

Question 14 of 27

1

to turn off NetBIOS in your windows computer need to go the ___________

Select one of the following:

  • hosts file

  • TCP/IP properties

  • Domain controller

  • Policy editor

Explanation

Question 15 of 27

1

If NetBIOS is turned on in a Windows computer, which of the following services can be used (PICK TWO)

Select one or more of the following:

  • DNS

  • NetBios name resolution

  • NetBIOS session request and response

  • NetBIOS security authentication

  • Microsoft Browsing

Explanation

Question 16 of 27

1

Which command would you use in Linux to test the basic syntax of a smb.conf file?

Select one of the following:

  • service smbd status

  • testparm

  • messages

  • smbpasswd

Explanation

Question 17 of 27

1

What is this: \\ubiqx\cifs\index.html?

Select one of the following:

  • a URL

  • a NetBIOS name

  • a DNS name

  • an UNC name

Explanation

Question 18 of 27

1

In Active FTP which service sends out of Data control port number it will use?

Select one of the following:

  • Client control module

  • Client Data Transfer Module

  • Server control module

  • Server Data transfer module

Explanation

Question 19 of 27

1

In Passive FTP which service sends out of the Data control port number will it use?

Select one of the following:

  • Client Control Module

  • Client Data Transfer Module

  • Server control module

  • Server data transfer module

Explanation

Question 20 of 27

1

In a Windows Domain what will the TGS packet exchange neither grant or deny to a principle

Select one of the following:

  • a ticket granting ticket

  • a service ticket

  • An authentication ticket

  • a KDC ticket

Explanation

Question 21 of 27

1

In a Windows domain what will the AS packet exchange either grant or deny to a principle?

Select one of the following:

  • A ticket granting ticket

  • a service ticket

  • an authentication ticket

  • a kdc ticket

Explanation

Question 22 of 27

1

In order to access a domain resource like a shared folder or a printer the client must present a __________ to the computer with the resource

Select one of the following:

  • a ticket granting ticket

  • a service ticket

  • an authentication ticket

  • a KDC ticket

Explanation

Question 23 of 27

1

Which of the following best describe a kerberos realm ?

Select one of the following:

  • A microsoft security domain

  • a unit of security managed by the kerberos protocl

  • a microsoft domain trust group

  • a samba security protocol for interface with Microsoft systems

Explanation

Question 24 of 27

1

Before Joining the Native mode domain from SAMBA, we had to use keberos (kinit) to get a ___________ for the admin

Select one of the following:

  • tgs

  • tgt

  • st

  • as

Explanation

Question 25 of 27

1

When logging on to a windows workstation in a domain, you must acquire a ticket for which service from the KDC

Select one of the following:

  • host

  • ldap

  • cifs

  • ads

Explanation

Question 26 of 27

1

How does a windows workstation find a domain controller

Select one of the following:

  • NetBIOS broadcast

  • WINS service

  • DNS A record

  • DNS SRV record

Explanation

Question 27 of 27

1

Below is a section of the krb5.conf file. Which of the following best describe what this tells the kerberos server.

[realms]
TEST.CA = {
kdc = DC.TEST.CA:88
}

Select one of the following:

  • It tells the Kerberos service to map all hosts from the TEST.CA windows domain to the TEST.CA

  • It tells the kerberos service only use port 88 when talking to workstations

  • It tells the kerberos service to provide authentication service for the TEST.CA realm

  • It tells the kerberos service the name of an authentication server for the TEST.CA realm

Explanation