Intro to Computer Networks DNS (Domain Name System) Bob Bradley The University of Tennessee at Martin.

Slides:



Advertisements
Similar presentations
Internet Applications INTERNET APPLICATIONS. Internet Applications Domain Name Service Proxy Service Mail Service Web Service.
Advertisements

Let's say we want to access domain - reliablescribe.com First we need to buy a computer We need to subscribe to an Internet Service Provider (ISP) The.
Web Server Administration
Domain Name System. DNS is a client/server protocol which provides Name to IP Address Resolution.
The Internet Useful Definitions and Concepts About the Internet.
20101 The Application Layer Domain Name System Chapter 7.
DOMAIN NAMING SYSTEM (AN OVERVIEW) By -DEEPAK. Topics --DNS What is DNS? Purpose of DNS DNS configuration files.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 7: Planning a DNS Strategy.
DOMAIN NAME SYSTEM. Domain Name System Hostname Resolution DNS Name Lookup with DNS Domain Name Servers DNS Database Reverse Lookups.
Chabot College ELEC Name Resolution.
11.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 11: Introducing WINS, DNS,
By: Me1 Domain Name Servers (DNS). By: Me2 Section 1: Overview Of DNS DNS is a name resolution protocol. It converts host names to IP addresses and vice-versa.
1 Domain Name System (DNS). 2 DNS: Domain Name System Internet hosts: – IP address (32 bit) - used for addressing datagrams – “name”, e.g.,
URL AND DNS A SHORT INTRODUCTION Rachel White7/11/2014.
Intro to Computer Networks Internet and Networking Terms Bob Bradley The University of Tennessee at Martin.
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Exploring How IP Address Protocols Work INTRO v2.0—4-1.
Windows Server 2008 R2 Domain Name System Chapter 5.
DNS: Domain Name System
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.
HOW ACCESS TO WWW Student Name : Hussein Alkhaldi.
Objectives  Basic Introduction to DNS  Purpose of Domain Naming  DNS Features: Global Distribution  Fully Qualified Domain Name  DNS Lookup Types.
1 DNS: Domain Name System People: many identifiers: m SSN, name, Passport # Internet hosts, routers: m IP address (32 bit) - used for addressing datagrams.
1 Application Layer Lecture 6 Imran Ahmed University of Management & Technology.
Web Page Design I Retest Terms Review. 1. Web pages are created using a language known as ___________. The coding of this language must follow specific.
Paper Presentation – CAP Page 2 Outline Review - DNS Proposed Solution Simulation Results / Evaluation Discussion.
COMT 6251 Network Layers COMT Overview IP and general Internet Operations Address Mapping ATM LANs Other network protocols.
Chapter 29 Domain Name System (DNS) Allows users to reference computer names via symbolic names translates symbolic host names into associated IP addresses.
October 8, 2015 University of Tulsa - Center for Information Security Microsoft Windows 2000 DNS October 8, 2015.
CITA 310 Section 1 Name Resolution (Textbook Chapter 4)
Deploying a Web Application Presented By: Muhammad Naveed Date:
CIS 250 Advanced Computer Applications Internet/WWW Review.
How to configure DNS for a Windows 2000 domain? 1.Start the Install/Remove Programs Control Panel Applet (Start - Settings - Control Panel - Add/Remove.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
Naming March 8, Networks What is naming?  Associations between some elements in a set of names and some elements in a set of values  Binding.
Internet. Networking Communicating between two or more computers Bits -> voltage ->wire->voltage->Bits.
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.
© McLean HIGHER COMPUTER NETWORKING Lesson 4: Domain Name Service Description of domain names and name resolution Domain name servers and domain.
What is TCP/IP? TCP/IP is the communication protocol for communication between computers on the Internet. TCP/IP stands for Transmission Control Protocol.
Chapter 2 The Internet Underlying Architecture. How the DNS works? DNS: Domain Name System Visiting a website: - Write the address - IP will use the address.
24. DNS Domain Name System address 1. Name server domain name IP address ftp.cs.mit.eduxx.xx.xx.xx 24.2 Mapping Domain Names To.
Networks: LANs, WANs and Communication Protocols How do computers communicate?
3.4 Internet Strand 3 Sara Liquori. 3.4 Internet  A global computer network providing a variety of information and communication facilities, consisting.
Summary DNS DNS Alexandra Tolbert Benefits How It Works Basics Katherine Barrios DNS Parts Phillip Nelson.
© F5 Networks, Inc. 1 How Does DNS Work? A user browses to A user browses to
1 Kyung Hee University Chapter 19 DNS (Domain Name System)
DNS Antidote Abhishek Madav( ) Suhas Tikoo( ) Urjit Khadilkar( )
DNS/IP. WHAT IS DNS?...IP?  Domain Name System (DNS) is a database system that translates a computer's fully qualified domain name into an IP address.
Web Server Administration Chapter 4 Name Resolution.
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
Domain Name System INTRODUCTION to Eng. Yasser Al-eimad
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.
How Web Servers and The Internet Work The Basic Process.
Uniform Resource Locator URL protocol URL host Path to file Every single website on the Internet has its own unique.
End-host IP: MAC: 11:11:11:11:11 gateway IP: MAC: 22:22:22:22:22 Google server IP: interne t interface DNS server IP:
Domain Name System (DNS) The Technology Context – B101 Coursework 2 The Technology Context – B101.
Domain Name System (DNS) Topic 2, Chapter 4 Network Programming Kansas State University at Salina.
Ip addressing: dhcp & dns
Understand Names Resolution
Dynamic Domain Name System
Domain Name System DNS - A system for converting host names and domain names into IP addresses on the Internet or on local networks that use the TCP/IP.
The Internet.
Some bits on how it works
Unit 5: Providing Network Services
Providing Network Services
System & Network Administration (MCSA & RHCSA)
Networks and the Internet
Computer Networks Primary, Secondary and Root Servers
Read this to find out how the internet works!
Your computer is the client
Presentation transcript:

Intro to Computer Networks DNS (Domain Name System) Bob Bradley The University of Tennessee at Martin

Intro to Computer Networks DNS (Domain Name System) The automated system used to translate computer names into equivalent IP addresses. A DNS server responds to a query by looking up the name and returning the address. DNS is a global distributed database. If you tell your web browser to connect to the web browser will use the DNS system to convert the host name ( into an IP address ( )

Intro to Computer Networks DNS Converts host names to IP addresses  Also does reverse translation IP  Host Name Also used for server lookups Example: mail for goes to mail.utm.edu

Intro to Computer Networks The DNS Process Whenever a computer needs to connect to a server (such as the web server) it has to look up the server’s IP address using the DNS system. Each computer on the Internet has a list of the IP address of a local DNS server. So when a computer needs to look up an IP address, it asks its local DNS server for it.

Intro to Computer Networks Step 1 Step 1: If the PC does not already have the address for in its own DNS cache, it asks its local DNS server for the IP address information.

Intro to Computer Networks Step 2 Step 2: If the local DNS server does not already have the address for in its own DNS cache, it asks the root DNS servers for the IP address of Yahoo’s DNS server.

Intro to Computer Networks Step 3 Step 3: The root DNS server returns the IP address of Yahoo’s DNS server to the local DNS server.

Intro to Computer Networks Step 4 Step 4: The local DNS server connects to Yahoo’s DNS server and asks for IP address.

Intro to Computer Networks Step 5 Step 5: Yahoo’s DNS server returns the IP address information of to the local DNS server.

Intro to Computer Networks Step 6 Step 6: The local DNS adds IP address to its cache and then returns the IP address info to the PC.

Intro to Computer Networks Step 7 Step 7: The PC adds the IP address info to its local cache and can then connect to using that IP address.

Intro to Computer Networks Local DNS Remembers The next time your computer (or another computer on your LAN) needs to look up address, it will ask the local DNS server again. But this time the local DNS server will have the IP info cached and can return it directly.

Intro to Computer Networks