SlideShare a Scribd company logo
1 of 61
Principles of Information
Systems
Eighth Edition
Chapter 7
The Internet, Intranets, and Extranets
2Principles of Information Systems, Eighth Edition
Principles and Learning Objectives
• The Internet is like many other technologies—it
provides a wide range of services, some of which
are effective and practical for use today, others that
are still evolving, and still others that will fade away
from lack of use
– Briefly describe how the Internet works, including
alternatives for connecting to it and the role of
Internet service providers
3Principles of Information Systems, Eighth Edition
Principles and Learning Objectives
(continued)
• Originally developed as a document-management
system, the World Wide Web is a menu-based
system that is easy to use for personal and
business applications
– Describe the World Wide Web and the way it works
– Explain the use of Web browsers, search engines,
and other Web tools
– Identify and briefly describe the applications
associated with the Internet and the Web
4Principles of Information Systems, Eighth Edition
Principles and Learning Objectives
(continued)
• Because the Internet and the World Wide Web are
becoming more universally used and accepted for
business use, management, service and speed,
privacy, and security issues must continually be
addressed and resolved
– Identify who is using the Web to conduct business
and discuss some of the pros and cons of Web
shopping
– Outline a process for creating Web content
– Describe Java and discuss its potential impact on
the software world
5Principles of Information Systems, Eighth Edition
Principles and Learning Objectives
(continued)
– Define the terms intranet and extranet and discuss
how organizations are using them
– Identify several issues associated with the use of
networks
6Principles of Information Systems, Eighth Edition
Why Learn About the Internet?
• Internet is an important part of most people’s lives
– Individuals can investigate career opportunities
– Businesses sell and advertise online
– Employees can communicate with coworkers and
bosses
7Principles of Information Systems, Eighth Edition
Use and Functioning of the Internet
• Internet: a collection of interconnected networks,
all freely exchanging information
• ARPANET
– Ancestor of the Internet
– Project started by the U.S. Department of Defense
(DoD) in 1969
8Principles of Information Systems, Eighth Edition
Use and Functioning of the Internet
(continued)
• Internet Protocol (IP): communication standard
that enables traffic to be routed from one network
to another as needed
• Research to make Internet faster and easier to use
– “Digital objects”: allow all types of computer systems
to use and share programs and data
– Internet2 (I2), Next Generation Internet (NGI),
Abilene: provide Internet speeds of up to 2 Gbps or
more
9Principles of Information Systems, Eighth Edition
Use and Functioning of the Internet
(continued)
Table 7.1: A Brief History of the Internet
10Principles of Information Systems, Eighth Edition
How the Internet Works
• Internet transmits data from one computer (called a
host) to another
• If the receiving computer is on a network to which
the first computer is directly connected, it can send
the message directly
• If the receiving computer is not on a network to
which the sending computer is connected, the
sending computer relays the message to another
computer that can forward it
11Principles of Information Systems, Eighth Edition
How the Internet Works (continued)
• Data is passed in chunks called packets
• Transmission Control Protocol (TCP): widely
used transport layer protocol that is used in
combination with IP by most Internet applications
• Uniform Resource Locator (URL): assigned
address on the Internet for each computer
12Principles of Information Systems, Eighth Edition
How the Internet Works (continued)
• Accessing the Internet
– Connect via LAN server
– Connect via Serial Line Internet Protocol
(SLIP)/Point-to-Point Protocol (PPP)
– Connect via an online service
– Other ways to connect cell phones, PDAs, and home
appliances: e.g., wireless application protocol (WAP)
for cell phones
13Principles of Information Systems, Eighth Edition
How the Internet Works (continued)
Figure 7.1: Routing Messages over the Internet
14Principles of Information Systems, Eighth Edition
How the Internet Works (continued)
Table 7.2: U.S. Top-Level Domain Affiliations
15Principles of Information Systems, Eighth Edition
How the Internet Works (continued)
Figure 7.2: Internet Growth: Number of Internet Domain Names
16Principles of Information Systems, Eighth Edition
How the Internet Works (continued)
Figure 7.3: Several Ways to Access the Internet
17Principles of Information Systems, Eighth Edition
Internet Service Providers
• Internet service provider (ISP): any company that
provides individuals or organizations with access to
the Internet
• Most charge a monthly fee
• Many ISPs and online services offer broadband
Internet access through digital subscriber lines
(DSLs), cable, or satellite transmission
18Principles of Information Systems, Eighth Edition
Internet Service Providers (continued)
Table 7.3: A Representative List of Internet Service Providers
19Principles of Information Systems, Eighth Edition
Internet Service Providers (continued)
Table 7.4: Approximate Times to Perform Basic Tasks with Various
Internet Connections
20Principles of Information Systems, Eighth Edition
The World Wide Web
• Also called the Web, WWW, or W3
• Menu-based system that uses the client/server
model
• Organizes Internet resources throughout the world
into a series of menu pages, or screens, that
appear on your computer
• Hypermedia: tools that connect the data on Web
pages, allowing users to access topics in whatever
order they wish
21Principles of Information Systems, Eighth Edition
The World Wide Web (continued)
• Hypertext Markup Language (HTML): standard
page description language for Web pages
• HTML tags: let the browser know how to format
text on a Web page and whether images, sound,
and other elements should be inserted
• Extensible Markup Language (XML): markup
language for Web documents containing structured
information, including words, pictures, and other
elements
22Principles of Information Systems, Eighth Edition
The World Wide Web (continued)
Figure 7.4: Sample Hypertext Markup Language
23Principles of Information Systems, Eighth Edition
Web Browsers
• Web browser: software that creates a unique,
hypermedia-based menu on a computer screen,
providing a graphical interface to the Web
– Menu consists of graphics, titles, and text with
hypertext links
– Popular Web browsers: Microsoft Internet Explorer,
Netscape Navigator, Mozilla Firefox, Apple
Computer’s Safari
• Applet: small program embedded in Web pages
• Web browser plug-in: external program that is
executed by a Web browser when it is needed
24Principles of Information Systems, Eighth Edition
Search Engines and Web Research
• Search engine: Web search tool
– Examples: Yahoo.com, Google.com, Bling de
Microsoft
• Most search engines are free
• Searches can use words, such as AND and OR to
refine the search
• Meta-search engine: submits keywords to several
individual search engines and returns results from
all these search engines
25Principles of Information Systems, Eighth Edition
Search Engines and Web Research
(continued)
Table 7.6 Popular Search Engines
26Principles of Information Systems, Eighth Edition
Web Programming Languages
• Java
– Object-oriented programming language from Sun
Microsystems based on C++
– Allows small programs (applets) to be embedded
within an HTML document
27Principles of Information Systems, Eighth Edition
Web Programming Languages
(continued)
Figure 7.6: Downloading an Applet from a Web Server
28Principles of Information Systems, Eighth Edition
Web Programming Languages
(continued)
• Other programming languages used to develop
Web sites
– JavaScript
– VBScript
– ActiveX
– Hypertext Preprocessor (PHP)
29Principles of Information Systems, Eighth Edition
Developing Web Content
• Suggestions for creating a Web page
1. Computer must be linked to a Web server
2. Web browser program needed to view the HTML
pages you create
3. Options for designing the Web page
a) Write your copy with a word processor, and use an
HTML converter to convert the page into HTML format
b) Use an HTML editor to write text and add HTML tags
c) Edit an existing HTML template to meet your needs
d) Use an ordinary text editor and type the start and end
tags for each item
30Principles of Information Systems, Eighth Edition
Developing Web Content (continued)
• Suggestions for creating a Web page (continued):
1. See HTML page in browser; correct any mistakes
2. Add links to your home page
3. Store pictures as files before adding them
a) Draw them using a graphics software package
b) Copy pictures from other Web pages (with
permission)
c) Buy a disk of clip art
d) Scan photos
e) Use a digital camera
31Principles of Information Systems, Eighth Edition
Developing Web Content (continued)
• Suggestions for creating a Web page (continued):
1. Add sound by using a microphone connected to
your computer to create a file, and then adding a
link to the file on a Web page
2. Upload the HTML file to your Web site
3. Review the Web page to make sure that all links
are correctly established to other Web sites
4. Advertise your Web page to others and encourage
them to take a look and send feedback by e-mail
32Principles of Information Systems, Eighth Edition
Web Services
• Web services: standards and tools that streamline
and simplify communication among Web sites for
business and personal purposes
• XML is used within a Web page to describe and
transfer data between Web service applications
33Principles of Information Systems, Eighth Edition
Web Services (continued)
• Other components used in Web service
applications:
– SOAP (Simple Object Access Protocol)
– WSDL (Web Services Description Language)
– UDDI (Universal Discovery Description and
Integration)
34Principles of Information Systems, Eighth Edition
Internet and Web Applications
• The types of Internet and Web applications
available are vast and ever expanding
35Principles of Information Systems, Eighth Edition
Business Uses of the Web
• In 1991, Commercial Internet Exchange (CIX)
Association was established to allow businesses to
connect to the Internet
• Firms use the Internet for many types of
applications
36Principles of Information Systems, Eighth Edition
E-Mail, Instant Messaging, and Push
Technology
• E-mail
– No longer limited to simple text messages
– Can embed sound and images
– Can attach files
• Instant messaging: online, real-time
communication between two or more people who
are connected to the Internet
• Push technology: automatic transmission of
information over the Internet rather than make
users search for it with their browsers
37Principles of Information Systems, Eighth Edition
E-Mail, Instant Messaging, and Push
Technology (continued)
Table 7.7: Some Common Abbreviations Used in Personal E-Mail
38Principles of Information Systems, Eighth Edition
Internet Cell Phones and Handheld
Computers
• Cell phones connected to the Internet allow people
to search for information, buy products, and chat
with business associates and friends
• Short Message Service (SMS) or texting
– Brief text messages can be sent between two or
more cell phone users
• Handheld computers and other devices are
connected to the Internet using phone lines or
wireless connections
39Principles of Information Systems, Eighth Edition
Career Information and Job Searching
• Use search engines to look for specific companies
or industries
• Internet sites specialize in helping you find job
information and apply for jobs online
– Examples: www.monster.com, www.hotjobs.com,
and www.careerbuilder.com
40Principles of Information Systems, Eighth Edition
Telnet and FTP
• Telnet: terminal emulation protocol that enables
users to log on to other computers on the Internet
to gain access to public files
• File Transfer Protocol (FTP): protocol that
describes a file transfer process between a host
and a remote computer and allows users to copy
files from one computer to another
41Principles of Information Systems, Eighth Edition
Web Log (Blog), Video Log (Vlog), and
Podcasting
• Web log or blog: Web site that people create and
use to write about their observations, experiences,
and feelings on a wide range of topics
• Video log or vlog: video content placed on the
Internet using the same overall approach as a blog
• Podcast: audio broadcast over the Internet
– People and corporations use podcasts to listen to
audio material, increase revenues, or advertise
products and services
42Principles of Information Systems, Eighth Edition
Usenet and Newsgroups
• Usenet: system closely allied with the Internet that
uses e-mail to provide a centralized news service
– Protocol that describes how groups of messages
can be stored on and sent between computers
• Newsgroups: online discussion groups that focus
on specific topics
43Principles of Information Systems, Eighth Edition
Usenet and Newsgroups (continued)
Table 7.8: Selected Usenet Newsgroups
44Principles of Information Systems, Eighth Edition
Chat Rooms
• Chat room: enables two or more people to engage
in interactive “conversations” over the Internet
• Internet Relay Chat (IRC) requires participants to
type their conversation rather than speak
• Voice chat allows participants to speak their
conversation
– Must have a microphone, sound card, speakers, a
fast modem or broadband, and voice-chat software
compatible with the other participants’
45Principles of Information Systems, Eighth Edition
Internet Phone and Videoconferencing
Services
• Internet phone service
– Relatively inexpensive, especially for international
calls
• Voice-over-IP (VoIP) technology
– Network managers can route phone calls and fax
transmissions over the same network they use for
data
• Internet videoconferencing
– Supports both voice and visual communications
– Webcasts or Webinars
46Principles of Information Systems, Eighth Edition
Content Streaming
• Method for transferring multimedia files, radio
broadcasts, and other content over the Internet
• Data stream of voice and pictures plays more or
less continuously without a break, or with very few
breaks
• Enables users to browse large files in real time
• Works best when the transmission of a file can
keep up with the playback of the file
47Principles of Information Systems, Eighth Edition
Shopping on the Web
• You can shop for almost anything over the Internet
• Convenient, easy, and cost effective
• Many Web sites also offer free shipping and pickup
for returned items
• Bot: a software tool that searches the Web for
information, products, or prices
– Finds the best prices or features from multiple Web
sites
48Principles of Information Systems, Eighth Edition
Web Auctions
• Web auction: Internet site that matches buyers
and sellers
– Businesses grow or reach customers for a low cost
per transaction
• One of the most popular auction sites: eBay
• Potential problems with auction Web sites
– Auction sites cannot always determine whether the
people and companies listing products and services
are legitimate
– Some Web sites have illegal or questionable items
offered
49Principles of Information Systems, Eighth Edition
Music, Radio, Video, and TV on the
Internet
• Audio and video programs: play on the Internet or
download files for later use
• Music players and music formats such as MP3:
download music from the Internet and listen to it
anywhere
– Musicians can gain exposure without a lucrative
music contract
• Radio broadcasts
• Audio books
50Principles of Information Systems, Eighth Edition
Music, Radio, Video, and TV on the
Internet (continued)
• Video and TV are increasingly becoming available
on the Internet
• New, innovative devices let you record TV
programs and view them at any time and place
• Many content providers offer their programs over
the Internet
51Principles of Information Systems, Eighth Edition
Office on the Web
• Internet office: Web site that contains files, phone
numbers, e-mail addresses, an appointment
calendar, and more
– Allows your desktop computer, phone books,
appointment schedulers, and other important
information to be with you wherever you are
• Many services and software products give you
remote access to your files and programs over the
Internet
52Principles of Information Systems, Eighth Edition
Internet Sites in Three Dimensions
• Some Web sites offer three-dimensional views of
places and products
• Examples
– 3-D Internet auto showroom: allows people to get
different views of a car
– 3-D real estate site: people can tour the property, go
into different rooms, etc.
53Principles of Information Systems, Eighth Edition
Other Internet Services and
Applications
• Libraries: provide vast amounts of information
• Movies: ordered and delivered over the Internet
• Critical information during times of disaster or
terrorism
• Translation: words, sentences, or complete
documents from one language into another
54Principles of Information Systems, Eighth Edition
Other Internet Services and
Applications (continued)
• Distance learning: online courses
• Internet cameras: conduct job interviews; hold
group meetings with people around the world;
monitor young children at daycare centers, etc.
• Connect with friends or others with similar interests
55Principles of Information Systems, Eighth Edition
Intranets and Extranets
• Intranet: internal corporate network built using
Internet and World Wide Web standards and
products
– Used by employees to gain access to corporate
information
– Reduces the need for paper
56Principles of Information Systems, Eighth Edition
Intranets and Extranets (continued)
• Extranet: network based on Web technologies that
links selected resources of a company’s intranet
with its customers, suppliers, or other business
partners
• Virtual private network (VPN): secure connection
between two points across the Internet
• Tunneling: process by which VPNs transfer
information by encapsulating traffic in IP packets
over the Internet
57Principles of Information Systems, Eighth Edition
Intranets and Extranets (continued)
Table 7.9: Summary of Internet, Intranet, and Extranet Users
58Principles of Information Systems, Eighth Edition
Net Issues
• Management issues
– Preventing attacks
• Service and speed issues
– Keeping up with Internet traffic and traffic on
company intranets
• Privacy
• Fraud
• Security
• Unauthorized Internet sites
59Principles of Information Systems, Eighth Edition
Summary
• Internet: collection of interconnected networks, all
freely exchanging information
• Internet Protocol (IP): communication standard that
enables traffic to be routed from one network to
another as needed
• Packets: Internet data passed in chunks
• Transmission Control Protocol (TCP): widely used
transport layer protocol that is used in combination
with IP by most Internet applications
60Principles of Information Systems, Eighth Edition
Summary (continued)
• Uniform Resource Locator (URL): assigned address
on the Internet for each computer
• World Wide Web: menu-based system that
organizes Internet resources into a series of menu
pages, or screens, that appear on your computer
• Hypertext Markup Language (HTML): standard page
description language for Web pages
• Search engine: Web search tool
• Internet and Web applications: e-mail, instant
messaging, Internet cell phones, Web logs,
newsgroups, Web shopping, etc.
61Principles of Information Systems, Eighth Edition
Summary (continued)
• Intranet: internal corporate network built using
Internet and World Wide Web standards
• Extranet: network based on Web technologies that
links selected resources of a company’s intranet
with its customers, suppliers, or other business
partners
• Network issues: management, service, speed,
privacy, fraud, security, and unauthorized Internet
sites

