Computer Networks Primary, Secondary and Root Servers

Slides:



Advertisements
Similar presentations
Domain Name System. DNS is a client/server protocol which provides Name to IP Address Resolution.
Advertisements

McGraw-Hill©The McGraw-Hill Companies, Inc., Chapter 25 Domain Name System.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 7: Planning a DNS Strategy.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 19 Domain Name System (DNS)
25.1 Chapter 25 Domain Name System Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
DOMAIN NAME SYSTEM. Introduction  There are several applications that follow client server paradigm.  The client/server programs can be divided into.
Domain Name System ( DNS )  DNS is the system that provides name to address mapping for the internet.
TCP/IP Protocol Suite 1 Chapter 17 Upon completion you will be able to: Domain Name System: DNS Understand how the DNS is organized Know the domains in.
TCP/IP.
DNS. Outline r Domain Name System r DNS Hierarchy r Resolution.
Chapter 25 Domain Name System
Domain Name Services Oakton Community College CIS 238.
Ch25 Ameera Almasoud 1 Based on Data Communications and Networking, 4th Edition. by Behrouz A. Forouzan, McGraw-Hill Companies, Inc., 2007.
11.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 11: Introducing WINS, DNS,
Chapter 16 – DNS. DNS Domain Name Service This service allows client machines to resolve computer names (domain names) to IP addresses DNS works at the.
Lecturer: Ghadah Aldehim
Domain names and IP addresses Resolver and name server DNS Name hierarchy Domain name system Domain names Top-level domains Hierarchy of name servers.
DNS (Domain Name System) Protocol On the Internet, the DNS associates various sorts of information with domain names. A domain name is a meaningful and.
25.1 Chapter 25 Domain Name System Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Network Protocols Chapter 25 (Data Communication & Networking Book): Domain Name System (DNS) 1.
Chapter 17 Domain Name System
Chapter 29 Domain Name System (DNS) Allows users to reference computer names via symbolic names translates symbolic host names into associated IP addresses.
TCP/IP Protocol Suite 1 Chapter 17 Upon completion you will be able to: Domain Name System: DNS Understand how the DNS is organized Know the domains in.
Domain Name System CH 25 Aseel Alturki
October 8, 2015 University of Tulsa - Center for Information Security Microsoft Windows 2000 DNS October 8, 2015.
1 Kyung Hee University Chapter 18 Domain Name System.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 19 Domain Name System (DNS)
Summary DNS DNS Alexandra Tolbert Benefits How It Works Basics Katherine Barrios DNS Parts Phillip Nelson.
DNS DNS overview DNS operation DNS zones. DNS Overview Name to IP address lookup service based on Domain Names Some DNS servers hold name and address.
BZUPAGES.COM. Presented to: Sir. Muizuddin sb Presented by: M.Sheraz Anjum Roll NO Atif Aneaq Roll NO Khurram Shehzad Roll NO Wasif.
Domain Name System (DNS)
Web Server Administration Chapter 4 Name Resolution.
TCP/IP Protocol Suite 1 Chapter 17 Upon completion you will be able to: Domain Name System: DNS Understand how the DNS is organized Know the domains in.
Internet Naming Service: DNS* Chapter 5. The Name Space The name space is the structure of the DNS database –An inverted tree with the root node at the.
Domain Name System INTRODUCTION to Eng. Yasser Al-eimad
Basics of the Domain Name System (DNS) By : AMMY- DRISS Mohamed Amine KADDARI Zakaria MAHMOUDI Soufiane Oujda Med I University National College of Applied.
THE LARGEST NAME SERVICE ACTING AS A PHONE BOOK FOR THE INTERNET The Domain Name System click here to next page 1.
1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.
THE DOMAIN NAME SYSTEM AS AN ADDRESS DIRECTORY FOR THE WORLDWIDE WEB. 1.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Domain Name System: DNS To identify an entity, TCP/IP protocols use the IP address, which uniquely identifies the Connection of a host to the Internet.
System Administration(SAD622S) Name of Presenter: Shadreck Chitauro Lecturer 18 July 2016 Faculty of Computing and Informatics.
Understand Names Resolution
Networking Applications
CS 372 COMPUTER COMMUNICATION AND NETWORKS
Chapter 25 Domain Name System.
Chapter 9: Domain Name Servers
Module 5: Resolving Host Names by Using Domain Name System (DNS)
Domain Name System (DNS)
LINUX ADMINISTRATION 1
The Internet.
E-commerce | WWW World Wide Web - Concepts
DNS.
E-commerce | WWW World Wide Web - Concepts
Unit 5: Providing Network Services
Domain Name System (DNS)
Net 323 D: Networks Protocols
Chapter 19 Domain Name System (DNS)
CS222 Web Programming Course Outline
Application layer Lecture 7.
Web Design & Development
Chapter 25 Domain Name System
Web Server Technology Unit 10 Website Design and Development.
Domain Name System Refs: Chapter 9 RFC 1034 RFC 1035.
Chapter 25 Domain Name System
Domain Name System: DNS
WJEC GCSE Computer Science
Computer Networks Presentation
Q/ Compare between HTTP & HTTPS? HTTP HTTPS
Presentation transcript:

