SlideShare uma empresa Scribd logo
1 de 34
The Internet &
World Wide Web
William J. Moner
September 12, 2012
RTF 319 – Intro to Digital Media
Agenda
• Lab notes & other administrivia
• The origins and evolution of the Internet
• The origins and evolution of “nerd culture”
• The emergence of the World Wide Web
Reading Due Today
• Manovich, L. (2002). The Language of New
  Media. pp. 115 – 160
• Kleinrock, L. (2010). An Early History of the
  Internet.

RECOMMENDED
• Okin, JR. (2005). The Internet Revolution: The
  Not-For-Dummies Guide to the
  History, Technology, and Use of the Internet.
  Chapter 3.
• Jordan, T. (1999). Cyberpower: The culture and
  politics of cyberspace and the Internet. Chapter
  2.
The Internet
A NETWORK OF NETWORKS
• Emerged from a peculiar combination of
  government research, commercial
  interest, and enthusiastic early adopters
  who shaped the medium to include many
  forms of communication
ARPANET
• Funded by the U.S. Department of Defense
  Advanced Research Projects Agency
• Basic premise:
  • Decentralize information resources
  • Provide failsafe message routing (if a
    network connection fails or is breached for
    any reason)
• Based on pioneering research at Xerox
  PARC (JCR Licklider & Robert Taylor)
THE MYTH
• ARPANET exists to provide for information
  resources to be available in the case of
  nuclear attack…
THE REALITY
In case of nuclear attack … boom.

Bob Taylor, Xerox PARC (2009)
 • Programmers really just wanted to be able
   to see information from multiple resources
   on one screen
 • Many of the early experiments were
   “bottom up” innovations
 [Taylor is a UT grad. See Kleinrock (2010) for full
 details on the early Internet!]
ARPANET’s Beginnings
• Started with four nodes on the West Coast
  • UCLA // SRI (Menlo Park, CA)
  • Expanded to University of Utah & UC
    Santa Barbara
ARPANET PROPOSAL
Core concept: Packet Switching
• As opposed to circuit switching via analog
  phone lines or telegraphs
• Circuit switching : direct line, point to point
• Packet switching
  • Takes the contents of a data
    message, breaks it into evenly-segmented
    packets, and distributes it via the best
    route possible
  • Message is assembled at the receiving
    end
TCP/IP




Pioneered by Vint Cerf (Stanford) and Bob Kahn (DARPA)
TCP/IP (1970s)
• Introduced as the official Internet transfer
  protocol in 1983; developed throughout 70s

Transmission Control Protocol (TCP)
  • Handles the “breaking apart” of messages
    into packets for transport
  • Handles routing through the best possible
    route
TCP/IP

Internet Protocol (IP)
  • Handles addressing
  • 127.0.0.1 is an IP address
  • Go to http://whatismyip.com to find out
    your own IP address for your current
    Internet session
TCP/IP
• Imagine a thousand UPS trucks taking a
  thousand different packets through
  hundreds of different routes
• Each time a packet hits a router, the router
  determines the next best path for the data to
  take
• The receiving computer re-assembles the
  packets, in order, to form the complete
  message
DNS (1983)
• Domain Name Servers
  • Provide translation from numeric IP
    addresses to “plain language” addresses
  • e.g. 206.76.109.52 might translate to
    nameserver.utexas.edu
    • We use the name // the computer uses the
      numbers
Email (early 1970s)
• Ray Tomlinson
• Introduced the @ symbol to common
  vernacular
• First “killer app” for the Internet
http://www.npr.org/templates/story/story.php?s
toryId=120364591
FTP (File Transfer Protocol)
• Early file transfer mechanism for moving files
  over a network from peer to peer or from
  client to server
What about Bob?
• Bob Metcalfe (now a UT prof in engineering)
  • Invented Ethernet (the world’s most
    popular network topology)
  • Founded 3COM, now Linksys
FIDONET & BBS (late 1970s)
BULLETIN BOARD SYSTEMS
 • Dial-in to a private telephone number with a
   modem attached
 • Log-in with a username and password (if at all)
 • Exchange files, messages, play online
   games, tie up phone lines
 • Later: mostly online via TELNET
FIDONET
 • Mapped network replication of data onto peer to
   peer dialup connections
Two Basic Forms of Network
Communications

