Succeeding with Technology Chapter 4

58
eding with Technology 4 th ed> The Internet and World Wide Web > Please discontinue use of cell phone and turn off the ringer. Internet Technology Internet Communications Web Technology Web Applications The Internet and Web Chapter 4

description

ITE 115SWT

Transcript of Succeeding with Technology Chapter 4

Page 1: Succeeding with Technology Chapter 4

Succeeding with Technology 4th ed> The Internet and World Wide Web >

Please discontinue use of cell phoneand turn off the ringer.

Internet Technology Internet Communications Web Technology Web Applications

The Internet and Web

Chapter 4

Page 2: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Internet Technology Key Terms

Internet Backbone Internet Service Provider

(ISP) Routers Dial-up Connection Cable modem connection DSL connection DSS connection

Binary number system Protocols TCP/IP IP Address Client/server Port Peer-to-peer (P2P)

Page 3: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

The Internet provides high-speed information and communication thoroughfaresbetween individuals and organizations around the globe.

What is the Internet?

Internet is a global, public network of computer networks.

Page 4: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

A Brief History of the Internet

http://www.zakon.org/robert/internet/timeline/

Page 5: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Internet Hardware

The Internet backbone consists of the main pathways and connections of the Internet owned primarily by telecom companies.

Page 6: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Internet Hardware Points of Presence (POPs)

Network Service Providers that allow users to connect to the Internet backbone.

Internet Service ProvidersProvide users with access to the Internet.

Page 7: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Internet Hardware

Routers: computing devices that manage network traffic by evaluating data packets and routing them to their destination.

http://computer.howstuffworks.com/router1.htm

Page 8: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Accessing the Internet Dial-up is a low-speed service that

uses a phone line. Transfer rate a high of 56 Kbps per second.

Cable modem is high-speed service provided by cable television providers. Supporting 1 to 50 Mbps rates.

DSL uses the phone line, but there is no dialing up and users can use the Internet and talk on the phone simultaneously. Supporting 1 to 6 Mbps.

Page 9: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Internet Service Fees & Speeds Other forms of Internet access are emerging

as efforts continue to provide access to everyone, anywhere, anytime.

Page 10: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Packet Switching

A packet switching network divides all network data into small packets for faster, more efficient delivery.

Dear Joan,

Hi! How’s it goin’? Just finished midterms, and it looks like I might graduate this semester after all! :-) My computer teacher is really great and I guess that I learned more than I thought in those wonderful lectures that I had previously written you about….

Dear Joan,

Hi! How’s it goin’? Just finished midterms, and it looks like I might graduate this semester after all! :-) My computer teacher is really great and I guess that I learned more than I thought in those wonderful lectures that I had previously written you about….

An email message

Page 11: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Transmission Control Protocol and Internet = TCP/IP

Data is transported over the Internet in packets.

Page 12: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Internet Protocols Protocols are rules that

govern how data is transmitted and received.

They govern all Network and Internet communications: The InternetThe WebEmailInstant MessagingEtc.

Page 13: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Internet Protocols TCP/IP

Transmission Control Protocol (TCP): Divides data into packets for transmission, and reassembles data from packets upon delivery.

Internet Protocol (IP): Controls the delivery of packets between IP addresses.

IP Address a 32-bit number that identifies each sender or

receiver of information that is sent in packets across the Internet.

10000000.11111111.10110101.00010111 128.255.181.29 www.fsu.edu

Page 14: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Network Architectures Client/Server

Client/server technology is the basis of Internet services such as e-mail and the Web and uses server computers to distribute data to client applications such as Internet Explorer.

Page 15: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Network Architectures Peer-to-peer

Do not utilize a central server but facilitate communications directly between clients.

Participants running P2P software make a portion of their file system available to other participants to access directly.

Page 16: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Key Terms Hyperlink HTTP Web browser Web server HTML

Web Technology

XML XHTML Web authoring software Cookies Plug-in Content Streaming

Page 17: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