Computer Networks Primary, Secondary and Root Servers BY: RAHUL KELUSKAR (1741139) MEHAK GUPTA (1741134) SOURISH GHOSH(1741153)

Content Covered: DNS Name Spaces Distribution of Name Space Zone Root, Primary and Secondary Servers

Domain Name System To identify an entity, TCP/IP uses IP Addresses which uniquely identifies connection of host to internet 2. We Prefer to use names instead of numeric addresses. 3. Thus there is requirement for a system that can map addresses to names and vice versa..

Domain Name System When the internet was small , mapping was done using HOST FILE which was stored on each host. Host File had 2 columns name and address. DNS allows us to divide all information to be saved across varied location in smaller parts.

A user opens a web browser, enters www. example A user opens a web browser, enters www.example.com in the address bar, and presses Enter. The request for www.example.com is routed to a DNS resolver, which is typically managed by the user's Internet service provider (ISP), such as a cable Internet provider, a DSL broadband provider, or a corporate network. The DNS resolver for the ISP forwards the request for www.example.com to a DNS root name server. The DNS resolver for the ISP forwards the request for www.example.com again, this time to one of the TLD name servers for .com domains. The name server for .com domains responds to the request with the names of the four Amazon Route 53 name servers that are associated with the example.com domain. The DNS resolver for the ISP chooses an Amazon Route 53 name server and forwards the request for www.example.com to that name server. The Amazon Route 53 name server looks in the example.com hosted zone for the www.example.com record, gets the associated value, such as the IP address for a web server, 192.0.2.44, and returns the IP address to the DNS resolver. The DNS resolver for the ISP finally has the IP address that the user needs. The resolver returns that value to the web browser. The DNS resolver also caches (stores) the IP address for example.com for an amount of time that you specify so that it can respond more quickly the next time someone browses to example.com. For more information, see time to live (TTL). The web browser sends a request for www.example.com to the IP address that it got from the DNS resolver. This is where your content is, for example, a web server running on an Amazon EC2 instance or an Amazon S3 bucket that's configured as a website endpoint. The web server or other resource at 192.0.2.44 returns the web page for www.example.com to the web browser, and the web browser displays the page.

Namespace The process of mapping a unique name with the unique IP address. FLAT NAME SPACE – . A name is assigned to an address and name is a sequence of characters without structure. It can not be used in large system such as Internet. HIERARCHICAL NAME SPACE- Each name is made of several parts. The first part can define the nature of organization. Second part can define the name and third can define the departments in organization. For example Smart.pu.edu Smart.nitttr.edu smart.unix.com 

Distribution of NameSpace: ROOT SERVER-It is a server whose zone consist of whole tree. These servers are distributed all around the world. PRIMARY SERVER- A primary server loads all information from the local disk file. SECONDARY SERVER- It transfer the complete information from the primary server and it is called Zone transfer.

Zones: Domains are broken into zones for which individual DNS servers are responsible. Each name is made of several parts. What a server is responsible for or has authority over is called a zone The server makes a database called a zone file and keeps all the information for every node under that domain.

Root Server The root servers contain the information that makes up the root zone, which is the global list of top level domains. The root zone contains: •Generic top level domains – such as .com, .net, and .org •Country code top level domains – two-letter codes for each country, such as .se for Sweden or .no for Norway •Internationalized top level domains – generally equivalents of country code top level domain names written in the countries’ local character sets

Primary Domain Servers A primary DNS server is responsible for reading data related to the domain zone. The primary server is also responsible for communicating with the secondary server. It is responsible for creating, maintaining, and updating the zone file. The process of a primary web server communicating with the secondary server is known as a Zone Transfer, as zone data is being sent from a DNS server to another. If a primary server already contains the zone data for a domain, this data does not need to be replicated because the primary and secondary server continuously share zone data. 

Secondary Servers Serves as an addition to primary server Also referred to as ‘slave server’. Same features and capabilities as the primary server. Provides alternate source for services provided by primary server. Can be used for several services such as DNS server, application server etc. Does not have zone authority. gets zone file from another server possessing zone authority

Important Questions (Q) Describe the hierarchy of name servers. (6 Marks)

THANK YOU 12