SlideShare a Scribd company logo
1 of 36
Announcements
• Dr. Gerald Urquhart
• Developed LBS 126
Internet and World Wide Web
• Which came first - Internet or WWW?
The Internet
• Internet is a network of interconnected
computers that is now global
• Internet born in 1969 - called ARPANET
• 1969 ARPANET was connection of
computers at UCLA, Stanford, UCSB,
Univ. of Utah
State of computers?
• What was the state of computers in the late
1960s and early 1970s?
Computers late 60s & 70s
• No Personal Computers – all
large mainframe computers
in late 60s
• Mid 1970s – initial personal
computers
– Altair: Box with blinking
lights
• Late 1970s – Apple 2, first
usable PC
Personal Computing?
• Just a box with
blinking lights
• Not where
Networking/ Internet
was being developed
Internet - 1970s
• 1972 - Telnet developed as a way to connect to
remote computer
• 1972 – Email introduced
– 1977 - U. Wisconsin has first “large” Email system -
100 users
• 1973 - ARPANET goes international
• 1973 - File Transfer Protocol (FTP) established
State of computers?
• What was the state of computers in the
early 1980s?
Computers 1980s
• 1981 – IBM PC
• 1984 – Apple Macintosh
• 1986 – Modem becomes option on PCs
Internet - 1980s
• 1984 - Domain Name Server(DNS)
introduced
– allows naming of hosts, no longer numeric
• 1986 - NSFNET created
– in 1990, becomes backbone of modern Internet
when ARPANET is decommissioned
– Completely privatized by 1995
– 56 K interconnection initially, increased rapidly
Internet Timeline
Barry M. Leiner, Vinton G. Cerf, David D. Clark, Robert E. Kahn, Leonard
Kleinrock, Daniel C. Lynch, Jon Postel, Larry G. Roberts, Stephen Wolff. A Brief
History of the Internet. Internet Society.
http://www.isoc.org/internet/history/brief.shtml NSF Net
Internet 1990s
• 1991 - Tim Berners-Lee releases,
• World Wide Web!
– TBL is computer programmer at CERN, a physics lab in
Europe (new book Weaving the Web by TBL)
• 1993 - Mosaic (becomes Netscape) designed by
graduate students at University of Illinois
– first point-and-click browser
– later developed into Netscape Navigator
• These are the two most significant events in the formation of the WWW
World Wide Web
• Via Internet, computers can contact each
other.
• Public files on computers can be read by
remote user.
– usually HyperText Markup Language (.html)
• URL - Universal Resource Locator - is
name of file on a remote computer
• http://www.msu.edu/~urquhar5/tour/active.html
HTTP
• World Wide Web uses HTTP Servers,
better known as web server.
• Receive HTTP type request and send
requested file in packets.
Web Browsers
• Mosaic (1993) was first point-and-click
browser.
• Web browsers are the software we use to view
web pages.
• Netscape Navigator and Internet Explorer are most
popular.
• Netscape Navigator was original, but Microsoft
leveraged IE on market.
State of computers?
• What was the state of computers in the
early to mid 1990s?
Computer History – 1990s
• Windows 95 GUI made computing easier for PC-
bound masses.
• Windows 95 + Internet (AOL, others)  Huge
increase in number of home PCs.
• Computer on every desk in workplace.
Universal Resource Locator
http://www.msu.edu/~urquhar5/tour/active.html
www.msu.edu
Domain Name -
name of remote computer
http://
identifies type
of transfer
/~urquhar5/tour/active.html
File Location on Remote Computer
21st
Century – File Sharing
• Internet allowed sharing of simple
information
• FTP was initial file sharing system, but a bit
hard to use
• WWW advanced type of info allowed, but
not designed for file-sharing
• Napster, KaZaA, Morpheus and LimeWire
are file-sharing.
Napster
• Napster was a music sharing community.
• Used a central server to catalog who had
what.
• This central server violated music
industry’s copyrights.
• Napster now screens transfers to see if they
are copyrighted material.
Peer to Peer
• Peer to Peer (P2P) file sharing.
• LimeWire is good one.
• KaZaA is faster and more advanced.
• Kazaa Lite is preferred by many.
• Morpheus is modified KaZaA for Music City Network –
really messed up these days.
• Each person has a “node” that advertises his or her files.
• Supernodes – compile lists of what nodes have.
Collapse of the Information Economy
• Huge economic growth in late 1990s was due to
“prospecting” on up-and-coming Internet
companies.
• Most were never profitable
– Amazon.com just posted its first Annual Profit (2003)
since going public in 1997!
• Major Internet Backbone Providers (Worldcom,
Global Crossing) are struggling
What is WWW?
• Via Internet, computers can contact each other
• Public files on computers can be read by remote
user
– usually HyperText Markup Language (.html)
• HTTP - HyperText Transfer Protocol
• URL - Universal Resource Locator - is name of
file on a remote computer
• http://www.msu.edu/~urquhar5/tour/active.html
How to make a web page
• Define the two basic steps required in
making a web page.
Two Basic Steps
• Create an HTML File
• Upload file to server
– Saving to P: drive eliminates this step
.html
• Web documents are text files with .html
extension
• These text files have HTML “tags” in them
HTML Tags
• Each opening HTML tag has a closing
HTML tag that matches it.
– <P> for begin paragraph is followed by </P>
for end paragraph
– <P> goes at beginning of paragraph
– </P> goes at end of paragraph
Example of Tags
• <P>Here is the paragraph about
something</P><P>Here is the second
paragraph</P>
What it will look like:
Here is the paragraph about something.
Here is the second paragraph.
Essential HTML Tags
• <HTML> begins HTML document
• <BODY> begins body of document
• <H1>Here’s a header in big type</H1>
• <P>Here’s a paragraph</P>
• </BODY> ends body
• </HTML> ends HTML document
Browser Output of Page
If you opened that page in Netscape Navigator, it would look
like this:
http://www.msu.edu/course/lbs/126/lectures/viewsource.html
Here’s a header in big type
Here’s a paragraph
View Page Source
• Using “View Page Source” allows you to
see the HTML behind a page
• When we get into advanced HTML pages,
this can be really important for learning
how someone did something
• http://puffin.bird.audubon.org/
File Transfer Protocol
• FTP Program (also called FTP client) used to transfer
files from your computer to your public web directory
housed on the MSU computers
• WS_FTP LE is a good, free FTP program
• In MSU Labs, can directly save stuff in your AFS space,
on the P: drive, in the web directory
Your personal web space
• Http://www.msu.edu/~pilotname/index.html
• Three steps:
– Make your pilot web space public (in advanced
features)
– Create a file named index.html
– Use FTP to transfer a file named index.html into your
web directory
Netscape Composer
• Netscape Composer allows WYSIWYG
(what-you-see-is-what-you-get) editing of
web pages
• Controls similar to Microsoft word – font
formatting, colors, etc.
Macromedia Dreamweaver
• Excellent Site Building Tool
• Allows organization of files, ftp, and
WYSIWYG editing all-in-one
Microsoft Front Page
• All-in-One program like Dreamweaver.
• Uses “proprietary tags” that can’t be read by
some browsers (Netscape).
• Uses non-standard HTML, style sheets, etc.