Client/Server Technology
  • Requires centralized server and attached
    nodes

Peer to Peer Technology (P2P)
 • Every computer is both client and server;
   nodes are “equal”
USENET (early 1980s)
Unix Users Group
• Hierarchal system for conversation and file
  sharing
• Still is part of the Internet (albeit rarely
  utilized)
  • Google Groups is one organizing structure
USENET Hierarchy
comp.* – computer-related discussions
humanities.* – fine arts, literature, and philosophy
misc.* – miscellaneous topics
news.* – discussions and announcements about
news
rec.* – recreation and entertainment
(rec.music, rec.arts.movies)
sci.* – science related discussions
(sci.psychology, sci.research)
soc.* – social discussions
talk.* – talk about various controversial topics
(talk.religion, talk.politics, talk.origins)
alt.binaries
• The USENET “alt” hierarchy existed outside
  of strict regulation
• Became an early form of Internet-based file
  sharing
• Messages would need to be broken apart
  into smaller file sizes and reassembled due
  to file size limitations

           IN COMPUTING:
    A WORKAROUND ALWAYS EXISTS
MUDs/MUSHs/MOOs
Accessed via TELNET

MUD: Multi-User Dungeons (for D&D-style role
playing games)

MUSH: Multi-User Shared Hallucinations
 • expanded MUD structure with user-
   customizable rooms and areas through a
   shared scripting language

MOO: Multi-user Object Oriented (expanded
MUSH structure with more robust features)
IRC (late 1980s)
• Chat-based system organized into
  #channels
• Peer to peer file sharing capabilities
• Organized chat, use of bots and other
  automated tools to provide for basic games
Internet Service Providers
emerge
• When the Internet passed through various
  steps towards commercialization (due to
  federal policy changes), the ISP could now
  connect services to a public backbone
• Several hundred ISPs emerged in the early
  1990s
World Wide Web
HYPERTEXT
• Everything on the World Wide Web is rooted
  in a webpage that describes how content is
  to appear
• Hyperlinks allow for pages to link to each
  other on both the same server and remote
  servers & allows for links to content within a
  given page
World Wide Web
• Invented at CERN by Tim Berners-Lee
• Based on theory by Vannevar Bush, “As We
  May Think” and the work of Ted Nelson
  (coined the term hypertext in 1965) and
  Doug Englebart (worked at SRI, admired by
  early Internet pioneers for work on the
  mouse and an early hypertext system)
World Wide Web
The original proposal:
 • http://www.w3.org/Proposal.html
 • Pioneering work on HTTP protocol
 • HYPER TEXT TRANSFER PROTOCOL
   • Uses a client/server based mechanism for
     sending and receiving documents
   • Browser = client; “website” = server
    • Pages can be assembled from many different
      information sources or servers
The Web Browser
• Innovated first at CERN, then opened up to
  other research institutions
• Marc Andreessen, at UIUC, worked on a
  research team to develop a web browser
  called NCSA Mosaic
   • First web browser to include images
The Web Browser (pre-2000)
• Allows for display of text with markup
• Allows robust linking between documents
• Allows inclusion of images, some audio
  formats
• Allows for third-party plugins to play
  video, animations, interactive games, and
  applets
• Includes scripting capabilities via
  Javascript
The Web Browser (post-2000)
• Includes the markup language (HTML)
   • Hypertext markup language
• Includes a style language (CSS)
   • Allows flexible description of
     colors, fonts, layout grids, multiple
     backgrounds, multiple layers
   • Most recent version (CSS 3) includes
     support for basic
     animation, transitions, and other visual
     elements
Browser Wars
http://www.evolutionoftheweb.com/
Due Monday…
READING
• Burgess, J., and Green, J. (2009). YouTube: Online Video and
  Participatory Culture. Chs. 1 – 2
• O’Reilly, T. (2005). “Web 2.0.”
LABS & BLOG DUE BY MONDAY @ NOON



RECOMMENDED
BBS Textfiles: http://www.textfiles.com/ (explore at your own risk;
vetted info here: http://pdf.textfiles.com/academics/

Internet pioneers:http://www.ibiblio.org/pioneers/index.html

For fun: Open Terminal, type telnet towel.blinkenlights.nl and
watch…

Mais conteúdo relacionado

Mais procurados

