SlideShare a Scribd company logo
Prabhakar Thota
 Linux
 Factors of Linux Implementations
 What is Linux
 Where is Linux Used
 Why Use Linux
 Linux vsWindows
 Web Server Administration (DNS Server)
 UsefulTopics
 Why Hackers prefers Linux
 Speedup Internet with Google Public DNS
 Conclusion
 Why accept lower levels of security and reliability
when I can provide higher levels of service to my
customers?
 I don’t want to be locked into any single operating
system, platform, or solution technology. It’s
about choices.
 Why pay more when you can get the same or
better function for less with more flexible
licensing?
 Linux is a generic term referring to Unix-like
graphical user interface (GUI) based
computer operating systems.
 A famous open source project
 It is Multi-user, Multitasking, Multiprocessor
 Free to use, distribute, modify under a
compatible licence
 A combination of many projects
 People improve it, people adapt it, people fix
bugs. And this can happen at a speed that,
compared to conventional software
development.
Open source software
Continue..
 As there is a limited access of user to basic
files and folders, in Linux network it provide
security to user’s privacy.Without disclosing
the secured data Linux acts as a efficient
server.
Linux Provide Security
Continue..
 Linux is "virus-free", there are no viruses for
Linux in the world
Linux is aVirus Free
Continue..
 No!
 There doesn’t exist any Operating System on this earth
that is virus free. However Linux is known to have least
number ofViruses, till date, yes even less than UNIX OS.
Linux has had about 60-100 viruses listed till date. None of
them actively spreading nowadays. A rough estimate of
UNIX viruses is between 85 -120 viruses reported till date.
Linux is aVirus Free
Continue..
 75% of respondents were already using Linux
and another 14% were evaluating it
 43% of all web sites use Linux servers running
the ApacheWeb server
 Costs less
 Stable
 Reliable
 Extremely powerful
 Financial Difference
 Technical Difference
 Linux upgrades faster than Windows
Cost
Linux Windows
Online downloads Free Not available
Retail price, CD $ 50 $ 300
Web Server Administration
 Networking in Linux
 Linux applications for servers
 What is Domain
 What is Host name
 Understanding DNS
 Key components of DNS
 Install and configure DNS in Linux
 Linux is a powerful networking operating system
 Ability to work as a client, server, or network device
 Proxies, firewalls, routers, bridges, etc.
 As with most things, GUI tools available
 Similar toTCP/IP configuration in Windows
 Default firewall software is iptables or ipchains
 All common Internet services available
 Mail, Web, DNS, etc.
 Easy administration using web based interface
 No cost to setup a server.
 As easy as download a CD and install.
 Lower maintenance. Keeps running for years.
 Domain Names are the unique name that identifies
an entity.
 Domain Names always have 2 or more parts
separated by the dots.
 Types
 Top level domain
 New –Top level domain
 .edu, .gov, .com, .net, .org, …
 Countries each have a top level domain (2 letter
domain name).
 .biz - businesses
 .info - anyone can register
 .name - must register first and last name
 .pro - for professionals only
 must provide proof
 .aero, .museum, .coop are controlled by
organizations
 A hostname is any name placed to the left of
your domain name which resolves to an IP address.
www.myinnos.in
 The Domain name system is usually used to
translate a host name into an IP address.
 Domain names comprise a hierarchy so that names
are unique, yet easy to remember.
 On your PC, theTCP/IP configuration contains the
address(es) of your DNS server(s)
 Whenever you use a URL, whether in a browser, or a
utility such as ping, DNS servers are used
 Domain Namespaces
 Zones
 Name server
 Name resolver
 The root level domain is "."
 Top-level domains include .com, .org etc.,
 Second-level domains are often owned by companies
and individuals
 myinnos.in
 A subdomain is a further division of a second-level
domain
 For pawanismmedia.in
 There is admin.myinnos.in
 A zone is a part of the domain namespace
 A domain myinnos.in, the domain name represents
a single zone
 For large organizations, subdomains can be divided
