CS155a: E-Commerce Lecture 5: Sept. 20, 2001 Archetypal Internet Business: Netscape Introduction to Online Content Distribution.

Slides:



Advertisements
Similar presentations
The Internet and the Web
Advertisements

Fundamentals of Information Systems, Second Edition 1 Telecommunications, the Internet, Intranets, and Extranets Chapter 4.
Project 1 Introduction to HTML.
Layer 7- Application Layer
CS155a: E-Commerce Lecture 4: Jan. 23, 2003 Archetypal Internet Businesses: Netscape and Amazon.
Exclusivity and Tying Microsoft’s aim: to exclude rivals and potential rivals. Practice of MS: Tying. Exclusive contracts.
CS155b: E-Commerce Lecture 6: Jan. 30, 2003 Introduction to Online Content Distribution.
CPSC156: The Internet Co-Evolution of Technology and Society Lecture 4: January 25, 2007 Web-based Business.
The Internet and the World Wide Web. Una DooneyThe Internet and WWWSlide 2 What is the Internet? A collection of networks (LANS and WANS) around the world.
CPSC156a: The Internet Co-Evolution of Technology and Society Lecture 6: September 23, 2003 Introduction to Internet-based Business.
CS 155b: E-Commerce Lecture 9: February 6, 2001 TPSs, Business Models, and the Napster Challenge.
CS155a: E-Commerce Lecture 2: Sept. 11, 2001 Course Overview.
SESSION 9 THE INTERNET AND THE NEW INFORMATION NEW INFORMATIONTECHNOLOGYINFRASTRUCTURE.
CPSC156: The Internet Co-Evolution of Technology and Society Lecture 7: February 6, 2007 More about browsers (ack.: L. Cranor); Introduction to Digital.
Introduction to Electronic Commerce
Internet. Common Terms b The documents placed on the World Wide Web? b The language in which Web pages are written? b The element of a Web page that connects.
Chapter 9 e-Commerce Systems.
CPSC156a: The Internet Co-Evolution of Technology and Society Lecture 13: October 23, 2003 The roles of technical-protection systems and business models.
1st Project Introduction to HTML.
What Is A Web Page? An Introduction to the Internet.
1 Internet History Internet made up of thousands of networks worldwide No one in charge of Internet - No governing body Internet backbone owned by private.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
COMP 6005 An Introduction To Computing Session Two: Computer Software Acquiring Software.
Web Design Terms and Concepts Ms. Scales. Q. What is a Server? A. A server is a computer that stores information many people can access. It runs special.
CHAPTER THE INTERNET, THE WEB, AND ELECTRONIC COMMERCE 22.
Chapter ONE Introduction to HTML.
The Internet & Web Browsers Business Webpage Design Kelly Seale.
CS155b: E-Commerce Lecture 7: Jan. 30, 2001 A Computer Scientist’s View of Copyright Law.
CS155b: E-Commerce Lecture 8: February 1, 2001 TPSs and Content-Distribution Businesses.
With Internet Explorer 8© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Go! with Internet Explorer 8 Getting Started.
GCSE Computing#BristolMet Session Objectives# 19 MUST understand what is meant by intellectual property and the legislation to protect ownership. SHOULD.
Internet Fundamentals and Background
The Internet and E-Commerce Back to Table of Contents.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Internet Information ISYS 105B. What is the Internet? Comprised of network of computers Started in 1969 by U.S. Defense Dept.
Lesson 2 — The Internet and the World Wide Web
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
The Internet in Education Objectives Introduction Overview –The World Wide Web –Web Page v. Web Site v. Portal Unique and Compelling Characteristics Navigation.
Internet Basics A management-level overview of the Internet, its architecture, capabilities, and protocols. Copyright 2011 SPMI / Online Development.
Business Driven Technology Unit 4 Building Innovation Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
How did the internet develop?. What is Internet? The internet is a network of computers linking many different types of computers all over the world.
Internet Browsing the world. Browse Internet Course contents Overview: Browsing the world Lesson 1: Internet Explorer Lesson 2: Save a link for future.
CPSC156: The Internet Co-Evolution of Technology and Society Lecture 3: January 23, 2007 More about Internet Layers and “the Web”
WHAT IS A WEBSITE AND HOW TO GET YOUR BUSINESS ONLINE Anna Gabali – 30/07/ MKLC.
Lecture 31 Electronic Business (MGT-485). Review of Lecture
Topics in Technology and Marketing In The Beginning.
Microsoft Internet Explorer and the Internet Using Microsoft Explorer 5.
HTML for ISD Brown Bag Presentation Session 1 Why?
CPSC156a: The Internet Co-Evolution of Technology and Society Lecture 11: October 16, 2003 Introduction to Digital Copyright and Online Content Distribution.
HTML ~ Web Design.
CS155b: E-Commerce Lecture 10: Feb. 13, 2001 Business Models and Online Music Distribution, cont.
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is the Internet?
The First Computer The Abacus At least 2500BC in Mesopotamia Used by merchants to calculate transactions.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
 A website, also written Web site, web site, or simply site, is a group of Web pages and related text, databases, graphics, audio, and video files that.