More Related Content

What's hot

The World Wide Web Power Point
The World Wide Web Power PointThe World Wide Web Power Point
The World Wide Web Power Pointkaramfilova
 
Hyperlinks and netiquette slides
Hyperlinks and netiquette slidesHyperlinks and netiquette slides
Hyperlinks and netiquette slidesNelisiwe Ndinisa
 
Archtecture of world wide web
Archtecture of world wide webArchtecture of world wide web
Archtecture of world wide webtechlovers3
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internetHimanshu Pathak
 
The Links that became a Web
The Links that became a WebThe Links that became a Web
The Links that became a WebJohan Koren
 
Introduction to computer lec (6)
Introduction to computer lec  (6)Introduction to computer lec  (6)
Introduction to computer lec (6)Samiullah Khan
 
Activity common online terminologies
Activity common online terminologiesActivity common online terminologies
Activity common online terminologiessamlayugan
 
Activity 9 common online terminologies
Activity 9  common online terminologiesActivity 9  common online terminologies
Activity 9 common online terminologiessela11
 
WWW REPORT
WWW REPORTWWW REPORT
WWW REPORTalwynj
 

What's hot (20)

The World Wide Web Power Point
The World Wide Web Power PointThe World Wide Web Power Point
The World Wide Web Power Point
 