into separately maintained zones
 Each zone typically has a separate DNS
 Zones must be contiguous
 admin.myinnos.in can be combined with myinnos.in
 admin.myinnos.in cannot be combined with
user.myinnos.in
 There must be one primary DNS server in each zone
 Each zone can have multiple secondary DNS servers
Continue..
 Also called DNS server
 The program that stores information about domain
namespaces are called name server.
 Primary name server (Master)
 Secondary name server (Slave )
 Also called DNS client
 Resolvers are the clients that access the name
server
 Used by browsers, e-mail clients, and client utilities
such as ping
query for
1. www.myinnos.in?
client
www.myinnos.in
Root name server
Local DNS
.in DNS
myinnos.in
DNS
8. 65.10.2.2
How DNS Works
 Packages
 bind,bind-utils
 Daemons
 /usr/sbin/named
 Scripts
 /etc/init.d/named
 Ports
 53/{tcp,udp}
 Configuration
 /etc/named.conf , /var/named/*
 Related
 caching-nameserver, bind-chroot
 /etc/named.conf describes the files that configure
the zones
 Main configuration file
 It define access controls
 Default setup is for localhost 127.0.0.1
 In named.conf add the following line
zone “myinnos.in" {
type master;
file “admin.myinnos.in”;
};
 This allows myinnos.in to be resolved by
/var/named/admin.myinnos.in
 There can be multiple domains in a single named.conf
file
 Also, we can add the following line
zone “0.168.192.in-addr.arpa” IN {
type master;
file “admin.0.168.192”;
};
 This allows for reverse lookup for the domain
 It uses all or part of the 192.168.0.0 network
 To start DNS
 /etc/rc.d/init.d/named start
 To restart DNS
 /etc/rc.d/init.d/named restart
 To stop DNS
 /etc/rc.d/init.d/named stop
 Make DNS start when you boot Linux
 Add the command to start DNS to /etc/rc.d/rc.local
Hackers Loves Linux
 It's available to everyone at a great price .. Hackers never pay for
anything.
 It is already fully loaded with all the stuff needed, no need to download
additional applications for something as silly as netcat.
 Open source.. w00t!!! I have full f*#c@i&g control over my OS.
 Hackers hate windows compatibility issues/so many libararies.
 Hackers don’t want their system to crash or freeze when they’re about to
create history.
 90% servers run on Linux.. so why should we be behind??
 Linux is easy to customization, its customizable in every frigging way,
you can update/recompile the kernels too!!This is something we live for,
total control is the meaning of our lives.
Speedup internet with Google DNS
 Google Public DNS is a free, global DNS resolution
service, that you can use as an alternative to your
current DNS provider
 Configure your network settings to use the IP addresses
8.8.8.8 and 8.8.4.4 as your DNS servers
 Google DNS for
 Speed up your browsing experience.
 Improve your security.
 Get the results you expect with absolutely no redirection.
 OpenDNS
 208.67.222.222
 208.67.220.220
 Openic Project
 151.236.6.156
 118.88.20.195
 DysDns
 216.146.35.35
 216.146.36.36
 Dnsadvantage
 156.154.70.1
 156.154.71.1
 SafeDNS
 195.46.39.39
 195.46.39.40
 Comodo Secure DNS
 8.26.56.26
 8.20.247.20
 Norton
 198.153.192.1
 198.153.194.1
Continue..
 Linux is a low cost, flexible, multitasking and highly secured
operating system.
 It is widely made use in many applications.
 DNS is an application that translates names to IP addresses and IP
addresses to names
 DNS management is a critical part of the maintenance of any
Web site. Fortunately, although it can be a little complicated.
 Organized in a hierarchical structure
 To configure DNS, set up a forward and reverse zone
Myinnos.in
Prabhakar Thota
MSc.,Computer Science
The Oxford College of Science

More Related Content

What's hot

Domain name system (dns)
Domain name system (dns)Domain name system (dns)
Domain name system (dns)
Atikur Rahman
 
Chapter 29 Domain Name System.ppt
Chapter 29 Domain Name System.pptChapter 29 Domain Name System.ppt
Chapter 29 Domain Name System.pptwebhostingguy
 
Intro to DNS
Intro to DNSIntro to DNS
Intro to DNS
ThousandEyes
 
Presentation on samba server
Presentation on samba serverPresentation on samba server
Presentation on samba server
Veeral Bhateja
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
Stephen Ahiante
 
DHCP & DNS
DHCP & DNSDHCP & DNS
DHCP & DNS
NetProtocol Xpert
 
Presentation on dns
Presentation on dnsPresentation on dns
Presentation on dnsAnand Grewal
 
Samba server
Samba serverSamba server
Samba server
Santosh Khadsare
 
Networking in linux
Networking in linuxNetworking in linux
Networking in linux
Varnnit Jain
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
nishantsri
 
Domain Name System
Domain Name SystemDomain Name System
Domain Name System
Gurkamal Rakhra
 
Domain name system
Domain name systemDomain name system
Domain name system
Nifras Ismail
 
Dns server setup on ubuntu vps (master+slave)
Dns server setup on ubuntu vps (master+slave)Dns server setup on ubuntu vps (master+slave)
Dns server setup on ubuntu vps (master+slave)
Vijay Sharma
 
Dhcp
DhcpDhcp
Dns server
Dns serverDns server
Dns server
Subrata Kumer Paul
 
Chapter07 Advanced File System Management
Chapter07      Advanced  File  System  ManagementChapter07      Advanced  File  System  Management
Chapter07 Advanced File System ManagementRaja Waseem Akhtar
 
DNS server configuration
DNS server configurationDNS server configuration
DNS server configuration
Sanguine_Eva
 

What's hot (20)

Domain name system (dns)
Domain name system (dns)Domain name system (dns)
Domain name system (dns)
 
Chapter 29 Domain Name System.ppt
Chapter 29 Domain Name System.pptChapter 29 Domain Name System.ppt
Chapter 29 Domain Name System.ppt
 
Intro to DNS
Intro to DNSIntro to DNS
Intro to DNS
 
Linux basics
Linux basicsLinux basics
Linux basics
 
Presentation on samba server
Presentation on samba serverPresentation on samba server
Presentation on samba server
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
DHCP & DNS
DHCP & DNSDHCP & DNS
DHCP & DNS
 
Presentation on dns
Presentation on dnsPresentation on dns
Presentation on dns
 
Samba server
Samba serverSamba server
Samba server
 
Networking in linux
Networking in linuxNetworking in linux
Networking in linux
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Domain Name System
Domain Name SystemDomain Name System
Domain Name System
 
Domain name system
Domain name systemDomain name system
Domain name system
 
Dns server setup on ubuntu vps (master+slave)
Dns server setup on ubuntu vps (master+slave)Dns server setup on ubuntu vps (master+slave)
Dns server setup on ubuntu vps (master+slave)
 
Dhcp
DhcpDhcp
Dhcp
 
Dns ppt
Dns pptDns ppt
Dns ppt
 
Dns server
Dns serverDns server
Dns server
 
Chapter07 Advanced File System Management
Chapter07      Advanced  File  System  ManagementChapter07      Advanced  File  System  Management
Chapter07 Advanced File System Management
 
DNS server configuration
DNS server configurationDNS server configuration
DNS server configuration
 

Viewers also liked

DNS - Domain Name System
DNS - Domain Name SystemDNS - Domain Name System
DNS - Domain Name System
Peter R. Egli
 
Introduction to DNS
Introduction to DNSIntroduction to DNS
Introduction to DNS
Jonathan Oxer
 
Domain Name Server
Domain Name ServerDomain Name Server
Domain Name Server
vipulvaid
 
Domain name system
Domain name systemDomain name system
Domain name system
Siddique Ibrahim
 
DNS and Troubleshooting DNS issues in Linux
DNS and Troubleshooting DNS issues in LinuxDNS and Troubleshooting DNS issues in Linux
DNS and Troubleshooting DNS issues in Linux
Konkona Basu
 
Dns On Linux
Dns On LinuxDns On Linux
Dns On Linuxdelimiter
 
Building Linux IPv6 DNS Server (Complete Presentation)
Building Linux IPv6 DNS Server (Complete Presentation)Building Linux IPv6 DNS Server (Complete Presentation)
Building Linux IPv6 DNS Server (Complete Presentation)
Hari
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
onu9
 
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
Tũi Wichets
 
Servidor ubuntu(linux)
Servidor ubuntu(linux)Servidor ubuntu(linux)
Servidor ubuntu(linux)
simeon
 
Zabbix
ZabbixZabbix
Zabbix
Tensor
 
Linux system administration
Linux system administrationLinux system administration
Linux system administration
orionsconsulting
 
Introduction to unix
Introduction to unixIntroduction to unix
Introduction to unix
sudheer yathagiri
 
Servidor de Correo Postfix/Dovecot
Servidor de Correo Postfix/Dovecot Servidor de Correo Postfix/Dovecot
Servidor de Correo Postfix/Dovecot
Javier Martin Rivero
 
Dhcp Server Linux Server
Dhcp Server Linux ServerDhcp Server Linux Server
Dhcp Server Linux Servermuh kemal
 
Windows server 2008 step by-step guide for dns in small networks
Windows server 2008 step by-step guide for dns in small networksWindows server 2008 step by-step guide for dns in small networks
Windows server 2008 step by-step guide for dns in small networks
Ochiroo Dorj
 

Viewers also liked (20)

Dns ppt
Dns pptDns ppt
Dns ppt
 
DNS - Domain Name System
DNS - Domain Name SystemDNS - Domain Name System
DNS - Domain Name System
 
Introduction to DNS
Introduction to DNSIntroduction to DNS
Introduction to DNS
 
Domain Name Server
Domain Name ServerDomain Name Server
Domain Name Server
 
Domain name system
Domain name systemDomain name system
Domain name system
 
DNS and Troubleshooting DNS issues in Linux
DNS and Troubleshooting DNS issues in LinuxDNS and Troubleshooting DNS issues in Linux
DNS and Troubleshooting DNS issues in Linux
 
Dns On Linux
Dns On LinuxDns On Linux
Dns On Linux
 
Building Linux IPv6 DNS Server (Complete Presentation)
Building Linux IPv6 DNS Server (Complete Presentation)Building Linux IPv6 DNS Server (Complete Presentation)
Building Linux IPv6 DNS Server (Complete Presentation)
 
Domain name system
Domain name systemDomain name system
Domain name system
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
 
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
Windows Server 2008 R2 Active Directory ADFS Claims Base Identity for Windows...
 
Servidor ubuntu(linux)
Servidor ubuntu(linux)Servidor ubuntu(linux)
Servidor ubuntu(linux)
 
Zabbix
ZabbixZabbix
Zabbix
 
Servidor correo ubuntu
Servidor correo ubuntuServidor correo ubuntu
Servidor correo ubuntu
 
Linux system administration
Linux system administrationLinux system administration
Linux system administration
 
Introduction to unix
Introduction to unixIntroduction to unix
Introduction to unix
 
Servidor de Correo Postfix/Dovecot
Servidor de Correo Postfix/Dovecot Servidor de Correo Postfix/Dovecot
Servidor de Correo Postfix/Dovecot
 
Dhcp Server Linux Server
Dhcp Server Linux ServerDhcp Server Linux Server
Dhcp Server Linux Server
 
Windows server 2008 step by-step guide for dns in small networks
Windows server 2008 step by-step guide for dns in small networksWindows server 2008 step by-step guide for dns in small networks
Windows server 2008 step by-step guide for dns in small networks
 
Domain Name Service
Domain Name ServiceDomain Name Service
Domain Name Service
 

Similar to Linux and DNS Server

Topic #3 of outline Server Environment.pptx
Topic #3 of outline Server Environment.pptxTopic #3 of outline Server Environment.pptx
Topic #3 of outline Server Environment.pptx
AyeCS11
 
Ubuntu For Intranet Services
Ubuntu For Intranet ServicesUbuntu For Intranet Services
Ubuntu For Intranet Services
Dominique Cimafranca
 
Lecture 4 -_internet_infrastructure_2_updated_2011
Lecture 4 -_internet_infrastructure_2_updated_2011Lecture 4 -_internet_infrastructure_2_updated_2011
Lecture 4 -_internet_infrastructure_2_updated_2011
Serious_SamSoul
 
Systems Administration - MARK JOHN LADO
Systems Administration - MARK JOHN LADOSystems Administration - MARK JOHN LADO
Systems Administration - MARK JOHN LADO
Mark John Lado, MIT
 
Chapter 06
Chapter 06Chapter 06
Chapter 06
cclay3
 
Linuxserverconfiguration.net
Linuxserverconfiguration.netLinuxserverconfiguration.net
Linuxserverconfiguration.netthomasroe7
 
Cl115
Cl115Cl115
Desktop interview qestions & answer
Desktop interview qestions & answerDesktop interview qestions & answer
Desktop interview qestions & answer
mandarshetye45
 
Lamp technology
Lamp technologyLamp technology
Lamp technology2tharan21
 
OpenDNS Whitepaper: Platform Technology
OpenDNS Whitepaper: Platform TechnologyOpenDNS Whitepaper: Platform Technology
OpenDNS Whitepaper: Platform Technology
Courtland Smith
 
Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lampNadhi ya
 
Net druid new presentation
Net druid new presentationNet druid new presentation
Net druid new presentation
nikhilpatil49
 
lamp technology
lamp technologylamp technology
lamp technologyDeepa
 
Deepa ppt about lamp technology
Deepa ppt about lamp technologyDeepa ppt about lamp technology
Deepa ppt about lamp technologyDeepa
 
Linux Based Network Proposal
Linux Based Network ProposalLinux Based Network Proposal
Linux Based Network Proposal
Chris Riccio
 
Net Druid Presentation
Net Druid PresentationNet Druid Presentation
Net Druid Presentation
guestf70326
 
Net Druid Presentation
Net Druid PresentationNet Druid Presentation
Net Druid Presentation
guestf70326
 
Net Druid Presentation
Net Druid PresentationNet Druid Presentation
Net Druid Presentation
guestf70326
 
Linuxserverconfiguration.net
Linuxserverconfiguration.netLinuxserverconfiguration.net
Linuxserverconfiguration.netthomasroe7
 

Similar to Linux and DNS Server (20)

Topic #3 of outline Server Environment.pptx
Topic #3 of outline Server Environment.pptxTopic #3 of outline Server Environment.pptx
Topic #3 of outline Server Environment.pptx
 
Ubuntu For Intranet Services
Ubuntu For Intranet ServicesUbuntu For Intranet Services
Ubuntu For Intranet Services
 
Lecture 4 -_internet_infrastructure_2_updated_2011
Lecture 4 -_internet_infrastructure_2_updated_2011Lecture 4 -_internet_infrastructure_2_updated_2011
Lecture 4 -_internet_infrastructure_2_updated_2011
 
Systems Administration - MARK JOHN LADO
Systems Administration - MARK JOHN LADOSystems Administration - MARK JOHN LADO
Systems Administration - MARK JOHN LADO
 
Chapter 06
Chapter 06Chapter 06
Chapter 06
 
Linuxserverconfiguration.net
Linuxserverconfiguration.netLinuxserverconfiguration.net
Linuxserverconfiguration.net
 
Cl115
Cl115Cl115
Cl115
 
Desktop interview qestions & answer
Desktop interview qestions & answerDesktop interview qestions & answer
Desktop interview qestions & answer
 
Lamp technology
Lamp technologyLamp technology
Lamp technology
 
OpenDNS Whitepaper: Platform Technology
OpenDNS Whitepaper: Platform TechnologyOpenDNS Whitepaper: Platform Technology
OpenDNS Whitepaper: Platform Technology
 
Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lamp
 
Linux
LinuxLinux
Linux
 
Net druid new presentation
Net druid new presentationNet druid new presentation
Net druid new presentation
 
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 Based Network Proposal
Linux Based Network ProposalLinux Based Network Proposal
Linux Based Network Proposal
 
Net Druid Presentation
Net Druid PresentationNet Druid Presentation
Net Druid Presentation
 
Net Druid Presentation
Net Druid PresentationNet Druid Presentation
Net Druid Presentation
 
Net Druid Presentation
Net Druid PresentationNet Druid Presentation
Net Druid Presentation
 
Linuxserverconfiguration.net
Linuxserverconfiguration.netLinuxserverconfiguration.net
Linuxserverconfiguration.net
 

Recently uploaded

Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 

Recently uploaded (20)

Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 

Linux and DNS Server

  • 2.  Linux  Factors of Linux Implementations  What is Linux  Where is Linux Used  Why Use Linux  Linux vsWindows  Web Server Administration (DNS Server)  UsefulTopics  Why Hackers prefers Linux  Speedup Internet with Google Public DNS  Conclusion
  • 3.  Why accept lower levels of security and reliability when I can provide higher levels of service to my customers?  I don’t want to be locked into any single operating system, platform, or solution technology. It’s about choices.  Why pay more when you can get the same or better function for less with more flexible licensing?
  • 4.  Linux is a generic term referring to Unix-like graphical user interface (GUI) based computer operating systems.  A famous open source project  It is Multi-user, Multitasking, Multiprocessor  Free to use, distribute, modify under a compatible licence  A combination of many projects
  • 5.  People improve it, people adapt it, people fix bugs. And this can happen at a speed that, compared to conventional software development. Open source software Continue..
  • 6.  As there is a limited access of user to basic files and folders, in Linux network it provide security to user’s privacy.Without disclosing the secured data Linux acts as a efficient server. Linux Provide Security Continue..
  • 7.  Linux is "virus-free", there are no viruses for Linux in the world Linux is aVirus Free Continue..
  • 8.  No!  There doesn’t exist any Operating System on this earth that is virus free. However Linux is known to have least number ofViruses, till date, yes even less than UNIX OS. Linux has had about 60-100 viruses listed till date. None of them actively spreading nowadays. A rough estimate of UNIX viruses is between 85 -120 viruses reported till date. Linux is aVirus Free Continue..
  • 9.  75% of respondents were already using Linux and another 14% were evaluating it  43% of all web sites use Linux servers running the ApacheWeb server
  • 10.  Costs less  Stable  Reliable  Extremely powerful
  • 11.  Financial Difference  Technical Difference  Linux upgrades faster than Windows Cost Linux Windows Online downloads Free Not available Retail price, CD $ 50 $ 300
  • 13.  Networking in Linux  Linux applications for servers  What is Domain  What is Host name  Understanding DNS  Key components of DNS  Install and configure DNS in Linux
  • 14.  Linux is a powerful networking operating system  Ability to work as a client, server, or network device  Proxies, firewalls, routers, bridges, etc.  As with most things, GUI tools available  Similar toTCP/IP configuration in Windows  Default firewall software is iptables or ipchains
  • 15.  All common Internet services available  Mail, Web, DNS, etc.  Easy administration using web based interface  No cost to setup a server.  As easy as download a CD and install.  Lower maintenance. Keeps running for years.
  • 16.  Domain Names are the unique name that identifies an entity.  Domain Names always have 2 or more parts separated by the dots.  Types  Top level domain  New –Top level domain
  • 17.  .edu, .gov, .com, .net, .org, …  Countries each have a top level domain (2 letter domain name).
  • 18.  .biz - businesses  .info - anyone can register  .name - must register first and last name  .pro - for professionals only  must provide proof  .aero, .museum, .coop are controlled by organizations
  • 19.  A hostname is any name placed to the left of your domain name which resolves to an IP address. www.myinnos.in
  • 20.  The Domain name system is usually used to translate a host name into an IP address.  Domain names comprise a hierarchy so that names are unique, yet easy to remember.
  • 21.
  • 22.  On your PC, theTCP/IP configuration contains the address(es) of your DNS server(s)  Whenever you use a URL, whether in a browser, or a utility such as ping, DNS servers are used
  • 23.  Domain Namespaces  Zones  Name server  Name resolver
  • 24.  The root level domain is "."  Top-level domains include .com, .org etc.,  Second-level domains are often owned by companies and individuals  myinnos.in  A subdomain is a further division of a second-level domain  For pawanismmedia.in  There is admin.myinnos.in
  • 25.  A zone is a part of the domain namespace  A domain myinnos.in, the domain name represents a single zone  For large organizations, subdomains can be divided into separately maintained zones  Each zone typically has a separate DNS
  • 26.  Zones must be contiguous  admin.myinnos.in can be combined with myinnos.in  admin.myinnos.in cannot be combined with user.myinnos.in  There must be one primary DNS server in each zone  Each zone can have multiple secondary DNS servers Continue..
  • 27.  Also called DNS server  The program that stores information about domain namespaces are called name server.  Primary name server (Master)  Secondary name server (Slave )
  • 28.  Also called DNS client  Resolvers are the clients that access the name server  Used by browsers, e-mail clients, and client utilities such as ping
  • 29. query for 1. www.myinnos.in? client www.myinnos.in Root name server Local DNS .in DNS myinnos.in DNS 8. 65.10.2.2 How DNS Works
  • 30.  Packages  bind,bind-utils  Daemons  /usr/sbin/named  Scripts  /etc/init.d/named  Ports  53/{tcp,udp}  Configuration  /etc/named.conf , /var/named/*  Related  caching-nameserver, bind-chroot
  • 31.  /etc/named.conf describes the files that configure the zones  Main configuration file  It define access controls
  • 32.  Default setup is for localhost 127.0.0.1  In named.conf add the following line zone “myinnos.in" { type master; file “admin.myinnos.in”; };  This allows myinnos.in to be resolved by /var/named/admin.myinnos.in  There can be multiple domains in a single named.conf file
  • 33.  Also, we can add the following line zone “0.168.192.in-addr.arpa” IN { type master; file “admin.0.168.192”; };  This allows for reverse lookup for the domain  It uses all or part of the 192.168.0.0 network
  • 34.  To start DNS  /etc/rc.d/init.d/named start  To restart DNS  /etc/rc.d/init.d/named restart  To stop DNS  /etc/rc.d/init.d/named stop  Make DNS start when you boot Linux  Add the command to start DNS to /etc/rc.d/rc.local
  • 36.  It's available to everyone at a great price .. Hackers never pay for anything.  It is already fully loaded with all the stuff needed, no need to download additional applications for something as silly as netcat.  Open source.. w00t!!! I have full f*#c@i&g control over my OS.  Hackers hate windows compatibility issues/so many libararies.  Hackers don’t want their system to crash or freeze when they’re about to create history.  90% servers run on Linux.. so why should we be behind??  Linux is easy to customization, its customizable in every frigging way, you can update/recompile the kernels too!!This is something we live for, total control is the meaning of our lives.
  • 37. Speedup internet with Google DNS
  • 38.  Google Public DNS is a free, global DNS resolution service, that you can use as an alternative to your current DNS provider  Configure your network settings to use the IP addresses 8.8.8.8 and 8.8.4.4 as your DNS servers  Google DNS for  Speed up your browsing experience.  Improve your security.  Get the results you expect with absolutely no redirection.
  • 39.  OpenDNS  208.67.222.222  208.67.220.220  Openic Project  151.236.6.156  118.88.20.195  DysDns  216.146.35.35  216.146.36.36  Dnsadvantage  156.154.70.1  156.154.71.1
  • 40.  SafeDNS  195.46.39.39  195.46.39.40  Comodo Secure DNS  8.26.56.26  8.20.247.20  Norton  198.153.192.1  198.153.194.1 Continue..
  • 41.  Linux is a low cost, flexible, multitasking and highly secured operating system.  It is widely made use in many applications.  DNS is an application that translates names to IP addresses and IP addresses to names  DNS management is a critical part of the maintenance of any Web site. Fortunately, although it can be a little complicated.  Organized in a hierarchical structure  To configure DNS, set up a forward and reverse zone