Media in the online age
Media in the online ageMedia in the online age
Media in the online ageAmna Shahzad
 
Net To Web 2007 version
Net To Web 2007 versionNet To Web 2007 version
Net To Web 2007 versionJohan Koren
 
Websites 2003 version
Websites 2003 versionWebsites 2003 version
Websites 2003 versionJohan Koren
 
The Web and Websites
The Web and WebsitesThe Web and Websites
The Web and WebsitesJohan Koren
 
The Internet and the World Wide Web
The Internet and the World Wide WebThe Internet and the World Wide Web
The Internet and the World Wide Webdpd
 
Websites 2007/2010 version
Websites 2007/2010 versionWebsites 2007/2010 version
Websites 2007/2010 versionJohan Koren
 
The Internet and World Wide Web
The Internet and World Wide Web The Internet and World Wide Web
The Internet and World Wide Web ASAD AHMED
 
Activity 10 - Timeline History of Internet
Activity 10 - Timeline History of InternetActivity 10 - Timeline History of Internet
Activity 10 - Timeline History of InternetCrystal Gozon
 
INTERNET TECHNOLOGY
INTERNET TECHNOLOGYINTERNET TECHNOLOGY
INTERNET TECHNOLOGYwilliam john
 
Activity 11 common online terminologies
Activity 11 common online terminologiesActivity 11 common online terminologies
Activity 11 common online terminologiesmerynmoyaaa
 

Mais procurados (20)

INTERNET
INTERNETINTERNET
INTERNET
 
Media in the online age
Media in the online ageMedia in the online age
Media in the online age
 
Net To Web 2007 version
Net To Web 2007 versionNet To Web 2007 version
Net To Web 2007 version
 
History of Internet
History of Internet History of Internet
History of Internet
 
History of the_internet
History of the_internetHistory of the_internet
History of the_internet
 
Websites 2003 version
Websites 2003 versionWebsites 2003 version
Websites 2003 version
 
The Web and Websites
The Web and WebsitesThe Web and Websites
The Web and Websites
 
Websites
WebsitesWebsites
Websites
 
Internet
InternetInternet
Internet
 
The Internet and the World Wide Web
The Internet and the World Wide WebThe Internet and the World Wide Web
The Internet and the World Wide Web
 
Websites 2007/2010 version
Websites 2007/2010 versionWebsites 2007/2010 version
Websites 2007/2010 version
 
The Internet and World Wide Web
The Internet and World Wide Web The Internet and World Wide Web
The Internet and World Wide Web
 
Internet
Internet Internet
Internet
 
Activity 10 - Timeline History of Internet
Activity 10 - Timeline History of InternetActivity 10 - Timeline History of Internet
Activity 10 - Timeline History of Internet
 
What is the internet
What is  the internetWhat is  the internet
What is the internet
 
INTERNET TECHNOLOGY
INTERNET TECHNOLOGYINTERNET TECHNOLOGY
INTERNET TECHNOLOGY
 
Common Online Terminologies
Common Online TerminologiesCommon Online Terminologies
Common Online Terminologies
 
Internet history
Internet historyInternet history
Internet history
 
Activity 11 common online terminologies
Activity 11 common online terminologiesActivity 11 common online terminologies
Activity 11 common online terminologies
 
e-Lingo
e-Lingoe-Lingo
e-Lingo
 

Destaque

Web Application Development Fundamentals
Web Application Development FundamentalsWeb Application Development Fundamentals
Web Application Development FundamentalsMohammed Makhlouf
 
History, Structure, and Relevance of The Internet
History, Structure, and Relevance of The InternetHistory, Structure, and Relevance of The Internet
History, Structure, and Relevance of The Internetmrunt0ucha6le
 
Introduction To Internet
Introduction To InternetIntroduction To Internet
Introduction To InternetPallavi Gupte
 
Computer harware complete notes
Computer harware complete notesComputer harware complete notes
Computer harware complete notesthetechnicalzone
 
Chapter 2 The Internet And World Wide Web
Chapter 2 The Internet And World Wide WebChapter 2 The Internet And World Wide Web
Chapter 2 The Internet And World Wide Webnorzaini
 
Internet and World Wide Web
Internet and World Wide WebInternet and World Wide Web
Internet and World Wide WebSamudin Kassan
 
