Pregunta 1
Pregunta
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?
Respuesta
-
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
Pregunta 2
Pregunta
Which of the following commands you use to see what happened recently on your Linux System?
Respuesta
-
head /var/log
-
tail /var/log
-
head /var/log/messages
-
tail /var/log/messages
Pregunta 3
Pregunta
Which of the windows even logs would contain invalid login attempts?
Respuesta
-
Windows Log
-
Application Log
-
Security log
-
System Log
Pregunta 4
Respuesta
-
A security architecture integrated into the kernel
-
A set of firewalls
-
A security enforcement rule used by the Linux firewalls
-
a network security protocol
Pregunta 5
Pregunta
Which of the following is NOT true of NFS?
Respuesta
-
It is distributed database system
-
It is a client / server architecture
-
It is supported by all UNIX implementation
-
It is a distributed file system
Pregunta 6
Pregunta
Which FTP port does not change regardless of the type or version ?
Respuesta
-
Client control module port
-
Client Data Transfer module port
-
Server control module port
-
Server Data Transfer module port
Pregunta 7
Pregunta
RPC is a protocol that _____________ ?
Respuesta
-
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
Pregunta 8
Pregunta
The Fstab file allows you to
Respuesta
-
run local commands remotely
-
configure NFS server security parameters
-
share file systems via the NFS protocol
-
automatically mount file systems on boot
Pregunta 9
Pregunta
When an RPC server starts, it picks an available port and registers that port with the _______
Respuesta
-
lockd
-
statd
-
port authority
-
portmapper
Pregunta 10
Pregunta
During an SMB/CIFS user level connection, the users name and password will be sent during the _________________
Respuesta
-
NetBIOS session
-
protocol negotiation
-
SMB/CIFS session
-
tree connect
Pregunta 11
Pregunta
Which FTP service(s) uses the PASV command
Respuesta
-
The client
-
The server
-
The client or the server
-
none of the above
Pregunta 12
Pregunta
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?
Respuesta
-
quotas
-
remote procedute call
-
mounting
-
locking
Pregunta 13
Pregunta
In Linux, the mount command used without any switches or modifiers allows you to ______________
Respuesta
-
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
Pregunta 14
Pregunta
to turn off NetBIOS in your windows computer need to go the ___________
Respuesta
-
hosts file
-
TCP/IP properties
-
Domain controller
-
Policy editor
Pregunta 15
Pregunta
If NetBIOS is turned on in a Windows computer, which of the following services can be used (PICK TWO)
Pregunta 16
Pregunta
Which command would you use in Linux to test the basic syntax of a smb.conf file?
Respuesta
-
service smbd status
-
testparm
-
messages
-
smbpasswd
Pregunta 17
Pregunta
What is this: \\ubiqx\cifs\index.html?
Respuesta
-
a URL
-
a NetBIOS name
-
a DNS name
-
an UNC name
Pregunta 18
Pregunta
In Active FTP which service sends out of Data control port number it will use?
Pregunta 19
Pregunta
In Passive FTP which service sends out of the Data control port number will it use?
Pregunta 20
Pregunta
In a Windows Domain what will the TGS packet exchange neither grant or deny to a principle
Respuesta
-
a ticket granting ticket
-
a service ticket
-
An authentication ticket
-
a KDC ticket
Pregunta 21
Pregunta
In a Windows domain what will the AS packet exchange either grant or deny to a principle?
Respuesta
-
A ticket granting ticket
-
a service ticket
-
an authentication ticket
-
a kdc ticket
Pregunta 22
Pregunta
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
Respuesta
-
a ticket granting ticket
-
a service ticket
-
an authentication ticket
-
a KDC ticket
Pregunta 23
Pregunta
Which of the following best describe a kerberos realm ?
Respuesta
-
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
Pregunta 24
Pregunta
Before Joining the Native mode domain from SAMBA, we had to use keberos (kinit) to get a ___________ for the admin
Pregunta 25
Pregunta
When logging on to a windows workstation in a domain, you must acquire a ticket for which service from the KDC
Pregunta 26
Pregunta
How does a windows workstation find a domain controller
Respuesta
-
NetBIOS broadcast
-
WINS service
-
DNS A record
-
DNS SRV record
Pregunta 27
Pregunta
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
}
Respuesta
-
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