14 Grope member
Niamatullah “Momand”
Asmatullah “Hamdard”
Noorhaider “Noorani”
Abul shahid “Murad”
Teacher :Khalid (Shinwari)
1 Q What is samba server?
Answer: - samba server is a strong network services for file and printer sharing.
2 Q What is the Differences between samba server and NFS server?
Answer: -
samba server and NFS server
slower than NFS server to transfer file and NFS is quicker than samba server
samba is join a windows operating system and NFS simple used two or more Linux system
3 Q How to check to install the samba and nfs server package write command?
Go to the Terminal and write this command (rpm -qa | grep nfs/samba) if you want to check the
samba just type the end of the command samba and if you want to check nfs package you types the
end of command nfs
4 Q What is Stand for (SAN) Network?
SAN stand for Storage area Network
5 Q How to install the samba server Package in our Linux system Through USB?
plug in the flash inside the cd-rom=> right click on the flash ==> Mount volume==> go to the terminal
go to the flash path==>cd / ==> cd /media ==> ls ==>cd flash ==>ls show the all file in the flash
==> cd server /==> ls it show all package in the Linux ==> but now we install the samba package
Type this command (rpm -ivh type the name of package samba 3 , and samba clien) press tabe button
and press enter
6 Q How to install the NFS server package through CD-ROM ?
plug in the CD inside the cd-rom=> right click on the cd-rom==> Mount volume==> go to the terminal
go to the CD path==>cd / ==> cd /media ==> ls ==>cd Cdrom ==>ls show the all file in the CD
==> cd server /==> ls it show all package in the Linux ==> but now we install the NFS package
Type this command (rpm -ivh type the name of package nfs utiles) press tabe button and press enter
7Q What is SMB and NFS stand for?
SMB stands for session Message Block and NFS stands for Network file server
8Q Which purpose in this command use (rpm -QA | grep NFS)
in this command is used to check the NFS server package install or not install
9Q What is RPM stand for ?
RPM stand for request package manager
10 Q Which purpose in this command use (rpm -qa | grep samba)
This command is used to check the samba server package install or not install
Multiple Choice
11 Q ------------- stops multiple users from editing the same file at the same time.
a File Locking
b Permission management
c Conflict resolution
d distributed file system
12 Q Conflict resolution can make the data redundant and highly available by copying it to multiple
servers at different locations.
a File Locking
b Permission management
c Conflict resolution
d distributed file system
13 Q ----------- maintains data integrity in the event of files being overwritten.
a File Locking
b Permission management
c Conflict resolution
d distributed file system
14 Q File Locking is used to set who can access which files and who has the rights to edit or delete the
files.
a File Locking
b Permission management
c Conflict resolution
d distributed file system
15 Q Cloud storage providers, such as:
a Dropbox
b OneDrive
c Box
d All Correct
Part of questions True False
16 Q File servers only make a remote file system accessible to clients.
TRUE
17 Q NFS is a dedicated file server hardware device that includes storage and networking.
FALSE
18 Q NAS is a dedicated file server hardware device that includes storage and networking.
TRUE
19 Q Advantages of a file server
A relatively low cost
B easy to extend and customize
C can be high capacity
D All correct
20 Q Server message block (SMB) is the most common protocol for LAN file servers.
True