SlideShare une entreprise Scribd logo
1  sur  42
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

Contenu connexe

Tendances (20)

DNS (Domain Name System)
DNS (Domain Name System)DNS (Domain Name System)
DNS (Domain Name System)
 
DNS - Domain Name System
DNS - Domain Name SystemDNS - Domain Name System
DNS - Domain Name System
 
Domain name server
Domain name serverDomain name server
Domain name server
 
DNS ( Domain Name System)
DNS ( Domain Name System)DNS ( Domain Name System)
DNS ( Domain Name System)
 
Domain name system (dns)
Domain name system (dns)Domain name system (dns)
Domain name system (dns)
 
Dns 2
Dns 2Dns 2
Dns 2
 
Dns ppt
Dns pptDns ppt
Dns ppt
 
DHCP & DNS
DHCP & DNSDHCP & DNS
DHCP & DNS
 
Domain Name System
Domain Name SystemDomain Name System
Domain Name System
 
DNS Presentation
DNS PresentationDNS Presentation
DNS Presentation
 
Dhcp ppt
Dhcp pptDhcp ppt
Dhcp ppt
 
Dns
DnsDns
Dns
 
DNS(Domain Name System)
DNS(Domain Name System)DNS(Domain Name System)
DNS(Domain Name System)
 
Basics about IP address, DNS and DHCP.
Basics about IP address, DNS and DHCP.Basics about IP address, DNS and DHCP.
Basics about IP address, DNS and DHCP.
 
Introduction to DNS
Introduction to DNSIntroduction to DNS
Introduction to DNS
 
Windows Server 2008 Active Directory
Windows Server 2008 Active DirectoryWindows Server 2008 Active Directory
Windows Server 2008 Active Directory
 
install active directory and configure domain controller
install active directory and configure domain controllerinstall active directory and configure domain controller
install active directory and configure domain controller
 
Domain Name System (DNS)
Domain Name System (DNS)Domain Name System (DNS)
Domain Name System (DNS)
 
Dns
DnsDns
Dns
 
DNS Record
DNS RecordDNS Record
DNS Record
 

En vedette

DNS server configuration
DNS server configurationDNS server configuration
DNS server configurationSanguine_Eva
 
Domain Name Server
Domain Name ServerDomain Name Server
Domain Name Servervipulvaid
 
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 LinuxKonkona 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
 
Presentation on dns
Presentation on dnsPresentation on dns
Presentation on dnsAnand Grewal
 
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
ZabbixTensor
 
Linux system administration
Linux system administrationLinux system administration
Linux system administrationorionsconsulting
 
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 networksOchiroo Dorj
 
Getting Started With Linux Administration
Getting Started With Linux AdministrationGetting Started With Linux Administration
Getting Started With Linux AdministrationEdureka!
 

En vedette (20)

DNS server configuration
DNS server configurationDNS server configuration
DNS server configuration
 
Dns ppt
Dns pptDns ppt
Dns ppt
 
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)
 
Presentation on dns
Presentation on dnsPresentation on dns
Presentation on dns
 
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
 
Getting Started With Linux Administration
Getting Started With Linux AdministrationGetting Started With Linux Administration
Getting Started With Linux Administration
 

Similaire à 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.pptxAyeCS11
 
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_2011Serious_SamSoul
 
Systems Administration - MARK JOHN LADO
Systems Administration - MARK JOHN LADOSystems Administration - MARK JOHN LADO
Systems Administration - MARK JOHN LADOMark John Lado, MIT
 
Chapter 06
Chapter 06Chapter 06
Chapter 06cclay3
 
Linuxserverconfiguration.net
Linuxserverconfiguration.netLinuxserverconfiguration.net
Linuxserverconfiguration.netthomasroe7
 
Desktop interview qestions & answer
Desktop interview qestions & answerDesktop interview qestions & answer
Desktop interview qestions & answermandarshetye45
 
Lamp technology
Lamp technologyLamp technology
Lamp technology2tharan21
 
OpenDNS Whitepaper: Platform Technology
OpenDNS Whitepaper: Platform TechnologyOpenDNS Whitepaper: Platform Technology
OpenDNS Whitepaper: Platform TechnologyCourtland Smith
 
Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lampNadhi ya
 
Net druid new presentation
Net druid new presentationNet druid new presentation
Net druid new presentationnikhilpatil49
 
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 ProposalChris Riccio
 
Net Druid Presentation
Net Druid PresentationNet Druid Presentation
Net Druid Presentationguestf70326
 
Net Druid Presentation
Net Druid PresentationNet Druid Presentation
Net Druid Presentationguestf70326
 
Net Druid Presentation
Net Druid PresentationNet Druid Presentation
Net Druid Presentationguestf70326
 
Linuxserverconfiguration.net
Linuxserverconfiguration.netLinuxserverconfiguration.net
Linuxserverconfiguration.netthomasroe7
 

Similaire à 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
 

Dernier

ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 

Dernier (20)

Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 

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