More Related Content

What's hot

SLU ECE 528T1: Design of Communication Systems Module 1
SLU ECE 528T1:  Design of Communication Systems Module 1SLU ECE 528T1:  Design of Communication Systems Module 1
SLU ECE 528T1: Design of Communication Systems Module 1Jeffrey Des Binwag
 
PST SC015 Chapter 3 Internet Technology (I) 2017/2018
PST SC015 Chapter 3 Internet Technology (I)  2017/2018PST SC015 Chapter 3 Internet Technology (I)  2017/2018
PST SC015 Chapter 3 Internet Technology (I) 2017/2018Fizaril Amzari Omar
 
Internet as the network infrastructure
Internet as the  network infrastructureInternet as the  network infrastructure
Internet as the network infrastructuremohanapragashkec
 
Internet & e mail slides
Internet & e mail slidesInternet & e mail slides
Internet & e mail slidesDominic Kandagor
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA Aiman Hud
 
Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,Megha V
 
Network fundamentals
Network fundamentalsNetwork fundamentals
Network fundamentalsImoh Etuk
 
PST SC015 Chapter 3 Internet Technology (IV) 2017/2018
PST SC015 Chapter 3 Internet Technology (IV)  2017/2018PST SC015 Chapter 3 Internet Technology (IV)  2017/2018
PST SC015 Chapter 3 Internet Technology (IV) 2017/2018Fizaril Amzari Omar
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the InternetAdjeiKwadjo
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the InternetIris Hershenson
 
