SlideShare ist ein Scribd-Unternehmen logo
1 von 44
SUBMITTED BY:
SUMANT GARG

2909012

CSE 1 (A1)
RH253 arms students with
                                                                      in-depth knowledge needed
                                                                      to configure common Red
                                                                      Hat     Enterprise      Linux
                                   RH133 focuses on skills in         network services. Network
                                   systems administration on Red
                                   Hat Linux, to a level where you    and local security tasks are
                                   can attach and configure a         also topics of this course
The first course for both RHCT
                                   workstation on an existing
and RHCE certification tracks,     network. This course provides
RH033 is for who have never        intensive hands-on training on
used Linux or UNIX, and who        Red Hat Enterprise Linux, and it
have no prior command line         prepare      for   the    RHCT
experience     in   any    other   Certification .
operating system. You are
taught the basics of a Red Hat
Enterprise Linux environment,
and it prepares you for your
future role as a system
administrator.
Linux Distribution

Project

RPM

YUM

DHCP

NFS

SAMBA

FTP

APACHE (HTTP)
Redhat Package Management

To query what software packages have been installed
 • $ rpm -qa

To query a software package
 • $ rpm -q emacs

To install a software package
 • $ rpm -i emacs-21.4-19.el5.i386.rpm
   • Error: Failed dependencies:
Disadvantages
 • Very primitive
 • Have to resolve software dependencies manually
   Yellowdog Update, Modified
   To find out what software packages have been
    installed on a system
    • $ yum list
       Installed Packages
      …
       gawk.i386        3.1.5-14.e15   installed
       gcc.i386 4.1.2-14.e15            installed
      …
       Available Packages
      …
       emacs.i386       21.4-19.e16    base
      …
 To   find out if nfs has been install
  • $ yum list nfs
 To   install nfs
  • $ yum install nfs
 To   remove nfs
  • $ yum remove nfs
Class-full addressing
• Class A(1-127)
• Class B(128-191)      Class-less addressing
• Class C(192-223)
                        • CIDR(Classless Inter-Domain
• Class D(224-239)        Routing)
• Class E(240-255)      • FLSM(Fixed Length Subnet Masking)
                        • VLSM(Variable Length Subnet
                          Masking)
Created by the Host
                                                                     Configuration Working
   Dynamic Host
                            Standard protocol                        Group of the Internet
Configuration Protocol
                                                                       Engineering Task
                                                                         Force (IETF)




                         Utilizing ports:
                         • 67 – connections to
                           server                                      Uses client–server
   Runs over UDP
                         • 68 – connections to client                       model




                                                        in general
• Extensions:
  • Supports temporary allocation (“leases”) of
    IP addresses
  • DHCP client can acquire all IP configuration
    parameters needed to operate
• DHCP is the preferred mechanism for
  dynamic assignment of IP addresses
• DHCP can interoperate with BOOTP clients.

                               13
The Network File System (NFS) is a distributed file system that allows
users to access files and directories located on remote computers and
treat those files and directories as if they were local. For example,
users can use operating system commands to create, remove, read,
write, and set file attributes for remote files and directories.


NFS was developed by Sun Microsystems in 1994




NFS allows fill or partial file systems from other hosts to be mounted to
the local file system
NFS makes files on a remote host appear as part of the local
host’s file system

NFS allows you to centralize administration of disks instead of
duplicating directories on every system

Only the servers need to be backed up if clients do not store
data locally

Resources that need to be shared must be exported by the
server

Any file system or subset may be exported
Limited security


  Clients and servers trust each other
  unconditionally

Host names can be spoofed (a machine
claiming to be another)
Means making a local directory
 of file available for mounting
                                       The file is /etc/exports
   over the network by NFS
              clients




      One line per resource       NFS server maintain a table of
    containing the path to the    exported resources
     directory to be exported     • $ exportsfs #shows current exports
followed by a space separated       table
                                  • $ exprotsfs -a #exports all resources
 list of hosts that may access      in exports file
   the resource followed by a
  parenthesized list of options
