Peer to Peer Networking

Total Page:16

File Type:pdf, Size:1020Kb

Peer to Peer Networking Peer to Peer Networking CS 4720 – Web & Mobile Systems CS 4720 History of File Sharing • P2P is the solu:on to a problem: how to get very large files to a lot of people in a :mely fashion • How did the ques:on arise? • "Freedom!" "Internet Media!" "Take it to the man!" • … or sharing copies of copyrighted files… 2 CS 4720 Bulle:n Board Systems • Ah, the good old days… • Let's take a look at one now! – bbsmates.com / hp://renegadebbs.info/telnet • We can consider it the earliest form of a web service • Usenet is a form of a bbs… kinda… – No central server, fully distributed, evolving mesh – "servers" copy info between themselves 3 CS 4720 Napster • The tech story of my undergrad years • Debuted in Summer of 1999 – That fall I was star:ng my Sophomore year – I was taking: • CSC 112 (and lab) Fundamentals of Comp Science – B • MTH 112 Calculus II – B • MTH 117 Discrete Mathemacs – A • THE 112 Introduc:on to the Theatre – A- • HMN 396 Individual Study (Medieval Themes in Modern Video Games) – A 4 CS 4720 Napster Protocol • Napster ran central servers that maintained: – User authen:caon – Logging – Chat func:onality – Making connec:ons between clients • A user would login to Napster and the program would the populate their profile with all the songs/files they had available 5 CS 4720 Napster Protocol • <nick> "<filename>" <md5> <size> <bitrate> <frequency> <me> – <nick> is the user contribu:ng the file – <filename> is the mp3 file contributed – <md5> is the has of the mp3 file – <size> is the file size in bytes – <bitrate> is the mp3 bitrate in kbps – <frequence> is the sampling frequency in Hz – <me> is the play :me in seconds – Example: foouser "generic band - generic song.mp3" b92870e0d41bc8e698cf2f0a1ddfeac7 443332 128 44100 60 6 CS 4720 Napster Protocol • When a user did a search, it was just a DB lookup on Napster's servers • Then Napster would establish a client-client connec:on to make the transfer happen • Usually, this would be a simple TCP connec:on to that users Napster data port (effec:vely like an FTP server) – If a firewall was involved, the sender would ini:ate the connec:on with the requester 7 CS 4720 Why did this work? • Universi:es and Colleges were pushing HARD about how "connected" their campus was • Many students got their first email address when they went to school star:ng in 1996 or so • The speed was an INCREDIBLE jump over 14.4, 28.8, 56k • The direct connec:on made it really easy to send the files 8 CS 4720 Why did this work? • Napster (theore:cally at the :me) was in the clear – They didn't host any of the files… they just made them available – Feb 2001: 26.4 million users! – Eventually, the connec:on part of the whole deal was "enabling technology" and that was the end of that in the Summer of 2001 • One of the big problems was there was an iden:fiable target: Napster and Shawn Fanning 9 CS 4720 The Soluon • Decentralize the network • Truly create "the cloud" where the data would live • Even though Napster was going strong un:l Summer of 2001, the foundaon was already being laid for the next generaon of sharing technolgy 10 CS 4720 Kazaa, Morpheus, eDonkey, et al. • Con:nuing the trend of odd names for programs comes the first set of decentralized sharing services 11 CS 4720 The Link Between Them All • The network was actually called "FastTrack" • Was the most popular file sharing network in 2003 – es:mates say that it even eclipsed Napster at its height • FastTrack was an inten:onally designed, corporate funded de-centralized distribu:on network 12 CS 4720 Nodes and Supernodes • When you connected to the FastTrack network (through whatever program you used), you started as a node • Nodes provide file informaon and download requests to supernodes • Supernodes are responsible for indexing users' shares, performing queries, and keeping stas:cs • When a connec:on is made, HTTP is used 13 CS 4720 But you just said it was decentralized… • And it is! • Supernodes are regular nodes that are "promoted" to supernode status by other supernodes on the network • As supernodes see that their ranks are diminishing, or if the bandwidth is hur:ng, they find an unsuspec:ng node and assimilate… I mean, promote it to supernode • Supernodes could also self-announce 14 CS 4720 Guess which nodes got promoted! • Supernodes liked nodes with: – Lots of files – Lots of bandwidth – Lots of up:me – Low latency – Lots of compu:ng power • So… where do you find one of these machines? • College students who leave their machines on overnight! 15 CS 4720 University Response • Aoer all of that with Napster traffic, now the university machines themselves are the supernodes! • IT staff did their best to throUle traffic, block ports, etc. • In the end, the RIAA came knocking… 16 CS 4720 Hashing and RIAA Response • There were some problems in the FastTrack protocol that were suscep:ble to some aacks from the RIAA • The hashing algorithm used to verify if a file was indeed a par:cular file was wriUen to be fast and efficient… but not terribly accurate • The RIAA seeded a ton of dummy files to drop the value of the network 17 CS 4720 Other Problems • Remember how I said this was corporately funded? • How would they make their money back? • Malware and spyware! 18 CS 4720 Kazaa Malware • Cydoor (spyware): Collects informaon on the PC's surfing habits and passes it on to the company which created Cydoor. • B3D (adware): An add-on which causes adver:sing popups if the PC accesses a website which triggers the B3D code. • Altnet (adware): A distribu:on network for paid "gold" files. • The Best Offers (adware): Tracks your browsing habits and internet usage to display adver:sements similar to your interests. • InstaFinder (hijacker): Redirects your URL typing errors to InstaFinder's web page instead of the standard search page. • TopSearch (adware): Displays paid songs and media related to your search in Kazaa. • RX Toolbar (spyware): The toolbar monitors all the sites you visit with Microsoo Internet Explorer and provides links to compe:tors' websites. • New.net (hijacker): A browser plugin that lets you access several of its own unofficial Top Level Domain names, e.g., .chat and .shop. The main purpose of which is to sell domain names such as www.record.shop which is actually www.record.shop.new.net. 19 CS 4720 Today • The FastTrack network is s:ll out there, but many people (comparavely) don't use it anymore • The inventors of FastTrack? • They're doing just fine. • They created Skype. 20 CS 4720 So what replaced FastTrack? • BitTorrent • Introduced by Bram Cohen in Summer of 2001 • Just a few months aer FastTrack goes online, actually • At the :me, though, there weren't any groups to host the trackers that were needed for the protocol to work • That wouldn't change un:l early 2003 21 CS 4720 What exactly is BitTorrent? • From biUtorrent.org: – BitTorrent is a free speech tool. – BitTorrent gives you the same freedom to publish previously enjoyed by only a select few with special equipment and lots of money. – You have something terrific to publish -- a large music or video file, sooware, a game or anything else that many people would like to have. – But the more popular your file becomes, the more you are punished by soaring bandwidth costs. – If your file becomes phenomenally successful and a flash crowd of hundreds or thousands try to get it at once, your server simply crashes and no one gets it. – There is a solu:on to this vicious cycle: BitTorrent – With BitTorrent free speech no longer has a high price. 22 CS 4720 But does it cure the common cold? • So… that was nice and all… but what is BitTorrent? • Simply put, BT is a P2P file sharing protocol for sharing large amounts of data in a method where all nodes share not only demand but also supply • There is no one node a file is downloaded from, and thus the load is theore:cally evenly balanced 23 CS 4720 The Basics • It starts with one node who publishes a file • A .torrent file is created, which simply has the connec:on informaon, file size, etc. • Files are split into (usually) 256KB pieces • They are hashed (of course) to verify the contents aer transmission • The .torrent file is hosted on a tracker site • The tracker HOSTS NO FILES other than the .torrent files • But it does monitor traffic to connect nodes 24 CS 4720 The Basics • The file originator is called the seed • The seed pushes the .torrent file to the tracker • The tracker provides the .torrent file for others to download • When a peer downloads the .torrent to start downloading the file, it announces itself to everyone else that is downloading that file 25 CS 4720 The Basics • In general, BT works on a rarest piece first algorithm • A peer will ask for the rarest piece for a given file from the seeder and will receive it • The peer will then start hos:ng that "rarest piece," which theore:cally is now NOT the rarest, and again asks for the rarest 26 CS 4720 The Basics • This "rarest first" approach makes downloading different from any other downloading you've done before • A standard HTTP request is a straight flow of data… sort of • HTTP packets are out of order and put back together… so why not whole files? • It works out fairly well to get data distributed 27 CS 4720 The Basics • Also, BT doesn't (necessarily) use a single port • Mul:ple TCP connec:ons can be opened randomly to keep the network strong • The problem with this: – Speed of download is a bell curve, not constant – Par:al seeding is possible – Streaming is preUy hard (although Bram says "it's coming") 28 CS 4720 The Protocol • All non "keep alive" messages start with one of the following: – 0 - choke – 1 - unchoke
Recommended publications
  • Services for Microsoft Onedrive for Business
    Service Overview SERVICES FOR MICROSOFT ONEDRIVE FOR BUSINESS Simplify where workers go for content sharing and collaboration Business Challenge ESSENTIALS Dynamic teams are constantly collaborating, which means easily Dell Technologies Consulting Services can sharing personal and team documents is a must for todays’ help you gain the most from your OneDrive innovative workers. All too often organizations have multiple content for Business investment with: repositories without a single standard for the entire workforce which • Repeatable, mature methodologies can cause frustration and impact worker productivity. designed for delivery efficiency and Simplifying where your workers go to collaborate and share content quality accelerate content migrations can boost innovation, increase productivity and more importantly • Determining and delivering the optimal worker satisfaction. For organizations who have adopted Office 365, OneDrive client deployment model as OneDrive for Business is the logical choice. But how do you part of your Windows 10 and Office 365 efficiently migrate, retire and consolidate personal and team files ProPlus initiatives from overlapping content repositories to control costs? • Security and management tuning at the It’s easy with Dell Technologies Consulting Services. We are a Gold worker, device and application level Certified Microsoft Partner with experience migrating organizations of all sizes and verticals to Office 365. • Migration and consolidation of content from a wide variety of sources • The right mix of
    [Show full text]
  • FASTTRACK Through FUJITSU-DEV
    FASTTRACK through FUJITSU-DEV Americas Headquarters: Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA 95134-1706 USA FASTTRACK through FUJITSU-DEV FASTTRACK FASTTRACK Name/CLI Keyword fasttrack Full Name FastTrack Description FastTrack is a file sharing client software that is based on peer-to-peer connection. FastTrack is used by multiple file sharing applications such as Kazaa, Grokster, iMesh, and Morpheus. Initialization: Initial the connection with FastTrack server over HTTP. Search: Searching for files in FastTrack server. Download: Download request from FastTracker server. Reference http://developer.berlios.de/projects/gift-fasttrack/ Global ID L7:57 ID 57 Known Mappings UDP Port - TCP Port - IP Protocol - IP Version IPv4 Support Yes IPv6 Support Yes Application Group fasttrack-group Category file-sharing Sub Category p2p-networking P2P Technology Yes Encrypted No Tunnel No Underlying Protocols - 2 FASTTRACK through FUJITSU-DEV FASTTRACK-STATIC FASTTRACK-STATIC Name/CLI Keyword fasttrack-static Full Name fasttrack-static Description FastTrack Traffic - KaZaA Morpheus Grokster... Reference - Global ID L7:1322 ID 1322 Known Mappings UDP Port 1214 TCP Port 1214 IP Protocol - IP Version IPv4 Support Yes IPv6 Support Yes Application Group fasttrack-group Category file-sharing Sub Category p2p-networking P2P Technology Yes Encrypted No Tunnel No Underlying Protocols - 3 FASTTRACK through FUJITSU-DEV FATSERV FATSERV Name/CLI Keyword fatserv Full Name Fatmen Server Description Fatmen Server Reference - Global ID L4:305 ID 305 Known
    [Show full text]
  • NBAR2 Standard Protocol Pack 1.0
    NBAR2 Standard Protocol Pack 1.0 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 © 2013 Cisco Systems, Inc. All rights reserved. CONTENTS CHAPTER 1 Release Notes for NBAR2 Standard Protocol Pack 1.0 1 CHAPTER 2 BGP 3 BITTORRENT 6 CITRIX 7 DHCP 8 DIRECTCONNECT 9 DNS 10 EDONKEY 11 EGP 12 EIGRP 13 EXCHANGE 14 FASTTRACK 15 FINGER 16 FTP 17 GNUTELLA 18 GOPHER 19 GRE 20 H323 21 HTTP 22 ICMP 23 IMAP 24 IPINIP 25 IPV6-ICMP 26 IRC 27 KAZAA2 28 KERBEROS 29 L2TP 30 NBAR2 Standard Protocol Pack 1.0 iii Contents LDAP 31 MGCP 32 NETBIOS 33 NETSHOW 34 NFS 35 NNTP 36 NOTES 37 NTP 38 OSPF 39 POP3 40 PPTP 41 PRINTER 42 RIP 43 RTCP 44 RTP 45 RTSP 46 SAP 47 SECURE-FTP 48 SECURE-HTTP 49 SECURE-IMAP 50 SECURE-IRC 51 SECURE-LDAP 52 SECURE-NNTP 53 SECURE-POP3 54 SECURE-TELNET 55 SIP 56 SKINNY 57 SKYPE 58 SMTP 59 SNMP 60 SOCKS 61 SQLNET 62 SQLSERVER 63 SSH 64 STREAMWORK 65 NBAR2 Standard Protocol Pack 1.0 iv Contents SUNRPC 66 SYSLOG 67 TELNET 68 TFTP 69 VDOLIVE 70 WINMX 71 NBAR2 Standard Protocol Pack 1.0 v Contents NBAR2 Standard Protocol Pack 1.0 vi CHAPTER 1 Release Notes for NBAR2 Standard Protocol Pack 1.0 NBAR2 Standard Protocol Pack Overview The Network Based Application Recognition (NBAR2) Standard Protocol Pack 1.0 is provided as the base protocol pack with an unlicensed Cisco image on a device.
    [Show full text]
  • Title: P2P Networks for Content Sharing
    Title: P2P Networks for Content Sharing Authors: Choon Hoong Ding, Sarana Nutanong, and Rajkumar Buyya Grid Computing and Distributed Systems Laboratory, Department of Computer Science and Software Engineering, The University of Melbourne, Australia (chd, sarana, raj)@cs.mu.oz.au ABSTRACT Peer-to-peer (P2P) technologies have been widely used for content sharing, popularly called “file-swapping” networks. This chapter gives a broad overview of content sharing P2P technologies. It starts with the fundamental concept of P2P computing followed by the analysis of network topologies used in peer-to-peer systems. Next, three milestone peer-to-peer technologies: Napster, Gnutella, and Fasttrack are explored in details, and they are finally concluded with the comparison table in the last section. 1. INTRODUCTION Peer-to-peer (P2P) content sharing has been an astonishingly successful P2P application on the Internet. P2P has gained tremendous public attention from Napster, the system supporting music sharing on the Web. It is a new emerging, interesting research technology and a promising product base. Intel P2P working group gave the definition of P2P as "The sharing of computer resources and services by direct exchange between systems". This thus gives P2P systems two main key characteristics: • Scalability: there is no algorithmic, or technical limitation of the size of the system, e.g. the complexity of the system should be somewhat constant regardless of number of nodes in the system. • Reliability: The malfunction on any given node will not effect the whole system (or maybe even any other nodes). File sharing network like Gnutella is a good example of scalability and reliability.
    [Show full text]
  • Notes the Fate of Bittorrent John Does
    Ren_18 (S. Alessi) (Do Not Delete) 5/24/2013 4:36 PM Notes The Fate of BitTorrent John Does: A Civil Procedure Analysis of Copyright Litigation Patience Ren* Copyright owners can trace online violations to an infringer’s Internet protocol address but cannot identify her unless they obtain court approval to serve a subpoena on an Internet service provider. As the most popular peer-to-peer file-sharing protocol today, BitTorrent requires users to share files with each other in a conspiracy-like fashion. By arguing that this feature imparts a “same transaction” character to BitTorrent infringement activities, a copyright owner can seek to join multitudes of Internet protocol addresses as John Doe defendants in an application for early discovery. Courts are divided as to whether early discovery should be granted where tens, hundreds, or sometimes thousands of Internet protocol addresses are joined together in one case. Many in the Internet user community fault copyright owners for using the courts as a mere instrument to seek identification information en masse as part of a coercive practice to induce monetary settlements. This Note examines how case law relating to early discovery and civil procedure joinder rules applies to multiple defendants allegedly participating in a “same transaction” that occurs solely within the inner workings of a file-sharing protocol. Even if BitTorrent usage legally supports joinder, this Note highlights the difficult balance between the right to enforce a copyright and the rights of Internet users to be free from litigation threats. Without a legislative response that is resilient in the face of an ever-changing technology, copyright infringement problems will continue to inundate our courts.
    [Show full text]
  • Public Peer-To-Peer Filesharing Networks’ Evaluation
    PUBLIC PEER-TO-PEER FILESHARING NETWORKS’ EVALUATION J. Lloret Mauri1, B. Molina Moreno2, C. Palau Salvador3, M. Esteve Domingo4 Department of Communications, Polytechnic University of Valencia Camino Vera s/n, Valencia, Spain [email protected], [email protected], [email protected], [email protected] ABSTRACT • Download speed: some internal P2P network, due to Since the recent appearance of P2P file-sharing networks, its internal behaviour, are optimal for downloading many Internet users have chosen this technology to search files of reduced size. Others, however, use for programs, films, songs, etc. Their number of users is multisplitting mechanisms and permit the download growing every day due to the attractive and interesting from multiple sources, making them suitable for content type that can be found and downloaded over these obtaining larger files. networks. In this article six public architectures are analyzed, Gnutella, FastTrack, Opennap, Edonkey, MP2P These parameters are responsible for an architecture and Soulseek, tracking their evolution during a week in becoming very popular or, on the other hand, terms of connected users, number of files and size of disappearing. The above factors can make a P2P network shared files per hour. The results will be compared and more attractive to users of a specific nation due to the discussed with previous measurements taken a year ago. utilization of a specific language or even social trends [7]. These data can be used to design new network models, to It is also interesting to distinguish between a P2P network calculate their performance or to optimize new network and P2P client, the development of which must not be parameters.
    [Show full text]
  • Secondary Liability for Copyright Infringement & Safe Harbors in The
    CHAPTER FOURTEEN Secondary Liability for Copyright Infringement & Safe Harbors in the Digital Age Introduction Generally, in the common law, “secondary liability” is imposed on someone who does not commit the legal wrong directly, but is found responsible for encouraging, facilitating or profiting from it. As you will see, the Copyright Act has no provisions imposing secondary liability. (Compare to e.g. § 271 of the Patent Act.) As a result, the secondary liability provisions of copyright law are entirely judge-developed, without even an open-ended statutory basis like that given to fair use jurisprudence under § 107. Until recently, there were two principal forms of secondary liability: contributory infringement and vicarious liability. (It should be noted here that the Sony v. Universal case does not clearly delineate whether and when it is talking about contributory infringe- ment, vicarious liability or both.) • Contributory infringement may be found if someone, with knowledge of the infringing activity, induces, causes or materially contributes to the infringing conduct of another. • Vicarious liability—an outgrowth of respondeat superior—may be imposed on someone who has the right and ability to supervise the infringing activity and also has a direct financial interest in the activity. In both cases, there needs to be underlying direct infringement. In other words, someone needs directly to violate the exclusive rights provided by § 106, before contributory or vicarious liability can be imposed on any third party. Sony Corp. of America v. Universal City Studios, Inc. 464 U.S. 417 (1984) Re-read sections I, II and III of the Sony opinion from Chapter 13, page 415.
    [Show full text]
  • CS 425 / ECE 428 Distributed Systems Fall 2019 Indranil Gupta (Indy) Lecture 7: Peer-To-Peer Systems I
    CS 425 / ECE 428 Distributed Systems Fall 2019 Indranil Gupta (Indy) Lecture 7: Peer-to-peer Systems I All slides © IG MP2 Released Today • You will be implementing • Failure detector • Membership protocol • Using concepts you learnt last week! • Stage 2 (of 4) in building a fully-working distributed system from scratch • Stage 3 will be a distributed file system • Stage 4 will be a full distributed system 2 Why Study Peer to Peer Systems? • First distributed systems that seriously focused on scalability with respect to number of nodes • P2P techniques abound in cloud computing systems • Key-value stores (e.g., Cassandra, Riak, Voldemort) use Chord p2p hashing 3 Napster UI 4 A Brief History • [6/99] Shawn Fanning (freshman Northeastern U.) releases Napster online music service • [12/99] RIAA sues Napster, asking $100K per download • [3/00] 25% UWisc traffic Napster, many universities ban it • [00] 60M users • [2/01] US Federal Appeals Court: users violating copyright laws, Napster is abetting this • [9/01] Napster decides to run paid service, pay % to songwriters and music companies • [Today] Napster protocol is open, people free to develop opennap clients and servers http://opennap.sourceforge.net • Gnutella: http://www.limewire.com (deprecated) • Peer to peer working groups: http://p2p.internet2.edu 5 What We Will Study • Widely-deployed P2P Systems (This Lecture) 1. Napster 2. Gnutella 3. Fasttrack (Kazaa, Kazaalite, Grokster) 4. BitTorrent • P2P Systems with Provable Properties (Next Lecture) 1. Chord 2. Pastry 3. Kelips 6 Napster Structure Filename Info about PennyLane.mp3 Beatles, @ Store a directory, i.e., 128.84.92.23:1006 filenames with peer pointers ….
    [Show full text]
  • Malware Prevalence in the Kazaa File-Sharing Network
    Malware Prevalence in the KaZaA File-Sharing Network Seungwon Shin Jaeyeon Jung Hari Balakrishnan ETRI Mazu Networks MIT CSAIL [email protected] [email protected] [email protected] ABSTRACT With few defense mechanisms in place, peer-to-peer (P2P) file- In recent years, more than 200 viruses have been reported to use sharing networks have been known to be vulnerable to many secu- a peer-to-peer (P2P) file-sharing network as a propagation vector. rity attacks. Recent papers discuss the threat of malware spread in Disguised as files that are frequently exchanged over P2P networks, P2P networks [30, 26]. One experimental study reports that 44% these malicious programs infect the user’s host if downloaded and of the 4,778 executable files downloaded through a KaZaA client opened, leaving their copies in the user’s sharing folder for fur- application contain malicious code [28]. In this study, we perform ther propagation. Using a light-weight crawler built for the KaZaA a large scale measurement study on the prevalence of malicious file-sharing network, we study the prevalence of malware in this programs in the KaZaA file-sharing network. popular P2P network, the malware’s propagation behavior in the In recent years, KaZaA has been one of most popular P2P net- P2P network environment and the characteristics of infected hosts. works and the number of active users far outnumbers that of Over- We gathered information about more than 500,000 files returned net and Gnutella. Despite a number of lawsuits [6], KaZaA still by the KaZaA network in response to 24 common query strings.
    [Show full text]
  • 539814-00750.Pdf (39.22
    BEFORE THE FEDERAL TRADE COMMISSION __________________________________________________ ) In re Digital Rights Management Town Hall ) ) FTC File No. P094502 ) ) Comments and Request to Serve as a Panelist of Thomas D. Sydnor II, Senior Fellow and Director of the Center for the Study of Digital Property at the Progress & Freedom Foundation. These comments are filed on behalf of Thomas D. Sydnor II, Senior Fellow and Director of the Center for the Study of Digital Property at the The Progress & Freedom Foundation. I thank the Commission for holding its upcoming Digital Rights Management Town Hall, and I respectfully request to serve as a panelist during the Town Hall, if the Commission determines that this would help balance or assist its inquiry into digital-rights-management (“DRM”) technologies.1 My pertinent qualifications would include the following: • I am familiar with both private and public perspectives on copyright law and policy. From 1991 to 2003, I was a litigation attorney in private practice who focused on representing clients in intellectual-property or administrative-law cases. From mid-2003 to mid-2005, I served the Senate Committee on the Judiciary as its Counsel for Intellectual Property and Technology. From mid-2005 to mid-2007, I focused on international and digital copyright issues as an attorney-advisor to the Copyright Group at the U.S. Patent & Trademark Office. From late 2007 to the present, I have studied copyright law and policy at the Progress & Freedom Foundation, a § 501(c)(3) organization dedicated to studying the public-policy implications of digital technologies. • I have often assisted government officials seeking to better understand digital copyright policy generally, and DRM technologies in particular.
    [Show full text]
  • Patriot Act, Peer-To-Peer File Sharing, and Weapons Policies
    Patriot Act, Peer-to-Peer File Sharing, and 1 Weapons Policies PATRIOT ACT, PEER-TO-PEER FILE SHARING, AND WEAPONS POLICIES Patriot Act The USA Patriot Act (https://www.justice.gov/archive/ll/highlights.htm), signed into law in October 2001, has given the federal government new authority to access education records that previously were protected by FERPA, campus privacy policies, and other laws. In order to minimize any legal liability for Bethel, we must be prepared to respond to any request for access to student or employee records. The Patriot Act does contain liability minimizing language (e.g., a college or university shall not be liable to any person for good-faith disclosure of education records in response to a federal law enforcement request). Since the probability of Bethel receiving a request for information under the Patriot Act is likely very small, Bethel requires a response approach for which the cost is commensurate with the risk. Therefore, Bethel University adopts the following policy regarding its responsibility under the Patriot Act: 1. Any Patriot Act request (originating internally or externally) must be submitted to the Office of the President (https://www.bethel.edu/president/). 2. The request will be submitted for counsel to the institution’s legal counsel. 3. The institution, under the direction of the president’s designee, will respond to the request after review of the legal counsel. Peer-to-Peer File Sharing The Higher Education Opportunity Act (2008) (https://www2.ed.gov/policy/highered/leg/hea08/) requires Bethel University inform its students each year that the illegal distribution of copyrighted materials may subject them to criminal and civil penalties and what steps the university will take to detect and hold students accountable for illegal distribution of copyrighted materials.
    [Show full text]
  • Peer to Peer Networks in Oecd Countries
    OECD INFORMATION TECHNOLOGY OUTLOOK 2004 PEER TO PEER NETWORKS IN OECD COUNTRIES Pre-release of Section from Chapter 5 of the Information Technology Outlook The full report is to be released in October 2004 Contact: [email protected] 1 Chapter 5 OECD Information Technology Outlook 2004 Section on Peer-to-Peer Networks Peer-to-peer digital delivery Though still relatively new, the P2P file-sharing marketplace is evolving rapidly. It may be one of the most important factors in changing how digital delivery is done. Together with new compression technologies and formats like MP3 and more widely shared and faster broadband access, this technology has also greatly influenced how traditional entertainment industries operate. Moreover, specific challenges for copyright protection are raised. This section of the Chapter 5 of the Information Technology Outlook 2004 focuses on measuring the use of P2P networks for the non-commercial downloading of music, video and software files in OECD countries. Free downloading of music, films, or other files does not generate revenues for copyright holders (artists, music, publishers) and may negatively impact the development of new legitimate services delivering music, movies, etc. to customers. Some argue that downloading supplements regular purchases of music or serves as way to sample new music (Pew, 2003). However, the recording industry has also warned that free downloading poses a severe threat to the music industry in terms of diminishing sales. 1 There are currently a significant number of lawsuits in OECD countries to prevent infringement of copyright when P2P networks are used to share commercial music and films. This section analyses the current impact of this new technology for digital delivery as a way to shed light on the potential for the commercial use of P2P technologies and policy issues.
    [Show full text]