Lawrence Snyder University of Washington, Seattle

Slides:



Advertisements
Similar presentations
Network Terminology … Remember: Knowledge is Power!
Advertisements

Application Layer At long last we can ask the question - how does the user interface with the network?
Department of Information Engineering 1 What is port number? OK, you know that in order to connect to Internet, each computer must have a unique address.
Intro to Computer Networks DNS (Domain Name System) Bob Bradley The University of Tennessee at Martin.
CSE 461 Section (Week 0x02). Port numbers for applications MAC addresses for hardware IP addresses for a way to send data in a smart, routable way.
Chabot College ELEC Name Resolution.
TCP/IP (Transmission Control Protocol / Internet Protocol) : The Protocol That Made the Internet Possible. By Albert Kalim (lecture materials quoted by.
Internet Review Academic Talent Search. All About Networking DevicesDevices Packet TransferPacket Transfer HardwareHardware SoftwareSoftware Wiring/CablingWiring/Cabling.
Once you have contacted me to set up a new account, your computer needs to be configured to dial into.DevlinEx and use our servers for things like .
Identity Theft What is Identity Theft?  Identity theft is a serious crime. Identity theft happens when someone uses information about you without your.
Questions, Questions, Questions. I like to ask questions. I can ask questions to learn new things.
How to be Safe Online. Online Access How many of you go online? What are your favorite things to do online? Who accesses the Internet from their smart.
Lawrence Snyder University of Washington, Seattle © Lawrence Snyder 2004 Relating the “logical” with the “physical”
Lawrence Snyder University of Washington, Seattle © Lawrence Snyder 2004.
How Web Servers Work Put Your Name Here Class Period: Date:
A PC Wakes Up A STORY BY VICTOR NORMAN. Once upon a time…  a PC (we’ll call him “H”) is connected to a network and turned on. Aside: The network looks.
Internet Flow By: Terry Hernandez. Getting from the customers computer onto the internet Internet Browser
Domain Name System INTRODUCTION to Eng. Yasser Al-eimad
Click here to begin Internet Safety Keeping Kids Safe On-Line.
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 DNS (DOMAIN NAME SYSTEM). Before the DNS, all computers connected to the internet through ARPANET (the worlds first operational packet switching network).
Are you SMART?. SMART SafeMeetAcceptReliableTell Keep safe Be careful not to give out personal information such as your address, phone number, real.
-Active Directory is the brain of the Microsoft windows Server Network. -It’s a database that keeps track of huge amount of stuffs and gives us a centralized.
Communications and Networks
Gosbecks E-Safety Guide
Understand Names Resolution
How to compose a message to a teacher
Please take out the homework - viewing sheet fro the movie
Everything You need to know
DNS Security Advanced Network Security Peter Reiher August, 2014
Comparing Communication Types
What’s the relationship here?
Going Places safely online
Ping and traceroute.
Are You and Your Students Responsible Digital Citizens?
Academic Talent Search
Programming Assignment #1
Computer Lab "Treat-y" Rules & Procedures
What is Cyber bullying? Cyber bullying is when a person, or a group of people, uses the internet, mobile phones or other digital technologies to threaten,
Unit 5: Providing Network Services
Repair Outlook Error 0x800ccc78
Introduction to Networking
Client Client 4) Hello , please give me the website
Welcome to Mrs. DeRita’s 4th & 5th grade Technology class
Net 323 D: Networks Protocols
Computer Networks Lesson 3.
Chapter 19 Domain Name System (DNS)
Providing Network Services
Domain Name System Relating the “logical” with the “physical”
REPORTED SPEECH Unit 11 – English 12.
Leaving messages on answer machines
Digital Literacy and Internet Safety
Here are some good questions to start out the presentation:
Understanding the Internet
KEEP SAFE I will NOT give out personal information: Name -- create a screen name Address Phone number Password School address Pictures.
Announcements Survey … no really, you will be polled
What did they say? Reported statements.
Using the Power of XML Personally
Traditional Internet Applications – / DNS
Easy-Speak How easy is it?
Our internet, our choice
Computer Networks Lesson 3.
COMPUTER NETWORKS PRESENTATION
Our internet, our choice
Our internet, our choice
DNS Security The Domain Name Service (DNS) translates human-readable names to IP addresses E.g., thesiger.cs.ucla.edu translates to DNS.
Our internet, our choice
Our internet, our choice
Our internet, our choice
Announcements Jack group member by Thursday!! Quiz-8? HW10
Presentation transcript:

Lawrence Snyder University of Washington, Seattle Domain Name System Lawrence Snyder University of Washington, Seattle © Lawrence Snyder 2004

Recall 2 Ways To Name Computers Logical: Humans use domain names spiff.cs.washington.edu Physical: Computers use number-quads 128.208.3.136 This is different than the phone system: The people use numbers: 1 800 555 1212 The equipment uses the same numbers A key property of computers: they can separate the logical form (preferred by people) from the physical form they must use 6/11/2018 © 2011-2014 Larry Snyder, CSE

What’s the Problem? The Internet is completely decentralized No one is in charge – ICANN A few companies get permission to give users or organizations IP-addresses – not much logic to it When a person or organization gets an IP-address, it picks a domain name – few rules except to tell the company that gave it out, what the domain is Once connected to I’net, users start using domain name … but when someone refers to it, how does their computer get its number?? Internet Corporation for Assigned Names and Numbers 6/11/2018 © 2011-2014 Larry Snyder, CSE