Computer networks.51
Computer networks.51Computer networks.51
Computer networks.51myrajendra
 
Adaptive Sliding Piece Selection Window for BitTorrent Systems
Adaptive Sliding Piece Selection Window for BitTorrent SystemsAdaptive Sliding Piece Selection Window for BitTorrent Systems
Adaptive Sliding Piece Selection Window for BitTorrent SystemsWaqas Tariq
 
internet concepts all
internet concepts allinternet concepts all
internet concepts allMSc CST
 
Data Communications: History and Standard Organizations
Data Communications: History and Standard OrganizationsData Communications: History and Standard Organizations
Data Communications: History and Standard OrganizationsJhan-Curt Fernandez
 
Datacom module 1: Introduction to Data Communications
Datacom module 1:  Introduction to Data CommunicationsDatacom module 1:  Introduction to Data Communications
Datacom module 1: Introduction to Data CommunicationsJeffrey Des Binwag
 

What's hot (17)

SLU ECE 528T1: Design of Communication Systems Module 1
SLU ECE 528T1:  Design of Communication Systems Module 1SLU ECE 528T1:  Design of Communication Systems Module 1
SLU ECE 528T1: Design of Communication Systems Module 1
 
PST SC015 Chapter 3 Internet Technology (I) 2017/2018
PST SC015 Chapter 3 Internet Technology (I)  2017/2018PST SC015 Chapter 3 Internet Technology (I)  2017/2018
PST SC015 Chapter 3 Internet Technology (I) 2017/2018
 
Internet as the network infrastructure
Internet as the  network infrastructureInternet as the  network infrastructure
Internet as the network infrastructure
 
Internet & e mail slides
Internet & e mail slidesInternet & e mail slides
Internet & e mail slides
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
 
Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,Basics of internet, intranet, e mail,
Basics of internet, intranet, e mail,
 
Uc14 chap09
Uc14 chap09Uc14 chap09
Uc14 chap09
 
Network fundamentals
Network fundamentalsNetwork fundamentals
Network fundamentals
 
PST SC015 Chapter 3 Internet Technology (IV) 2017/2018
PST SC015 Chapter 3 Internet Technology (IV)  2017/2018PST SC015 Chapter 3 Internet Technology (IV)  2017/2018
PST SC015 Chapter 3 Internet Technology (IV) 2017/2018
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the Internet
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the Internet
 
Computer networks.51
Computer networks.51Computer networks.51
Computer networks.51
 
Adaptive Sliding Piece Selection Window for BitTorrent Systems
Adaptive Sliding Piece Selection Window for BitTorrent SystemsAdaptive Sliding Piece Selection Window for BitTorrent Systems
Adaptive Sliding Piece Selection Window for BitTorrent Systems
 
internet concepts all
internet concepts allinternet concepts all
internet concepts all
 
How the Internet Works
How the Internet WorksHow the Internet Works
How the Internet Works
 
Data Communications: History and Standard Organizations
Data Communications: History and Standard OrganizationsData Communications: History and Standard Organizations
Data Communications: History and Standard Organizations
 
Datacom module 1: Introduction to Data Communications
Datacom module 1:  Introduction to Data CommunicationsDatacom module 1:  Introduction to Data Communications
Datacom module 1: Introduction to Data Communications
 

