IS3440 CHAP 8 NETWORKED FILESYSTEMS AND REMOTE ACCESS Flashcards
___ is a distributed network filesystem, sometimes associated with Kerberos tokens.
(AFS) Andrew Filesystem
___ is a protocol that guarantees integrity and data-origin authentication of network packets.
(AH) Authentication Header
___ is a backup fo a PDC on a Microsoft Window NT domain; Linux with Samba can be configured as a BDC.
(BDC) Backup Domain Controller
___ is an encryption protocol that normally provides authenticity, integrity, and confidentiality protection of network packets.
(ESP) Encapsulating Security Payload protocol
___ is an application programming interface that accommodates communication primarily between Kerberos and services such as NFS.
(GSSAPI) Generic security services application program interface
___ is a protocol for key exchange used to set up a security association between different systems.
(IKE) Internet Key Exchange
___is an application layer email protocol that supports client access to remote servers.
(IMAP4) Internet Message Access Protocol v4
___ is a computer network authentication protocol. Developed at MIT as part of project Athena, it allows clients to prove their identities to each other with secure tickets.
Kerberos
___ is an identity associated with Kerberos tickets. it includes the user, the Kerberos administrator, and the realm.
Kerberos principal
___ is typically, the name of the domain for the LAN or enterprise network, in upper-case letters.
Kerberos realm
___ is the “proof” on one system that verifies the identity of a second system.
Kerberos ticket
___ is a system assigned to maintain a database of NetBIOS names and their services such as domain or workgroup membership.
Master browser
___ is a name for a computer system, commonly assigned on Microsoft-style networks; associated with the session layer of the OSE model.
(NetBIOS) Network Address Translation traversal protocol
___ is an account with standard end-user operating system permissions. This type of user does not have administrative permissions that would be found with a superuser, root . , or administrative account.
Nonprivileged user
___ is an application layer email protocol that supports email client downloads of incoming messages.
(POP3) Post Office Protocol v3
___ is a master server on a Microsoft Windows NT domain that controls and can grant access to a number of computer resources based on the usernames and passwords in its database. Linux with Samba can be configured as this.
(PDC) Primary Domain Controller
___ is an application-layer email protocol primarily used for outgoing messages from clients.
(SMTP) Simple Mail Transfer Protocol
___ is a server that includes a database of NetBIOS names and Internet Protocol (IP) addresses.
(WINS) Windows Internet Name Service
___ is one name for a protocol associated with the X Window system.
X11
- Which of the following services are required with Kerberos?
- Telnet
- NFS
- NTP
- Samba
NTP
- Which of the following files would you expect to contain Kerberos keys?
- krb5.keys
- users.krb
- michael.key
- user.keytab
user.keytab
- The protocol that allows Kerberos to work with different file-sharing services is ___.
GSSAPI (generic security services application program interface)
- The vsFTP directory directive changes the default directory for anonymous access.
TRUE OR FALSE.
FALSE
- Which of the following Samba directives sets the name for the local server?
- hostname
- netbios name
- server_name
- domain name
netbios name
- If you want to set up a PDC, what should be the value of the security directive?
- user
- domain
- server
- ads
user
- Which of the following bits of information is contained in a WINS server?
- Usernames
- Permissions
- NetBIOS names
- Hostnames
NetBIOS names
- Name the full path to the directory with SSH keys for user
donna
./home/donna/.ssh/
acceptable; /home/donna/ .ssh
- Which of the following directives specify that SSH listens on a network card with a network address of 192.168.0.0?
- ListenAddress 192.168.0.1
- ListenAddress 192.168.0.0/24
- ListenAddress 192.168.0.0/255.255.255.0
- ListenAddress 192.268.0.255
ListenAddress 192.168.0.1
- In what file on a remote system would you copy an SSH public key?
- .ssh/authorized_keys
- .ssh/id_rsa.pub
- .ssh/id_dsa.pub
- .ssg/id_authorized.pub
.ssh/authorized_keys
- TCP/IP port 443 is associated with IPSec connections.
TRUE OR FALSE
FALSE
- Which of the following directories may contain configuration files for IPSec connections? (Select two)
- /etc/sysconfig/networ-scripts/
- /etc/ipsec/
- /etc/network/
- /etc/racoon/
/etc/sysconfig/networ-scripts/
/etc/racoon/
- Which of the following services or protocols can be used to add security to Telnet?
- SSL
- STP
- SSH
- PAP
SSL
- Which of the following authentication systems is not normally with RADIUS?
- CHAP
- PAP
- PPP
- EAP
PPP
- Which of the following ports is a secure alternative for SMTP?
- 52
- 110
- 993
- 465
465