Introduction to Internet
Introduction to InternetIntroduction to Internet
Introduction to InternetVishal Chavan
 
Chapter 1: Introduction to Data Communication and Networks
Chapter 1: Introduction to Data Communication and NetworksChapter 1: Introduction to Data Communication and Networks
Chapter 1: Introduction to Data Communication and NetworksShafaan Khaliq Bhatti
 
The Internet Presentation
The Internet Presentation The Internet Presentation
The Internet Presentation guest9e3d59
 

Destaque (14)

Introduction to Internet
Introduction to Internet Introduction to Internet
Introduction to Internet
 
Web Application Development Fundamentals
Web Application Development FundamentalsWeb Application Development Fundamentals
Web Application Development Fundamentals
 
History, Structure, and Relevance of The Internet
History, Structure, and Relevance of The InternetHistory, Structure, and Relevance of The Internet
History, Structure, and Relevance of The Internet
 
Presentation1(1)
Presentation1(1)Presentation1(1)
Presentation1(1)
 
Introduction To Internet
Introduction To InternetIntroduction To Internet
Introduction To Internet
 
Computer harware complete notes
Computer harware complete notesComputer harware complete notes
Computer harware complete notes
 
Chapter 2 The Internet And World Wide Web
Chapter 2 The Internet And World Wide WebChapter 2 The Internet And World Wide Web
Chapter 2 The Internet And World Wide Web
 
Internet Presentation
Internet PresentationInternet Presentation
Internet Presentation
 
Basic Web Concepts
Basic Web ConceptsBasic Web Concepts
Basic Web Concepts
 
Internet and World Wide Web
Internet and World Wide WebInternet and World Wide Web
Internet and World Wide Web
 
Introduction to Internet
Introduction to InternetIntroduction to Internet
Introduction to Internet
 
Ppt on internet
Ppt on internetPpt on internet
Ppt on internet
 
Chapter 1: Introduction to Data Communication and Networks
Chapter 1: Introduction to Data Communication and NetworksChapter 1: Introduction to Data Communication and Networks
Chapter 1: Introduction to Data Communication and Networks
 
The Internet Presentation
The Internet Presentation The Internet Presentation
The Internet Presentation
 

Semelhante a The Evolution of the Internet & World Wide Web

The Links that Became a Web: The 45-year Old Internet and the 25-Year Old Web
The Links that Became a Web:  The 45-year Old Internet and the 25-Year Old WebThe Links that Became a Web:  The 45-year Old Internet and the 25-Year Old Web
The Links that Became a Web: The 45-year Old Internet and the 25-Year Old WebJohan Koren
 
INTERNET-HISTORY-1 (1)
INTERNET-HISTORY-1 (1)INTERNET-HISTORY-1 (1)
INTERNET-HISTORY-1 (1)vren padua
 
The Links that became a Web: The 40-Year-Old Internet and the 20-Year-Old Web
The Links that became a Web:  The 40-Year-Old Internet and the 20-Year-Old WebThe Links that became a Web:  The 40-Year-Old Internet and the 20-Year-Old Web
The Links that became a Web: The 40-Year-Old Internet and the 20-Year-Old WebJohan Koren
 
Timeline History of Internet
Timeline History of InternetTimeline History of Internet
Timeline History of InternetMi Berras
 
The Internet history
The Internet historyThe Internet history
The Internet historyMizzoubentley
 
Internet 130615022622-phpapp02
Internet 130615022622-phpapp02Internet 130615022622-phpapp02
Internet 130615022622-phpapp02Ambrish Mishra
 
2002 0918 internet_history_and_growth
2002 0918 internet_history_and_growth2002 0918 internet_history_and_growth
2002 0918 internet_history_and_growthGovernorTechnology
 
PPT-Internet growth, IP, Anatomy.pptx
PPT-Internet growth, IP, Anatomy.pptxPPT-Internet growth, IP, Anatomy.pptx
PPT-Internet growth, IP, Anatomy.pptxVijayaLakshmiPS3
 
Internet and web by Gulshan K Maheshwari(QAU)
Internet and web by Gulshan  K Maheshwari(QAU)Internet and web by Gulshan  K Maheshwari(QAU)
Internet and web by Gulshan K Maheshwari(QAU)GulshanKumar368
 
