Lecture 8: Name and Directory Servers

Slides:



Advertisements
Similar presentations
Distributed Web Systems Name Services Lecturer Department University.
Advertisements

Dr. Kalpakis CMSC621 Advanced Operating Systems Naming.
Domain Name System. DNS is a client/server protocol which provides Name to IP Address Resolution.
Naming Computer Engineering Department Distributed Systems Course Asst. Prof. Dr. Ahmet Sayar Kocaeli University - Fall 2014.
Distributed Systems Principles and Paradigms Chapter 04 Naming.
NAME SERVICES 1 Name Services From Chapter 9 of Distributed Systems Concepts and Design,4 th Edition, By G. Coulouris, J. Dollimore and T. Kindberg Published.
Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved DISTRIBUTED SYSTEMS.
Computer Science Lecture 9, page 1 CS677: Distributed OS Today: Naming Names are used to share resources, uniquely identify entities and refer to locations.
Naming Names in computer systems are used to share resources, to uniquely identify entities, to refer to locations and so on. An important issue with naming.
Distributed Systems CS Naming – Part II Lecture 6, Sep 26, 2011 Majd F. Sakr, Vinay Kolar, Mohammad Hammoud.
NamingCS-4513, D-Term Naming CS-4513 Distributed Computing Systems (Slides include materials from Operating System Concepts, 7 th ed., by Silbershatz,
Distributed Systems Naming Chapter 5.
Naming Names in computer systems are used to share resources, to uniquely identify entities, to refer to locations and so on. An important issue with naming.
Naming And Directory Services Geetika Sharma 09/22/200 8 CSC8320.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
Distributed Computing COEN 317 DC2: Naming, part 1.
NAME SERVICES. Names and addresses File names /etc/passwd URLS Internet domain names—dcs.qmw.ac.uk Identifiers- ROR, NFS.
ICS362 Distributed Systems Dr Ken Cosh Week 5. Review Communication – Fundamentals – Remote Procedure Calls (RPC) – Message Oriented Communication – Stream.
Ch-9: NAME SERVICES By Srinivasa R. Gudipati. To be discussed.. Fundamentals of Naming Services Naming Resolution The Domain Name System (DNS) Directory.
Computer Science Lecture 9, page 1 CS677: Distributed OS Today: Naming Names are used to share resources, uniquely identify entities and refer to locations.
1 Application Layer Lecture 6 Imran Ahmed University of Management & Technology.
5.1 Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved DISTRIBUTED.
Chapter 29 Domain Name System (DNS) Allows users to reference computer names via symbolic names translates symbolic host names into associated IP addresses.
Naming Chapter 4. Name Spaces (1) A general naming graph with a single root node.
Naming Chapter 4.
Distributed Computing COEN 317 DC2: Naming, part 1.
Internet and Intranet Protocols and Applications Lecture 5 Application Protocols: DNS February 20, 2002 Joseph Conron Computer Science Department New York.
6. Naming (name services)
Computer Science Lecture 9, page 1 CS677: Distributed OS Last Class: Naming Name distribution: use hierarchies DNS Iterative versus Recursive name resolution.
Fall 2007cs4251 Distributed Computing Umar Kalim Dept. of Communication Systems Engineering 10/12/2007.
Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved DISTRIBUTED SYSTEMS.
Configuring Name Resolution and Additional Services Lesson 12.
Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved DISTRIBUTED SYSTEMS.
Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved DISTRIBUTED SYSTEMS.
ADVANCED OPERATING SYSTEMS STRUCTURED NAMING BY KANNA KARRI.
Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved DISTRIBUTED SYSTEMS.
Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved DISTRIBUTED SYSTEMS.
Naming CSCI 6900/4900. Mounting Mounting – Merging different namespaces transparently File system example –Directory node of one namespace stores identifier.
Lecture 9: Name and Directory Servers CDK4: Chapter 9 CDK5: Chapter 13 TVS: Chapter 5.
Naming CSCI 4780/6780. Name Space Implementation Naming service – A service that lets users to add/delete and lookup names In large distributed systems.
Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved DISTRIBUTED SYSTEMS.
Chapter 5 Naming (II) Speaker : Jyun-Yao Huang 1 Application and Practice of Distributed Systems.
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.
Understand Names Resolution
CS 372 COMPUTER COMMUNICATION AND NETWORKS
IMPLEMENTING NAME RESOLUTION USING DNS
Chapter 9: Name Services
Naming Chapter 4.
Naming A name in a distributed system is a string of bits or characters used to refer to an entity. To resolve name a naming system is needed.
Net 323 D: Networks Protocols
5.3. Structured Naming Advanced Operating Systems Fall 2017
Lecture 7: Name and Directory Servers
Lecture 7: Name and Directory Servers
Domain Name System (DNS)
Application layer Lecture 7.
Distributed Systems CS
Bina Ramamurthy Chapter 9
Distributed Systems CS
Chapter 25 Domain Name System
Distributed Systems CS
Distributed Systems CS
Bina Ramamurthy Chapter 9
Bina Ramamurthy Chapter 9
Domain Name System Refs: Chapter 9 RFC 1034 RFC 1035.
Distributed Systems CS
CORBA Programming B.Ramamurthy Chapter 3 5/2/2019.
Chapter-2-NameServices
Name Services Bina Ramamurthy 5/18/2019 B.Ramamurthy.
Windows Name Resolution
Presentation transcript:

Lecture 8: Name and Directory Servers CDK4: Chapter 9 CDK5: Chapter 13 TVS: Chapter 5

Binding RPC Client to Server Not desirable to hardwire the machine name and port number used by a server into a client Use a directory server instead (to find machine) – directory server machine known Use a local daemon on that machine to find port to use (daemon uses known port) 4-Dec-18 COMP28112 Lecture 8

Binding a Client to a Server TVS: Figure 4-13 Client-to-server binding in a Distributed Computing Environment (endpoint – commonly known as a port) 4-Dec-18 COMP28112 Lecture 8

Names Pure names contain no information about the item they are associated with (Needham) Other names may either tell you what sort of object they refer to, or something about where it can be found An address is an extreme example of a non-pure name 4-Dec-18 COMP28112 Lecture 8

Name resolution A name is resolved when it is translated into data about the item Names are bound to attributes (i.e. values of properties – such as addresses!) A name has a namespace or domain … You can compose names to make bigger ones (e.g. URLs) 4-Dec-18 COMP28112 Lecture 8

Composed naming domains used to access a resource from a URL http://www.cdk4.net:8888/WebExamples/earth.html URL http://www.cdk3.net:8888/WebExamples/earth.html DNS lookup Resource ID (IP number, port number, pathname) 55.55.55.55 8888 WebExamples/earth.html Web server Network address 2:60:8c:2:b0:5a file 2:60:8c:2:b0:5a CDK4 Fig 9.1, CDK5 Fig 13.1 4-Dec-18 COMP28112 Lecture 8

URIs, URLs, and URNs Uniform Resource Identifiers identify resources on the Web. Start by identifying the URI scheme – e.g. http:, ftp:, etc. Uniform Resource Locators – a subset of URIs which give a location for a resource Uniform Resource Names – URIs which are not URLs, e.g. urn:ISBN:0-201-62433-8 4-Dec-18 COMP28112 Lecture 8

Namespaces Can be flat (e.g. a number, a string) Or structured (i.e. hierarchic) e.g. a Unix file name If hierarchic, each part of the name is resolved in a different context 4-Dec-18 COMP28112 Lecture 8

DNS Domain Name System – names computers across the Internet Uses replication and caching Strict cache consistency not vital Very large amount of data – partitioned by domain In general need to involve >1 name server in full name resolution 4-Dec-18 COMP28112 Lecture 8

Name Space Distribution (1) TVS: Fig. 5-13. An example partitioning of the DNS name space, including Internet-accessible files, into three layers. 4-Dec-18 COMP28112 Lecture 8

Name Space Distribution (2) Item Global Administrational Managerial Geographical scale of network Worldwide Organization Department Total number of nodes Few Many Vast numbers Responsiveness to lookups Seconds Milliseconds Immediate Update propagation Lazy Number of replicas None or few None Is client-side caching applied? Yes Sometimes TVS: Fig. 5-14. A comparison between name servers for implementing nodes from a large-scale name space partitioned into a global layer, as an administrational layer, and a managerial layer. 4-Dec-18 COMP28112 Lecture 8

Name Resolution Each client has a local name resolver It can work Iteratively Recursively Use #<xx> to mean the address of the name server for handling names in the node <xx> 4-Dec-18 COMP28112 Lecture 8

Implementation of Name Resolution (1) TVS: Fig 5-15 Iterative Name Resolution 4-Dec-18 COMP28112 Lecture 8

Implementation of Name Resolution (2) TVS: Fig 5-16: recursive name resolution. 4-Dec-18 COMP28112 Lecture 8

Iterative vs Recursive Resolution Recursive resolution puts more burden on a name server – global layers support only iterative resolution Recursive resolution makes caching more effective …. Communication costs may be lower for recursive resolution 4-Dec-18 COMP28112 Lecture 8

Implementation of Name Resolution (3) Server for node Should resolve Looks up Passes to child Receives and caches Returns to requester cs <ftp> #<ftp> -- vu <cs,ftp> #<cs> #<cs> #<cs, ftp> nl <vu,cs,ftp> #<vu> #<cs> #<cs,ftp> #<vu> #<vu,cs> #<vu,cs,ftp> root <nl,vu,cs,ftp> #<nl> #<nl> #<nl,vu> #<nl,vu,cs> #<nl,vu,cs,ftp> TVS: Fig. 5-17 Recursive name resolution of <nl, vu, cs, ftp>. 4-Dec-18 COMP28112 Lecture 8

Implementation of Name Resolution (4) TVS: Fig. 5-18. The comparison between recursive and iterative name resolution with respect to communication costs. 4-Dec-18 COMP28112 Lecture 8

Zones DNS data divided into zones Each contains attribute data for a domain, but not that held in a sub-domain Two authoritative name servers for zone Names of servers for sub-domains Zone management data (e.g. lifetime of cached items ….) 4-Dec-18 COMP28112 Lecture 8

The DNS Name Space Type of record Associated entity Description SOA Zone Holds information on the represented zone A Host Contains an IP address of the host this node represents MX Domain Refers to a mail server to handle mail addressed to this node SRV Refers to a server handling a specific service NS Refers to a name server that implements the represented zone PTR Node Symbolic link with the primary name of the represented node CNAME Contains the canonical name of a host HINFO Holds information on the host this node represents TXT Any kind Contains any entity-specific information considered useful TVS: Fig. 5-19 .The most important types of resource records forming the contents of nodes in the DNS name space. 4-Dec-18 COMP28112 Lecture 8

DNS Implementation TVS: Figure 5-20. An excerpt from the DNS database for the zone cs.vu.nl. 4-Dec-18 COMP28112 Lecture 8

Name Server vs Directory Server A name server takes a name, and returns one or more attributes of the named object A directory server takes attribute values, and returns sets of attributes of objects with those attribute values Like telephone directory: white pages vs yellow pages distinction 4-Dec-18 COMP28112 Lecture 8

X.500 Directory Service X.500 invented by standards organisations Collection of all entries = Directory Information Base (DIB) – portions on different servers (Directory Service Agents, DSAs). Clients are Directory User Agents (DUAs) Get a Directory Information Tree (DIT) 4-Dec-18 COMP28112 Lecture 8

LDAP Lightweight Directory Access Protocol - a simple protocol for use with X.500 Allows more simple directory lookup than X.500 for directory servers which implement Widely adopted (e.g. Microsoft’s Active Directory Service provides an LDAP interface) 4-Dec-18 COMP28112 Lecture 8

Attribute Abbr. Value Country C NL Locality L Amsterdam Organization O Vrije Universiteit OrganizationalUnit OU Comp. Sc. CommonName CN Main server Mail_Servers -- 130.37.24.6, 192.31.231.42,192.31.231.66 FTP_Server 130.37.21.11 WWW_Server TVS: Fig. 5-22. A simple example of an LDAP directory entry using LDAP naming conventions. 4-Dec-18 COMP28112 Lecture 8

TVS: Fig. 5-23a Part of the directory information tree. 4-Dec-18 COMP28112 Lecture 8

TVS: Fig. 5-23b. Two directory Entries Attribute Value Country NL Locality Amsterdam Organization Vrije Universiteit OrganizationalUnit Math. & Comp. Sc. CommonName Main server Host_Name star zephyr Host_Address 192.31.231.42 192.31.231.66 4-Dec-18 COMP28112 Lecture 8

LDAP access Entries can be read – enough info has to be provided to navigate the Directory Information Tree (DIT), but other attributes can then be obtained Can search, starting from a node in the DIT and using a boolean filter expression to identify targets. This can be quite costly! Next Lecture: Time and Logical Clocks 4-Dec-18 COMP28112 Lecture 8