How do we get 128.227.205.2? When we send mail to a friend at the U of FL, we type friend@cise.ufl.edu and the computer that sends mail for us on campus needs to find out this fact: cise.ufl.edu == 128.227.205.2 We said it asks the Domain Name System, or DNS … so what happens 6/11/2018 © 2011-2014 Larry Snyder, CSE

But Wait! How does it know the address of the DNS? You (or someone or something who set up your computer) told it when connecting it to the network … look in net control panel The following explanation describes what these machines do 6/11/2018 © 2011-2014 Larry Snyder, CSE

First Step The DNS server answers the question “what number is cise.ufl.edu?” by this method First Step: Look it up in its “address book” The DNS server does that It keeps its own address book, a list of all of the domain names like cise.ufl.edu that it has been asked about and found It checks in its address book first, looking under cise.ufl.edu 6/11/2018 © 2011-2014 Larry Snyder, CSE

If It Has Never Been Asked … The address will not be in the address book if this is the first request … Second Step: The DNS server begins a process of finding the address on behalf of your computer … That process uses 2 Facts of I’net 6/11/2018 © 2011-2014 Larry Snyder, CSE

The DNS Design: Fact 1 Every domain has an authoritative name server, which I’ll call ANS Two Cases: ANS knows the number of every computer in its domain Internet ANS eenie 123.4.5.3 meenie 123.4.5.2 minie 123.4.5.1 mo 123.4.5.0 123.4.5.0 123.4.5.1 123.4.5.2 123.4.5.3 123.4.4.255 eenie meenie minie mo 6/11/2018 © 2011-2014 Larry Snyder, CSE

The DNS Design: Fact 1 (Continued) OR ANS knows the number of every ANS computer in its domain For example … think about .edu Internet ANS dom-1 123.4.5.3 dom-2 123.4.5.2 dom-3 123.4.5.1 dom-4 123.4.5.0 123.4.4.255 123.4.5.0 123.4.5.1 123.4.5.2 123.4.5.3 dom-1 dom-4 dom-3 dom-2 6/11/2018 © 2011-2014 Larry Snyder, CSE

The DNS Design: Fact 2 There are 13 Internet “root name servers” scattered around the world … all the same All DNS servers have their numbers root NS 192.33.4.12 root NS 192.5.5.241 root NS 192.228.79.201 root NS 198.41.0.4 root NS 128.8.10.90 root NS 192.203.230.10 root NS 192,112,36,4 Internet 6/11/2018 © 2011-2014 Larry Snyder, CSE

www.root-servers.org 6/11/2018 © 2011-2014 Larry Snyder, CSE

“J” Root Name Server Mirrors 6/11/2018 © 2011-2014 Larry Snyder, CSE

Implied – on all addresses, so don’t bother with it So, Here’s How It Goes … Your computer’s DNS server never heard of cise.ufl.edu.root … so it pulls the domain name apart: cise, a computer in the .ufl domain ufl, a domain in the .edu domain edu, a domain in the .root domain So, the DNS begins at the end and starts asking for the numbers of the ANS computers … who’s the ANS for the .root domain? Implied – on all addresses, so don’t bother with it 6/11/2018 © 2011-2014 Larry Snyder, CSE

Your DNS Asks the .root NS Please give me the number of .edu ANS Getting that it asks it the .edu autho, … Please give me the number of .ufl ANS Getting that it asks it the .ufl ANS, … Please give me the number of the cise machine Getting 128.227.205.2, it addresses your email and sends it on Simplification: it might have cached .edu autho and .ufl autho, which saves those 2 requests 6/11/2018 © 2011-2014 Larry Snyder, CSE

Caching All Lookups A cache is a list of previous lookups or previously computed values that are kept on the assumption they will be needed again soon We say the ANS caches the addresses it’s found caching – keeping a copy around in case it’s needed again Recall that the first step in a look up is to check the cache … it may be there, and if so, the lookup is done 6/11/2018 © 2011-2014 Larry Snyder, CSE

Your Friend Helps You Out If your computer is eenie, and your friend is using mo … his/her earlier mail or visit to cise.ufl.edu helps you … the IP-address will already be in the cache Internet ANS eenie 123.4.5.3 meenie 123.4.5.2 minie 123.4.5.1 mo 123.4.5.0 123.4.5.0 123.4.5.1 123.4.5.2 123.4.5.3 123.4.4.255 eenie meenie minie mo 6/11/2018 © 2011-2014 Larry Snyder, CSE

Now … Imagine The ANS Nework 6/11/2018 © 2011-2014 Larry Snyder, CSE

Now … Imagine The ANS Nework .Your DNS Server ..washington ANS .root ANS J ..edu ANS .ufl ANS .CISE 6/11/2018 © 2011-2014 Larry Snyder, CSE

Exercise To send mail to my friend Alan Fekete, I write fekete@it.usyd.edu.au … What happens next? 6/11/2018 © 2011-2014 Larry Snyder, CSE

The ANS Network It’s huge – 10’s of millions of computers It is 100% autonomous – no human involved … does that make it a robot? It is always there – though it is just as error-prone as every other kind of computing It provides an amazing service 6/11/2018 © 2011-2014 Larry Snyder, CSE

That’s It … DNS What are your questions? … I’m a teacher of computer science, AMA 6/11/2018 © 2011-2014 Larry Snyder, CSE