Cloud Computing

Total Page:16

File Type:pdf, Size:1020Kb

Cloud Computing Cloud Computing UNIT-II : VIRTUALIZATION & COMMON STANDARDS IN CLOUD COMPUTING Prof. S. S. Kasualye Department of Information Technology Sanjivani College of Engineering, Kopargaon Common Standards 1. Open Cloud Consortium The Open Commons/Cloud Consortium (OCC) is a not for profit that manages and operates cloud computing and data commons infrastructure to support scientific, medical, health care and environmental research. 1. Open Cloud Consortium (continue…) The Open Cloud Consortium (OCC) supports: 1. the development of standards for cloud computing and frameworks for interoperating between clouds; 2. supports the development of benchmarks for cloud computing; 3. supports open source software for cloud computing; 4. manages a testbed for cloud computing called the Open Cloud Testbed; sponsors workshops and other events related to cloud computing. 1. Open Cloud Consortium (continue…) The OCC members: 1. Companies: Aerospace, Booz Allen Hamilton, Cisco, InfoBlox, Open Data Group, Raytheon, Yahoo 2. Universities: CalIT2, Johns Hopkins, MIT Lincoln Lab, Northwestern Univ., University of Illinois at Chicago, University of Chicago 3. Government agencies: NASA 1. Open Cloud Consortium (continue…) The OCC Mission 1. Manage storage and data commons infrastructure, such as the Open Science Data Cloud Public Data Commons, the Environmental Data Commons, the BloodPAC Commons, the Biomedical Data Commons, and various contract-specific commons. 2. Provide a governance framework to align various stakeholders in the success of a Data Commons. 3. Provide index, metadata, transfer and other value services supporting data commons activities. 4. Manage cloud computing infrastructure such as the Open Science Data Cloud, to support scientific, environmental, medical and health care research. 1. Open Cloud Consortium (continue…) 5. Manage cloud computing testbeds, such as the Open Cloud Testbed, to improve cloud computing software and services. 6. Develop reference implementations, benchmarks and standards, such as the MalStone Benchmark, to improve the state of the art of cloud computing. 7. Sponsor workshops and other events related to cloud computing and data commons to educate the community. 2. Open Virtualization Format Open Virtualization Format (OVF) is an open standard for packaging and distributing virtual appliances or, more generally, software to be run in virtual machines. An OVF package contains multiple files in a single directory. The directory always contains an Extensible Markup Language (XML) file called the OVF descriptor with the name, hardware requirements, and references to other files in the package. 2. Open Virtualization Format (continue…) In addition, the OVF package typically contains a network description, a list of virtual hardware, virtual drives, certificate files, information about the operating system (OS) and in some cases, a human-readable description of every information item. 2. Open Virtualization Format (continue…) The OVF specification defines two specific ways of grouping files: 1. OVF Package – An OVF package is a group of files required for importing the virtual machine, and are generally found in a single folder. This is the minimum requirement of the specification. 2. OVA Package – An Open Virtualization Appliance (OVA) package is a single file archive of the .ovf file, .vhd file, .mf file and, if applicable, the .cert file. The OVF specification requires an archive to be in the TapeARchive (TAR) format. 2. Open Virtualization Format (continue…) Features of OVF include: Support for Content Verification: OVF supports integrity checking and the verification of content depending on the industry- standard public key infrastructure. It also provides a strategy for management and software licensing. Validation Support: While installing the virtual machine life cycle management process, OVF supports the validation of every single virtual machine and the complete package. Detailed user- readable descriptive information is also provided with every package. 2. Open Virtualization Format (continue…) Features of OVF include: Support for Single and Multiple Virtual Machine (VM) Configurations: OVF supports both standard single VM packages and complex multitier package services that include multiple interdependent VMs. Extensibility: OVF is designed to be extensible, and can support new technological advancements. Enables Portable Packaging: Because the OVF is platform- independent, it allows for platform-specific enhancements. Vendor and Platform Independence: OVF is independent of a specific host platform, virtualization platform, or guest operating system. 3. Standards for Application Developers 1. Browsers (AJAX) : – Ajax (Asynchronous JavaScript And XML) is a set of Web development techniques on the client side to create asynchronous Web applications. – Web application communicates with a server in the background, without interfering with the current state of the page. 3. Standards for Application Developers Following technologies are incorporated: 1. HTML (or XHTML) and CSS for presentation 2. The Document Object Model (DOM) for dynamic display of and interaction with data 3. JSON or XML for the interchange of data, and XSLT for its manipulation 4. The XMLHttpRequest object for asynchronous communication 5. JavaScript to bring these technologies together 3. Standards for Application Developers 2. JASON (JavaScript Object Notation) : – Douglas Crockford originally specified the JSON format in the early 2000 which is a lightweight data-interchange format. – It is based on a subset of the JavaScript Programming Language – It is a very common data format used for asynchronous browser–server communication, including as a replacement for XML in some AJAX-style. 2. JASON (continue) : A possible JSON representation describing a person. 3. Standards for Application Developers 3. Solution Stack : – Solution stack or software stack is a set of software subsystems or components needed to create a complete platform without any additional software support. – Applications are said to "run on" or "run on top of" the resulting platform. – Ex. To develop web application the stack can be target OS, web server, database, and programming language. 3. Standards for Application Developers 3. Solution Stack : – Solution stack or software stack is a set of software subsystems or components needed to create a complete platform without any additional software support. – Applications are said to "run on" or "run on top of" the resulting platform. – Ex. To develop web application the stack can be target OS, web server, database, and programming language. 3. Standards for Application Developers 3. Solution Stack (continue…) : – LAMP – It is model of web service stacks, named as an acronym of its four open-source components: the Linux operating system, the Apache HTTP Server, the MySQL relational database management system (RDBMS), and the PHP programming language. 3. Standards for Application Developers 3. Solution Stack (continue…) : – LAMP components are largely interchangeable and not limited to the original selection. – As a solution stack, LAMP is suitable for building dynamic web sites and web applications 3. Standards for Application Developers 3. Solution Stack (continue…) : – LAPP – The LAPP stack is an open source web platform that can be used to run dynamic web sites and servers. – It is considered as a powerful alternative to LAMP stack. – It includes Linux, Apache, PostgreSQL (instead of MySQL) and PHP, Python and Perl. 3. Standards for Application Developers 3. Syndication (Atom, Atom Publishing Protocol, and RSS) – A group of people or companies who join together in order to share the cost of a particular business operation for which a large amount of money is needed. – The name Atom is related to pair of related Web standards. The Atom Syndication Format is an XML language used for web feeds. – Atom Publishing Protocol (AtomPub or APP) is a simple HTTP- based protocol for creating and updating web resources 3. Standards for Application Developers 3. Syndication (Atom, Atom Publishing Protocol, and RSS) – RSS is a family of Web feed formats used to publish updated content such as blog entries, news headlines or podcasts. – An RSS document, which is called a "feed," "web feed," or "channel," contains either a summary of content from an associated web site or the full text. – RSS makes checking website automated. 3. Standards for Application Developers 3. Standards for Application Developers 4. RSS (Really Simple Syndication) – Syndication: Transfer of something for control or management by a group of individuals or organizations. – Versions of Web content syndication: • RDF Site Summary (RSS 0.9, RSS 1.0) • Rich Site Summary (RSS 0.91, RSS 1.0) • Really Simple Syndication (RSS 2.0) – It represents the standardized web feed syndication. Originally developed by Netscape 3. Standards for Application Developers 4. RSS (continue...) – It is a type of web feed which allows users to access updates to online content in a standardized, computer-readable format. – RSS is an XML-based format and used in different ways for content distribution. – Its most widespread usage is in distributing news headlines on the Web. 3. Standards for Application Developers 4. RSS (continue...) – There are many RSS readers that offer a free version and an upgraded version. Here are a few popular readers: • Feedly for web, iOS, Android • Panda is a Chrome extension, web, iOS • Reeder 3 for Mac and iOS • Feeder for Android, Chrome, and iOS • Feedreader
Recommended publications
  • Digital Fountain Erasure-Recovery in Bittorrent
    UNIVERSITÀ DEGLI STUDI DI BERGAMO Facoltà di Ingegneria Corso di Laurea Specialistica in Ingegneria Informatica Classe n. 35/S – Sistemi Informatici Digital Fountain Erasure Recovery in BitTorrent: integration and security issues Relatore: Chiar.mo Prof. Stefano Paraboschi Correlatore: Chiar.mo Prof. Andrea Lorenzo Vitali Tesi di Laurea Specialistica Michele BOLOGNA Matricola n. 56108 ANNO ACCADEMICO 2007 / 2008 This thesis has been written, typeset and prepared using LATEX 2". Printed on December 5, 2008. Alla mia famiglia “Would you tell me, please, which way I ought to go from here?” “That depends a good deal on where you want to get to,” said the Cat. “I don’t much care where —” said Alice. “Then it doesn’t matter which way you go,” said the Cat. “— so long as I get somewhere,” Alice added as an explanation. “Oh, you’re sure to do that,” said the Cat, “if you only walk enough.” Lewis Carroll Alice in Wonderland Acknowledgments (in Italian) Ci sono molte persone che mi hanno aiutato durante lo svolgimento di questo lavoro. Il primo ringraziamento va ai proff. Stefano Paraboschi e Andrea Vitali per la disponibilità, la competenza, i consigli, la pazienza e l’aiuto tecnico che mi hanno saputo dare. Grazie di avermi dato la maggior parte delle idee che sono poi confluite nella mia tesi. Un sentito ringraziamento anche a Andrea Rota e Ruben Villa per l’aiuto e i chiarimenti che mi hanno gentilmente fornito. Vorrei ringraziare STMicroelectronics, ed in particolare il gruppo Advanced System Technology, per avermi offerto le infrastrutture, gli spa- zi e tutto il necessario per svolgere al meglio il mio periodo di tirocinio.
    [Show full text]
  • What Is a Podcast? the Term Podcast Comes from a Combination of Ipod and Broadcast
    What is a podcast? The term podcast comes from a combination of iPod and Broadcast. Thus, it is a broadcast that is created to be listened to on a digital device of some kind: iPod or other MP3 player, SmartPhone, iPad or other tablet, or computer. A podcast can be entertainment, music, drama, sermon, health, business, or other coaching information. It is an MP3 file just like any song that you may listen to – only much larger. When you subscribe to my blog, you can simply listen by clicking the Play button embedded in the blog post. However, you may want to listen away from your computer. You can subscribe to podcasts and have them automatically delivered to your MP3 player for you to listen to whenever you wish. Or you can go out and listen from a site like iTunes or Stitcher. If you have a SmartPhone or Tablet, you can install an app that will collect these podcasts for you. Subscribing in iTunes You must have an iTunes account and have iTunes on your device. Go to this link: https://itunes.apple.com/us/podcast/finding-your-groove-kathleen/id829978911 That will bring you to this screen Click the button that says “View in iTunes” That opens this window in iTunes Click the Subscribe button just underneath the photo. To share this podcast with someone else, click the drop-down arrow just to the right of the Subscribe button. That will give you these share options: Tell a Friend, Share on Twitter, Share on Facebook, Copy Link (allows you to manually e-mail someone).
    [Show full text]
  • Specifications for Implementing Web Feeds in DLXS Kevin S
    Hawkins 1/5/2011 5:01:52 PM Page 1 of 5 * SCHOLARLY PUBLISHING OFFICE WHITEPAPER Specifications for implementing web feeds in DLXS Kevin S. Hawkins Executive Summary SPO uses DLXS to deliver nearly all of its publications online, but this software does not offer any functionality for web feeds (commonly called RSS feeds). The components of web feeds are reviewed, and recommendations are made for implementing Atom 1.0 web feeds in SPO publications using a script run during releasing which determines which content to push to the feed. Motivations Members of the editorial board of the Journal of Electronic Publishing (collid jep) and SPO staff have requested that web feed functionality be provided for SPO publications. This would allow end users to subscribe to feeds of not only serial content (the obvious use) but in theory any other collection to which content is added, especially on a regular basis. A feed could provide a single notice that a collection has been updated, perhaps with a table of contents (henceforth a small feed), or instead contain separate notices for each item added to the collection (a large feed). Components of a web feed A web feed operates with three necessary components: • a website that syndicates (or publishes) a feed • a feed standard being used by the website • the end user’s news aggregator (feed reader or news reader), which retrieves the feed periodically. A feed is an XML document containing individual entries (also items, stories, or articles). Syndicating a feed The content provider’s website often has buttons (icons called chicklets) to be used by the end user to add a feed to his or her news aggregator.
    [Show full text]
  • Despliegue España-América Latina De Broadcatching E-Learning
    Despliegue España-América Latina de Broadcatching e-learning Rafael García Monroy E.T.S.I.T. U.P.M. Departamento Ingeniería de Sistemas Telemáticos e-mail: [email protected] Abstract . Los avances tecnológicos y la eliminación de fronteras que resultan del potente y exponencial despliegue de Internet permiten que compartir vídeos de material educativo de gran calidad sea viable. Ya que las exigencias de los usuarios finales –alumnos- crecen paralelamente a la adopción de los avances mencionados, y las posibilidades reales de mejorar los servicios son una realidad, no queda más que emplear las herramientas existentes para crear nuevos modelos innovadores que mejoren constantemente las plataformas de difusión de conocimiento, pilar del desarrollo sostenible. El siguiente artículo describe el despliegue de un modelo e-learning basado en Broadcatching (BitTorrent, + RSS), a través del cual clases de vídeo grabadas en España podrán ser inmediatamente distribuidas a universidades latinoamericanas con las que se tenga convenio, compartiendo recursos de red y, de gran importancia, diseminando los ficheros educativos con una excelente calidad de contenido. De esta manera, la distancia, el costo de distribución y las limitaciones temporales pasan a segundo plano, permitiendo que los contenidos educativos de primera calidad tengan un acceso de naturaleza universal. Palabras clave: BitTorrent, broadcatching, e-learning, P2P, RSS, vídeo. 1 Introducción redes de distribución. Y es precisamente este el punto que hay que explotar para que el alumno obtenga el La cooperación en cualquier ámbito conlleva al mejor contenido educativo posible: la obtención de desarrollo sostenible, en que las partes implicadas vídeos de clase de alta definición que son pesados, comparten el fruto de la inversión.
    [Show full text]
  • Why Do I Need a News Reader? Which Should I Choose?
    Why do I need a news reader? Which Should I Choose? “Tech Tools with Tine” Webinar Series Presents: News Readers Keep up-to-date! Manage your internet content! Tine Walczyk – November 1st, 2013 [email protected] Feed, Subscription, News, RSS? • News Reader, Feed Reader, RSS Reader ALL THE SAME • Used to: – Collect serialized internet information • Read newsgroups (yes, they still exist!) • Read subscription content • Read Blogs – Access Really Simple Syndicated content Which ones for today? Reader URL Available for: Feedly www.feedly.com iPhone, iPad, Android phone, Android tablet, Kindle Fire, Kindle, Windows 8, Windows Phone, BlackBerry, Symbian, Mac OS, Desktop (cloud) Digg www.digg.com iOS, Android, Chrome, Web Newsblur www.newsblur.com Web, iPad, iPhone, Android, Firefox The Old theoldereader.com iOS, Android, Windows Phone, Reader Web, Firefox, Chrome, Safari, Opera Let’s look at Organize Feedly List of Feeds -- Read everything: click on All or Home Read one feed: click on category Reorder with Drag&Drop Add Content – Click button Search for content or Paste in URL Click + Select category Add a New Category – Add button Personalize Drag Content to New Category box Name Category Choose your display Layout / Customize bar Title View (Traditional Reader) Magazine View Card View Up Next… Multiple Features • digg Home – Moderated content – Crowd-sourced (popular) content – “digg” your interest • digg Reader – Newsreader – Gather your feeds all in one place – Integrate with Chrome Organize your digg’s Find Content – Enter in a URL
    [Show full text]
  • An Introduction to Georss: a Standards Based Approach for Geo-Enabling RSS Feeds
    Open Geospatial Consortium Inc. Date: 2006-07-19 Reference number of this document: OGC 06-050r3 Version: 1.0.0 Category: OpenGIS® White Paper Editors: Carl Reed OGC White Paper An Introduction to GeoRSS: A Standards Based Approach for Geo-enabling RSS feeds. Warning This document is not an OGC Standard. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard. Recipients of this document are invited to submit, with their comments, notification of any relevant patent rights of which they are aware and to provide supporting do Document type: OpenGIS® White Paper Document subtype: White Paper Document stage: APPROVED Document language: English OGC 06-050r3 Contents Page i. Preface – Executive Summary........................................................................................ iv ii. Submitting organizations............................................................................................... iv iii. GeoRSS White Paper and OGC contact points............................................................ iv iv. Future work.....................................................................................................................v Foreword........................................................................................................................... vi Introduction...................................................................................................................... vii 1 Scope.................................................................................................................................1
    [Show full text]
  • History Contents
    RSS - Wikipedia, the free encyclopedia Page 1 of 6 RSS From Wikipedia, the free encyclopedia (Redirected from RSS feeds) RSS (most commonly expanded as Really Simple RSS Syndication ) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format. [2] An RSS document (which is called a "feed", "web feed", [3] or "channel") includes full or summarized text, plus metadata such as publishing dates and authorship. Web feeds benefit publishers by letting them syndicate content automatically. They benefit readers who want to subscribe to timely updates The RSS logo from favored websites or to aggregate feeds from many sites into one place. RSS feeds can be read Filename .rss, .xml using software called an "RSS reader", "feed extension reader", or "aggregator", which can be web-based, application/rss+xml desktop-based, or mobile-device-based. A Internet standardized XML file format allows the media type (Registration Being information to be published once and viewed by Prepared) [1] many different programs. The user subscribes to a feed by entering into the reader the feed's URI or Type of Web syndication by clicking an RSS icon in a web browser that format initiates the subscription process. The RSS reader Extended XML checks the user's subscribed feeds regularly for from new work, downloads any updates that it finds, and provides a user interface to monitor and read the feeds. RSS formats are specified using XML, a generic specification for the creation of data formats. Although RSS formats have evolved from as early as March 1999, [4] it was between 2005 and 2006 when RSS gained widespread use, and the (" ") icon was decided upon by several major Web browsers.
    [Show full text]
  • Google Apps for Education Surpasses Expectations at ICHS Contents
    Summer 2013 Working With New Technologies Vol. 11, No. 2 Google Apps for Education Surpasses Expectations at ICHS By Amy B. Popp, Librar- Google Apps for Education ian, Webmaster, PR Coor- (www.google.com/enterprise/ apps/education) has fulfilled all of dinator, and Technology these requirements. Teacher at Immaculate Conception High School I had heard about Gmail being used as an email solution for edu- Immaculate Conception High cational and nonprofit organiza- School (ICHS), a Catholic co- tions. Through research, emails, educational school in Mont- and phone calls with Google, I clair, has been transformed found that our school qualified for by the implementation of the free Google Apps for Educa- Google Apps for Education. tion program. We could retain our When I was hired as Librar- email domain name ian/Webmaster in 2011, one ICHS juniors work in Popp’s (Continued on page 4) of my primary goals was to computer class: Joselyn update the content, media, Espinoza (front), Myrna Nu- functionality, and visibility of arhpa, Garyetta Vanderveer. the school’s website. As I revamped the website, I everyone in the school com- Contents noticed that the school's munity to communicate with email system was outdated, each other effectively. In addi- clunky, and barely used. It Google Apps for Education tion, students needed to col- Surpasses Expectations needed to be replaced by laborate, share, and retrieve something that would enable at ICHS 1 their work more effectively. How iPad Stations Support Early Childhood Learning 1 Message from How iPad Stations Support the President 2 Letter from the Early Childhood Learning Executive Director 3 Note from the Editor 3 By Jennifer Salt, Senior and benefits of creating an Children’s Librarian, early childhood tech station Use TechEx to Share using tablet computers.
    [Show full text]
  • Leroux-Lindsey News Aggregators.Pptx
    News Aggregators MARCH 24, 2015 JULIA LEROUX-LINDSEY Also Known As… ! Feed Aggregator ! Feed Reader ! News Reader ! RSS Reader ! Aggregator What is it? A software or web application that consolidates syndicated web content such as online newspapers, blogs, podcasts, and vlogs in one location for easy viewing. Image from http://www.problogger.net/archives/2007/02/14/11-ways-to-find-new-rss-subscribers-for-your-blog/ Types: News Aggregation Websites ! Uses algorithms to group similar stories together from news sources ! Examples: ! Google News ! Huffington Post ! Daily Beast ! SmartNews Screenshot from www.news.google.com Types: Feed Readers ! Users add their favorite web feed sources (blog, news, etc.) into one, single feed ! Linked to a personal account ! Examples: ! Digg ! Feedly Screenshot from www.feedly.com Types: Topic-Based News Readers ! Track and follow topics ! Aggregates related tweets, a wikipedia page, articles, etc. ! Attractive GUI ! Examples: ! Pipes Screenshot from www.pipesapp.com Evaluation: As a User Advantages Disadvantages ! Convenience ! Information Overload ! Smart Suggestions ! Up-Front Time ! Customizable Investment ! Mobile Optimization ! Social Sharing Evaluation: As a Marketing Manager Advantages Disadvantages ! Convenience for Users ! Loss of Integrity ! Smart Suggestions ! Loss of Site Traffic ! Social Media ! Loss of Individuality Connections ! Algorithms in Charge Recommendations ! As a Marketing Manager: ! Make sure your site is easily imported/subscribed via these News Aggregators " Add and prominently display ‘RSS Subscribe’ button: " Add other Social Media buttons for easy sharing: ! Make sure your blog/web site feed is compatible with News Aggregators " Requires some XML code standardization and metadata " Already set up for typical site builders like blogger, wordpress, etc.
    [Show full text]
  • Feedly -How to Get Started
    Guide to RSS-reader FEEDLY.COM 1 How to get started 1. Sign up at Feedly Visit www.feedly.com and sign up (It only requires a Google Account to register) Sign up by clicking ”Login now” in the top right corner– marked above with a pink arrow. 2. Now you’re required to log in with your Google Account: 2 Write your username, your password and click ”Sign In”. (If you don’t have a Google Account you can sign up at accounts.google.com) 3 3. I’ll be asked if you’ll allow Feedly to access your account – Click ”Accept”: 4. Now you’re logged in to Feedly and will be able to start adding RSS-feeds to your account. In the text field marked above you need to start adding adresses to the RSS-feeds you’ll want to subscribe to. 4 Here, we’ll start by subscribing to ”My News” from My Newsroom at Graduate School of Health. 5. Open a news window and visit http://phd.au.dk/gradschools/health/my- newsroom/ At http://phd.au.dk/gradschools/health/my-newsroom/ Click the RSS- icon for the ”My News”-list – marked below: 6. Now an orange box appears that contains the link to the RSS-feed for the list: 5 Copy the link (CTRL + C on PC/ Command + C on Mac) 7. Return to Feedly.com Now paste the link (CRTL + V på PC/ Command + V på Mac) in the text field marked below: When you’ve pasted the link into the field press Enter, and the the RSS- feed will appear as a source link in the image above.
    [Show full text]
  • DME Server Administration Reference
    DME Server Administration Reference DME version 4.2SP2 Document version 1.1 Published on 17. September 2014 DME Server Administration Reference Introduction Contents Introduction ............................................................................ 11 Copyright information ......................................................................... 11 Company information .......................................................................... 12 Typographical conventions.................................................................. 12 About DME ........................................................................................... 13 Features and benefits .............................................................................. 13 About the DME Server ........................................................................ 14 Supported platforms ................................................................................ 15 DME server architecture ........................................................ 17 One server, many connectors ............................................................ 17 The DME server ................................................................................... 19 The connector ...................................................................................... 20 The group graph ....................................................................................... 21 Load balancing and failover .................................................................... 22 The AppBox
    [Show full text]
  • Content Syndication in News Aggregators. Towards Devaluation of Professional Journalistic Criterio
    Comunicar, n. 59, v. XXVII, 2019 | Media Education Research Journal | ISSN: 1134-3478; e-ISSN: 1988-3293 www.comunicarjournal.com Content syndication in news aggregators. Towards devaluation of professional journalistic criteria La sindicación de contenidos en los agregadores de noticias: Hacia la devaluación de los criterios profesionales periodísticos Dr. Concha Edo is Professor in the Department of Journalism and Global Communication at the Complutense University of Madrid (Spain) ([email protected]) (https://orcid.org/0000-0001-6960-867X) Dr. Juan Yunquera is Assistant Professor in the Department of Journalism and Audio-visual Communication at the University Carlos III of Madrid (Spain) ([email protected]) (https://orcid.org/0000-0002-4062-1659) Dr. Helder Bastos is Professor in the Department of Communication and Information Sciences at the University of Porto ([email protected]) (https://orcid.org/0000-0002-6351-4610) ABSTRACT The growing expansion of Internet access and mass-scale usage of social networking platforms and search engines have forced digital newspapers to deal with challenges, amongst which are the need to constantly update news, the increasing complexity of sources, the difficulty of exercising their function as gatekeepers in a fragmented environment in which the opinions, biases and preconceptions of pundits, their followers, Twitter users, etc. has taken on a new and decisive weight and the mounting pressure to publish certain news items simply because they sell. They must also share audiences with aggregators devoted to the business of disseminating content produced by digital news publishers, blogs and RSS feeds, which is chosen on the basis of search engine algorithms, the votes of users or the preferences of readers.
    [Show full text]