Department of Computer Science Predicting Network Response

Total Page:16

File Type:pdf, Size:1020Kb

Department of Computer Science Predicting Network Response 4400 University Drive MS#4A5 Department of Computer Science Fairfax, VA 22030-4444 USA George Mason University Technical Reports http://cs.gmu.edu/ 703-993-1530 Predicting Network Response Times Using Social Information Chen Liang Sharath Hiremagalore Angelos Stavrou [email protected] [email protected] [email protected] Huzefa Rangwala [email protected] Technical Report GMU-CS-TR-2010-18 Abstract 1 Introduction Public discussion boards have become popular over the Social networks and discussion boards have become a years due to their crowd-sourcing nature. Indeed, their significant outlet where people communicate and ex- members have the ability to post and express their opin- press their opinion freely. Although the social networks ion anonymously on stories that are shared publicly. The themselves are usually well-provisioned, the participat- popularity of these stories is voted upon by other anony- ing users frequently point to external links to substanti- mous readers who are also members of the discussion ate their discussions. Unfortunately, the sudden heavy board. Over the last few years, several websites, such as traffic load imposed on the external, linked web sites Digg [23], Reddit [11], Delicious [24] offer these services. causes them to become unresponsive leading to what Through these sites, users organize, share and discuss people call the “Flash Crowds” effect. Flash Crowds interesting references to externally hosted content and present a real challenge, as it is not possible to pre- other websites. dict their intensity and occurrence time. Moreover, al- There has been a plethora of research that focuses on though increasingly capable, most present-day web host- analyzing the discussion network structure [34], rela- ing servers and caching systems are designed to handle tionships [20, 2], even using the social network as an a nominal load of requests before they become unre- anti-spam and defense mechanism. One aspect of dis- sponsive. This can happen either due to the limited cussion boards that has received less research attention bandwidth or processing power allocated to the hosting is the effect they have on externally hosted websites. site. Indeed, public discussion boards and crowd-sourcing sites can cause instantaneous popularity of a website In this paper, we quantify the prevalence of flash owing to discussions in blogs or posts of other website, crowd events for a popular social discussion board known as the “Flash Crowd” effect: a steep and sudden (Digg). Using PlanetLab, we measured the response surge in the amount of traffic seen at these sites. As a times of 1289 unique popular websites. We were able result, these unanticipated flash crowds in the network to verify that 89% of the popular URLs suffered vari- traffic may cause a disruption in the existing communi- ations in their response times. In an effort to identify cation infrastructure and disrupt the services provided flash crowds ahead of time, we evaluate and compare by the website. But how prevalent is this “Flash Crowd” traffic forecasting mechanisms. We show that predicting phenomenon? network traffic using network measurements has very We show that a large portion of the websites that limited success and cannot be used for large-scale predic- become popular through stories on public discussion tion. However, by analyzing the content and structure of boards suffer from the flash crowd phenomenon. These the social discussions, we were able to classify 86% of the websites exhibit high latency and response time varia- popular web sites within 5 minutes of their submission tion as they increasingly become popular. To support our and 95% of the sites when more (5 hours) of social con- hypothesis, we measured periodically and over a large tent became available. Our work indicates that we can period of time the download times for all the external effectively leverage social activity to forecast network URLs that were submitted to a social discussion board events that will be otherwise infeasible to anticipate. using many network vantage points. We used PlanetLab, 1 a distributed platform that provides servers located all 2 Correlating Popularity with Re- over the globe. The external websites’ response times were measured concurrently on several PlanetLab nodes sponse Time across North America. Computing the changes in the website response time from different locations eliminates 2.1 Motivation the bias introduced by observing measurements at a sin- Our initial target was to assess the extent of the “Flash gle location. Then, we computed the correlation values Crowd” effect for websites that are linked to popular sto- between the variation in the measured network latency ries on social discussion boards. Figure 1 illustrates the with the popularity increase of website linked to a so- motivation for our problem. The layout of Digg home cial discussion board. We were able to confirm that 89% page presents users with the most popular links (story) of the popular URLs were adversely affected with 50% to external web resources. A story gains popularity as having correlation values above 0.7. This is a significant users comment and “Digg up” a story, i.e., click on a link portion of the submitted URLs and warrants investiga- to increase the Digg Number of that story. More popu- tion into techniques to predict these sudden spikes of lar stories are prominently displayed at the top of the traffic ahead of time. website. This could lead to some stories becoming very Ordinarily it would be possible to forecast the load on popular in a short span of time increasing the load on the server by observing the trends in network latency the servers that host this story. The consequence of this over a period of time. However, we show that the im- is a bad user experience where the site loads very slowly pulse in the network traffic caused by flash crowds is or network timeouts as an effect of the flash crowd. difficult to predict using network measurements and, therefore, allows little time to take any preventive action, such as temporarily adding capacity or rate limiting Link the existing users. However, by analyzing the content Story server and structure of the social discussions, we were able to What is the (3) Timeout 1. Story Features classify 86% of the popular web sites within 5 minutes earliest time we of their submission and 95% of the sites when more (5 (2) Browse can predict? (1) Get link from Digg hours) of social content became available. Digg number Prediction For our experiments we use Digg [23], a popular so- cial bookmarking tool. Digg allows users to share news, images and videos as stories among themselves. Early User readers information helps us to predict the popularity of a story. When a top story is prominently displayed in Digg, more users read it. Stories are categorized into topics, some being more popular than others. Relation- Figure 1: This figure illustrates the effects of a “Flash ships between users in Digg are implicitly created when Crowd” event. The popularity of the social discussion users read, comment or rate each other’s stories. Digg board causes the externally linked website to become associates a Digg Number with each story to keep track slow or even unresponsive. of the number of users who like or dislike it. Using these factors, as well as information about the users, we are But how proliferate is the “Flash Crowd” phenomena able to predict the popularity of a given story. Our work for publicly accessible discussion boards? demonstrates that we can effectively leverage measure- ments of social activity to forecast network events that will be otherwise infeasible to measure or respond to 2.2 Website Response Time relying only on network measurements. The first step in estimating the prevalence of the Flash The rest of this paper is organized as follows. Section 2 Crowd effect is to accurately measure the network down- provides the problem motivation and the traffic correla- load and response time of all the external web sites that tion between for external URLs using a distributed mea- are linked via the social network discussion board. This surement infrastructure. Section 3 provides prediction study has to be done over a large period of time and results using social features. We present our experimen- for many URLs spanning many different and geographi- tal results on real Digg story data and show that we can cally distributed external story websites. Moreover, to predict the popularity of stories using historical story be able to perform a non-biased estimate of the web data both accurately and quickly. In Section 4 we detail site latency, we had to perform our measurements from the related work. We conclude the paper in Section 5 many geographically- and network-wise distinct net- with some discussion on the potential to drive network work points. To that end, we deployed the latency mea- characteristics based on data mining of social events and surement code on 30 nodes in Planetlab. Planetlab pro- our plans for future work. vides nodes with the same server specification, namely 2 with 1.6Ghz, 2G memory, 40G Hard Disk. Every 10 min- Correlation coefficient values in distribution 100 utes, we identified the 500 most popular stories from Digg Num & Latency Digg based on their score and we stored the URLs that 90 Digg Num & Standard Deviation of Latency they point on external websites on each of the Planetlab 80 nodes. For each of those external URLs, we computed 70 the network latency of their hosting website by comput- ing the amount of time that it was required to download 60 their content to the Planetlab nodes. To achieve that, we 50 employed wget [21], a popular HTTP mirroring tool.
Recommended publications
  • Implicit Structure and the Dynamics of Blogspace
    Implicit Structure and the Dynamics of Blogspace Eytan Adar Li Zhang Lada A. Adamic Rajan M. Lukose HP Information Dynamics Lab Abstract applications for finding the latest information very little attention has been paid to its spread. Weblogs link together in a complex structure through which new ideas and discourse can flow. Such a structure is ideal for In this paper, we study the pattern and dynamics of information the study of the propagation of information. In this paper we spreading in blogspace. We consider both the large scale describe general categories of information epidemics and create aspects of spreading patterns as well as how a specific, a tool to infer and visualize the paths specific infections take individual link may be tracked in blog networks. Our study is through the network. This inference is based in part on a novel enabled by the blog data that is crawled on a daily basis. In our utilization of data describing historical, repeating patterns of study, we will only track link information. While memes can infection. We conclude with a description of a new ranking take many forms, those addressed by URLs are by far the algorithm, iRank, for blogs. In contrast to traditional ranking simplest to track and disambiguate. For example, our system strategies, iRank acts on the implicit link structure to find those will track http://www.giantmicrobes.com instead of discussions blogs that initiate these epidemics. about the Giant Microbe toys, or images copied from the source site. General Terms With the triplets of (URL, blog, day of URL citation), we first Measurement, Experimentation, Algorithm characterize the spreading patterns of information.
    [Show full text]
  • Social Media Skills Dominique Jackson
    13 Must-Have Social Media Skills by Dominique Jackson on January 19, 2016 What are the ingredients of an ideal social media manager? If you were to ask this question 10 years ago, it would probably be a fairly short list. But as social media marketing evolved over the years with new technology and a wider audience, we’ve been able to see certain skills and traits that separate the top marketers from the rest. Learning and sharpening these skills can help propel your social media efforts into elite status, and avoid being one of the many brands that can’t seem to make any progress. Whether you’re looking to hire a new social media manager or simply want to improve your own strategy, focus on building up these 13 social media skills: 1. Community Management When you look at the top brands on social media, you’ll notice something they all have in common is a community aspect. Social media marketing is all about connecting with your audience. Once you’re able to build that connection and grow a community, your audience will start creating user generated content (UGC) and your reach will spread organically. Start by acknowledging your top sharers. These are the people who are consistently engaging with you and your content on social media. You can find this in the Sprout Social Trends report. Want to know what other pieces should be a part of your social team? We partnered with HubSpot to create a free guide on how to build a social media dream team from scratch, including some of the key positions you should fill.Download it here.
    [Show full text]
  • Flash Crowds in an Open CDN
    Going Viral: Flash Crowds in an Open CDN Patrick Wendell* Michael J. Freedman U.C. Berkeley Princeton University Berkeley, CA, USA Princeton, NJ, USA [email protected] [email protected] Abstract To insure themselves against the risk of a flash crowd, sites can outsource static content distribution to CDNs such as Akamai, which Handling flash crowds poses a difficult task for web services. Con- distribute traffic surges over a global network of content caches. This tent distribution networks (CDNs), hierarchical web caches, and strategy, however, does not generally address dynamically generated peer-to-peer networks have all been proposed as mechanisms for content, where CPU cycles are required to construct user-customized mitigating the effects of these sudden spikes in traffic to under- pages. To fill this gap, services are increasingly using cloud infras- provisioned origin sites. Other than a few anecdotal examples of tructure (such as Amazon EC2) to scale dynamic content creation isolated events to a single server, however, no large-scale analysis of in a similar fashion. Provisioning new resources in the cloud, while flash-crowd behavior has been published to date. not instantaneous, can be done orders-of-magnitude more quickly In this paper, we characterize and quantify the behavior of thou- than purchasing and installing new hardware. sands of flash crowds on CoralCDN, an open content distribution While flash crowds have long been used as anecdotal motivation network running at several hundred POPs. Our analysis considers for elastic-computing platforms, little research exists characteriz- over four years of CDN traffic, comprising more than 33 billion ing such events in an operational CDN.
    [Show full text]
  • Going Viral: Flash Crowds in an Open CDN IMC 2011 (Short Paper)
    Going Viral: Flash Crowds in an Open CDN IMC 2011 (Short Paper) Patrick Wendell, U.C. Berkeley Michael J. Freedman, Princeton University 1 What is a Flash Crowd? • “Slashdot Effect”, “Going Viral” • Exponential surge in request rate (precisely defined in paper) 2 Key Questions • What are primary drivers of flash crowds? • How effective is cache cooperation during crowds against CDNs? • How quickly do we need to provision resources to meet crowd traffic? 3 CoralCDN • Network of ~300 distributed caching proxies Origin Server HTTP Clients CoralCDN Proxies 4 CoralCDN • Network of ~300 distributed caching proxies 1. Local cache 2. Peer cache 3. Origin fetch Origin Server HTTP Clients CoralCDN Proxies 5 The Data • Complete CoralCDN trace over 4 years • 33 Billion HTTP requests • Per-request logging – <Time, URL, client IP, proxy IP, content cached?, ...> Finding Crowds Source Data 33 Billion HTTP Requests Crowd Detection 3,553 Crowds Pruning Misuse 2,501 Crowds 7 Crowd Sources 8 Common Referrers Referrer # Crowds digg.com 123 reddit.com 20 stumbleupon.com 15 google.com 11 facebook.com 10 dugmirror.com 8 duggback.com 4 twitter.com 4 9 Common Referrers Referrer # Crowds digg.com 123 reddit.com 20 stumbleupon.com 15 google.com 11 facebook.com 10 dugmirror.com 8 duggback.com 4 twitter.com 4 10 Common Referrers Referrer # Crowds digg.com 123 reddit.com 20 stumbleupon.com 15 google.com 11 facebook.com 10 dugmirror.com 8 duggback.com 4 twitter.com 4 11 Common Referrers Referrer # Crowds digg.com 123 reddit.com 20 stumbleupon.com 15 google.com 11 facebook.com 10 dugmirror.com 8 duggback.com 4 twitter.com 4 12 CDN Caching Strategies 13 Cooperation in Caching Greedy Caching Fully Cooperative Caching 14 Benefits of Cooperation? • Depends how clients distribute over proxies vs.
    [Show full text]
  • 2014 Sports and Entertainment Bee Round 3 1. the Slashdot Effect Is
    2014 Sports and Entertainment Bee Round 3 1. The SlashDot effect is sometimes known as an effect named after this website, and in 2013 some of its users garnered controversy for incorrectly identifying the bombers at the Boston Marathon. This website holds questionnaires with celebrities called “Ask Me Anything” and its mascot is an alien. Identify this website where users can “upvote” or “downvote” content. ANSWER: Reddit 2. One character in this novel mispronounces the name “Mary-Lou” which he sees printed on the side of a boat and later takes refuge on God’s Thumb. Featuring characters like Zigzag and X-Ray, a film adaptation of this book includes Tim Blake Nelson as Dr. Pendanski and Jon Voigt as Mr. Sir. Written by Louis Sachar, name this novel in which Stanley Yelnats must dig the title objects. ANSWER: Holes 3. In 2013, this football team lost its first Bowl game since 2008, falling 38-23 to Oregon St. in the Sheraton Hawai’i Bowl. This lost came less than three weeks after the program’s all-time-winningest coach departed after eight seasons and 92 wins. On January 1, 2007, this team shocked a Big 12 power thanks in part to a touchdown pass thrown by Vinny Perretta, rather than quarterback Jared Zabransky. Name this team that upset Oklahoma in the 2007 Tostitos Fiesta Bowl. ANSWER: Boise St. Broncos 4. The Australian men’s team and Netherlands’ women’s team stood atop the first world rankings of 2014 for this sport, in which obstruction and raised ball are common fouls.
    [Show full text]
  • Linkbaiting Hooks
    Hook Combinations for Successful Linkbaiting Todd Malicoat PBS ‘08 Viral Distribution for Links -- (Linkbaiting) If it looks good, you’ll see it. If it sounds good, you’ll hear it. If it’s marketed right, you’ll buy it. BUT… if it’s REAL… You’ll FEEL it. Read the 95 Thesis – Cluetrain.com 1. Markets are conversations. 2. Markets consist of human beings, not demographic sectors. 3. Conversations among human beings sound human. 7. Hyperlinks subvert hierarchy. The self-perpetuating buzz/link/traffic/ $ snowball Some Linkbait WILL Bomb 2 Step Process 1. Target Distribution Channel Get people’s attention 2. Target (link markets)Webmasters Keep their attention Distribution Channels 1. Blogs 2. Email 3. Social Media 4. Other Sites 5. Traditional Media 6. Combinations of above The Link baiting Hooks •News hook •Contrary Hook •Attack Hook •Resource Hook •Humor Hook •Ego Hook •Incentive Hook •Picture/ Video Hook •Sex Hook Combining Hooks (the 1 + 2 punch) Combining Hooks (the 1 + 2 punch) Interviews = Ego Hook + Resource Hook Picture sites aka Work Wasters = Humor Hook + Picture Hook + Resource Hook (aggregation) •icanhascheezburger.com – LOL Catz •YTMND.com Picture sites aka Work Wasters = Humor Hook + Picture Hook + Resource Hook (aggregation) •icanhascheezburger.com – LOL Catz •YTMND.com Editorials = Attack or Contrary Hook + News Hook Awards = Resource + Incentive +Ego Hooks Email Forwards = Humor Hook + Picture Hook + Resource Hook (aggregation) Know Your Hooks and Combinations 1. Distribution Channel 2. Target Link Market Know which 1. Presell page links - types of links 2. Authority links you’re trying 3. Directory links 4. Run of site links to get with which 5.
    [Show full text]
  • An Extended Approach for Identifying and Resolving Privacy Conflicts in Social Media
    © 2018 JETIR May 2018, Volume 5, Issue 5 www.jetir.org (ISSN-2349-5162) An Extended Approach for Identifying and Resolving Privacy Conflicts in Social Media Zoya Erum1, S.Venkatramulu2 1Student, Master of Technology, KITS, Warangal 2Associate Professor, KITS, Warangal ABSTRACT Things shared through Social Media may influence more than one user's privacy for ex. photographs that delineate various users, remarks that mention numerous users, occasions in which various users are welcomed, and so forth. The absence of multi-party privacy administration support in current standard Social Media foundations makes users unfit to properly control to whom these things are all things considered shared or not. Computational instruments that can blend the privacy inclinations of different users into a solitary arrangement for a thing can help tackle this issue. Be that as it may, consolidating various users' privacy inclinations isn't a simple undertaking, since privacy inclinations may conflict, so techniques to determine conflicts are required. Moreover, these techniques need to consider how users' would as a matter of fact achieve an understanding about a solution to the conflict in order to propose solutions that can be adequate by the greater part of the users influenced by the thing to be shared. Current methodologies are either excessively demanding or only consider settled methods for conglomerating privacy inclinations. In this paper, we propose the primary computational component to determine conflicts for privacy administration in Social Media that can adjust to various situations by demonstrating the concessions that users make to achieve a solution to the conflicts.We likewise display consequences of a user consider in which our proposed instrument outperformed other existing methodologies as far as how often each approach coordinated users' behavior.
    [Show full text]
  • Predicting Network Response Times Using Social Information
    Predicting Network Response Times Using Social Information Chen Liang, Sharath Hiremagalore, Angelos Stavrou and Huzefa Rangwala Center for Secure Information Systems George Mason University, Fairfax, VA 22030 +1-(703)-993-3772, +1-(703)-993-4776 (fax) {cliang1,shiremag,astavrou,hrangwal}@gmu.edu Abstract—Social networks and discussion boards have the services provided by the website. But how prevalent become a significant outlet where people communicate and is this “Flash Crowd” phenomenon? express their opinion freely. Although the social networks themselves are usually well-provisioned, the participating We show that a large portion of the websites that be- users frequently point to external links to substantiate their come popular through stories on public discussion boards discussions. Unfortunately, the sudden heavy traffic load suffer from the flash crowd phenomenon. These websites imposed on the external, linked web sites causes them to exhibit high latency and response time variation as they become unresponsive leading to the “Flash Crowds” effect. increasingly become popular. To support our hypothesis, In this paper, we quantify the prevalence of flash crowd we measured periodically and over a large period of time events for a popular social discussion board (Digg). We mea- sured the response times of 1289 unique popular websites. the download times for all the external URLs that were We were able to verify that 89% of the popular URLs submitted to a social discussion board using many network suffered variations in their response times. By analyzing vantage points. We used PlanetLab, a distributed platform the content and structure of the social discussions, we were that provides servers located all over the globe.
    [Show full text]
  • Widening the Lens on Content Moderation
    American University Washington College of Law Digital Commons @ American University Washington College of Law Joint PIJIP/TLS Research Paper Series 7-2021 Widening the Lens on Content Moderation Jenna Ruddock Technology, Law & Security Program, [email protected] Justin Sherman Technology, Law & Security Program Follow this and additional works at: https://digitalcommons.wcl.american.edu/research Part of the Business Organizations Law Commons, Communications Law Commons, Computer Law Commons, Consumer Protection Law Commons, Internet Law Commons, Marketing Law Commons, and the National Security Law Commons Recommended Citation Ruddock, Jenna and Sherman, Justin, "Widening the Lens on Content Moderation" (2021). Joint PIJIP/TLS Research Paper Series. 69. https://digitalcommons.wcl.american.edu/research/69 This Article is brought to you for free and open access by the Program on Information Justice and Intellectual Property and Technology, Law, & Security Program at Digital Commons @ American University Washington College of Law. It has been accepted for inclusion in Joint PIJIP/TLS Research Paper Series by an authorized administrator of Digital Commons @ American University Washington College of Law. For more information, please contact [email protected]. Widening the Lens on Content Moderation Mapping the Ecosystem of Online Content Dissemination July 2021 AUTHORS: Jenna Ruddock, Senior Researcher Justin Sherman, Research Fellow PROJECT DIRECTOR: Gary Corn Tech, Law & Security Program American University Washington College
    [Show full text]
  • When the Audience Is the Producer: the Art of the Collaborative Weblog Lou Rutigliano April 2004
    When the Audience is the Producer: The Art of the Collaborative Weblog Lou Rutigliano April 2004 Introduction Web logs, the online daily journals that link to and comment on everything from pornography to the war in Iraq, are often compared by their boosters to the printing press and upheld as the salvation of democracy in general and journalism in particular. Millions produce them, millions read them, and the mainstream media is gradually incorporating them as the reputation of “weblogs” as a source of news rises in stature. A bilingual resident of Baghdad drew an audience to his weblog with his ruminations on everyday life before, during, and after the war in Iraq. A freelance Web correspondent raised enough money from his readers through his weblog to fund his independent coverage. Weblogs helped break the story that led Senate Majority Leader Trent Lott to resign from his post, and provided eyewitness, breaking accounts of the attacks on New York City on Sept. 11. In the few years since blogging software made it possible for almost anyone with access to a computer – regardless of technical ability – to set up a website on a shoestring budget, the medium has evolved beyond a fad. As the influence and usage of weblogs grows in the field of journalism, it becomes increasingly important to study the structure and content of this medium. This paper will explore an relatively unorthodox variation on the blogging concept – the group weblog. Weblogs have evolved significantly since their birth in 1999, and now encompass a variety of formats – from the individual-based structures that are already considered “traditional” to the more collaborative and open group-based structures, which rely on the contributions of thousands of members.
    [Show full text]
  • Exit from Hell? Reducing the Impact of Amplification Ddos Attacks
    Exit from Hell? Reducing the Impact of Amplification DDoS Attacks Marc Kührer, Thomas Hupperich, Christian Rossow, and Thorsten Holz, Ruhr-University Bochum https://www.usenix.org/conference/usenixsecurity14/technical-sessions/presentation/kuhrer This paper is included in the Proceedings of the 23rd USENIX Security Symposium. August 20–22, 2014 • San Diego, CA ISBN 978-1-931971-15-7 Open access to the Proceedings of the 23rd USENIX Security Symposium is sponsored by USENIX Exit from Hell? Reducing the Impact of Amplification DDoS Attacks Marc Kuhrer,¨ Thomas Hupperich, Christian Rossow, Thorsten Holz Horst Gortz¨ Institute for IT-Security, Ruhr-University Bochum Abstract However, the adversaries evolved and modern DDoS Amplification vulnerabilities in many UDP-based net- attacks typically employ so called amplification attacks, work protocols have been abused by miscreants to launch in which attackers abuse UDP-based network protocols Distributed Denial-of-Service (DDoS) attacks that ex- to launch DDoS attacks that exceed hundreds of Gbps ceed hundreds of Gbps in traffic volume. However, up in traffic volume [21, 22]. This is achieved via reflec- to now little is known about the nature of the amplifica- tive DDoS attacks [31] where an attacker does not di- tion sources and about countermeasures one can take to rectly send traffic to the victim, but sends spoofed net- remediate these vulnerable systems. Is there any hope in work packets to a large number of systems that reflect the mitigating the amplification problem? traffic to the victim (so called reflectors). Often, attackers In this paper, we aim to answer this question and tackle choose reflectors that send back responses that are signif- the problem from four different angles.
    [Show full text]
  • The Structure of Search Engine Law James Grimmelmann*
    GRIMMELMANN_FINAL.DOC 11/20/2007 2:46 PM The Structure of Search Engine Law James Grimmelmann* INTRODUCTION ........................................................................................... 3! I.! SEARCH ENGINE TECHNOLOGY AND BUSINESS ........................................... 6! A.! TECHNOLOGY ....................................................................................... 7! 1.! Indexing ....................................................................................... 7! 2.! Queries ......................................................................................... 8! 3.! Results .......................................................................................... 9! 4.! Content ...................................................................................... 11! B.! BUSINESS ............................................................................................ 11! II.! THE STRUCTURE OF SEARCH ENGINE LAW ............................................... 15! A.! USERS’ INTERESTS ............................................................................... 17! 1.! Query Privacy ............................................................................. 17! 2.! Unbiased Results ....................................................................... 20! B.! PROVIDERS’ INTERESTS ........................................................................ 24! 1.! Minimizing Costs ....................................................................... 24! 2.! Avoiding Unfair Competition .................................................
    [Show full text]