Similar to Ch07 091120102753-phpapp02

Collaboration Tools And Wireless Networking
Collaboration Tools And Wireless NetworkingCollaboration Tools And Wireless Networking
Collaboration Tools And Wireless NetworkingRoxanne2006
 
IS740 Chapter 07
IS740 Chapter 07IS740 Chapter 07
IS740 Chapter 07iDocs
 
Internet and computer are your future
Internet and computer are your futureInternet and computer are your future
Internet and computer are your futureTallat Satti
 
sem_web_slides_k2013.ppt
sem_web_slides_k2013.pptsem_web_slides_k2013.ppt
sem_web_slides_k2013.pptRichaAngel2
 
History of Internet and advantages of internet
History of Internet and advantages of internetHistory of Internet and advantages of internet
History of Internet and advantages of internetTallat Satti
 
Web Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesWeb Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesVigneshkumar Ponnusamy
 
webgis For M.Sc._Med.pptx
webgis For M.Sc._Med.pptxwebgis For M.Sc._Med.pptx
webgis For M.Sc._Med.pptxAsimEisa2
 
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
CS8651   Internet Programming - Basics of HTML, HTML5, CSSCS8651   Internet Programming - Basics of HTML, HTML5, CSS
CS8651 Internet Programming - Basics of HTML, HTML5, CSSVigneshkumar Ponnusamy
 
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONSIN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONSssuserb054d21
 
Unit 1 (it workshop-web designing)
Unit 1 (it workshop-web designing)Unit 1 (it workshop-web designing)
Unit 1 (it workshop-web designing)Dr.Lokesh Gagnani
 
Introduction to Internet By Anamika
Introduction to Internet By AnamikaIntroduction to Internet By Anamika
Introduction to Internet By AnamikaGisha Mathyari
 
Lecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxLecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxRemyaTom2
 
MAKHANLAL CHATURVEDI RASHTRIYA PATRAKARITA AVAM SANCHAR VISHWAVIDYALAYA
MAKHANLAL CHATURVEDI RASHTRIYA PATRAKARITA AVAM SANCHAR VISHWAVIDYALAYAMAKHANLAL CHATURVEDI RASHTRIYA PATRAKARITA AVAM SANCHAR VISHWAVIDYALAYA
MAKHANLAL CHATURVEDI RASHTRIYA PATRAKARITA AVAM SANCHAR VISHWAVIDYALAYAssuserb054d21
 
Week two lecture
Week two lectureWeek two lecture
Week two lectureHarry Essel
 
Chapter 7 Networks and Communication Devices.docx
Chapter 7 Networks and Communication Devices.docxChapter 7 Networks and Communication Devices.docx
Chapter 7 Networks and Communication Devices.docxrobertad6
 
IS Project_Ch5_IT_Infrastructure.pptx
IS Project_Ch5_IT_Infrastructure.pptxIS Project_Ch5_IT_Infrastructure.pptx
IS Project_Ch5_IT_Infrastructure.pptxAbbadabbajabba1
 
Introduction to Computer Networking
Introduction to Computer NetworkingIntroduction to Computer Networking
Introduction to Computer Networkingshankars73
 
ITFT- Basic internet concept
ITFT- Basic internet conceptITFT- Basic internet concept
ITFT- Basic internet conceptNavneet Kaur
 

Similar to Ch07 091120102753-phpapp02 (20)

Collaboration Tools And Wireless Networking
Collaboration Tools And Wireless NetworkingCollaboration Tools And Wireless Networking
Collaboration Tools And Wireless Networking
 
IS740 Chapter 07
IS740 Chapter 07IS740 Chapter 07
IS740 Chapter 07
 
Internet and computer are your future
Internet and computer are your futureInternet and computer are your future
Internet and computer are your future
 
sem_web_slides_k2013.ppt
sem_web_slides_k2013.pptsem_web_slides_k2013.ppt
sem_web_slides_k2013.ppt
 
Ch07 the internet intranets and extranets
Ch07 the internet  intranets and extranetsCh07 the internet  intranets and extranets
Ch07 the internet intranets and extranets
 
Daley7 ppt 07
Daley7 ppt 07Daley7 ppt 07
Daley7 ppt 07
 
History of Internet and advantages of internet
History of Internet and advantages of internetHistory of Internet and advantages of internet
History of Internet and advantages of internet
 
Web Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesWeb Technologies Introduction to web technologies
Web Technologies Introduction to web technologies
 
webgis For M.Sc._Med.pptx
webgis For M.Sc._Med.pptxwebgis For M.Sc._Med.pptx
webgis For M.Sc._Med.pptx
 
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
CS8651   Internet Programming - Basics of HTML, HTML5, CSSCS8651   Internet Programming - Basics of HTML, HTML5, CSS
CS8651 Internet Programming - Basics of HTML, HTML5, CSS
 
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONSIN PARTIAL FULFILLMENT OF  POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
IN PARTIAL FULFILLMENT OF POST GRADUATE DIPLOMA IN COMPUTER APPLICATIONS
 
Unit 1 (it workshop-web designing)
Unit 1 (it workshop-web designing)Unit 1 (it workshop-web designing)
Unit 1 (it workshop-web designing)
 
Introduction to Internet By Anamika
Introduction to Internet By AnamikaIntroduction to Internet By Anamika
Introduction to Internet By Anamika
 
Lecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptxLecture 1- Introduction to Computers and the Internet.pptx
Lecture 1- Introduction to Computers and the Internet.pptx
 
MAKHANLAL CHATURVEDI RASHTRIYA PATRAKARITA AVAM SANCHAR VISHWAVIDYALAYA
MAKHANLAL CHATURVEDI RASHTRIYA PATRAKARITA AVAM SANCHAR VISHWAVIDYALAYAMAKHANLAL CHATURVEDI RASHTRIYA PATRAKARITA AVAM SANCHAR VISHWAVIDYALAYA
MAKHANLAL CHATURVEDI RASHTRIYA PATRAKARITA AVAM SANCHAR VISHWAVIDYALAYA
 
Week two lecture
Week two lectureWeek two lecture
Week two lecture
 
Chapter 7 Networks and Communication Devices.docx
Chapter 7 Networks and Communication Devices.docxChapter 7 Networks and Communication Devices.docx
Chapter 7 Networks and Communication Devices.docx
 
IS Project_Ch5_IT_Infrastructure.pptx
IS Project_Ch5_IT_Infrastructure.pptxIS Project_Ch5_IT_Infrastructure.pptx
IS Project_Ch5_IT_Infrastructure.pptx
 
Introduction to Computer Networking
Introduction to Computer NetworkingIntroduction to Computer Networking
Introduction to Computer Networking
 
ITFT- Basic internet concept
ITFT- Basic internet conceptITFT- Basic internet concept
ITFT- Basic internet concept
 

More from Cleophas Rwemera

Chapter003 150907175411-lva1-app6891
Chapter003 150907175411-lva1-app6891Chapter003 150907175411-lva1-app6891
Chapter003 150907175411-lva1-app6891Cleophas Rwemera
 
Chapter002 150831173907-lva1-app6892
Chapter002 150831173907-lva1-app6892Chapter002 150831173907-lva1-app6892
Chapter002 150831173907-lva1-app6892Cleophas Rwemera
 