Samba is an Open Source Suite, that provides seamless file and print
services to SMB/CIFS clients.


    Samba is freely available.


     With Samba, you can share a Linux file system with Windows and
     vice versa.

    You can also share printers connected to either Linux or a system
    with Windows.

Samba enables a Linux or Unix server to function as a file server for
client PCs running Windows software.
•What is SMB?
•SMB stands for – Server Message Block.
•It is a protocol by which a lot of PC-related machines share
files and printers and other information such as lists of
available files and printers.
•Operating systems that support this natively include
Windows NT, OS/2, and Linux.

•What is CIFS?
•CIFS – Common Internet File System is a protocol that is
basically an updated SMB.
The File Transfer Protocol (FTP) is used as one of the most
     common file server, which used to download/upload files
from/to web server over the Internet. Most web based download
    sites use the built in FTP capabilities of web browsers and
    therefore most server oriented operating systems usually
 include an FTP server application as part of the software suite.
                        Linux is no exception.



This will show you how to make your Linux server into an FTP
server using the default Very Secure FTP Daemon (VSFTPD)
                 package included in RHEL 6.
Type -: System V-managed service

Package -: vsftpd

Daemon -: /usr/sbin/vsftpd

Script -: /etc/init.d/vsftpd

Ports -: 21 (ftp), 20 (ftp-data)

Configuration -: /etc/vsftpd/vsftpd.conf, /etc/vsftpd.ftpusers, /etc/pam.d/vsftpd

Log -: /var/log/xferlog

Related -: tcp_wrappers, ip_conntrack_ftp, ip_nat_ftp
Command                                 Description
get filename                        Retrieve file from server
mget filename*                      Retrieve multiple files from server*
put filename                        Copy local file to server
mput filename*                      Copy multiple local files to server*
open server                         Begin login to server
bye / close / exit                  Logoff server
ls / dir                            List files in current remote dir on server
lcd                                 Change local directory
cd                                  Change remote directory
rhelp / remotehelp                  Lists commands the server accepts

 * Sent to server as multiple command by User Protocol Interpreter
1. Limit network traffic and increase network performance.
2. Provide traffic flow control.
3. Provide a basic level of security for network access.
4. Decide which types of traffic are forwarded or blocked at      the
router interfaces. For example: Permit e-mail traffic to be routed, but
block all telnet traffic.
5. Allow an administrator to control what areas a client can access on
a network.
6. If ACLs are not configured on the router, all packets passing through
the router will be allowed onto all parts of the network.
The Apache HTTP Server Project is an effort to
  develop and maintain an open-source HTTP
 server for modern operating systems including
UNIX and Windows NT. The goal of this project
 is to provide a secure, efficient and extensible
server that provides HTTP services in sync with
           the current HTTP standards.

 HTTP (Hypertext Transfer Protocol) server, or
 a web server, is a network service that serves
 content to a client over the web. This typically
means web pages, but any other documents can
               be served as well.
Caching modules, that
is, mod_cache and mod_disk_cache.

Support for proxy load balancing, that is,
the mod_proxy_balancer module.

Support for large files on 32-bit architectures, allowing
the web server to handle files greater than 2GB.

Authentication and authorization support,
RHCE (RED HAT CERTIFIED ENGINEERING)
RHCE (RED HAT CERTIFIED ENGINEERING)
RHCE (RED HAT CERTIFIED ENGINEERING)
RHCE (RED HAT CERTIFIED ENGINEERING)
RHCE (RED HAT CERTIFIED ENGINEERING)

Weitere ähnliche Inhalte

Was ist angesagt?

Linux or unix interview questions
Linux or unix interview questionsLinux or unix interview questions
Linux or unix interview questions
Teja Bheemanapally
 
Squid proxy-configuration-guide
Squid proxy-configuration-guideSquid proxy-configuration-guide
Squid proxy-configuration-guide
jasembo
 

