THE DOMAIN NAME SYSTEM DNS
|
|
|
- Iris Kathlyn Gilbert
- 10 years ago
- Views:
Transcription
1 Announcements THE DOMAIN NAME SYSTEM DNS Internet Protocols CSC / ECE 573 Fall, 2005 N. C. State University copyright 2005 Douglas S. Reeves 2 Today s Lecture I. Names vs. Addresses II. III. IV. The Namespace Hierarchy Management of the Namespace Contents of the DNS Database NAMES vs. ADDRESSES V. DNS Queries VI. DNS Messages VII. DNS Security copyright 2005 Douglas S. Reeves 3 DNS How Do I Get to ? Routing and forwarding ( some hops omitted ) Mapping of Names to Addresses Users refer to hosts by names, while IP addresses are binary numbers need a mapping of name(s) IP address(es) Approaches that will not scale to Internet size a single file per host, containing all mappings a flat name space with no structure centralized management of the entire name space copyright 2005 Douglas S. Reeves 5 copyright 2005 Douglas S. Reeves 6 1
2 The Domain Name System (RFCs 1034, 1035) A hierarchical naming scheme name syntax rules for delegating authority over names A distributed database system A protocol for requesting address bindings Main function is mapping names to IP addresses, but can be used for many other purposes as well Mapping Names to Addresses An application calls a library function, the resolver The resolver sends a UDP packet to a local DNS The DNS looks up the name (may need to contact other s to find the mapping) The DNS returns the IP address to the resolver, which passes it to the application copyright 2005 Douglas S. Reeves 7 copyright 2005 Douglas S. Reeves 8 The Naming Hierarchy THE NAMESPACE HIERARCHY DNS uses a hierarchical delegation of authority the name space is split at the top level topmost level is not concerned with name assignments/changes within a subdivision authority may be further subdivided at each level The name space hierarchy does not have to follow the routing hierarchy; they are independent! a domain a contiguous chunk of address space The name space (tree) is broad and flat, usually no more than 4-5 levels deep copyright 2005 Douglas S. Reeves 10 A Hierarchy Example Domain Name Space: Labels Each node in the tree has a label Generic TLDs? Country Code TLDs? a string of up to 63 characters no two children of a single node may have the same labels copyright 2005 Douglas S. Reeves 11 copyright 2005 Douglas S. Reeves 12 2
3 Domain: a subtree of the domain name space each domain covers many hosts Top-level domain (TLD): a domain starting just below root Domains Domain Name Space: Domain Names Each node in the tree has a domain name a sequence (from the node up to the root) of dotseparated labels (e.g., mulberry.csc.ncsu.edu.) max of 255 characters in a fully-qualified domain name (FQDN) Partially-qualified domain name (PQDN) (e.g., mulberry.csc) label not ending in a top-level domain DNS client must provide the missing suffix, e.g., csc.ncsu.edu, ncsu.edu copyright 2005 Douglas S. Reeves 13 copyright 2005 Douglas S. Reeves 14 Domain Names and Labels Hierarchy of Name Servers No single entity stores the entire database of resource records, for reasons of efficiency and scalability reliability security Information is distributed among DNS (name) s s are organized hierarchically each is responsible, or authoritative, for part of the name space database copyright 2005 Douglas S. Reeves 15 copyright 2005 Douglas S. Reeves 16 Example Name Server Hierarchy Zones Zone: the part of the tree for which a is responsible (over which it has authority) Zone Domain Zone file: database of resource records for each node in zone copyright 2005 Douglas S. Reeves 17 copyright 2005 Douglas S. Reeves 18 3
4 Zones and Domains Example Primary and Secondary Zone Servers Primary or authoritative creates, stores, maintains, and updates zone file for its zone must know IP addresses of all root s may know parent (one level up) copyright 2005 Douglas S. Reeves 19 Secondary s serve as backups / alternates, and should not run on same host attach to same network obtain electrical power from same source etc. copyright 2005 Douglas S. Reeves 20 Zone Servers (cont d) Secondary obtains all information from primary (zone transfer) query primary every 3 hours secondary is also authoritative for zone it backs up Typical name is authoritative for hundreds of zones Root Servers Root is a whose zone contains the root of the DNS hierarchy Root usually does not store any information about domains delegates authority to other s for all second-level domains keeps pointer (name and IP address) to those s copyright 2005 Douglas S. Reeves 21 copyright 2005 Douglas S. Reeves 22 Root Servers (cont d) Currently, there are 13 root s around the world MANAGEMENT OF THE NAMESPACE copyright 2005 Douglas S. Reeves 23 4
5 The Original Top Level Domains The Original Generic TLDs TLDs come in two flavors one is based on function (generic), one is based on geographic location each organization is free to choose how/where to register Domain.com.net.edu.mil.org.gov.int Description Commercial organizations (global) Network service providers US higher education US military Nonprofit organizations (global) US government International organizations copyright 2005 Douglas S. Reeves 25 copyright 2005 Douglas S. Reeves 26 New Generic TLDs Country Code TLDs (243 of them!) Domain.biz.info.name.museum.aero.coop.jobs.travel.int.pro Description Businesses or firms Information service providers Personal nomenclatures Museums Air transport providers Cooperatives Human resources managers Travel industry Organizations established by international treaty For the professions copyright 2005 Douglas S. Reeves 27.ac Ascension Island.ad Andorra.ae United Arab Emirates.af Afghanistan.ag Antigua and Barbuda.ai Anguilla.al Albania.am Armenia.an Netherlands Antilles.ao Angola.aq Antarctica.ar Argentina.as American Samoa.at Austria.au Australia.aw Aruba.az Azerbaijan.ba Bosnia and Herzegovina.bb Barbados.bd Bangladesh.be Belgium.bf Burkina Faso.ua Ukraine.ug Uganda.uk United Kingdom.um US Minor Outlying Islands.us United States.uy Uruguay.uz Uzbekistan.va Holy See (City Vatican State).vc Saint Vincent and the Grenadines.ve Venezuela.vg Virgin Islands (British).vi Virgin Islands (USA).vn Vietnam.vu Vanuatu.wf Wallis and Futuna Islands.ws Western Samoa.ye Yemen.yt Mayotte.yu Yugoslavia.za South Africa.zm Zambia.zw Zimbabwe copyright 2005 Douglas S. Reeves 28 Management of Names and Numbers ICANN (Internet Corporation for Assigned Names and Numbers) manages the Domain Name System an international not-for-profit, non-governmental organization also coordinates the allocation of IP address space Registrars actually handle requests for name registration and assess fees commercially operated, competitive Management of Names and Numbers (cont d) IANA (Internet Assigned Numbers Authority) oversees registration for various IP parameters, such as port numbers protocol and enterprise numbers options codes types copyright 2005 Douglas S. Reeves 29 copyright 2005 Douglas S. Reeves 30 5
6 Why is Name Registration so Political? Whoever controls names controls access! one root, or many? who is allowed to provide name registry services? who is allowed to speak on behalf of a country or organization? e.g., does WWF = World Wildlife Foundation or World Wrestling Federation? CONTENTS OF THE DNS DATABASE What happens if ICANN loses control and there are independent DNS hierarchies? copyright 2005 Douglas S. Reeves 31 DNS Resource Records Domain name database consists of a set of records about each name in the domain distributed among DNS s by zone Resource records specifies one type of information about a domain name users must specify the type of information desired when querying a name DNS Resource Records (cont d) Contents 1.Time to live: indication of how long the information is valid 2.Type: what kind of information this is 3.Data or information copyright 2005 Douglas S. Reeves 33 copyright 2005 Douglas S. Reeves 34 Examples of Resource Record Types Some Other RRs Type A AAAA Meaning Host address Host address Data 32-bit IPv4 address 128-bit IPv6 address Service discovery Geographic location MX Mail exchanger Name of accepting for this domain NS Name Name of authoritative for zone CNAME Canonical name Real domain name (for this alias) PTR Pointer Domain name (for IP address domain name mapping) HINFO Host description Type of CPU and O.S. for this host TXT Text Uninterpreted ASCII text SOA Start of authority Parameters specifying which part of the naming hierarchy implements copyright 2005 Douglas S. Reeves 36 6
7 Start of Authority (SOA) Parameters Primary DNS Server for the domain Address for an administrator for the domain Sequence # SOA Parameters (cont d) Retry Interval = minimum time before retrying the request, if no answer Validity Interval = max time before zone records must be refreshed by the primary Cache Interval = minimum TTL (validity interval) that should be exported with any RR for this zone Timers Refresh Interval = minimum time between successive requests for zone records from the primary copyright 2005 Douglas S. Reeves 37 copyright 2005 Douglas S. Reeves 38 The nslookup, dig, and host commands Examples Programs to query Internet name s interactively available for both Unix and Windows can specify what information you want, for what host, and what (s) you want to check can turn recursion on or off copyright 2005 Douglas S. Reeves 39 > csc.ncsu.edu Server: ns4.ncsu.edu Address: csc.ncsu.edu MX preference = 10, mail exchanger = celestial-switchboard.csc.ncsu.edu csc.ncsu.edu primary name = ns1.ncsu.edu responsible mail addr = hostmaster.ncsu.edu serial = 8484 refresh = (8 hours) retry = 3600 (1 hour) expire = (31 days) default TTL = 3600 (1 hour) csc.ncsu.edu name = ns6.ncsu.edu csc.ncsu.edu name = ns1.ncsu.edu celestial-switchboard.csc.ncsu.edu internet address = ns6.ncsu.edu internet address = ns1.ncsu.edu internet address = copyright 2005 Douglas S. Reeves 40 Name Resolution Features distributed: multiple s cooperate DNS QUERIES efficient: most mappings are done locally reliable: no single point of failure Search for name executes from bottom upwards most searches are answered locally Queries may be recursive or iterative copyright 2005 Douglas S. Reeves 42 7
8 Name Resolution (cont d) Response is either a complete answer or, the identity of the next to contact if response comes from authority managing the record, it is marked as authoritative DNS over UDP or TCP? Normally, uses UDP as transport protocol if the Response is truncated, client issues the Request again, this time using TCP TCP returns the entire Response without truncation zone transfers (between primary and secondary s) only use TCP copyright 2005 Douglas S. Reeves 43 copyright 2005 Douglas S. Reeves 44 Recursive Resolution (caching not shown) Iterative Resolution (caching not shown) In a recursive query, the resolver expects a response from the local name If the local cannot supply the answer, it will send the query to the closest known authoritative name The root sends a referral to the edu. Querying this yields a referral to the of ncsu.edu etc. response 1 st query: mulberry.csc.ncsu.edu Name query Resolver Referral to edu name 2nd query: mulberry.csc.ncsu.edu Referral to ncsu.edu name root edu 3rd query: mulberry.csc.ncsu.edu Referral to csc.ncsu.edu name 4 th query: mulberry.csc.ncsu.edu IP address of mulberry.csc.ncsu.edu ncsu.edu csc.ncsu.edu copyright 2005 Douglas S. Reeves 45 In an iterative query, the name sends a closest known authoritative name This involves more work for the resolver referral to root Name query Resolver 1 st query: mulberry.csc.ncsu.edu referral to edu name 2 nd query: mulberry.csc.ncsu.edu referral to ncsu.edu name 3 rd query: mulberry.csc.ncsu.edu referral to csc.ncsu.edu name 4 th query: mulberry.csc.ncsu.edu root edu ncsu.edu csc.ncsu.edu copyright 2005 Douglas S. Reeves 46 IP address of mulberry.csc.ncsu.edu Reverse Mappings and Pointer Queries Reverse Mapping How map IP address to domain name? have to start at top of DNS tree and try every top-level domain?! in-addr.arpa domain contains domain names which are the inverse of IP addresses of hosts Ex.: host with IP address is represented by the domain name in-addr.arpa note reversal of order returns PTR Resource Record (i.e., domain name) copyright 2005 Douglas S. Reeves 47 copyright 2005 Douglas S. Reeves 48 8
9 Inverse Queries E.g., ask for the IP addresses for domain csc.ncsu.edu Good? Bad? DNS Caching Not feasible to contact root for every DNS query Each must maintain a cache of recent bindings hosts may do so Benefits less network traffic less load on name s more robust / better fault tolerance copyright 2005 Douglas S. Reeves 49 copyright 2005 Douglas S. Reeves 50 DNS Caching (cont d) Answers from authoritative include a TTL value specifies how long the authority guarantees the binding will remain valid cache entries are purged (timed out) when TTL expires DNS MESSAGES If has a cached copy of a mapping, it returns a non-authoritative binding the source of information (the authoritative name that provided this binding) the IP address of this authoritative name copyright 2005 Douglas S. Reeves 51 Message Formats DNS Header Format Identification field is set by client for matching Responses to Requests copyright 2005 Douglas S. Reeves 53 copyright 2005 Douglas S. Reeves 54 9
10 Flags Compressed Name Format QR: query or response? OpCode: standard or reverse query? AA: authoritative answer? TC: answer truncated (UDP used, only first 512 bytes returned) RD: recursion desired? RA: recursion available? rcode (return code): no error, query error, Query Name can be arbitrary length but each part no more than 63 bytes long Query Type = type of Resource Record desired failure, name not found, copyright 2005 Douglas S. Reeves 55 copyright 2005 Douglas S. Reeves 56 Resource Records (in Response Messages) Each of Answer, Authority, and Additional Info Sections consist of a set of Resource Records Domain Name, Type, Class same as in Query Message DNS and Security TTL in seconds; usually = 2 days may be 0 to prevent caching copyright 2005 Douglas S. Reeves 57 DNS The Security KEY Resource (RFC 2535) Record (cont d) A resource record format defined to associate keys with DNS names permits DNS to be used as a public key distribution mechanism in support of DNS and other protocols a resolver can learn a public key of a zone either by reading it from DNS, or by having it statically configured Flags Protocol The KEY Resource Record 1 = TLS, 2 = , 3 = DNSSEC, 4 = IPSEC Type 1 RSA/MD5 [RFC 2537] - recommended 2 Diffie-Hellman [RFC 2539] - optional, key only 3 DSA [RFC 2536] - MANDATORY 4 reserved for elliptic curve cryptography copyright 2005 Douglas S. Reeves 59 Key Value copyright 2005 Douglas S. Reeves 60 10
11 The SIG Resource Record Authentication of Resource Records cryptographically-generated digital signatures Contents Type of RRs covered by this signature Algorithm Type At least one SIG Resource Record for each resource type under that name a security aware will attempt to return with Resource Records the corresponding SIGs The SIG Resource Record (cont d) Inception Date and Expiration Date of signature Domain Name of the Signer generating the signature Signature copyright 2005 Douglas S. Reeves 61 copyright 2005 Douglas S. Reeves 62 DNS consists of a protocol a distributed database a naming scheme Summary The namespace is hierarchical Name allocation is profitable and politically charged Summary (cont d) DNS uses a distributed database of name address mappings DNS uses caching to speed up performance DNS is vital to the Internet security is critical issue Highly robust copyright 2005 Douglas S. Reeves 63 copyright 2005 Douglas S. Reeves 64 Security and IPSec Next Lecture copyright 2005 Douglas S. Reeves 65 11
Motivation. Domain Name System (DNS) Flat Namespace. Hierarchical Namespace
Motivation Domain Name System (DNS) IP addresses hard to remember Meaningful names easier to use Assign names to IP addresses Name resolution map names to IP addresses when needed Namespace set of all
DNS : Domain Name System
1/30 DNS : Domain Name System Surasak Sanguanpong [email protected] http://www...ac.th/~nguan Last updated: May 24, 1999 Outline 2/30 DNS basic name space name resolution process protocol configurations Why
Forouzan: Chapter 17. Domain Name System (DNS)
Forouzan: Chapter 17 Domain Name System (DNS) Domain Name System (DNS) Need System to map name to an IP address and vice versa We have used a host file in our Linux laboratory. Not feasible for the entire
Domain Name System (DNS)
Chapter 18 CSC465 Computer Networks Spring 2004 Dr. J. Harrison These slides are based on the text TCP/IP Protocol Suite (2 nd Edition) Domain Name System (DNS) CONTENTS NAME SPACE DOMAIN NAME SPACE DISTRIBUTION
19 Domain Name System (DNS)
CHAPTER 9 Domain Name System (DNS) I n this chapter, we discuss the second application program, Domain Name System (DNS). DNS is a client/server application program used to help other application programs.
The Domain Name System
DNS " This is the means by which we can convert names like news.bbc.co.uk into IP addresses like 212.59.226.30 " Purely for the benefit of human users: we can remember numbers (e.g., telephone numbers),
The Domain Name System (DNS)
The Domain Name System (DNS) Columbus, OH 43210 [email protected] http://www.cis.ohio-state.edu/~jain/ 24-1 Overview Naming hierarchy hierarchy Name resolution Other information in name servers 24-2
DNS Domain Name System
Domain Name System DNS Domain Name System 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.
Domain Name System. DNS is an example of a large scale client-server application. Copyright 2014 Jim Martin
Domain Name System: DNS Objective: map names to IP addresses (i.e., high level names to low level names) Original namespace was flat, didn t scale.. Hierarchical naming permits decentralization by delegating
Application Protocols in the TCP/IP Reference Model. Application Protocols in the TCP/IP Reference Model. DNS - Concept. DNS - Domain Name System
Application Protocols in the TCP/IP Reference Model Application Protocols in the TCP/IP Reference Model File Transfer E-Mail Network Management Protocols of the application layer are common communication
Application Protocols in the TCP/IP Reference Model
Application Protocols in the TCP/IP Reference Model File Transfer E-Mail Network Management WWW Virtual Terminal Name Service File Transfer HTTP FTP Telnet SMTP DNS SNMP TFTP Internet protocols TCP UDP
Lecture 2 CS 3311. An example of a middleware service: DNS Domain Name System
Lecture 2 CS 3311 An example of a middleware service: DNS Domain Name System The problem Networked computers have names and IP addresses. Applications use names; IP uses for routing purposes IP addresses.
Domain Name System (DNS) Fundamentals
Domain Name System (DNS) Fundamentals Mike Jager Network Startup Resource Center [email protected] These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International
DNS Conformance Test Specification For Client
DNS Conformance Test Specification For Client Revision 1.0 Yokogawa Electric Corporation References This test specification focus on following DNS related RFCs. RFC 1034 DOMAIN NAMES - CONCEPTS AND FACILITIES
netkit lab dns Università degli Studi Roma Tre Dipartimento di Informatica e Automazione Computer Networks Research Group Version Author(s)
Università degli Studi Roma Tre Dipartimento di Informatica e Automazione Computer Networks Research Group netkit lab dns Version Author(s) E-mail Web Description 2.2 G. Di Battista, M. Patrignani, M.
DNS at NLnet Labs. Matthijs Mekking
DNS at NLnet Labs Matthijs Mekking Topics NLnet Labs DNS DNSSEC Recent events NLnet Internet Provider until 1997 The first internet backbone in Holland Funding research and software projects that aid the
Agenda. Network Services. Domain Names. Domain Name. Domain Names Domain Name System Internationalized Domain Names. Domain Names & DNS
Agenda Network Services Domain Names & DNS Domain Names Domain Name System Internationalized Domain Names Johann Oberleitner SS 2006 Domain Names Naming of Resources Problems of Internet's IP focus IP
ECE 4321 Computer Networks. Network Programming
ECE 4321 Computer Networks Network Programming Name Space System.Net Domain Name System (DNS) To resolve computer naming Host database is split up and distributed among multiple systems on the Internet
Internet-Praktikum I Lab 3: DNS
Kommunikationsnetze Internet-Praktikum I Lab 3: DNS Mark Schmidt, Andreas Stockmayer Sommersemester 2015 kn.inf.uni-tuebingen.de Motivation for the DNS Problem IP addresses hard to remember for humans
Chapter 25 Domain Name System. 25.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 25 Domain Name System 25.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 25.2 Figure 25.1 Example of using the DNS service 25-1 NAME SPACE To be unambiguous,
Introduction to DNS CHAPTER 5. In This Chapter
297 CHAPTER 5 Introduction to DNS Domain Name System (DNS) enables you to use hierarchical, friendly names to easily locate computers and other resources on an IP network. The following sections describe
DNS. The Root Name Servers. DNS Hierarchy. Computer System Security and Management SMD139. Root name server. .se name server. .
Computer System Security and Management SMD139 Lecture 5: Domain Name System Peter A. Jonsson DNS Translation of Hostnames to IP addresses Hierarchical distributed database DNS Hierarchy The Root Name
Internetworking with TCP/IP Unit 10. Domain Name System
Unit 10 Domain Name System Structure 10.1 Introduction 10.2 Fully Qualified Domain Names (FQDNs) Generic Domains Country Domains 10.3 Mapping domain names to IP addresses 10.4 Mapping IP Addresses to Domain
Understanding DNS (the Domain Name System)
Understanding DNS (the Domain Name System) A white paper by Incognito Software January, 2007 2007 Incognito Software Inc. All rights reserved. Understanding DNS (the Domain Name System) Introduction...2
Domain Name Server. Training Division National Informatics Centre New Delhi
Domain Name Server Training Division National Informatics Centre New Delhi Domain Name Service (DNS) I. History of DNS II. DNS structure and its components III. Functioning of DNS IV. Possible Configurations
DNS. Computer Networks. Seminar 12
DNS Computer Networks Seminar 12 DNS Introduction (Domain Name System) Naming system used in Internet Translate domain names to IP addresses and back Communication works on UDP (port 53), large requests/responses
Hostnames. HOSTS.TXT was a bottleneck. Once there was HOSTS.TXT. CSCE515 Computer Network Programming. Hierarchical Organization of DNS
Hostnames CSCE 515: Computer Network Programming ------ Address Conversion Function and DNS RFC 1034, RFC 1035 Wenyuan Xu http://www.cse..edu/~wyxu/ce515f07.html Department of Computer Science and Engineering
Computer Networks: Domain Name System
Computer Networks: Domain Name System Domain Name System The domain name system (DNS) is an application-layer protocol for mapping domain names to IP addresses DNS www.example.com 208.77.188.166 http://www.example.com
Domain Name System (DNS) Session-1: Fundamentals. Ayitey Bulley [email protected]
Domain Name System (DNS) Session-1: Fundamentals Ayitey Bulley [email protected] Computers use IP addresses. Why do we need names? Names are easier for people to remember Computers may be moved between
DNS. Computer networks - Administration 1DV202. fredag 30 mars 12
DNS Computer networks - Administration 1DV202 DNS History Who needs DNS? The DNS namespace How DNS works The DNS database The BIND software Server and client configuration The history of DNS RFC 882 and
DNS. Some advanced topics. Karst Koymans. (with Niels Sijm) Informatics Institute University of Amsterdam. (version 2.6, 2013/09/19 10:55:30)
DNS Some advanced topics Karst Koymans (with Niels Sijm) Informatics Institute University of Amsterdam (version 2.6, 2013/09/19 10:55:30) Friday, September 13, 2013 Karst Koymans (with Niels Sijm) (UvA)
Teldat Router. DNS Client
Teldat Router DNS Client Doc. DM723-I Rev. 10.00 March, 2003 INDEX Chapter 1 Domain Name System...1 1. Introduction...2 2. Resolution of domains...3 2.1. Domain names resolver functionality...4 2.2. Functionality
CS3250 Distributed Systems
CS3250 Distributed Systems Lecture 4 More on Network Addresses Domain Name System DNS Human beings (apart from network administrators and hackers) rarely use IP addresses even in their human-readable dotted
3. The Domain Name Service
3. The Domain Name Service n Overview and high level design n Typical operation and the role of caching n Contents of DNS Resource Records n Basic message formats n Configuring/updating Resource Records
Distributed Systems. 09. Naming. Paul Krzyzanowski. Rutgers University. Fall 2015
Distributed Systems 09. Naming Paul Krzyzanowski Rutgers University Fall 2015 October 7, 2015 2014-2015 Paul Krzyzanowski 1 Naming things Naming: map names to objects Helps with using, sharing, and communicating
How to Add Domains and DNS Records
How to Add Domains and DNS Records Configure the Barracuda NextGen X-Series Firewall to be the authoritative DNS server for your domains or subdomains to take advantage of Split DNS or dead link detection.
Domain Name System 2015-04-28 17:49:44 UTC. 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement
Domain Name System 2015-04-28 17:49:44 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Domain Name System... 4 Domain Name System... 5 How DNS Works
Application Protocols in the TCP/IP Reference Model. Application Protocols in the TCP/IP Reference Model. DNS - Domain Name System
Application Protocols in the TCP/IP Reference Model Application Protocols in the TCP/IP Reference Model File Transfer E-Mail Network Management Protocols of the application layer are common communication
Table of Contents DNS. How to package DNS messages. Wire? DNS on the wire. Some advanced topics. Encoding of domain names.
Table of Contents DNS Some advanced topics Karst Koymans Informatics Institute University of Amsterdam (version 154, 2015/09/14 10:44:10) Friday, September 11, 2015 DNS on the wire Encoding of domain names
Networking Domain Name System
System i Networking Domain Name System Version 5 Release 4 System i Networking Domain Name System Version 5 Release 4 Note Before using this information and the product it supports, read the information
Understand Names Resolution
Understand Names Resolution Lesson Overview In this lesson, you will learn about: Domain name resolution Name resolution process steps DNS WINS Anticipatory Set 1. List the host name of 4 of your favorite
Networking Domain Name System
IBM i Networking Domain Name System Version 7.2 IBM i Networking Domain Name System Version 7.2 Note Before using this information and the product it supports, read the information in Notices on page
what s in a name? taking a deeper look at the domain name system mike boylan penn state mac admins conference
what s in a name? taking a deeper look at the domain name system mike boylan penn state mac admins conference whoami work for robert morris university, pittsburgh, pa primarily mac and voip admin @mboylan
Coordinación. The background image of the cover is desgned by http://www.freepik.com/ GUIDE TO DNS SECURITY 2
Autor Antonio López Padilla Coordinación Daniel Fírvida Pereira This publication belongs to INTECO (Instituto Nacional de Tecnologías de la Comunicación) and is under an Attribution- NonCommercial 3.0
Networking Domain Name System
System i Networking Domain Name System Version 6 Release 1 System i Networking Domain Name System Version 6 Release 1 Note Before using this information and the product it supports, read the information
DNS Domain Name System
DNS Domain Name System Domain names and IP addresses People prefer to use easy-to-remember names instead of IP addresses Domain names are alphanumeric names for IP addresses e.g., neon.cs.virginia.edu,
Applications and Services. DNS (Domain Name System)
Applications and Services DNS (Domain Name Service) File Transfer Protocol (FTP) Simple Mail Transfer Protocol (SMTP) Malathi Veeraraghavan Distributed database used to: DNS (Domain Name System) map between
Introduction to the Domain Name System
CHAPTER 14 The Domain Name System (DNS) handles the growing number of Internet users. DNS translates names, such as www.cisco.com, into IP addresses, such as 192.168.40.0 (or the more extended IPv6 addresses),
Domain Name System Richard T. B. Ma
Domain Name System Richard T. B. Ma School of Computing National University of Singapore CS 3103: Compute Networks and Protocols Names Vs. Addresses Names are easier for human to remember www.comp.nus.edu.sg
DNS - Domain Name System
DNS - Domain Name System TCP/IP class 1 outline introduction naming scheme protocol format record types how it works reverse lookup implementation - named config files summary - futures 2 bibliography
Chapter 23 The Domain Name System (DNS)
CSC521 Communication Protocols 網 路 通 訊 協 定 Chapter 23 The Domain Name System (DNS) 吳 俊 興 國 立 高 雄 大 學 資 訊 工 程 學 系 Outline 1. Introduction 2. Names For Machines 3. Flat Namespace 4. Hierarchical Names 5.
Basic DNS Course. Module 1. DNS Theory. Ron Aitchison ZYTRAX, Inc. Page 1 of 24
Basic DNS Course Module 1 Ron Aitchison ZYTRAX, Inc. Page 1 of 24 The following are the slides used in this Module of the course. Some but not all slides have additional notes that you may find useful.
Copyright 2012 http://itfreetraining.com
In order to find resources on the network, computers need a system to look up the location of resources. This video looks at the DNS records that contain information about resources and services on the
- Domain Name System -
1 Name Resolution - Domain Name System - Name resolution systems provide the translation between alphanumeric names and numerical addresses, alleviating the need for users and administrators to memorize
DNS & IPv6. Agenda 4/14/2009. MENOG4, 8-9 April 2009. Raed Al-Fayez SaudiNIC CITC [email protected], www.nic.net.sa. DNS & IPv6.
DNS & IPv6 MENOG4, 8-9 April 2009 Raed Al-Fayez SaudiNIC CITC [email protected], www.nic.net.sa Agenda DNS & IPv6 Introduction What s next? SaudiNIC & IPv6 About SaudiNIC How a cctld Registry supports
1 DNS Packet Structure
Fundamentals of Computer Networking Project 1 Primer: DNS Overview CS4700/CS5700 Fall 2009 17 September 2009 The DNS protocol is well-documented online, however, we describe the salient pieces here for
DNS and BIND. David White
DNS and BIND David White DNS: Backbone of the Internet Translates Domains into unique IP Addresses i.e. developcents.com = 66.228.59.103 Distributed Database of Host Information Works seamlessly behind
Domain Name System (DNS) RFC 1034 RFC 1035 http://www.ietf.org
Domain Name System (DNS) RFC 1034 RFC 1035 http://www.ietf.org TCP/IP Protocol Suite Application Layer DHCP DNS SNMP HTTP SMTP POP Transport Layer UDP TCP ICMP IGMP Network Layer IP Link Layer ARP ARP
Chapter 24 The Domain Name System (DNS)
Chapter 24 The Domain Name System (DNS) Columbus, OH 43210 [email protected] http://www.cis.ohio-state.edu/~jain/ 24-1 Overview Naming hierarchy Server hierarchy Name resolution Other information
Domain Name System. Heng Sovannarith [email protected]
Domain Name System Heng Sovannarith [email protected] Introduc:on to DNS Domain Name System is a distributed database system that can be serve as the founda:on for name resolu:on in a TCP/IP Network.
The Use of DNS Resource Records
International Journal of Advances in Electrical and Electronics Engineering 230 Available online at www.ijaeee.com & www.sestindia.org/volume-ijaeee/ ISSN: 2319-1112 Simar Preet Singh Systems Engineer,
NET0183 Networks and Communications
NET0183 Networks and Communications Lecture 25 DNS Domain Name System 8/25/2009 1 NET0183 Networks and Communications by Dr Andy Brooks DNS is a distributed database implemented in a hierarchy of many
CS 348: Computer Networks. - DNS; 22 nd Oct 2012. Instructor: Sridhar Iyer IIT Bombay
CS 348: Computer Networks - DNS; 22 nd Oct 2012 Instructor: Sridhar Iyer IIT Bombay Domain Name System Map between host names and IP addresses People: many identifiers: name, Passport #, Internet hosts:
THE MASTER LIST OF DNS TERMINOLOGY. v 2.0
THE MASTER LIST OF DNS TERMINOLOGY v 2.0 DNS can be hard to understand and if you re unfamiliar with the terminology, learning more about DNS can seem as daunting as learning a new language. To help people
Some advanced topics. Karst Koymans. Friday, September 11, 2015
DNS Some advanced topics Karst Koymans Informatics Institute University of Amsterdam (version 154, 2015/09/14 10:44:10) Friday, September 11, 2015 Karst Koymans (UvA) DNS Friday, September 11, 2015 1 /
HTG XROADS NETWORKS. Network Appliance How To Guide: DNS Delegation. How To Guide
HTG X XROADS NETWORKS Network Appliance How To Guide: DNS Delegation How To Guide DNS Delegation (The Simple Redundancy Solution) The key requirement when performing DNS based network redundancy and load
Lesson 13: DNS Security. Javier Osuna [email protected] GMV Head of Security and Process Consulting Division
Lesson 13: DNS Security Javier Osuna [email protected] GMV Head of Security and Process Consulting Division Introduction to DNS The DNS enables people to use and surf the Internet, allowing the translation
Use Domain Name System and IP Version 6
Use Domain Name System and IP Version 6 What You Will Learn The introduction of IP Version 6 (IPv6) into an enterprise environment requires some changes both in the provisioned Domain Name System (DNS)
The Application Layer: DNS
Recap SMTP and email The Application Layer: DNS Smith College, CSC 9 Sept 9, 0 q SMTP process (with handshaking) and message format q Role of user agent access protocols q Port Numbers (can google this)
1. Domain Name System
1.1 Domain Name System (DNS) 1. Domain Name System To identify an entity, the Internet uses the IP address, which uniquely identifies the connection of a host to the Internet. However, people prefer to
Part 5 DNS Security. SAST01 An Introduction to Information Security 2015-09-21. Martin Hell Department of Electrical and Information Technology
SAST01 An Introduction to Information Security Part 5 DNS Security Martin Hell Department of Electrical and Information Technology How DNS works Amplification attacks Cache poisoning attacks DNSSEC 1 2
API of DNS hosting. For DNS-master and Secondary services Table of contents
API of DNS hosting. For DNS-master and Secondary services Table of contents API of DNS hosting. For DNS-master and Secondary services... 1 1. Introduction... 3 2. Setting access area of application for
Domain Name System DNS
CE443 Computer Networks Domain Name System DNS Behnam Momeni Computer Engineering Department Sharif University of Technology Acknowledgments: Lecture slides are from Computer networks course thought by
Domain Name Servers. Domain Types WWW host names. Internet Names. COMP476 Networked Computer Systems. Domain Name Servers
Domain Name Servers COMP76 Networked Computer Systems Internet Names Hierarchical starting from the right host.subnet.organization.type Names are case insensitive and can be in either upper or lower case.
DNSSEC Applying cryptography to the Domain Name System
DNSSEC Applying cryptography to the Domain Name System Gijs van den Broek Graduate Intern at SURFnet Overview First half: Introduction to DNS Attacks on DNS Second half: DNSSEC Questions: please ask! DNSSEC
Enterprise Architecture Office Resource Document Design Note - Domain Name System (DNS)
Date: 8/27/2012 Enterprise Architecture Office Resource Document Design Note - Domain Name System (DNS) Table of Contents 1 Overview...2 1.1 Other Resources...2 1.1.1 State of Minnesota Standards and Guidelines...2
DNS: Domain Name System
DNS: Domain Name System CMPSCI 491G: Computer Networking Lab V. Arun Slides adapted from Liebeherr & Zarki, Kurose & Ross, Kermani DNS: domain name system people: many identifiers: SSN, name, passport
Computer Networks Prof. S. Ghosh Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture - 34 DNS & Directory
Computer Networks Prof. S. Ghosh Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture - 34 DNS & Directory Good day. Today we will take up two topics, DNS and
THE MASTER LIST OF DNS TERMINOLOGY. First Edition
THE MASTER LIST OF DNS TERMINOLOGY First Edition DNS can be hard to understand and if you re unfamiliar with the terminology, learning more about DNS can seem as daunting as learning a new language. To
HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeDNS. How To Guide
HTG X XROADS NETWORKS Network Appliance How To Guide: EdgeDNS How To Guide V 3. 2 E D G E N E T W O R K A P P L I A N C E How To Guide EdgeDNS XRoads Networks 17165 Von Karman Suite 112 888-9-XROADS V
Domain Name Service (DNS) Training Division, NIC New Delhi
Domain Name Service (DNS) Training Division, NIC New Delhi Domain Name Service (DNS) I. History of DNS II. DNS structure and its components III. Functioning of DNS IV. Replicating DNS V. Dynamic update
Glossary of Technical Terms Related to IPv6
AAAA Record An AAAA record stores a 128-bit Internet Protocol version 6 (IPv6) address, which does not fit the standard A record format. For example, 2007:0db6:85a3:0000:0000:6a2e:0371:7234 is a valid
Outline. Definition. Name spaces Name resolution Example: The Domain Name System Example: X.500, LDAP. Names, Identifiers and Addresses
Outline Definition Names, Identifiers and Addresses Name spaces Name resolution Example: The Domain Name System Example: X.500, LDAP CS550: Advanced Operating Systems 2 A name in a distributed system is
Tanenbaum, Computer Networks (extraits) Adaptation par J.Bétréma. DNS The Domain Name System
Tanenbaum, Computer Networks (extraits) Adaptation par J.Bétréma DNS The Domain Name System RFC 1034 Network Working Group P. Mockapetris Request for Comments: 1034 ISI Obsoletes: RFCs 882, 883, 973 November
The Domain Name System
The Domain Name System Antonio Carzaniga Faculty of Informatics University of Lugano October 9, 2012 2005 2007 Antonio Carzaniga 1 IP addresses and host names Outline DNS architecture DNS process DNS requests/replies
Section 1 Overview... 4. Section 2 Home... 5
ecogent User Guide 2012 Cogent Communications, Inc. All rights reserved. Every effort has been made to ensure that the information in this User Guide is accurate. Information in this document is subject
Introduction to Network Operating Systems
As mentioned earlier, different layers of the protocol stack use different kinds of addresses. We can now see that the Transport Layer (TCP) uses port addresses to route data to the correct process, the
The Domain Name System
Internet Engineering 241-461 Robert Elz [email protected] [email protected] http://fivedots.coe.psu.ac.th/~kre DNS The Domain Name System Kurose & Ross: Computer Networking Chapter 2 (2.5) James F. Kurose
FAQ (Frequently Asked Questions)
FAQ (Frequently Asked Questions) Specific Questions about Afilias Managed DNS What is the Afilias DNS network? How long has Afilias been working within the DNS market? What are the names of the Afilias
Copyright International Business Machines Corporation 2001. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure
iseries DNS iseries DNS Copyright International Business Machines Corporation 2001. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule
Configuring the BIND name server (named) Configuring the BIND resolver Constructing the name server database files
Configuring DNS BIND: UNIX Name Service Configuring the BIND name server (named) Configuring the BIND resolver Constructing the name server database files Zone: a collection of domain information contained
The Domain Name System (DNS)
The Domain Name System (DNS) Each Internet host is assigned a host name and an IP address Host names are structured character strings, e.g., www.cs.iastate.edu IP addresses are 32 bit integers, e.g., 129.186.3.6
Module 2. Configuring and Troubleshooting DNS. Contents:
Configuring and Troubleshooting DNS 2-1 Module 2 Configuring and Troubleshooting DNS Contents: Lesson 1: Installing the DNS Server Role 2-3 Lesson 2: Configuring the DNS Server Role 2-9 Lesson 3: Configuring
Applications & Application-Layer Protocols: The Domain Name System and Peerto-Peer
CPSC 360 Network Programming Applications & Application-Layer Protocols: The Domain Name System and Peerto-Peer Systems Michele Weigle Department of Computer Science Clemson University [email protected]
