DNS Domain Name System. Lots of people use the internet for different reasons. DNS Plays a big role in the internet. The DNS translates domain names into.

Slides:



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

Web Servers How do our requests for resources on the Internet get handled? Can they be located anywhere? Global?
Application Layer At long last we can ask the question - how does the user interface with the network?
Chapter 4 Creating a Website from an InDesign Layout.
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 Services Oakton Community College CIS 238.
Domain Name Services And IP Addressing. Domain Name Services Domain name is a way to identify and locate computers connected to the Internet. No two organizations.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
The internet and the WWW
1 Naming with the Domain Name System. 2 Internet Applications Domain Name System Electronic mail IP telephony Remote login File transfer All use client-server.
DOMAIN NAME SYSTEM Based on Computer Networks and Internets, Comer CSIT 320 (Blum)1.
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.
Intro to Computer Networks Internet and Networking Terms Bob Bradley The University of Tennessee at Martin.
Lecturer: Ghadah Aldehim
Windows Server 2008 R2 Domain Name System Chapter 5.
HOW ACCESS TO WWW Student Name : Hussein Alkhaldi.
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
1 Computer Communication & Networks Lecture 26 Application Layer: Domain Name System Waleed Ejaz.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
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.
Domain Name System. CONTENTS Definitions. DNS Naming Structure. DNS Components. How DNS Servers work. DNS Organizations. Summary.
Deploying a Web Application Presented By: Muhammad Naveed Date:
1 Kyung Hee University Chapter 18 Domain Name System.
Domain Name System Refs: Chapter 9 RFC 1034 RFC 1035.
Configuring Name Resolution and Additional Services Lesson 12.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
Matthew Baillie, Luke Day THE INTERNET. HISTORY OF THE INTERNET J.C.R. Licklider authored a series of memos concerning theoretical network structures.
COMP 431 Internet Services & Protocols
THE LARGEST NAME SERVICE ACTING AS A PHONE BOOK FOR THE INTERNET The Domain Name System click here to next page 1.
DNS Domain Name System By Alexandros Zampas B101 Coursework The Technology Context.
The Domain Name System The Components, Functions, Legality and Issues of the Domain Name System.
B101 Presentation on DNS By Thomas Shaw. What is the function of the DNS? Otherwise known as the Domain Name System It is one of the most important systems.
What is the DNS? System converts domain names to IP (Internet Protocol) addresses URL (Uniform Resource Locator) → IP address DNS Problems Limitations.
(Domain Name System) Ismael Ali Technology Context Chi.
Introduction: ● DNS size ● Function ● The 3 most important components ● UK legislation regards to the DNS ● Limitations.
The Domain Name System Student : Hi this is my presentation about.
1) The size of the Domain name system. 2) The main components of the Domain Naming System operation. 3) The function of the Domain Naming System. 4)Legislation.
Domain Name System (DNS) The Technology Context – B101 Coursework 2 The Technology Context – B101.
WHAT IS THE DOMAIN NAME SYSTEM (DNS) ?. Overview 1. Introduction to the DNS. 2. How big is the Domain Name System (DNS) ? 3. Components of the DNS. 4.
THE DOMAIN NAME SYSTEM AS AN ADDRESS DIRECTORY FOR THE WORLDWIDE WEB. 1.
Is the Domain Name System the heart of the internet?
Domain Name System The Technology Context Presentation.
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 By Gazain Naeem. Domain Name System is the hierarchical computer system which is connected to the internet. It works like a telephone.
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.
The Domain Name System (DNS) – The online directory DNS Simplified.
How the Domain Name System has impacted Internet history. Fig 1: The structure of the DNS name space.
System Administration(SAD622S) Name of Presenter: Shadreck Chitauro Lecturer 18 July 2016 Faculty of Computing and Informatics.
DNS The DNS is mainly considered a convenience tool for humans -Minimizes human error(mistyping ip addresses) -No need to remember IP addresses just the.
The Domain Name System (DNS) By Alex Kamau B101 Technology Context.
Functions Size Structure Limitations DNS and the Law.
Understand Names Resolution
CS 372 COMPUTER COMMUNICATION AND NETWORKS
“Size of DNS” Size of the DNS can be describe from the time before it was created all the computer on a network used to receive a host file named HOST.TXT,
Domain Name System (DNS)
Domain Name System Presentation
Net 323 D: Networks Protocols
Network Services.
Modelling the internet
Modelling the internet
Chapter 25 Domain Name System
Chapter 25 Domain Name System
Computer Networks Primary, Secondary and Root Servers
Read this to find out how the internet works!
WJEC GCSE Computer Science
Computer Networks Presentation
Presentation transcript:

