You are on page 1of 1

CLNT 1101 Client Server I

Quiz X

1. Explain one of stateful or stateless state ?


Stateful will only run if conditions are met, stateless will just run.

2. What is the purpose of SMB ?


Smb is for sharing

3. Explain the following line from crontab?


25 15 * * * root /home/johnm/backup.sh
On the 25th minute of the 15th hour every day, every month backup the
roont/home/johnm folder

4. Purpose of hosts.allow?
storing rules about who you want to allow to connect to the services on your machine kinda like a whitelist
whereas the hosts.deny would be a blacklist

5. Explain one of the four ssh methodologies?

Password authentication, you can only access your target if password is a match

You might also like