EE 122: Domain Name Server (DNS)

Slides:



Advertisements
Similar presentations
EECS122 - UCB 1 CS 194: Distributed Systems: Naming Computer Science Division Department of Electrical Engineering and Computer Sciences University of.
Advertisements

An Engineering Approach to Computer Networking
Domain Name System (or Service) (DNS) Computer Networks Computer Networks Term B10.
Domain Name System (or Service) (DNS) Computer Networks Computer Networks Spring 2012 Spring 2012.
1 Domain Name System (DNS). 2 DNS: Domain Name System Internet hosts, routers: –IP address (32 bit) - used for addressing datagrams –“name”, e.g., gaia.cs.umass.edu.
Application Layer At long last we can ask the question - how does the user interface with the network?
Application Layer session 1 TELE3118: Network Technologies Week 12: DNS Some slides have been taken from: r Computer Networking: A Top Down Approach.
Shivkumar Kalyanaraman Rensselaer Polytechnic Institute 1 Domain Name System (DNS) Shivkumar Kalyanaraman Rensselaer Polytechnic Institute
Shivkumar Kalyanaraman Rensselaer Polytechnic Institute 1 Domain Name System (DNS) Shivkumar Kalyanaraman Rensselaer Polytechnic Institute
CPSC 441: DNS1 Instructor: Anirban Mahanti Office: ICT Class Location: ICT 121 Lectures: MWF 12:00 – 12:50 Notes derived.
1 DNS,NFS & RPC Rizwan Rehman, CCS, DU. Netprog: DNS and name lookups 2 Hostnames IP Addresses are great for computers –IP address includes information.
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.
DNS. Outline r Domain Name System r DNS Hierarchy r Resolution.
Chapter 25 Domain Name System
Name Resolution and DNS. Domain names and IP addresses r People prefer to use easy-to-remember names instead of IP addresses r Domain names are alphanumeric.
NET0183 Networks and Communications Lecture 25 DNS Domain Name System 8/25/20091 NET0183 Networks and Communications by Dr Andy Brooks.
CS 4396 Computer Networks Lab
1 Domain Name System (DNS). 2 DNS: Domain Name System Internet hosts: – IP address (32 bit) - used for addressing datagrams – “name”, e.g.,
Domain Name System (DNS)
Internet Address and Domain Name Service (DNS) CS587x Lecture Department of Computer Science Iowa State University.
Ch-9: NAME SERVICES By Srinivasa R. Gudipati. To be discussed.. Fundamentals of Naming Services Naming Resolution The Domain Name System (DNS) Directory.
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.
CS 471/571 Domain Name Server Slides from Kurose and Ross.
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
1 DNS: Domain Name System People: many identifiers: m SSN, name, Passport # Internet hosts, routers: m IP address (32 bit) - used for addressing datagrams.
25.1 Chapter 25 Domain Name System Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Application Layer Lecture 6 Imran Ahmed University of Management & Technology.
Chapter 29 Domain Name System (DNS) Allows users to reference computer names via symbolic names translates symbolic host names into associated IP addresses.
Domain Name System CH 25 Aseel Alturki
October 8, 2015 University of Tulsa - Center for Information Security Microsoft Windows 2000 DNS October 8, 2015.
Internet and Intranet Protocols and Applications Lecture 5 Application Protocols: DNS February 20, 2002 Joseph Conron Computer Science Department New York.
1 Kyung Hee University Chapter 18 Domain Name System.
CPSC 441: DNS 1. DNS: Domain Name System Internet hosts: m IP address (32 bit) - used for addressing datagrams m “name”, e.g., - used by.
Internet Address and Domain Name Service (DNS)
CS 3830 Day 10 Introduction 1-1. Announcements r Quiz #2 this Friday r Program 2 posted yesterday 2: Application Layer 2.
EE 122: Lecture 20 (Domain Name Server - DNS) Ion Stoica Nov 15, 2001 (* based on the some on-line slides of J. Kurose & K. Rose and of Raj Jain)
Lecture 5: Web Continued 2-1. Outline  Network basics:  HTTP protocols  Studies on HTTP performance from different views:  Browser types [NSDI 2014]
Internet Address and Domain Name Service (DNS) CS587x Lecture 5 Department of Computer Science Iowa State University.
Informatics Institute of Technology 3SFE611 Network Design 1 DNS (Domain Name System) RFC1035 Why names? Computers use addresses. Humans cannot remember.
1. Internet hosts:  IP address (32 bit) - used for addressing datagrams  “name”, e.g., ww.yahoo.com - used by humans DNS: provides translation between.
COMP 431 Internet Services & Protocols
Networking (Cont’d). Congestion Control l Is achieved by informing nodes along a route that congestion has occurred and asking them to reduce their packet.
So DNS is A client-server application that maps domain names into their corresponding IP addresses with the help of name servers. Mapping domain names.
Spring 2006 CPE : Application Layer_DNS 1 Special Topics in Computer Engineering Application layer: Domain Name System Some of these Slides are.
@Yuan Xue A special acknowledge goes to J.F Kurose and K.W. Ross Some of the slides used in this lecture are adapted from their.
@Yuan Xue A special acknowledge goes to J.F Kurose and K.W. Ross Some of the slides used in this lecture are adapted from their.
MAN-IN-THE-MIDDLE ATTACK STEGANOGRAPHY Lab# MAC Addresses and ARP  32-bit IP address:  network-layer address  used to get datagram to destination.
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
Introduction to Networks
Chapter 25 Domain Name System.
Chapter 9: Domain Name Servers
Domain Name System (DNS)
Chapter 25 Domain Name System.
EECS 122: Introduction to Computer Networks Multicast
DNS.
Lecture Computer Networks DNS (Domain Name System)
Net 323 D: Networks Protocols
CRC Example (I) C(x) = x2 + 1 (k = 2) data
Chapter 25 Domain Name System
DNS: Domain Name System
Chapter 25 Domain Name System.
Domain Name System Refs: Chapter 9 RFC 1034 RFC 1035.
Chapter 25 Domain Name System
FTP, SMTP and DNS 2: Application Layer.
An Engineering Approach to Computer Networking
Presentation transcript:

EE 122: Domain Name Server (DNS) Ion Stoica Nov 25, 2002 (* based in part on on-line slides by J. Kurose & K. Rose and Raj Jain)

Names & Addresses What is a name? What is an address? What is the difference between names and addresses? istoica@cs.berkeley.edu

Internet Centric View Addresses: Name: Examples: Says how to reach an object  it has location semantics associated to it It’s in a format easy to process by computers Name: Does not have any location semantics associated to it It’s in a format easier to understand/read/remember by people Examples: IP address: 169.229.131.109 Name: arachne.berkeley.edu istoica@cs.berkeley.edu

Name Service Name space: define the set of possible names Hierarchical (e.g., Unix and Windows file names) Flat Bindings: the mapping between names and values (e.g., addresses) Bindings can be implemented by using tables Resolution: procedure that, when invoked with a name, returns the corresponding value Name server: specific implementation of a resolution mechanism that is available on the network and that can be queried by sending messages istoica@cs.berkeley.edu

General View In general there are multiple mappings Host name: arachne.berkeley.edu DNS resolution IP address: 169.229.131.109 ARP (Address Resolution Protocol) Ethernet MAC address: 12.34.56.78.90.12 istoica@cs.berkeley.edu

Mapping Multiple names can map onto the same address Example: www.berkeley.edu and arachne.berkeley.edu maps to the same machine (i.e., the same IP address) One name can map onto multiple addresses Example: www.yahoo.com can be mapped to multiple machines istoica@cs.berkeley.edu