Chapter001 150823230128-lva1-app6892
Chapter001 150823230128-lva1-app6892Chapter001 150823230128-lva1-app6892
Chapter001 150823230128-lva1-app6892Cleophas Rwemera
 
Chapter25 cancer-140105085413-phpapp01
Chapter25 cancer-140105085413-phpapp01Chapter25 cancer-140105085413-phpapp01
Chapter25 cancer-140105085413-phpapp01Cleophas Rwemera
 
Chapter24 immunology-140105101108-phpapp02
Chapter24 immunology-140105101108-phpapp02Chapter24 immunology-140105101108-phpapp02
Chapter24 immunology-140105101108-phpapp02Cleophas Rwemera
 
Chapter23 nervecells-140105100942-phpapp02
Chapter23 nervecells-140105100942-phpapp02Chapter23 nervecells-140105100942-phpapp02
Chapter23 nervecells-140105100942-phpapp02Cleophas Rwemera
 
Chapter22 themolecularcellbiologyofdevelopment-140105100412-phpapp02
Chapter22 themolecularcellbiologyofdevelopment-140105100412-phpapp02Chapter22 themolecularcellbiologyofdevelopment-140105100412-phpapp02
Chapter22 themolecularcellbiologyofdevelopment-140105100412-phpapp02Cleophas Rwemera
 
Chapter21 cellbirthlineageanddeath-140105095914-phpapp02
Chapter21 cellbirthlineageanddeath-140105095914-phpapp02Chapter21 cellbirthlineageanddeath-140105095914-phpapp02
Chapter21 cellbirthlineageanddeath-140105095914-phpapp02Cleophas Rwemera
 
Chapter20 regulatingtheeukaryoticcellcycle-140105095738-phpapp01
Chapter20 regulatingtheeukaryoticcellcycle-140105095738-phpapp01Chapter20 regulatingtheeukaryoticcellcycle-140105095738-phpapp01
Chapter20 regulatingtheeukaryoticcellcycle-140105095738-phpapp01Cleophas Rwemera
 
Chapter19 integratingcellsintotissues-140105095535-phpapp02
Chapter19 integratingcellsintotissues-140105095535-phpapp02Chapter19 integratingcellsintotissues-140105095535-phpapp02
Chapter19 integratingcellsintotissues-140105095535-phpapp02Cleophas Rwemera
 
Chapter18 cellorganizationandmovementiimicrotubulesandintermediatefilaments-1...
Chapter18 cellorganizationandmovementiimicrotubulesandintermediatefilaments-1...Chapter18 cellorganizationandmovementiimicrotubulesandintermediatefilaments-1...
Chapter18 cellorganizationandmovementiimicrotubulesandintermediatefilaments-1...Cleophas Rwemera
 
Chapter17 cellorganizationandmovementimicrofilaments-140105094810-phpapp02
Chapter17 cellorganizationandmovementimicrofilaments-140105094810-phpapp02Chapter17 cellorganizationandmovementimicrofilaments-140105094810-phpapp02
Chapter17 cellorganizationandmovementimicrofilaments-140105094810-phpapp02Cleophas Rwemera
 
Chapter16 cellsignalingiisignalingpathwaysthatcontrolgeneactivity-14010509451...
Chapter16 cellsignalingiisignalingpathwaysthatcontrolgeneactivity-14010509451...Chapter16 cellsignalingiisignalingpathwaysthatcontrolgeneactivity-14010509451...
Chapter16 cellsignalingiisignalingpathwaysthatcontrolgeneactivity-14010509451...Cleophas Rwemera
 
Chapter15 cellsignalingisignaltransductionandshort-termcellularresponses-1401...
Chapter15 cellsignalingisignaltransductionandshort-termcellularresponses-1401...Chapter15 cellsignalingisignaltransductionandshort-termcellularresponses-1401...
Chapter15 cellsignalingisignaltransductionandshort-termcellularresponses-1401...Cleophas Rwemera
 
Chapter14 vesiculartrafficsecretionandendocytosis-140105094215-phpapp01
Chapter14 vesiculartrafficsecretionandendocytosis-140105094215-phpapp01Chapter14 vesiculartrafficsecretionandendocytosis-140105094215-phpapp01
Chapter14 vesiculartrafficsecretionandendocytosis-140105094215-phpapp01Cleophas Rwemera
 
Chapter13 movingproteinsintomembranesandorganelles-140105094005-phpapp01
Chapter13 movingproteinsintomembranesandorganelles-140105094005-phpapp01Chapter13 movingproteinsintomembranesandorganelles-140105094005-phpapp01
Chapter13 movingproteinsintomembranesandorganelles-140105094005-phpapp01Cleophas Rwemera
 
Chapter12 cellularenergetics-140105093734-phpapp01
Chapter12 cellularenergetics-140105093734-phpapp01Chapter12 cellularenergetics-140105093734-phpapp01
Chapter12 cellularenergetics-140105093734-phpapp01Cleophas Rwemera
 
Chapter11 transmembranetransportofionsandsmallmolecules-140105092904-phpapp02
Chapter11 transmembranetransportofionsandsmallmolecules-140105092904-phpapp02Chapter11 transmembranetransportofionsandsmallmolecules-140105092904-phpapp02
Chapter11 transmembranetransportofionsandsmallmolecules-140105092904-phpapp02Cleophas Rwemera
 
Chapter10 biomembranestructure-140105093829-phpapp02
Chapter10 biomembranestructure-140105093829-phpapp02Chapter10 biomembranestructure-140105093829-phpapp02
Chapter10 biomembranestructure-140105093829-phpapp02Cleophas Rwemera
 
Chapter9 visualizingfractionatingandculturingcells-140105092245-phpapp01
Chapter9 visualizingfractionatingandculturingcells-140105092245-phpapp01Chapter9 visualizingfractionatingandculturingcells-140105092245-phpapp01
Chapter9 visualizingfractionatingandculturingcells-140105092245-phpapp01Cleophas Rwemera
 

More from Cleophas Rwemera (20)

Chapter003 150907175411-lva1-app6891
Chapter003 150907175411-lva1-app6891Chapter003 150907175411-lva1-app6891
Chapter003 150907175411-lva1-app6891
 
Chapter002 150831173907-lva1-app6892
Chapter002 150831173907-lva1-app6892Chapter002 150831173907-lva1-app6892
Chapter002 150831173907-lva1-app6892
 
Chapter001 150823230128-lva1-app6892
Chapter001 150823230128-lva1-app6892Chapter001 150823230128-lva1-app6892
Chapter001 150823230128-lva1-app6892
 
Chapter25 cancer-140105085413-phpapp01
Chapter25 cancer-140105085413-phpapp01Chapter25 cancer-140105085413-phpapp01
Chapter25 cancer-140105085413-phpapp01
 
Chapter24 immunology-140105101108-phpapp02
Chapter24 immunology-140105101108-phpapp02Chapter24 immunology-140105101108-phpapp02
Chapter24 immunology-140105101108-phpapp02
 
Chapter23 nervecells-140105100942-phpapp02
Chapter23 nervecells-140105100942-phpapp02Chapter23 nervecells-140105100942-phpapp02
Chapter23 nervecells-140105100942-phpapp02
 