The Internet N U
The Internet N UThe Internet N U
The Internet N U
 
Hyperlinks and netiquette slides
Hyperlinks and netiquette slidesHyperlinks and netiquette slides
Hyperlinks and netiquette slides
 
World Wide Web
World Wide WebWorld Wide Web
World Wide Web
 
Common online terminologies
Common online terminologiesCommon online terminologies
Common online terminologies
 
Internet
InternetInternet
Internet
 
Acem www
Acem wwwAcem www
Acem www
 
World wide web
World wide webWorld wide web
World wide web
 
Archtecture of world wide web
Archtecture of world wide webArchtecture of world wide web
Archtecture of world wide web
 
world wide web
world wide webworld wide web
world wide web
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
Net To Web 2003
Net To Web 2003Net To Web 2003
Net To Web 2003
 
The Links that became a Web
The Links that became a WebThe Links that became a Web
The Links that became a Web
 
Introduction to computer lec (6)
Introduction to computer lec  (6)Introduction to computer lec  (6)
Introduction to computer lec (6)
 
Activity common online terminologies
Activity common online terminologiesActivity common online terminologies
Activity common online terminologies
 
How the Web Works
How the Web WorksHow the Web Works
How the Web Works
 
Activity 9 common online terminologies
Activity 9  common online terminologiesActivity 9  common online terminologies
Activity 9 common online terminologies
 
Innovation of web
Innovation of webInnovation of web
Innovation of web
 
WWW REPORT
WWW REPORTWWW REPORT
WWW REPORT
 
History of the internet
History of the internetHistory of the internet
History of the internet
 

Similar to The history Internet.

history of the internet
history of the internet history of the internet
history of the internet Akash Raj
 
Websites 2007/2010 version
Websites 2007/2010 versionWebsites 2007/2010 version
Websites 2007/2010 versionJohan Koren
 
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
 
Net to web: The Links that became a Web
Net to web:  The Links that became a WebNet to web:  The Links that became a Web
Net to web: The Links that became a WebJohan Koren
 
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
 
Intro ch 02_a
Intro ch 02_aIntro ch 02_a
Intro ch 02_aAbirmanu
 
INTERNET-HISTORY-1 (1)
INTERNET-HISTORY-1 (1)INTERNET-HISTORY-1 (1)
INTERNET-HISTORY-1 (1)vren padua
 
Net To Web 2007 version
Net To Web 2007 versionNet To Web 2007 version
Net To Web 2007 versionJohan Koren
 
The Web and Websites
The Web and WebsitesThe Web and Websites
The Web and WebsitesJohan Koren
 
Websites 2003 version
Websites 2003 versionWebsites 2003 version
Websites 2003 versionJohan Koren
 
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 vs web
internet vs web internet vs web
internet vs web Fatima Mir
 
Web Introduction
Web IntroductionWeb Introduction
Web Introductionasim78
 
Autonomous Agents on the Web: Beyond Linking and Meaning Mike Amundsen Keynot...
Autonomous Agents on the Web: Beyond Linking and Meaning Mike Amundsen Keynot...Autonomous Agents on the Web: Beyond Linking and Meaning Mike Amundsen Keynot...
Autonomous Agents on the Web: Beyond Linking and Meaning Mike Amundsen Keynot...CA API Management
 

Similar to The history Internet. (20)

Internet history
Internet historyInternet history
Internet history
 
history of the internet
history of the internet history of the internet
history of the internet
 