The World Wide Web The World Wide Web is an

Internet-based service that provides convenient access to information through hyperlinks.

The World Wide Web was developed by Tim Berners-Lee between 1989 and 1991.

Page 18: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Linking Together The process of “linking together”

documents from diverse sources requires three components:

1. A defined system for linking the documents.

2. Protocols that allow different computers to communicate.

3. Tools to assist in creating the documents and the links between them.

Page 19: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web Protocols & Standards HTML: Hypertext Markup

Language is the formatting language used to define the appearance of Web pages.

XML: New and popular standard for describing and classifying data in Web pages and other Web services.

Page 20: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web Protocols & Standards

HTTP: Hypertext Transfer Protocol defines and controls communication between Web server and client (Web browser).

Page 21: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web Protocols & Standards URL: Uniform Resource

Locator is the fancy name for a Web address.

http://www.cengage.com/cca/ch1/index.html

Page 22: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web Protocols & Standards

XML provides a method for describing and classifying the content of data in a Web page.

Page 23: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web-Authoring Software

Web-authoring software allows the developer to create Web pages using HTML code and a WYSIWYG editor.

Page 24: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Programming the Web

Cookies are data generated by a Web server, and stored on your computer.

Used to target marketing or customize a webpage when you next visit the server.

Dynamic Web Pages are created on the fly, by identifying the user through a cookie ID and accessing user information from a database.

Page 25: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Programming Languages The four most prevalent programming

languages used to implement interactivity are: JavaJavaScriptActiveXAJAX

flickr was created using AJAX technology

Page 26: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web Browser Plug-Ins A plug-in is a program

that works with the browser to offer extended services –typically the ability to view animations or video, listen to music, or interact with the Webpage.Popular plug-ins

include Flash and Quicktime.

Demos: http://www.twilightthemovie.com

Page 27: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web Browser Plug-Ins Content streaming allows media files to play

while they are being delivered by the Web server.

www.movies.com

Page 28: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Key Terms Search engine Synchronous communication Asynchronous communication E-mail E-mail attachment Instant messaging (IM) Chat

Internet and Web Applications

SMS Text messaging Blogs Web 2.0 Wiki Social Bookmarking Video Conferencing Telecommuting

Page 29: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Internet & Web Applications

Information gathering Communication, collaboration,

and social networking News Education and training E-commerce Travel Employment and careers Multimedia and entertainment Research

The Web contains millions of Web sites. Each Web site is unique, and most can be classified under one of the following categories:

Page 30: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Information Gathering

Search Engines: Helps us find information on the Web through keyword searches of databases

Operators can also be employed for more precise search results. (www.google.com/help/cheatsheet.html)

Page 31: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web Search Market Google holds the

lion’s share of the search market 65%

The partnership of Microsoft and Yahoo! increased their combined market share to 23%

Page 32: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web Portals Web portals are

Web pages that are designed to act as entry points to the Web—the first page you open when you begin browsing the Web.

Page 33: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Forms of Communication Synchronous: people communicate in real time Asynchronous: allows participants to leave

messages for each other to be read, heard, or watched, and responded to at the recipient’s convenience.

Page 34: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Communication and Collaboration Synchronous Communication

Phone conversationInstant Messaging

Asynchronous CommunicationVoice mailEmailSMS Texting

Page 35: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Virtual Chat

Virtual chat provides a virtual world for you to enter and chat and interact with others.

Second Life

Page 36: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Text Messaging Short Message Service

(SMS), more commonly known as text messaging or texting, is a method of sending short messages, no longer than 160 characters, between cell phones.

Page 37: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Blogs

Web logs, are Web sites created to express one or more individuals’ views on a given topic.

Page 38: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web 2.0 Social Networking