Chapter 12: How Private are Web Interactions?. Why we care? How much of your personal info was released to the Internet each time you view a Web page?
World Wide Web Guide * for Students to the Internet.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Topics in Technology and Marketing In The Beginning.
Introduction to the World Wide Web & Internet CIS 101.
Electronic Commerce Semester 1 Term 1 Lecture 7. Introduction to the Web The Internet supports a variety of important tools, such as file transfer, electronic.
Ethics Computer Literacy. Ethics Definition “the principles of conduct governing an individual or a group” —(Merriam Webster Collegiate Dictionary, 2001)
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
E-Business Infrastructure PRESENTED BY IKA NOVITA DEWI, MCS.
Project 1 Introduction to HTML.
Unit# 5: Internet and Worldwide Web
Computers Tools for an Information Age
Internet and the world wide web (www)
Presentation transcript:

CS155a: E-Commerce Lecture 5: Sept. 20, 2001 Archetypal Internet Business: Netscape Introduction to Online Content Distribution

Application FTPHTTPNFS Transport TCPUDP Internet IP Host-to-network Ethernet ATM Application Presentation Session Transport Network Data link Physical TCP/IP modelOSI model Standard protocol for web transfer Request-response interaction Request methods: GET, HEAD, PUT, POST, DELETE, … Response: Status line + additional info (e.g., a web page) HTTP (Hypertext Transfer Protocol)

Language in which web pages are written Contains formatting commands Tells browser what to display and how to display Welcome to Yale - The title of this page is “Welcome to Yale” Great News! - Set “Great News!” in boldface Yale Computer Science Department - A link pointing to the web page with the text “Yale Computer Science Department” displayed. HTML (Hypertext Markup Language)

httpwww.cs.yale.eduindex.html ProtocolHost, Domain Name What does “ mean? Local File

 Late 1990: WWW, HTTP, HTML, “Browser” invented by Tim Berners-Lee  Mid-1994: Mosaic Communications founded (later renamed to Netscape Communications)  Summer of 1995: Market share 80%+  August 1995: Windows 95 released with Internet Explorer  January 1998: Netscape announced that its browser would thereafter be free; the development of the browser would move to an open-source process

% 80% 60% 40% 20% Estimated Market Share of Netscape NOTE: data are from different sources and not exact Nov 1998: AOL buys Netscape

Perfectly Captures the Essence of Internet Business Enormous power of Internet architecture and ethos (e.g., layering, “stupid network,” open standards) Must bring new technology to market quickly to build market share Internet is the distribution channel –First via FTP, then via HTTP (using Netscape!) –Downloadable version available free and CD version sold

Uses Many “Internet Business Models” (esp. those that involve making money by “giving away” an information product) Complementary products (esp. server code) Bundling –Communicator includes browser, tool, collaboration tool, calendar and scheduling tool, etc. One “learning curve,” integration, compatibility, etc. Usage monitoring –Datamining, strategic alliances –“Installed base” ≠ “Active installed base”

Browser as “Soul of the Internet” “New layer” (Note Internet architectural triumph!) Portal business –Early “electronic marketplace” –Necessity of strategic alliances –“Positive transfers” to customers (Temporarily?) Killed R&D efforts in user interfaces

Pluses and Minuses of Network Effects + Initial “Metcalf’s Law”- based boom + Initial boom accelerated by bundling, complementary products, etc. - Market share ≠ lock in high market cap ≠ high switching costs - Network effects strong for “browser” but weak for any particular browser