Websites 2007/2010 version
Websites 2007/2010 versionWebsites 2007/2010 version
Websites 2007/2010 version
 
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
 
Websites
WebsitesWebsites
Websites
 
Net to web: The Links that became a Web
Net to web:  The Links that became a WebNet to web:  The Links that became a Web
Net to web: The Links that became a Web
 
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 1 (IT) Lecture Slide
Internet 1 (IT) Lecture SlideInternet 1 (IT) Lecture Slide
Internet 1 (IT) Lecture Slide
 
Intro ch 02_a
Intro ch 02_aIntro ch 02_a
Intro ch 02_a
 
INTERNET-HISTORY-1 (1)
INTERNET-HISTORY-1 (1)INTERNET-HISTORY-1 (1)
INTERNET-HISTORY-1 (1)
 
Net To Web 2007 version
Net To Web 2007 versionNet To Web 2007 version
Net To Web 2007 version
 
The Web and Websites
The Web and WebsitesThe Web and Websites
The Web and Websites
 
Websites 2003 version
Websites 2003 versionWebsites 2003 version
Websites 2003 version
 
Everything about Internet
Everything about InternetEverything about Internet
Everything about Internet
 
INTERNET
INTERNETINTERNET
INTERNET
 
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 vs web
internet vs web internet vs web
internet vs web
 
Web Introduction
Web IntroductionWeb Introduction
Web Introduction
 
Internet and Its Applications
Internet and Its ApplicationsInternet and Its Applications
Internet and Its Applications
 
Autonomous Agents on the Web: Beyond Linking and Meaning Mike Amundsen Keynot...
Autonomous Agents on the Web: Beyond Linking and Meaning Mike Amundsen Keynot...Autonomous Agents on the Web: Beyond Linking and Meaning Mike Amundsen Keynot...
Autonomous Agents on the Web: Beyond Linking and Meaning Mike Amundsen Keynot...
 

More from Reham Maher El-Safarini

Global threat-landscape report by fortinet.
Global threat-landscape report by fortinet.Global threat-landscape report by fortinet.
Global threat-landscape report by fortinet.Reham Maher El-Safarini
 
Application and database migration workshop
Application and database migration workshopApplication and database migration workshop
Application and database migration workshopReham Maher El-Safarini
 
Security and governance with aws control tower and aws organizations
Security and governance with aws control tower and aws organizationsSecurity and governance with aws control tower and aws organizations
Security and governance with aws control tower and aws organizationsReham Maher El-Safarini
 
2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloud2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloudReham Maher El-Safarini
 

More from Reham Maher El-Safarini (20)

Ux
Ux Ux
Ux
 
Global threat-landscape report by fortinet.
Global threat-landscape report by fortinet.Global threat-landscape report by fortinet.
Global threat-landscape report by fortinet.
 
Dynamics AX/ X++
Dynamics AX/ X++Dynamics AX/ X++
Dynamics AX/ X++
 
Microsoft sql-and-the-gdpr
Microsoft sql-and-the-gdprMicrosoft sql-and-the-gdpr
Microsoft sql-and-the-gdpr
 
AWS Cloud economics
AWS Cloud economicsAWS Cloud economics
AWS Cloud economics
 
Cloud skills development
Cloud skills developmentCloud skills development
Cloud skills development
 
AWS cloud adoption framework (caf)
AWS cloud adoption framework (caf)AWS cloud adoption framework (caf)
AWS cloud adoption framework (caf)
 
Application and database migration workshop
Application and database migration workshopApplication and database migration workshop
Application and database migration workshop
 
Containers on AWS
Containers on AWSContainers on AWS
Containers on AWS
 
Security and governance with aws control tower and aws organizations
Security and governance with aws control tower and aws organizationsSecurity and governance with aws control tower and aws organizations
Security and governance with aws control tower and aws organizations
 
Digital transformation on aws
Digital transformation on awsDigital transformation on aws
Digital transformation on aws
 
Security in the cloud
Security in the cloudSecurity in the cloud
Security in the cloud
 
2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloud2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloud
 