Name Hierarchy root edu com gov mil org net uk fr berkeley cmu eecs sims sonoma istoica@cs.berkeley.edu

Name Hierarchy Unique domain suffix is assigned by the Internet Authority The domain administrators have complete control over the domain No limit on the number of subdomains or number of levels Name space is not related with the physical interconnection Geographical hierarchy is allowed (e.g., cnri.reston.va.us) A name could be a domain or an individual objects istoica@cs.berkeley.edu

Top Level Domains Domain Name Assignment com Commercial edu Educational gov Government mil Military net Network org Other organizations country code au, uk, ca, … istoica@cs.berkeley.edu

DNS Name Servers Why not centralize DNS? Doesn’t scale! Single point of failure Traffic volume Distant centralized database Maintenance Doesn’t scale! istoica@cs.berkeley.edu

Server Hierarchy: Zones A zone corresponds to an administrative authority that is responsible for that portion of the hierarchy root edu com gov mil org net uk fr berkeley cmu eecs sims divine istoica@cs.berkeley.edu

Server Hierarchy Server are organized in hierarchies Each server has authority over a portion of the hierarchy A single node in the name hierarchy cannot be split A server maintains only a subset of all names It needs to know other servers that are responsible for the other portions of the hierarchy istoica@cs.berkeley.edu

Server Hierarchy Authority: each server has the name to address translation table for all names in the name space it controls Every server knows the root Root server knows about all top-level domains istoica@cs.berkeley.edu

DNS Name Servers No server has all name-to-IP address mappings Local name servers: Each ISP (company) has local (default) name server Host DNS query first go to local name server Authoritative name servers: For a host: stores that host’s (name, IP address) Can perform name/address translation for that host’s name istoica@cs.berkeley.edu

DNS: Root Name Servers Contacted by local name server that can not resolve name Root name server: Contacts authoritative name server if name mapping not known Gets mapping Returns mapping to local name server ~ Dozen root name servers worldwide istoica@cs.berkeley.edu

authorititive name server Simple DNS Example root name server Host whsitler.cs.cmu.edu wants IP address of www.berkeley.edu 1. Contacts its local DNS server, mango.srv.cs.cmu.edu 2. mango.srv.cs.cmu.edu contacts root name server, if necessary 3. Root name server contacts authoritative name server, ns1.berkeley.edu, if necessary 2 4 3 5 local name server mango.srv.cs.cmu.edu authorititive name server ns1.berkeley.edu 1 6 requesting host whistler.cs.cmu.edu www.berkeley.edu istoica@cs.berkeley.edu

DNS Example Root name server: May not know authoritative name server May know intermediate name server: who to contact to find authoritative name server? 6 2 7 3 local name server mango.srv.cs.cmu.edu intermediate name server (edu server) 4 5 1 8 authoritative name server ns1.berkeley.edu requesting host whistler.cs.cmu.edu www.berkeley.edu istoica@cs.berkeley.edu

DNS: Iterated Queries Recursive query: Iterated query: Puts burden of name resolution on contacted name server Heavy load? Iterated query: Contacted server replies with name of server to contact “I don’t know this name, but ask this server” root name server iterated query 2 3 4 5 intermediate name server (edu server) local name server mango.srv.cs.cmu.edu 7 6 1 8 authoritative name server ns1.berkeley.edu requesting host whistler.cs.cmu.edu istoica@cs.berkeley.edu www.berkeley.edu

Discussion Robustness Performance: What about update/notify? Use multiple replicas, but… …what if someone mounts a denial of service attack to all root servers? Performance: Use caching to speed-up subsequent queries to the same name What about update/notify? Mechanisms under design by IETF (RFC 2136; http://www.ietf.org/html.charters/dnsind-charter.html) istoica@cs.berkeley.edu

Summary DNS: maps names onto IP address Name space and the administration are both hierarchical Replication: used to increase robustness Caching: used to increase the performance istoica@cs.berkeley.edu