Exposed the True Nature of Microsoft 1995: Navigator released, MS rushes IE to market 1996: Version 3.0 of IE no longer technically inferior (“Openness” and standardization begets commoditization) MS exploits advantage with strategic allies (Windows!) –Contracts with ISPs to make IE the default –Incents OEMs not to load Netscape products –Exclusive access to premium content (from, e.g., Star Trek) 1998: MS halts browser-based version of these “strategies” under DoJ scrutiny of its contracts with ISPs.

Internet-ERA Anti-Trust Questions are Still Open Can consumers benefit from full integration of browser and OS? How to prevent “pre-emptive strikes” on potential competitors in the Windows-monopoly universe? –(“post-desktop era” technical Solution?) Remember: DoJ case is not about protecting Netscape!

Revolution in Content- Related Technology Computers and digital documents radically change content creation. WWW radically changes content publication. Internet radically changes content distribution.

Revolution in Content- Related Business? Plenty not scarcity? Anyone can be a publisher? Disintermediation and reintermediation?

Three Major “Enforcers” Support a Content-Distribution Business Legal Protection Digital-Rights Management *Business Model

Technical-Protection System Components Encryption –Symmetric Key –Public Key Signature PKI Rights-Management Language Time stamping Secure Containers

Product- or Service- Developer’s Goal Choose the right ingredients and weave them together into an effective end-to-end technical protection system (TPS). Ingredients must be “right” w.r.t. business model and legal and social content as well as technical context. Notoriously Difficult!

General Points about TPSs TPS is a means, not an end. Cannot answer legal, social, or economic questions about ownership of or rights over digital documents. No TPS is perfect. Continued improvement in TPS requires ongoing R&D, including “circumvention.” TPS easier to design for special purpose devices and systems (e.g., cable television) than for the Internet. TPS should serve customers’ needs, e.g., assured provenance, as well as rightsholders’ needs.

TPS Design Principles Know the $$ value of content Following rules: Convenient Breaking rules: Inconvenient Breaking rules: Conscious Renewable/Improvable Security Don’t let Pirates use your distribution channel Provide value that pirates don’t

Known Risks Unknown Risks TPS Copyright Law Residual Risks A.Rubin & M. Reiter – used with permission

Dual Doomsday Scenarios Today’s Rights Holders and Distributors: TPSs won’t work. Copying, modification, and distribution will become uncontrollable. Fair-Use Advocates and (Some) Consumers: TPSs will work. Rights holders will have more control than they do in the analog world.

Best TPS is a Great Business Model “The first line of defense against pirates is a sensible business model that combines pricing, ease of use, and legal prohibition in a way that minimizes the incentives for consumers to deal with pirates.” Lacy et al., IEEE Symposium on Industrial Electronics, 1997.

Holy Grail: A Great Business Model for Internet Music Distribution Hal Varian (quoted in C. Mann’s “Heavenly Jukebox” article): “Maybe Coke will find a way integrate itself directly into the shows. Or they’ll release the music free on the Internet, except that it will be wrapped in a commercial.” What’s the difference if the Spice Girls are marketed by Coca-Cola or by Virgin Records, soon to be a subdivision of AOL-Time Warner? 2000 Sales by RIAA members: $15B 2000 Coca-Cola Net Operating Income: $20.5B

Existing Business Models for Information Products Fee models: Subscription purchase, Single- transaction purchase, Single-transaction license, Serial-transaction license, Site license, Payment per electronic use Advertising models: Combined subscription and advertising income, Advertising income only “Free” distribution models: Free distribution (no hidden motives), Free samples (e.g., coming attractions), Free first version, Free information when you buy something else (complementary products, bundling).

Less Traditional Business Models for Information Products Extreme customization: Make the product so personal that few people other than the purchaser would want it Provide a large product in small pieces, making it easy to browse but difficult to get in its entirety Give away digital content because it complements (and increases demand for) the traditional product Give away the product, sell the service contract Allow free distribution of the product but request payment (Shareware) Position the product for low-priced, mass market distribution

Reminder: First Written Homework Assignment Due in class on Tuesday, Sept. 25 Covers readings and lectures through today Available online (