Was ist angesagt? (20)

Rac on NFS
Rac on NFSRac on NFS
Rac on NFS
 
Red hat enterprise linux 7 (rhel 7)
Red hat enterprise linux 7 (rhel 7)Red hat enterprise linux 7 (rhel 7)
Red hat enterprise linux 7 (rhel 7)
 
Linux or unix interview questions
Linux or unix interview questionsLinux or unix interview questions
Linux or unix interview questions
 
Linux clustering solution
Linux clustering solutionLinux clustering solution
Linux clustering solution
 
Building a Two Node SLES 11 SP2 Linux Cluster with VMware
Building a Two Node SLES 11 SP2 Linux Cluster with VMwareBuilding a Two Node SLES 11 SP2 Linux Cluster with VMware
Building a Two Node SLES 11 SP2 Linux Cluster with VMware
 
linux
linuxlinux
linux
 
Meeting 9 nfs network file system
Meeting 9   nfs network file systemMeeting 9   nfs network file system
Meeting 9 nfs network file system
 
Building High Availability Clusters with SUSE Linux Enterprise High Availabil...
Building High Availability Clusters with SUSE Linux Enterprise High Availabil...Building High Availability Clusters with SUSE Linux Enterprise High Availabil...
Building High Availability Clusters with SUSE Linux Enterprise High Availabil...
 
Linux High Availability Overview - openSUSE.Asia Summit 2015
Linux High Availability Overview - openSUSE.Asia Summit 2015 Linux High Availability Overview - openSUSE.Asia Summit 2015
Linux High Availability Overview - openSUSE.Asia Summit 2015
 
3. introduction of centos
3. introduction of centos3. introduction of centos
3. introduction of centos
 
High performance content hosting
High performance content hosting High performance content hosting
High performance content hosting
 
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
Linux Tutorial For Beginners | Linux Administration Tutorial | Linux Commands...
 
4. Centos Administration
4. Centos Administration4. Centos Administration
4. Centos Administration
 
Anthony McKeown Drupal Presentation
Anthony McKeown Drupal PresentationAnthony McKeown Drupal Presentation
Anthony McKeown Drupal Presentation
 
freebsd-watitis
freebsd-watitisfreebsd-watitis
freebsd-watitis
 
AFS case study
AFS case studyAFS case study
AFS case study
 
ORACLE HA NFS over Oracle ASM
ORACLE HA NFS over Oracle ASMORACLE HA NFS over Oracle ASM
ORACLE HA NFS over Oracle ASM
 
Squid proxy-configuration-guide
Squid proxy-configuration-guideSquid proxy-configuration-guide
Squid proxy-configuration-guide
 
linux interview questions and answers
linux interview questions and answerslinux interview questions and answers
linux interview questions and answers
 
Red Hat Enterprise Linux and NFS by syedmshaaf
Red Hat Enterprise Linux and NFS by syedmshaafRed Hat Enterprise Linux and NFS by syedmshaaf
Red Hat Enterprise Linux and NFS by syedmshaaf
 

Andere mochten auch

Redhat training &certification
Redhat training &certificationRedhat training &certification
Redhat training &certification
Ahmed Abbas Ahmed
 
Sprint review
Sprint reviewSprint review
Sprint review
rabman
 
Final presentation
Final presentationFinal presentation
Final presentation
rabman
 
How to handle extracurriculars in medical school
How to handle extracurriculars in medical schoolHow to handle extracurriculars in medical school
How to handle extracurriculars in medical school
astraflame
 
Quantum physics - Bohr Atom
Quantum physics - Bohr AtomQuantum physics - Bohr Atom
Quantum physics - Bohr Atom
TL Lee
 
Summary of response
Summary of responseSummary of response
Summary of response
TL Lee
 
Building a linux kernel
Building a linux kernelBuilding a linux kernel
Building a linux kernel
Raghu nath
 
Red hat linux essentials
Red hat linux essentialsRed hat linux essentials
Red hat linux essentials
elshiekh1980
 