1. aws overview
1. aws overview1. aws overview
1. aws overview
 
Pgp
PgpPgp
Pgp
 
ssl for securing
ssl for securingssl for securing
ssl for securing
 
03 unity 3_d_part_2
03 unity 3_d_part_203 unity 3_d_part_2
03 unity 3_d_part_2
 
02 unity 3_d_part_1
02 unity 3_d_part_102 unity 3_d_part_1
02 unity 3_d_part_1
 
01 unity 3_d_introduction
01 unity 3_d_introduction01 unity 3_d_introduction
01 unity 3_d_introduction
 
unity basics
unity basicsunity basics
unity basics
 

Recently uploaded

Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Roomgirls4nights
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Deliverybabeytanya
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsstephieert
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 

Recently uploaded (20)

Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girls
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 

The history Internet.

  • 1. Announcements • Dr. Gerald Urquhart • Developed LBS 126
  • 2. Internet and World Wide Web • Which came first - Internet or WWW?
  • 3. The Internet • Internet is a network of interconnected computers that is now global • Internet born in 1969 - called ARPANET • 1969 ARPANET was connection of computers at UCLA, Stanford, UCSB, Univ. of Utah
  • 4. State of computers? • What was the state of computers in the late 1960s and early 1970s?
  • 5. Computers late 60s & 70s • No Personal Computers – all large mainframe computers in late 60s • Mid 1970s – initial personal computers – Altair: Box with blinking lights • Late 1970s – Apple 2, first usable PC
  • 6. Personal Computing? • Just a box with blinking lights • Not where Networking/ Internet was being developed
  • 7. Internet - 1970s • 1972 - Telnet developed as a way to connect to remote computer • 1972 – Email introduced – 1977 - U. Wisconsin has first “large” Email system - 100 users • 1973 - ARPANET goes international • 1973 - File Transfer Protocol (FTP) established
  • 8. State of computers? • What was the state of computers in the early 1980s?
  • 9. Computers 1980s • 1981 – IBM PC • 1984 – Apple Macintosh • 1986 – Modem becomes option on PCs
  • 10. Internet - 1980s • 1984 - Domain Name Server(DNS) introduced – allows naming of hosts, no longer numeric • 1986 - NSFNET created – in 1990, becomes backbone of modern Internet when ARPANET is decommissioned – Completely privatized by 1995 – 56 K interconnection initially, increased rapidly
  • 11. Internet Timeline Barry M. Leiner, Vinton G. Cerf, David D. Clark, Robert E. Kahn, Leonard Kleinrock, Daniel C. Lynch, Jon Postel, Larry G. Roberts, Stephen Wolff. A Brief History of the Internet. Internet Society. http://www.isoc.org/internet/history/brief.shtml NSF Net
  • 12. Internet 1990s • 1991 - Tim Berners-Lee releases, • World Wide Web! – TBL is computer programmer at CERN, a physics lab in Europe (new book Weaving the Web by TBL) • 1993 - Mosaic (becomes Netscape) designed by graduate students at University of Illinois – first point-and-click browser – later developed into Netscape Navigator • These are the two most significant events in the formation of the WWW
  • 13. World Wide Web • Via Internet, computers can contact each other. • Public files on computers can be read by remote user. – usually HyperText Markup Language (.html) • URL - Universal Resource Locator - is name of file on a remote computer • http://www.msu.edu/~urquhar5/tour/active.html
  • 14. HTTP • World Wide Web uses HTTP Servers, better known as web server. • Receive HTTP type request and send requested file in packets.
  • 15. Web Browsers • Mosaic (1993) was first point-and-click browser. • Web browsers are the software we use to view web pages. • Netscape Navigator and Internet Explorer are most popular. • Netscape Navigator was original, but Microsoft leveraged IE on market.
  • 16. State of computers? • What was the state of computers in the early to mid 1990s?
  • 17. Computer History – 1990s • Windows 95 GUI made computing easier for PC- bound masses. • Windows 95 + Internet (AOL, others)  Huge increase in number of home PCs. • Computer on every desk in workplace.
  • 18. Universal Resource Locator http://www.msu.edu/~urquhar5/tour/active.html www.msu.edu Domain Name - name of remote computer http:// identifies type of transfer /~urquhar5/tour/active.html File Location on Remote Computer
  • 19. 21st Century – File Sharing • Internet allowed sharing of simple information • FTP was initial file sharing system, but a bit hard to use • WWW advanced type of info allowed, but not designed for file-sharing • Napster, KaZaA, Morpheus and LimeWire are file-sharing.
  • 20. Napster • Napster was a music sharing community. • Used a central server to catalog who had what. • This central server violated music industry’s copyrights. • Napster now screens transfers to see if they are copyrighted material.
  • 21. Peer to Peer • Peer to Peer (P2P) file sharing. • LimeWire is good one. • KaZaA is faster and more advanced. • Kazaa Lite is preferred by many. • Morpheus is modified KaZaA for Music City Network – really messed up these days. • Each person has a “node” that advertises his or her files. • Supernodes – compile lists of what nodes have.
  • 22. Collapse of the Information Economy • Huge economic growth in late 1990s was due to “prospecting” on up-and-coming Internet companies. • Most were never profitable – Amazon.com just posted its first Annual Profit (2003) since going public in 1997! • Major Internet Backbone Providers (Worldcom, Global Crossing) are struggling
  • 23. What is WWW? • Via Internet, computers can contact each other • Public files on computers can be read by remote user – usually HyperText Markup Language (.html) • HTTP - HyperText Transfer Protocol • URL - Universal Resource Locator - is name of file on a remote computer • http://www.msu.edu/~urquhar5/tour/active.html
  • 24. How to make a web page • Define the two basic steps required in making a web page.
  • 25. Two Basic Steps • Create an HTML File • Upload file to server – Saving to P: drive eliminates this step
  • 26. .html • Web documents are text files with .html extension • These text files have HTML “tags” in them
  • 27. HTML Tags • Each opening HTML tag has a closing HTML tag that matches it. – <P> for begin paragraph is followed by </P> for end paragraph – <P> goes at beginning of paragraph – </P> goes at end of paragraph
  • 28. Example of Tags • <P>Here is the paragraph about something</P><P>Here is the second paragraph</P> What it will look like: Here is the paragraph about something. Here is the second paragraph.
  • 29. Essential HTML Tags • <HTML> begins HTML document • <BODY> begins body of document • <H1>Here’s a header in big type</H1> • <P>Here’s a paragraph</P> • </BODY> ends body • </HTML> ends HTML document
  • 30. Browser Output of Page If you opened that page in Netscape Navigator, it would look like this: http://www.msu.edu/course/lbs/126/lectures/viewsource.html Here’s a header in big type Here’s a paragraph
  • 31. View Page Source • Using “View Page Source” allows you to see the HTML behind a page • When we get into advanced HTML pages, this can be really important for learning how someone did something • http://puffin.bird.audubon.org/
  • 32. File Transfer Protocol • FTP Program (also called FTP client) used to transfer files from your computer to your public web directory housed on the MSU computers • WS_FTP LE is a good, free FTP program • In MSU Labs, can directly save stuff in your AFS space, on the P: drive, in the web directory
  • 33. Your personal web space • Http://www.msu.edu/~pilotname/index.html • Three steps: – Make your pilot web space public (in advanced features) – Create a file named index.html – Use FTP to transfer a file named index.html into your web directory
  • 34. Netscape Composer • Netscape Composer allows WYSIWYG (what-you-see-is-what-you-get) editing of web pages • Controls similar to Microsoft word – font formatting, colors, etc.
  • 35. Macromedia Dreamweaver • Excellent Site Building Tool • Allows organization of files, ftp, and WYSIWYG editing all-in-one
  • 36. Microsoft Front Page • All-in-One program like Dreamweaver. • Uses “proprietary tags” that can’t be read by some browsers (Netscape). • Uses non-standard HTML, style sheets, etc.