Chapter22 themolecularcellbiologyofdevelopment-140105100412-phpapp02
Chapter22 themolecularcellbiologyofdevelopment-140105100412-phpapp02Chapter22 themolecularcellbiologyofdevelopment-140105100412-phpapp02
Chapter22 themolecularcellbiologyofdevelopment-140105100412-phpapp02
 
Chapter21 cellbirthlineageanddeath-140105095914-phpapp02
Chapter21 cellbirthlineageanddeath-140105095914-phpapp02Chapter21 cellbirthlineageanddeath-140105095914-phpapp02
Chapter21 cellbirthlineageanddeath-140105095914-phpapp02
 
Chapter20 regulatingtheeukaryoticcellcycle-140105095738-phpapp01
Chapter20 regulatingtheeukaryoticcellcycle-140105095738-phpapp01Chapter20 regulatingtheeukaryoticcellcycle-140105095738-phpapp01
Chapter20 regulatingtheeukaryoticcellcycle-140105095738-phpapp01
 
Chapter19 integratingcellsintotissues-140105095535-phpapp02
Chapter19 integratingcellsintotissues-140105095535-phpapp02Chapter19 integratingcellsintotissues-140105095535-phpapp02
Chapter19 integratingcellsintotissues-140105095535-phpapp02
 
Chapter18 cellorganizationandmovementiimicrotubulesandintermediatefilaments-1...
Chapter18 cellorganizationandmovementiimicrotubulesandintermediatefilaments-1...Chapter18 cellorganizationandmovementiimicrotubulesandintermediatefilaments-1...
Chapter18 cellorganizationandmovementiimicrotubulesandintermediatefilaments-1...
 
Chapter17 cellorganizationandmovementimicrofilaments-140105094810-phpapp02
Chapter17 cellorganizationandmovementimicrofilaments-140105094810-phpapp02Chapter17 cellorganizationandmovementimicrofilaments-140105094810-phpapp02
Chapter17 cellorganizationandmovementimicrofilaments-140105094810-phpapp02
 
Chapter16 cellsignalingiisignalingpathwaysthatcontrolgeneactivity-14010509451...
Chapter16 cellsignalingiisignalingpathwaysthatcontrolgeneactivity-14010509451...Chapter16 cellsignalingiisignalingpathwaysthatcontrolgeneactivity-14010509451...
Chapter16 cellsignalingiisignalingpathwaysthatcontrolgeneactivity-14010509451...
 
Chapter15 cellsignalingisignaltransductionandshort-termcellularresponses-1401...
Chapter15 cellsignalingisignaltransductionandshort-termcellularresponses-1401...Chapter15 cellsignalingisignaltransductionandshort-termcellularresponses-1401...
Chapter15 cellsignalingisignaltransductionandshort-termcellularresponses-1401...
 
Chapter14 vesiculartrafficsecretionandendocytosis-140105094215-phpapp01
Chapter14 vesiculartrafficsecretionandendocytosis-140105094215-phpapp01Chapter14 vesiculartrafficsecretionandendocytosis-140105094215-phpapp01
Chapter14 vesiculartrafficsecretionandendocytosis-140105094215-phpapp01
 
Chapter13 movingproteinsintomembranesandorganelles-140105094005-phpapp01
Chapter13 movingproteinsintomembranesandorganelles-140105094005-phpapp01Chapter13 movingproteinsintomembranesandorganelles-140105094005-phpapp01
Chapter13 movingproteinsintomembranesandorganelles-140105094005-phpapp01
 
Chapter12 cellularenergetics-140105093734-phpapp01
Chapter12 cellularenergetics-140105093734-phpapp01Chapter12 cellularenergetics-140105093734-phpapp01
Chapter12 cellularenergetics-140105093734-phpapp01
 
Chapter11 transmembranetransportofionsandsmallmolecules-140105092904-phpapp02
Chapter11 transmembranetransportofionsandsmallmolecules-140105092904-phpapp02Chapter11 transmembranetransportofionsandsmallmolecules-140105092904-phpapp02
Chapter11 transmembranetransportofionsandsmallmolecules-140105092904-phpapp02
 
Chapter10 biomembranestructure-140105093829-phpapp02
Chapter10 biomembranestructure-140105093829-phpapp02Chapter10 biomembranestructure-140105093829-phpapp02
Chapter10 biomembranestructure-140105093829-phpapp02
 
Chapter9 visualizingfractionatingandculturingcells-140105092245-phpapp01
Chapter9 visualizingfractionatingandculturingcells-140105092245-phpapp01Chapter9 visualizingfractionatingandculturingcells-140105092245-phpapp01
Chapter9 visualizingfractionatingandculturingcells-140105092245-phpapp01
 

Recently uploaded

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
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
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
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 

Recently uploaded (20)

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
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
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"
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
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
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 

