Distributed Peer-to-peer Name Resolution

Slides:



Advertisements
Similar presentations
Peer-to-Peer Infrastructure and Applications Andrew Herbert Microsoft Research, Cambridge
Advertisements

P2P in Windows See-Mong Tan Microsoft Corporation.
Ion Stoica, Robert Morris, David Karger, M. Frans Kaashoek, Hari Balakrishnan MIT and Berkeley presented by Daniel Figueiredo Chord: A Scalable Peer-to-peer.
Peer to Peer and Distributed Hash Tables
NAT, firewalls and IPv6 Christian Huitema Architect, Windows Networking Microsoft Corporation.
Enabling IPv6 in Corporate Intranet Networks
PETs and ID Management Privacy & Security Workshop JC Cannon Privacy Strategist Corporate Privacy Group Microsoft Corporation.
Web Servers How do our requests for resources on the Internet get handled? Can they be located anywhere? Global?
Lesson 20 – OTHER WINDOWS 2000 SERVER SERVICES. DHCP server DNS RAS and RRAS Internet Information Server Cluster services Windows terminal services OVERVIEW.
Windows Server 2008 Chapter 8 Last Update
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
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.
1 Chapter 6: Proxy Server in Internet and Intranet Designs Designs That Include Proxy Server Essential Proxy Server Design Concepts Data Protection in.
Peer-to-Peer and IPv6 Christian Huitema Architect, Windows Networking Microsoft Corporation.
2: Application Layer1 Chapter 2 outline r 2.1 Principles of app layer protocols r 2.2 Web and HTTP r 2.3 FTP r 2.4 Electronic Mail r 2.5 DNS r 2.6 Socket.
Computer Networking P2P. Why P2P? Scaling: system scales with number of clients, by definition Eliminate centralization: Eliminate single point.
Configuring and Troubleshooting Identity and Access Solutions with Windows Server® 2008 Active Directory®
Deploying IPv6, Now Christian Huitema Architect Windows Networking & Communications Microsoft Corporation.
CITA 310 Section 3 Additional Topics. Common IPv4 Classes ClassFirst numberSubnet maskNumber of networks Number of addresses Class A0 – ,777,216.
IPv6 - The Way Ahead Christian Huitema Architect Windows Networking & Communications
Website Design:. Once you have created a website on your hard drive you need to get it up on to the Web. This is called "uploading“ or “publishing” or.
Csci5233 Computer Security1 Bishop: Chapter 14 Representing Identity.
Skype.
Basharat Institute of Higher Education
Chapter 10: Web Basics.
Module 3: Enabling Access to Internet Resources
The Intranet.
Instructor Materials Chapter 10: Application Layer
Enabling Secure Internet Access with TMG
SSL Certificates for Secure Websites
Zueyong Zhu† and J. William Atwood‡
Internet and Intranet.
IMPLEMENTING NAME RESOLUTION USING DNS
Jim Fawcett CSE686 – Internet Programming Summer 2005
Peer-to-peer networking
Forefront Security ISA
SUBMITTED BY: NAIMISHYA ATRI(7TH SEM) IT BRANCH
Unit 5: Providing Network Services
CHAPTER 3 Architectures for Distributed Systems
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.
Internet Networking recitation #12
Providing Network Services
Using SSL – Secure Socket Layer
Plethora: Infrastructure and System Design
Chapter 9 Objectives Understand TCP/IP Protocol.
Internet and Intranet.
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
Unit 27: Network Operating Systems
IIS.
Server-to-Client Remote Access and DirectAccess
Goals Introduce the Windows Server 2003 family of operating systems
Bina Ramamurthy Chapter 9
Firewalls Jiang Long Spring 2002.
Internet and Intranet.
Lesson 8: Configuring IP Settings MOAC : Configuring Windows Devices.
Bina Ramamurthy Chapter 9
Bina Ramamurthy Chapter 9
Allocating IP Addressing by Using Dynamic Host Configuration Protocol
AbbottLink™ - IP Address Overview
4/7/2019 7:12 AM Peer-to-Peer and IPv6 Christian Huitema Architect, Windows Networking Microsoft Corporation.
System Center Marketing
Peer-to-peer networking
EE 122: Lecture 22 (Overlay Networks)
Windows Name Resolution
Designing IIS Security (IIS – Internet Information Service)
Office 365 – How NOT to do it UKNOF43.
Network Diagnostics Framework
System Center Configuration Manager Cloud Services – Cloud Distribution Point Presented By: Ginu Tausif.
Computer Networks Protocols
Internet and Intranet.
Presentation transcript:

Distributed Peer-to-peer Name Resolution Christian Huitema Architect, Windows Networking Microsoft Corporation

Vision: The user to user web! Enable each PC to be a server Serve ad-hoc groups Promote and use IPv6, directly attach the users to the Net Provide a server-less DNS for IPv6 Platform for developers Mainframe PC Web P2P Centralized Personal 11/21/2018 Distributed Peer-to-peer Name Resolution