THE ORIGINS OF THE INTERNET The origins of the internet are rooted in the USA...
THE ORIGINS OF THE INTERNET The origins of the internet are rooted in the USA...THE ORIGINS OF THE INTERNET The origins of the internet are rooted in the USA...
THE ORIGINS OF THE INTERNET The origins of the internet are rooted in the USA...ZymyraCanillas
 
history of the internet
history of the internet history of the internet
history of the internet Akash Raj
 
Computer prentation
Computer prentationComputer prentation
Computer prentationICAB
 
Chapter 4 data communication fundamental
Chapter 4   data communication fundamentalChapter 4   data communication fundamental
Chapter 4 data communication fundamentalN. A. Sutisna
 
Timeline History of the Internet
Timeline History of the InternetTimeline History of the Internet
Timeline History of the InternetEmmanMaximo
 
HISTORY OF THE INTERNET
HISTORY OF THE INTERNETHISTORY OF THE INTERNET
HISTORY OF THE INTERNETRajan Pal
 
briefhistoryofinternet-161116061423.pdf
briefhistoryofinternet-161116061423.pdfbriefhistoryofinternet-161116061423.pdf
briefhistoryofinternet-161116061423.pdfJohnPeterPaulGarces
 
Design and development of a web-based data visualization software for politic...
Design and development of a web-based data visualization software for politic...Design and development of a web-based data visualization software for politic...
Design and development of a web-based data visualization software for politic...Alexandros Britzolakis
 

Semelhante a The Evolution of the Internet & World Wide Web (20)

The Links that Became a Web: The 45-year Old Internet and the 25-Year Old Web
The Links that Became a Web:  The 45-year Old Internet and the 25-Year Old WebThe Links that Became a Web:  The 45-year Old Internet and the 25-Year Old Web
The Links that Became a Web: The 45-year Old Internet and the 25-Year Old Web
 
INTERNET-HISTORY-1 (1)
INTERNET-HISTORY-1 (1)INTERNET-HISTORY-1 (1)
INTERNET-HISTORY-1 (1)
 
The Links that became a Web: The 40-Year-Old Internet and the 20-Year-Old Web
The Links that became a Web:  The 40-Year-Old Internet and the 20-Year-Old WebThe Links that became a Web:  The 40-Year-Old Internet and the 20-Year-Old Web
The Links that became a Web: The 40-Year-Old Internet and the 20-Year-Old Web
 
Timeline History of Internet
Timeline History of InternetTimeline History of Internet
Timeline History of Internet
 
The Internet history
The Internet historyThe Internet history
The Internet history
 
Welcome to epix
Welcome to epixWelcome to epix
Welcome to epix
 
INTERNET.pptx
INTERNET.pptxINTERNET.pptx
INTERNET.pptx
 
Internet 130615022622-phpapp02
Internet 130615022622-phpapp02Internet 130615022622-phpapp02
Internet 130615022622-phpapp02
 
2002 0918 internet_history_and_growth
2002 0918 internet_history_and_growth2002 0918 internet_history_and_growth
2002 0918 internet_history_and_growth
 
PPT-Internet growth, IP, Anatomy.pptx
PPT-Internet growth, IP, Anatomy.pptxPPT-Internet growth, IP, Anatomy.pptx
PPT-Internet growth, IP, Anatomy.pptx
 
Internet and web by Gulshan K Maheshwari(QAU)
Internet and web by Gulshan  K Maheshwari(QAU)Internet and web by Gulshan  K Maheshwari(QAU)
Internet and web by Gulshan K Maheshwari(QAU)
 
Internet history and growth
Internet history and growthInternet history and growth
Internet history and growth
 
THE ORIGINS OF THE INTERNET The origins of the internet are rooted in the USA...
THE ORIGINS OF THE INTERNET The origins of the internet are rooted in the USA...THE ORIGINS OF THE INTERNET The origins of the internet are rooted in the USA...
THE ORIGINS OF THE INTERNET The origins of the internet are rooted in the USA...
 
history of the internet
history of the internet history of the internet
history of the internet
 
Computer prentation
Computer prentationComputer prentation
Computer prentation
 
Chapter 4 data communication fundamental
Chapter 4   data communication fundamentalChapter 4   data communication fundamental
Chapter 4 data communication fundamental
 