Andere mochten auch (20)

Rh436 pdf
Rh436 pdfRh436 pdf
Rh436 pdf
 
Redhat training &certification
Redhat training &certificationRedhat training &certification
Redhat training &certification
 
Squid Server
Squid ServerSquid Server
Squid Server
 
Linux system administrators-guide
Linux system administrators-guideLinux system administrators-guide
Linux system administrators-guide
 
RedHat Linux
RedHat LinuxRedHat Linux
RedHat Linux
 
Introduction to Red Hat
Introduction to Red HatIntroduction to Red Hat
Introduction to Red Hat
 
Mission Impossible 7 "The Scavenger Hunt"
Mission Impossible 7 "The Scavenger Hunt"Mission Impossible 7 "The Scavenger Hunt"
Mission Impossible 7 "The Scavenger Hunt"
 
New phrasal verbs
New phrasal verbsNew phrasal verbs
New phrasal verbs
 
Sprint review
Sprint reviewSprint review
Sprint review
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Mentoring
MentoringMentoring
Mentoring
 
Redrawing the Energy-Climate Map
Redrawing the Energy-Climate MapRedrawing the Energy-Climate Map
Redrawing the Energy-Climate Map
 
How to handle extracurriculars in medical school
How to handle extracurriculars in medical schoolHow to handle extracurriculars in medical school
How to handle extracurriculars in medical school
 
Quantum physics - Bohr Atom
Quantum physics - Bohr AtomQuantum physics - Bohr Atom
Quantum physics - Bohr Atom
 
Summary of response
Summary of responseSummary of response
Summary of response
 
Ictlt tracker presentation
Ictlt tracker presentationIctlt tracker presentation
Ictlt tracker presentation
 
Analysing solar spectrum
Analysing solar spectrumAnalysing solar spectrum
Analysing solar spectrum
 
Building a linux kernel
Building a linux kernelBuilding a linux kernel
Building a linux kernel
 
Red hat linux essentials
Red hat linux essentialsRed hat linux essentials
Red hat linux essentials
 
(CCNA, RHCE, CEH)
(CCNA, RHCE, CEH)(CCNA, RHCE, CEH)
(CCNA, RHCE, CEH)
 

Ähnlich wie RHCE (RED HAT CERTIFIED ENGINEERING)

Lamp technology
Lamp technologyLamp technology
Lamp technology
2tharan21
 
lamp technology
lamp technologylamp technology
lamp technology
Deepa
 
Deepa ppt about lamp technology
Deepa ppt about lamp technologyDeepa ppt about lamp technology
Deepa ppt about lamp technology
Deepa
 
Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lamp
Nadhi ya
 
Installing tivoli system automation for high availability of db2 udb bcu on a...
Installing tivoli system automation for high availability of db2 udb bcu on a...Installing tivoli system automation for high availability of db2 udb bcu on a...
Installing tivoli system automation for high availability of db2 udb bcu on a...
Banking at Ho Chi Minh city
 
It04 roshan basnet
It04 roshan basnetIt04 roshan basnet
It04 roshan basnet
rosu555
 
Clusters (Distributed computing)
Clusters (Distributed computing)Clusters (Distributed computing)
Clusters (Distributed computing)
Sri Prasanna
 

Ähnlich wie RHCE (RED HAT CERTIFIED ENGINEERING) (20)

Network File System
Network File SystemNetwork File System
Network File System
 
Lamp technology
Lamp technologyLamp technology
Lamp technology
 
lamp technology
lamp technologylamp technology
lamp technology
 
Deepa ppt about lamp technology
Deepa ppt about lamp technologyDeepa ppt about lamp technology
Deepa ppt about lamp technology
 
Linux Servers.pptx
Linux Servers.pptxLinux Servers.pptx
Linux Servers.pptx
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
 
Ch18 system administration
Ch18 system administration Ch18 system administration
Ch18 system administration
 