Ch07 091120102753-phpapp02

  • 1. Principles of Information Systems Eighth Edition Chapter 7 The Internet, Intranets, and Extranets
  • 2. 2Principles of Information Systems, Eighth Edition Principles and Learning Objectives • The Internet is like many other technologies—it provides a wide range of services, some of which are effective and practical for use today, others that are still evolving, and still others that will fade away from lack of use – Briefly describe how the Internet works, including alternatives for connecting to it and the role of Internet service providers
  • 3. 3Principles of Information Systems, Eighth Edition Principles and Learning Objectives (continued) • Originally developed as a document-management system, the World Wide Web is a menu-based system that is easy to use for personal and business applications – Describe the World Wide Web and the way it works – Explain the use of Web browsers, search engines, and other Web tools – Identify and briefly describe the applications associated with the Internet and the Web
  • 4. 4Principles of Information Systems, Eighth Edition Principles and Learning Objectives (continued) • Because the Internet and the World Wide Web are becoming more universally used and accepted for business use, management, service and speed, privacy, and security issues must continually be addressed and resolved – Identify who is using the Web to conduct business and discuss some of the pros and cons of Web shopping – Outline a process for creating Web content – Describe Java and discuss its potential impact on the software world
  • 5. 5Principles of Information Systems, Eighth Edition Principles and Learning Objectives (continued) – Define the terms intranet and extranet and discuss how organizations are using them – Identify several issues associated with the use of networks
  • 6. 6Principles of Information Systems, Eighth Edition Why Learn About the Internet? • Internet is an important part of most people’s lives – Individuals can investigate career opportunities – Businesses sell and advertise online – Employees can communicate with coworkers and bosses
  • 7. 7Principles of Information Systems, Eighth Edition Use and Functioning of the Internet • Internet: a collection of interconnected networks, all freely exchanging information • ARPANET – Ancestor of the Internet – Project started by the U.S. Department of Defense (DoD) in 1969
  • 8. 8Principles of Information Systems, Eighth Edition Use and Functioning of the Internet (continued) • Internet Protocol (IP): communication standard that enables traffic to be routed from one network to another as needed • Research to make Internet faster and easier to use – “Digital objects”: allow all types of computer systems to use and share programs and data – Internet2 (I2), Next Generation Internet (NGI), Abilene: provide Internet speeds of up to 2 Gbps or more
  • 9. 9Principles of Information Systems, Eighth Edition Use and Functioning of the Internet (continued) Table 7.1: A Brief History of the Internet
  • 10. 10Principles of Information Systems, Eighth Edition How the Internet Works • Internet transmits data from one computer (called a host) to another • If the receiving computer is on a network to which the first computer is directly connected, it can send the message directly • If the receiving computer is not on a network to which the sending computer is connected, the sending computer relays the message to another computer that can forward it
  • 11. 11Principles of Information Systems, Eighth Edition How the Internet Works (continued) • Data is passed in chunks called packets • Transmission Control Protocol (TCP): widely used transport layer protocol that is used in combination with IP by most Internet applications • Uniform Resource Locator (URL): assigned address on the Internet for each computer
  • 12. 12Principles of Information Systems, Eighth Edition How the Internet Works (continued) • Accessing the Internet – Connect via LAN server – Connect via Serial Line Internet Protocol (SLIP)/Point-to-Point Protocol (PPP) – Connect via an online service – Other ways to connect cell phones, PDAs, and home appliances: e.g., wireless application protocol (WAP) for cell phones
  • 13. 13Principles of Information Systems, Eighth Edition How the Internet Works (continued) Figure 7.1: Routing Messages over the Internet
  • 14. 14Principles of Information Systems, Eighth Edition How the Internet Works (continued) Table 7.2: U.S. Top-Level Domain Affiliations
  • 15. 15Principles of Information Systems, Eighth Edition How the Internet Works (continued) Figure 7.2: Internet Growth: Number of Internet Domain Names
  • 16. 16Principles of Information Systems, Eighth Edition How the Internet Works (continued) Figure 7.3: Several Ways to Access the Internet
  • 17. 17Principles of Information Systems, Eighth Edition Internet Service Providers • Internet service provider (ISP): any company that provides individuals or organizations with access to the Internet • Most charge a monthly fee • Many ISPs and online services offer broadband Internet access through digital subscriber lines (DSLs), cable, or satellite transmission
  • 18. 18Principles of Information Systems, Eighth Edition Internet Service Providers (continued) Table 7.3: A Representative List of Internet Service Providers
  • 19. 19Principles of Information Systems, Eighth Edition Internet Service Providers (continued) Table 7.4: Approximate Times to Perform Basic Tasks with Various Internet Connections
  • 20. 20Principles of Information Systems, Eighth Edition The World Wide Web • Also called the Web, WWW, or W3 • Menu-based system that uses the client/server model • Organizes Internet resources throughout the world into a series of menu pages, or screens, that appear on your computer • Hypermedia: tools that connect the data on Web pages, allowing users to access topics in whatever order they wish
  • 21. 21Principles of Information Systems, Eighth Edition The World Wide Web (continued) • Hypertext Markup Language (HTML): standard page description language for Web pages • HTML tags: let the browser know how to format text on a Web page and whether images, sound, and other elements should be inserted • Extensible Markup Language (XML): markup language for Web documents containing structured information, including words, pictures, and other elements
  • 22. 22Principles of Information Systems, Eighth Edition The World Wide Web (continued) Figure 7.4: Sample Hypertext Markup Language
  • 23. 23Principles of Information Systems, Eighth Edition Web Browsers • Web browser: software that creates a unique, hypermedia-based menu on a computer screen, providing a graphical interface to the Web – Menu consists of graphics, titles, and text with hypertext links – Popular Web browsers: Microsoft Internet Explorer, Netscape Navigator, Mozilla Firefox, Apple Computer’s Safari • Applet: small program embedded in Web pages • Web browser plug-in: external program that is executed by a Web browser when it is needed
  • 24. 24Principles of Information Systems, Eighth Edition Search Engines and Web Research • Search engine: Web search tool – Examples: Yahoo.com, Google.com, Bling de Microsoft • Most search engines are free • Searches can use words, such as AND and OR to refine the search • Meta-search engine: submits keywords to several individual search engines and returns results from all these search engines
  • 25. 25Principles of Information Systems, Eighth Edition Search Engines and Web Research (continued) Table 7.6 Popular Search Engines
  • 26. 26Principles of Information Systems, Eighth Edition Web Programming Languages • Java – Object-oriented programming language from Sun Microsystems based on C++ – Allows small programs (applets) to be embedded within an HTML document
  • 27. 27Principles of Information Systems, Eighth Edition Web Programming Languages (continued) Figure 7.6: Downloading an Applet from a Web Server
  • 28. 28Principles of Information Systems, Eighth Edition Web Programming Languages (continued) • Other programming languages used to develop Web sites – JavaScript – VBScript – ActiveX – Hypertext Preprocessor (PHP)
  • 29. 29Principles of Information Systems, Eighth Edition Developing Web Content • Suggestions for creating a Web page 1. Computer must be linked to a Web server 2. Web browser program needed to view the HTML pages you create 3. Options for designing the Web page a) Write your copy with a word processor, and use an HTML converter to convert the page into HTML format b) Use an HTML editor to write text and add HTML tags c) Edit an existing HTML template to meet your needs d) Use an ordinary text editor and type the start and end tags for each item
  • 30. 30Principles of Information Systems, Eighth Edition Developing Web Content (continued) • Suggestions for creating a Web page (continued): 1. See HTML page in browser; correct any mistakes 2. Add links to your home page 3. Store pictures as files before adding them a) Draw them using a graphics software package b) Copy pictures from other Web pages (with permission) c) Buy a disk of clip art d) Scan photos e) Use a digital camera
  • 31. 31Principles of Information Systems, Eighth Edition Developing Web Content (continued) • Suggestions for creating a Web page (continued): 1. Add sound by using a microphone connected to your computer to create a file, and then adding a link to the file on a Web page 2. Upload the HTML file to your Web site 3. Review the Web page to make sure that all links are correctly established to other Web sites 4. Advertise your Web page to others and encourage them to take a look and send feedback by e-mail
  • 32. 32Principles of Information Systems, Eighth Edition Web Services • Web services: standards and tools that streamline and simplify communication among Web sites for business and personal purposes • XML is used within a Web page to describe and transfer data between Web service applications
  • 33. 33Principles of Information Systems, Eighth Edition Web Services (continued) • Other components used in Web service applications: – SOAP (Simple Object Access Protocol) – WSDL (Web Services Description Language) – UDDI (Universal Discovery Description and Integration)
  • 34. 34Principles of Information Systems, Eighth Edition Internet and Web Applications • The types of Internet and Web applications available are vast and ever expanding
  • 35. 35Principles of Information Systems, Eighth Edition Business Uses of the Web • In 1991, Commercial Internet Exchange (CIX) Association was established to allow businesses to connect to the Internet • Firms use the Internet for many types of applications
  • 36. 36Principles of Information Systems, Eighth Edition E-Mail, Instant Messaging, and Push Technology • E-mail – No longer limited to simple text messages – Can embed sound and images – Can attach files • Instant messaging: online, real-time communication between two or more people who are connected to the Internet • Push technology: automatic transmission of information over the Internet rather than make users search for it with their browsers
  • 37. 37Principles of Information Systems, Eighth Edition E-Mail, Instant Messaging, and Push Technology (continued) Table 7.7: Some Common Abbreviations Used in Personal E-Mail
  • 38. 38Principles of Information Systems, Eighth Edition Internet Cell Phones and Handheld Computers • Cell phones connected to the Internet allow people to search for information, buy products, and chat with business associates and friends • Short Message Service (SMS) or texting – Brief text messages can be sent between two or more cell phone users • Handheld computers and other devices are connected to the Internet using phone lines or wireless connections
  • 39. 39Principles of Information Systems, Eighth Edition Career Information and Job Searching • Use search engines to look for specific companies or industries • Internet sites specialize in helping you find job information and apply for jobs online – Examples: www.monster.com, www.hotjobs.com, and www.careerbuilder.com
  • 40. 40Principles of Information Systems, Eighth Edition Telnet and FTP • Telnet: terminal emulation protocol that enables users to log on to other computers on the Internet to gain access to public files • File Transfer Protocol (FTP): protocol that describes a file transfer process between a host and a remote computer and allows users to copy files from one computer to another
  • 41. 41Principles of Information Systems, Eighth Edition Web Log (Blog), Video Log (Vlog), and Podcasting • Web log or blog: Web site that people create and use to write about their observations, experiences, and feelings on a wide range of topics • Video log or vlog: video content placed on the Internet using the same overall approach as a blog • Podcast: audio broadcast over the Internet – People and corporations use podcasts to listen to audio material, increase revenues, or advertise products and services
  • 42. 42Principles of Information Systems, Eighth Edition Usenet and Newsgroups • Usenet: system closely allied with the Internet that uses e-mail to provide a centralized news service – Protocol that describes how groups of messages can be stored on and sent between computers • Newsgroups: online discussion groups that focus on specific topics
  • 43. 43Principles of Information Systems, Eighth Edition Usenet and Newsgroups (continued) Table 7.8: Selected Usenet Newsgroups
  • 44. 44Principles of Information Systems, Eighth Edition Chat Rooms • Chat room: enables two or more people to engage in interactive “conversations” over the Internet • Internet Relay Chat (IRC) requires participants to type their conversation rather than speak • Voice chat allows participants to speak their conversation – Must have a microphone, sound card, speakers, a fast modem or broadband, and voice-chat software compatible with the other participants’
  • 45. 45Principles of Information Systems, Eighth Edition Internet Phone and Videoconferencing Services • Internet phone service – Relatively inexpensive, especially for international calls • Voice-over-IP (VoIP) technology – Network managers can route phone calls and fax transmissions over the same network they use for data • Internet videoconferencing – Supports both voice and visual communications – Webcasts or Webinars
  • 46. 46Principles of Information Systems, Eighth Edition Content Streaming • Method for transferring multimedia files, radio broadcasts, and other content over the Internet • Data stream of voice and pictures plays more or less continuously without a break, or with very few breaks • Enables users to browse large files in real time • Works best when the transmission of a file can keep up with the playback of the file
  • 47. 47Principles of Information Systems, Eighth Edition Shopping on the Web • You can shop for almost anything over the Internet • Convenient, easy, and cost effective • Many Web sites also offer free shipping and pickup for returned items • Bot: a software tool that searches the Web for information, products, or prices – Finds the best prices or features from multiple Web sites
  • 48. 48Principles of Information Systems, Eighth Edition Web Auctions • Web auction: Internet site that matches buyers and sellers – Businesses grow or reach customers for a low cost per transaction • One of the most popular auction sites: eBay • Potential problems with auction Web sites – Auction sites cannot always determine whether the people and companies listing products and services are legitimate – Some Web sites have illegal or questionable items offered
  • 49. 49Principles of Information Systems, Eighth Edition Music, Radio, Video, and TV on the Internet • Audio and video programs: play on the Internet or download files for later use • Music players and music formats such as MP3: download music from the Internet and listen to it anywhere – Musicians can gain exposure without a lucrative music contract • Radio broadcasts • Audio books
  • 50. 50Principles of Information Systems, Eighth Edition Music, Radio, Video, and TV on the Internet (continued) • Video and TV are increasingly becoming available on the Internet • New, innovative devices let you record TV programs and view them at any time and place • Many content providers offer their programs over the Internet
  • 51. 51Principles of Information Systems, Eighth Edition Office on the Web • Internet office: Web site that contains files, phone numbers, e-mail addresses, an appointment calendar, and more – Allows your desktop computer, phone books, appointment schedulers, and other important information to be with you wherever you are • Many services and software products give you remote access to your files and programs over the Internet
  • 52. 52Principles of Information Systems, Eighth Edition Internet Sites in Three Dimensions • Some Web sites offer three-dimensional views of places and products • Examples – 3-D Internet auto showroom: allows people to get different views of a car – 3-D real estate site: people can tour the property, go into different rooms, etc.
  • 53. 53Principles of Information Systems, Eighth Edition Other Internet Services and Applications • Libraries: provide vast amounts of information • Movies: ordered and delivered over the Internet • Critical information during times of disaster or terrorism • Translation: words, sentences, or complete documents from one language into another
  • 54. 54Principles of Information Systems, Eighth Edition Other Internet Services and Applications (continued) • Distance learning: online courses • Internet cameras: conduct job interviews; hold group meetings with people around the world; monitor young children at daycare centers, etc. • Connect with friends or others with similar interests
  • 55. 55Principles of Information Systems, Eighth Edition Intranets and Extranets • Intranet: internal corporate network built using Internet and World Wide Web standards and products – Used by employees to gain access to corporate information – Reduces the need for paper
  • 56. 56Principles of Information Systems, Eighth Edition Intranets and Extranets (continued) • Extranet: network based on Web technologies that links selected resources of a company’s intranet with its customers, suppliers, or other business partners • Virtual private network (VPN): secure connection between two points across the Internet • Tunneling: process by which VPNs transfer information by encapsulating traffic in IP packets over the Internet
  • 57. 57Principles of Information Systems, Eighth Edition Intranets and Extranets (continued) Table 7.9: Summary of Internet, Intranet, and Extranet Users
  • 58. 58Principles of Information Systems, Eighth Edition Net Issues • Management issues – Preventing attacks • Service and speed issues – Keeping up with Internet traffic and traffic on company intranets • Privacy • Fraud • Security • Unauthorized Internet sites
  • 59. 59Principles of Information Systems, Eighth Edition Summary • Internet: collection of interconnected networks, all freely exchanging information • Internet Protocol (IP): communication standard that enables traffic to be routed from one network to another as needed • Packets: Internet data passed in chunks • Transmission Control Protocol (TCP): widely used transport layer protocol that is used in combination with IP by most Internet applications
  • 60. 60Principles of Information Systems, Eighth Edition Summary (continued) • Uniform Resource Locator (URL): assigned address on the Internet for each computer • World Wide Web: menu-based system that organizes Internet resources into a series of menu pages, or screens, that appear on your computer • Hypertext Markup Language (HTML): standard page description language for Web pages • Search engine: Web search tool • Internet and Web applications: e-mail, instant messaging, Internet cell phones, Web logs, newsgroups, Web shopping, etc.
  • 61. 61Principles of Information Systems, Eighth Edition Summary (continued) • Intranet: internal corporate network built using Internet and World Wide Web standards • Extranet: network based on Web technologies that links selected resources of a company’s intranet with its customers, suppliers, or other business partners • Network issues: management, service, speed, privacy, fraud, security, and unauthorized Internet sites

Editor's Notes

  1. Para martes, 24 nov. 2009 seccion 007