Making Windows a great platform for P2P Firewall Traversal Sockets, DNS, files, print, …. Firewall, NAT Multicast? IPv6 Security? DNS? Graphs Group Membership P2P Names 11/21/2018 Distributed Peer-to-peer Name Resolution

Naming: the key to P2P development Provide each computer with a name Each computer is a server Names must be stable Resolve names to addresses Also name groups, users… Find a member of a group, Find the location of a user 11/21/2018 Distributed Peer-to-peer Name Resolution

Peer-to-Peer Name Resolution Identity = 128-bit number No trademark! Nodes manage a cache of “records” Identity IPv6 address Proof (certificate) Secure, Scalable, Robust, Private, Usable… Look up initiated 11/21/2018 Distributed Peer-to-peer Name Resolution

Design Goal 1, Security: Names should resolve to the intended address, One should not be able to fake an identifier But one should not impose a central server… Hello, I am alice@example.com 11/21/2018 Distributed Peer-to-peer Name Resolution

Secure: use certificates, prove the name Record = Identity, IPv6 Address, Proof Sign [identity, address] with local private key Check signature before placing in cache Host Identity = hash (public key) Group member Id = hash (group key) Group membership, certified by group key Generic = hash (authority’s key, Name) Validity certified by “authority” 11/21/2018 Distributed Peer-to-peer Name Resolution

Distributed Peer-to-peer Name Resolution Design Goal 2: Scalable 1,000 Scale to the size of the Internet! Assume at least one name per node. Scale without a central server. 10,000 100,000 1,000,000 10,000,000 100,000,000 1,000,000,000 11/21/2018 Distributed Peer-to-peer Name Resolution

Scalable: a hierarchical cache Circular space, centered on self Cache levels: First level: 360° Second level: 36° Etc. Query: Forward to “nearest” Gain one level log base X of (N) levels, 2.X Entries per level 11/21/2018 Distributed Peer-to-peer Name Resolution

Scalable cache management Initial cache: from memory, from neighbor Proactive requests, “tell the network” Update: Learn from queries, requests Try to fill each level, then replace Finest level: Learn about all “immediate neighbors” 11/21/2018 Distributed Peer-to-peer Name Resolution

Distributed Peer-to-peer Name Resolution Design Goal 3: Robust No central point of control, no central point of failure. Large distributed system: some nodes will fail at any time. Uncontrolled systems: some nodes may be actively conspiring against us … but hopefully not too many. 11/21/2018 Distributed Peer-to-peer Name Resolution

Robust: reputation & randomization Neighbor reputation: from query completion + verification Forward query: random choice, use reputation Cache replacement: random & reputation Timers, removal of failing entries from the cache 11/21/2018 Distributed Peer-to-peer Name Resolution

Distributed Peer-to-peer Name Resolution Design Goal 4: Privacy Some information is sensitive: location, membership in groups, documents… Control who can learn what you publish! 11/21/2018 Distributed Peer-to-peer Name Resolution

Privacy: control the scope of publication Peer-to-peer name cloud = set of caches Parallel clouds Ad hoc, on the same “link” In the same “site” Within a group (group = authority) The whole Internet Enforcement: Check membership of requestor Don’t forward outside of scope Don’t cache out of scope records 11/21/2018 Distributed Peer-to-peer Name Resolution

Design Goal 5: immediately usable On the Internet, Name = Domain Name Used for Web Page, E-Mail, FTP Limited availability, requires a contract and a permanent IP address. 11/21/2018 Distributed Peer-to-peer Name Resolution

Usable: gateway to the DNS Target Node: Reply on the same path Global DNS name: <ID>.pnrp.net Use in URL, e-mail Enables bootstrap Central DNS gateway: Publish NS record, Join P2P cloud, Forward requests Local gateway: P2P aware resolver Look up initiated PNRP.net 11/21/2018 Distributed Peer-to-peer Name Resolution

Peer-to-peer Naming: Summary Target Node: Reply on the same path Numbers are our friends: hosts, groups, URL Scale to the size of the Internet, peer-to-peer, no server. Prototype tested with 50,000 nodes Secure, Private, Robust, Usable Look up initiated PNRP.net 11/21/2018 Distributed Peer-to-peer Name Resolution

Distributed Peer-to-peer Name Resolution Peer-to-Peer Roadmap UPnP Enabled NATs – End of ‘01 IPv6 Service Deployment – End of ‘01 P2P SDK Design Review – End of ‘01 P2P SDK beta – Q1-02 P2P SDK v1 – Q3-02 11/21/2018 Distributed Peer-to-peer Name Resolution

Distributed Peer-to-peer Name Resolution Call to Action Support IPv6 in your Applications Leverage UPnP NAT Traversal Today Participate in Software Design Review 11/21/2018 Distributed Peer-to-peer Name Resolution