Linux Based Network Proposal
Linux Based Network ProposalLinux Based Network Proposal
Linux Based Network Proposal
 
Linux
LinuxLinux
Linux
 
Ubuntu For Intranet Services
Ubuntu For Intranet ServicesUbuntu For Intranet Services
Ubuntu For Intranet Services
 
Rhel4
Rhel4Rhel4
Rhel4
 
Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lamp
 
[발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community)
[발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community) [발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community)
[발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community)
 
Cl116
Cl116Cl116
Cl116
 
LOAD BALANCING OF APPLICATIONS USING XEN HYPERVISOR
LOAD BALANCING OF APPLICATIONS  USING XEN HYPERVISORLOAD BALANCING OF APPLICATIONS  USING XEN HYPERVISOR
LOAD BALANCING OF APPLICATIONS USING XEN HYPERVISOR
 
Installing tivoli system automation for high availability of db2 udb bcu on a...
Installing tivoli system automation for high availability of db2 udb bcu on a...Installing tivoli system automation for high availability of db2 udb bcu on a...
Installing tivoli system automation for high availability of db2 udb bcu on a...
 
Chapter 06
Chapter 06Chapter 06
Chapter 06
 
Considerations when implementing_ha_in_dmf
Considerations when implementing_ha_in_dmfConsiderations when implementing_ha_in_dmf
Considerations when implementing_ha_in_dmf
 
It04 roshan basnet
It04 roshan basnetIt04 roshan basnet
It04 roshan basnet
 
Clusters (Distributed computing)
Clusters (Distributed computing)Clusters (Distributed computing)
Clusters (Distributed computing)
 

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

