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