DNS Domain Name System

Lots of people use the internet for different reasons. DNS Plays a big role in the internet. The DNS translates domain names into IP addresses. Domain Name System

The Size of the DNS How would you describe the size of the Domain Name System? Fig. 2 Image Source png Fig. 2

The 3 main components of the DNS are: Domain Name Space The Domain Name Space - This is a database of name related information. Domain names can be both uppercase and lowercase, and are defined by RFC 1034 to not be case sensitive. This means that is exactly the same as Top Level Domain 2 nd Level Domain

The 3 main components of the DNS are: DNS Name Server DNS Name Servers – The second major component of the DNS is the Name server. Every zone has a main name server which is the source of the resource records. This server can be updated by an administrator; there is a secondary backup server which has copies of the main servers data. DNS name servers also have the ability to perform zone transfers; this is where the name server searches the database for the entered web address to find the IP address for that webpage. If for some mysterious reason the domain name is not on the main server, the DNS name server transfers the website it’s looking for to the second server, and so on to different zones until the correct IP address is found.

The 3 main components of the DNS are: DNS Resolvers DNS Resolvers - Access to the Domain name database is through a resolver which could either be a program or part of a computer operating system. The resolver will send requests to the name servers to return information requested by the user. If the domain name is in the user’s closest zone, the main name server has the ability to deal with the request. If the main server can’t locate the domain name, it asks one of the root servers. The root server then responds with a list of name servers that have the information. This process is repeated until the local name server receives the IP address for the domain name. The local server then saves the record, and then returns the DNS data to the original requestor.

How do these 3 components relate to each other? These 3 components relate to each other because they use one another for the DNS Service to be active. The user who wants to access a website enters the domain name into the domain name space; The DNS Name Space is used by the other 2 components to access the domain names. If the local DNS name server can’t find the domain name, then the DNS Resolver comes into play and uses root servers to locate the domain name and sends the IP address back to the local zone server. Overall, all 3 main components of the DNS work together in order to fulfil the user’s request.

The function of the DNS The internet as we know it today plays a major role in some people’s lives, for example: some businesses can’t function without the internet. As stated before, the DNS is the backbone of the internet, without it, there wouldn’t be an internet. The function of the DNS is to translate domain names into IP addresses because the internet only understands IP addresses, not domain names. When users attempt to access another computer on the network, a structure must be in place to map the domain names to their equivalent addresses.

Is the operation of the Domain Name System affected by any legislation in the UK? The operation of the domain name system is affected by a couple of legislations within the UK, an example is domains have to be different from one another, meaning two domains cannot be the same, however domain names can be different even in the slightest such as one domain could be: and another could be (Charlotte Waelde, Date unknown) “No two domain names can be identical. There can only be one "harrods.com". The word "Harrods" could however be registered under one of the country domains. Thus along with "harrods.com", "harrods.co.uk" can also be used as a domain name. In addition, variations on the name "harrods.com" can be registered, for example "harr0ds.com" or harrods1.com. The permutations are limited only by the imagination.”

What is the most significant limitation to the continued operation of the Domain Name System? There are many active domain names and a limited amount of IP addresses to assign to these domain names in the Internet protocol version 4 (IPV4). The last domain to be registered on IPV4 was taken in February 2011 As there are too many domain names and not enough IP addresses to assign to future domain names. Internet Protocol version 6 (IPV6) was created. It is another Internet protocol which was released after the Internet Protocol Version 4 (IPV4) ran out of addresses. Every host requires an IP address in order to communicate with one another. The vast growth of the internet has demanded more IP addresses than it was physically possible with IPV4 to handle.

Conclusion Overall, as I said earlier, the DNS plays a huge role in the internet and most of our lives. Without it there wouldn’t be a WWW, which means you wouldn’t be watching this presentation today.

References [ONLINE] Available at: [Accessed 10 January 2012]. How the DNS works - YouTube How the DNS works - YouTube. [ONLINE] Available at: [Accessed 10 January 2012]. Animation Movie by Centr. Charlotte Waelde, Domain names and Trademarks: What is in a name? [Online]. Available at

How the DNS Works How the DNS works - YouTube How the DNS works - YouTube. [ONLINE] Available at: [Accessed 10 January 2012]. Animation Movie by Centr.