RHCE (RED HAT CERTIFIED ENGINEERING)

  • 2. RH253 arms students with in-depth knowledge needed to configure common Red Hat Enterprise Linux RH133 focuses on skills in network services. Network systems administration on Red Hat Linux, to a level where you and local security tasks are can attach and configure a also topics of this course The first course for both RHCT workstation on an existing and RHCE certification tracks, network. This course provides RH033 is for who have never intensive hands-on training on used Linux or UNIX, and who Red Hat Enterprise Linux, and it have no prior command line prepare for the RHCT experience in any other Certification . operating system. You are taught the basics of a Red Hat Enterprise Linux environment, and it prepares you for your future role as a system administrator.
  • 4.
  • 5.
  • 6. Redhat Package Management To query what software packages have been installed • $ rpm -qa To query a software package • $ rpm -q emacs To install a software package • $ rpm -i emacs-21.4-19.el5.i386.rpm • Error: Failed dependencies: Disadvantages • Very primitive • Have to resolve software dependencies manually
  • 7.
  • 8. Yellowdog Update, Modified  To find out what software packages have been installed on a system • $ yum list  Installed Packages …  gawk.i386 3.1.5-14.e15 installed  gcc.i386 4.1.2-14.e15 installed …  Available Packages …  emacs.i386 21.4-19.e16 base …
  • 9.  To find out if nfs has been install • $ yum list nfs  To install nfs • $ yum install nfs  To remove nfs • $ yum remove nfs
  • 10. Class-full addressing • Class A(1-127) • Class B(128-191) Class-less addressing • Class C(192-223) • CIDR(Classless Inter-Domain • Class D(224-239) Routing) • Class E(240-255) • FLSM(Fixed Length Subnet Masking) • VLSM(Variable Length Subnet Masking)
  • 11.
  • 12. Created by the Host Configuration Working Dynamic Host Standard protocol Group of the Internet Configuration Protocol Engineering Task Force (IETF) Utilizing ports: • 67 – connections to server Uses client–server Runs over UDP • 68 – connections to client model in general
  • 13. • Extensions: • Supports temporary allocation (“leases”) of IP addresses • DHCP client can acquire all IP configuration parameters needed to operate • DHCP is the preferred mechanism for dynamic assignment of IP addresses • DHCP can interoperate with BOOTP clients. 13
  • 14.
  • 15.
  • 16.
  • 17. The Network File System (NFS) is a distributed file system that allows users to access files and directories located on remote computers and treat those files and directories as if they were local. For example, users can use operating system commands to create, remove, read, write, and set file attributes for remote files and directories. NFS was developed by Sun Microsystems in 1994 NFS allows fill or partial file systems from other hosts to be mounted to the local file system
  • 18. NFS makes files on a remote host appear as part of the local host’s file system NFS allows you to centralize administration of disks instead of duplicating directories on every system Only the servers need to be backed up if clients do not store data locally Resources that need to be shared must be exported by the server Any file system or subset may be exported
  • 19. Limited security Clients and servers trust each other unconditionally Host names can be spoofed (a machine claiming to be another)
  • 20. Means making a local directory of file available for mounting The file is /etc/exports over the network by NFS clients One line per resource NFS server maintain a table of containing the path to the exported resources directory to be exported • $ exportsfs #shows current exports followed by a space separated table • $ exprotsfs -a #exports all resources list of hosts that may access in exports file the resource followed by a parenthesized list of options
  • 21.
  • 22.
  • 23.
  • 24. Samba is an Open Source Suite, that provides seamless file and print services to SMB/CIFS clients. Samba is freely available. With Samba, you can share a Linux file system with Windows and vice versa. You can also share printers connected to either Linux or a system with Windows. Samba enables a Linux or Unix server to function as a file server for client PCs running Windows software.
  • 25. •What is SMB? •SMB stands for – Server Message Block. •It is a protocol by which a lot of PC-related machines share files and printers and other information such as lists of available files and printers. •Operating systems that support this natively include Windows NT, OS/2, and Linux. •What is CIFS? •CIFS – Common Internet File System is a protocol that is basically an updated SMB.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30. The File Transfer Protocol (FTP) is used as one of the most common file server, which used to download/upload files from/to web server over the Internet. Most web based download sites use the built in FTP capabilities of web browsers and therefore most server oriented operating systems usually include an FTP server application as part of the software suite. Linux is no exception. This will show you how to make your Linux server into an FTP server using the default Very Secure FTP Daemon (VSFTPD) package included in RHEL 6.
  • 31. Type -: System V-managed service Package -: vsftpd Daemon -: /usr/sbin/vsftpd Script -: /etc/init.d/vsftpd Ports -: 21 (ftp), 20 (ftp-data) Configuration -: /etc/vsftpd/vsftpd.conf, /etc/vsftpd.ftpusers, /etc/pam.d/vsftpd Log -: /var/log/xferlog Related -: tcp_wrappers, ip_conntrack_ftp, ip_nat_ftp
  • 32.
  • 33. Command Description get filename Retrieve file from server mget filename* Retrieve multiple files from server* put filename Copy local file to server mput filename* Copy multiple local files to server* open server Begin login to server bye / close / exit Logoff server ls / dir List files in current remote dir on server lcd Change local directory cd Change remote directory rhelp / remotehelp Lists commands the server accepts * Sent to server as multiple command by User Protocol Interpreter
  • 34.
  • 35. 1. Limit network traffic and increase network performance. 2. Provide traffic flow control. 3. Provide a basic level of security for network access. 4. Decide which types of traffic are forwarded or blocked at the router interfaces. For example: Permit e-mail traffic to be routed, but block all telnet traffic. 5. Allow an administrator to control what areas a client can access on a network. 6. If ACLs are not configured on the router, all packets passing through the router will be allowed onto all parts of the network.
  • 36.
  • 37.
  • 38. The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. HTTP (Hypertext Transfer Protocol) server, or a web server, is a network service that serves content to a client over the web. This typically means web pages, but any other documents can be served as well.
  • 39. Caching modules, that is, mod_cache and mod_disk_cache. Support for proxy load balancing, that is, the mod_proxy_balancer module. Support for large files on 32-bit architectures, allowing the web server to handle files greater than 2GB. Authentication and authorization support,