• Facebook (social net), www.facebook.com • MySpace (social net), www.myspace.com • LinkedIn (pro social net), www.linkedin.com • Digg (news, bookmarking), www.digg.com • Delicious (bookmarking), www.delicious.com • Wikipedia (crowdsourced encyclopedia), www.wikipedia.com • Epinions (consumer reviews), www.epinions.com • Flickr (photo sharing), www.flickr.com • SmugMug (photo sharing), www.smugmug.com • YouTube (video sharing), www.youtube.com • Second Life (3D social net), www.secondlife.com • Plaxo (aggregator), www.plaxo.com

Page 39: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web 2.0 Sites

Page 40: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

RSS (Really Simple Syndication) A web-content distribution technology

Social Networking

Web sites provide Web-based tools for users to share information about themselves with others on the Web, and find, meet, and converse with other members. FacebookMySpaceLinkedIn

Page 41: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Media Sharing Media-sharing Web sites

provide methods for members to store and share digital media files on the Web.

Page 42: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Video Communication

Video communications make use of small (3- to 4-inch) video windows, slower rates of frames per second (typically 15 fps or less), and sometimes fewer colors or monochrome images use for data.

Page 43: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Video Conferencing

Video conferencing is a technology that combines video and voice communications along with document sharing.

Telecommunications is the process of working from locations away from the office by using telecommunications technologies.

Telecommunications is the process of working from locations away from the office by using telecommunications technologies.

Page 44: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

News and Information On-line news services allow

you to drill-down into the story to get background information and details.

Webcasting expands the Web’s ability to provide detailed news coverage and can transform Web news services into something resembling interactive TV.

Webcasting expands the Web’s ability to provide detailed news coverage and can transform Web news services into something resembling interactive TV.

Page 45: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Education and Training

Educational institutions of all types and sizes are using the Web to enhance classroom education or extend it to individuals who are unable to attend.

Page 46: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

E-commerce E-commerce has opened up

opportunities in buying and selling.

Page 47: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Travel The Web has transformed

the travel industry.

Microsoft Bing Maps provide close-range aerial photography of locations like the beach at Miami Beach.

Page 48: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Employment and Careers The Web assists us in

researching career possibilities:Selecting a careerResearching companiesNetworking with

colleaguesSearching want adsCreating Resumes &

Professional Websites

Page 49: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Music

Faster Internet connections and advances in streaming technology have brought a wide range of media and gaming applications to the Web.

Page 50: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Television and Movies

The television and movie industry is also making the move to Internet distribution.

Page 51: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Research The Web has become the most popular

medium for distributing and accessing information. Subject Directories and Search EnginesIssues of reliabilityLibrary Web sitesResearch Databases

Consumers are increasingly reliant upon online resources to ease and inform major life events.

Consumers are increasingly reliant upon online resources to ease and inform major life events.

Page 52: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

The Future Internet & Web

Page 53: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

The Future Internet Internet2 is a research and development consortium led

by over 200 U.S. universities and supported by partnerships with industry and government to develop and deploy advanced network applications and technologies for tomorrow’s Internet. Goals include: Create a leading-edge network capability for

the national research community. Enable revolutionary Internet applications. Ensure the rapid transfer of new network

services and applications to the broader Internet community.

Page 54: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

The Future Internet The National LambdaRail (NLR), or Internet3 is a

cross country, high-speed fiber-optic network dedicated to researching high-speed networking applications.

Page 55: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

High-Speed Internet Applications The new and exciting

applications being explored on these super-speed networks fall under four categories: Interactive collaboration Real-time access to remote

resources Large-scale, multisite computation

and data mining Shared virtual reality

Page 56: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Real-time access to remote Resources

Scientists can control the astronomical telescopes at Gemini observatories in Hawaii and Chile from any location on Internet2.

Page 57: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Web 3.0 The tremendous

impact that Web 2.0 has had on society has many wondering what major change in Web technology—what paradigm shift—will occur next. What will constitute Web 3.0?Soon your own digital personal assistant may be

handling your online research and tasks.

Page 58: Succeeding with Technology Chapter 4

Succeeding with Technology 4h ed> The Internet and World Wide Web >

Chapter 4 Questions?