Timeline History of the Internet
Timeline History of the InternetTimeline History of the Internet
Timeline History of the Internet
 
HISTORY OF THE INTERNET
HISTORY OF THE INTERNETHISTORY OF THE INTERNET
HISTORY OF THE INTERNET
 
briefhistoryofinternet-161116061423.pdf
briefhistoryofinternet-161116061423.pdfbriefhistoryofinternet-161116061423.pdf
briefhistoryofinternet-161116061423.pdf
 
Design and development of a web-based data visualization software for politic...
Design and development of a web-based data visualization software for politic...Design and development of a web-based data visualization software for politic...
Design and development of a web-based data visualization software for politic...
 

Último

Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Último (20)

Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

The Evolution of the Internet & World Wide Web

  • 1. The Internet & World Wide Web William J. Moner September 12, 2012 RTF 319 – Intro to Digital Media
  • 2. Agenda • Lab notes & other administrivia • The origins and evolution of the Internet • The origins and evolution of “nerd culture” • The emergence of the World Wide Web
  • 3. Reading Due Today • Manovich, L. (2002). The Language of New Media. pp. 115 – 160 • Kleinrock, L. (2010). An Early History of the Internet. RECOMMENDED • Okin, JR. (2005). The Internet Revolution: The Not-For-Dummies Guide to the History, Technology, and Use of the Internet. Chapter 3. • Jordan, T. (1999). Cyberpower: The culture and politics of cyberspace and the Internet. Chapter 2.
  • 4. The Internet A NETWORK OF NETWORKS • Emerged from a peculiar combination of government research, commercial interest, and enthusiastic early adopters who shaped the medium to include many forms of communication
  • 5. ARPANET • Funded by the U.S. Department of Defense Advanced Research Projects Agency • Basic premise: • Decentralize information resources • Provide failsafe message routing (if a network connection fails or is breached for any reason) • Based on pioneering research at Xerox PARC (JCR Licklider & Robert Taylor)
  • 6. THE MYTH • ARPANET exists to provide for information resources to be available in the case of nuclear attack…
  • 7. THE REALITY In case of nuclear attack … boom. Bob Taylor, Xerox PARC (2009) • Programmers really just wanted to be able to see information from multiple resources on one screen • Many of the early experiments were “bottom up” innovations [Taylor is a UT grad. See Kleinrock (2010) for full details on the early Internet!]
  • 8. ARPANET’s Beginnings • Started with four nodes on the West Coast • UCLA // SRI (Menlo Park, CA) • Expanded to University of Utah & UC Santa Barbara
  • 10. Core concept: Packet Switching • As opposed to circuit switching via analog phone lines or telegraphs • Circuit switching : direct line, point to point • Packet switching • Takes the contents of a data message, breaks it into evenly-segmented packets, and distributes it via the best route possible • Message is assembled at the receiving end
  • 11. TCP/IP Pioneered by Vint Cerf (Stanford) and Bob Kahn (DARPA)
  • 12. TCP/IP (1970s) • Introduced as the official Internet transfer protocol in 1983; developed throughout 70s Transmission Control Protocol (TCP) • Handles the “breaking apart” of messages into packets for transport • Handles routing through the best possible route
  • 13. TCP/IP Internet Protocol (IP) • Handles addressing • 127.0.0.1 is an IP address • Go to http://whatismyip.com to find out your own IP address for your current Internet session
  • 14. TCP/IP • Imagine a thousand UPS trucks taking a thousand different packets through hundreds of different routes • Each time a packet hits a router, the router determines the next best path for the data to take • The receiving computer re-assembles the packets, in order, to form the complete message
  • 15. DNS (1983) • Domain Name Servers • Provide translation from numeric IP addresses to “plain language” addresses • e.g. 206.76.109.52 might translate to nameserver.utexas.edu • We use the name // the computer uses the numbers
  • 16. Email (early 1970s) • Ray Tomlinson • Introduced the @ symbol to common vernacular • First “killer app” for the Internet http://www.npr.org/templates/story/story.php?s toryId=120364591
  • 17. FTP (File Transfer Protocol) • Early file transfer mechanism for moving files over a network from peer to peer or from client to server
  • 18. What about Bob? • Bob Metcalfe (now a UT prof in engineering) • Invented Ethernet (the world’s most popular network topology) • Founded 3COM, now Linksys
  • 19. FIDONET & BBS (late 1970s) BULLETIN BOARD SYSTEMS • Dial-in to a private telephone number with a modem attached • Log-in with a username and password (if at all) • Exchange files, messages, play online games, tie up phone lines • Later: mostly online via TELNET FIDONET • Mapped network replication of data onto peer to peer dialup connections
  • 20. Two Basic Forms of Network Communications Client/Server Technology • Requires centralized server and attached nodes Peer to Peer Technology (P2P) • Every computer is both client and server; nodes are “equal”
  • 21. USENET (early 1980s) Unix Users Group • Hierarchal system for conversation and file sharing • Still is part of the Internet (albeit rarely utilized) • Google Groups is one organizing structure
  • 22. USENET Hierarchy comp.* – computer-related discussions humanities.* – fine arts, literature, and philosophy misc.* – miscellaneous topics news.* – discussions and announcements about news rec.* – recreation and entertainment (rec.music, rec.arts.movies) sci.* – science related discussions (sci.psychology, sci.research) soc.* – social discussions talk.* – talk about various controversial topics (talk.religion, talk.politics, talk.origins)
  • 23. alt.binaries • The USENET “alt” hierarchy existed outside of strict regulation • Became an early form of Internet-based file sharing • Messages would need to be broken apart into smaller file sizes and reassembled due to file size limitations IN COMPUTING: A WORKAROUND ALWAYS EXISTS
  • 24. MUDs/MUSHs/MOOs Accessed via TELNET MUD: Multi-User Dungeons (for D&D-style role playing games) MUSH: Multi-User Shared Hallucinations • expanded MUD structure with user- customizable rooms and areas through a shared scripting language MOO: Multi-user Object Oriented (expanded MUSH structure with more robust features)
  • 25. IRC (late 1980s) • Chat-based system organized into #channels • Peer to peer file sharing capabilities • Organized chat, use of bots and other automated tools to provide for basic games
  • 26. Internet Service Providers emerge • When the Internet passed through various steps towards commercialization (due to federal policy changes), the ISP could now connect services to a public backbone • Several hundred ISPs emerged in the early 1990s
  • 27. World Wide Web HYPERTEXT • Everything on the World Wide Web is rooted in a webpage that describes how content is to appear • Hyperlinks allow for pages to link to each other on both the same server and remote servers & allows for links to content within a given page
  • 28. World Wide Web • Invented at CERN by Tim Berners-Lee • Based on theory by Vannevar Bush, “As We May Think” and the work of Ted Nelson (coined the term hypertext in 1965) and Doug Englebart (worked at SRI, admired by early Internet pioneers for work on the mouse and an early hypertext system)
  • 29. World Wide Web The original proposal: • http://www.w3.org/Proposal.html • Pioneering work on HTTP protocol • HYPER TEXT TRANSFER PROTOCOL • Uses a client/server based mechanism for sending and receiving documents • Browser = client; “website” = server • Pages can be assembled from many different information sources or servers
  • 30. The Web Browser • Innovated first at CERN, then opened up to other research institutions • Marc Andreessen, at UIUC, worked on a research team to develop a web browser called NCSA Mosaic • First web browser to include images
  • 31. The Web Browser (pre-2000) • Allows for display of text with markup • Allows robust linking between documents • Allows inclusion of images, some audio formats • Allows for third-party plugins to play video, animations, interactive games, and applets • Includes scripting capabilities via Javascript
  • 32. The Web Browser (post-2000) • Includes the markup language (HTML) • Hypertext markup language • Includes a style language (CSS) • Allows flexible description of colors, fonts, layout grids, multiple backgrounds, multiple layers • Most recent version (CSS 3) includes support for basic animation, transitions, and other visual elements
  • 34. Due Monday… READING • Burgess, J., and Green, J. (2009). YouTube: Online Video and Participatory Culture. Chs. 1 – 2 • O’Reilly, T. (2005). “Web 2.0.” LABS & BLOG DUE BY MONDAY @ NOON RECOMMENDED BBS Textfiles: http://www.textfiles.com/ (explore at your own risk; vetted info here: http://pdf.textfiles.com/academics/ Internet pioneers:http://www.ibiblio.org/pioneers/index.html For fun: Open Terminal, type telnet towel.blinkenlights.nl and watch…