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