Sei sulla pagina 1di 6

The Internet: Technology Background

 Internet: An interconnected network of thousands of


networks and millions of computers, linking businesses,
The Internet and World Wide Web educational institutions, government agencies, and
individuals

Faisal Karim Shaikh


faisal.shaikh@faculty.muet.edu.pk  World Wide Web (Web): One of the Internet’s most
popular services, providing access to over 8 billion Web
pages
DEWSNet Group
Dependable Embedded Wired/Wireless Networks
www.fkshaikh.com/dewsnet

DEWSNet MUET Jamshoro


© Neeraj Suri
Dependable Embedded Wired/Wireless Networks Internet and WWW 2
EU-NSF ICT March 2006

The Evolution of the Internet 1961—The Present The Internet: Key Technology Concepts

 Federal Networking Council definition of Internet


 History of Internet can be segmented into 3 highlights three important concepts that are the basis
phases: for understanding the Internet
 Innovation Phase—fundamental building blocks
conceptualized and realized
 Packet switching
 Institutionalization Phase—providing funding and
legitimization for Internet  TCP/IP communications protocol
 Commercialization Phase—private corporations take over  Client/server computing
and expand Internet backbone and services

Internet and WWW 3 Internet and WWW 4

Packet Switching Packet Switching

 A method of slicing digital messages into packets,


sending the packets along different communication
paths as they become available, and then
reassembling the packets once they arrive at their
destination
 Uses routers: special purpose computers that
interconnect the computer networks that make up
the Internet and route packets to their ultimate
destination
 Routers use computer programs called routing
algorithms to ensure packets take the best
available path toward their destination

Internet and WWW 5 Internet and WWW 6

1
TCP/IP (Transmission Control Protocol/ Internet IP Addresses
Protocol)
 Protocol: A set of rules for formatting, ordering,  Internet address (also called IP address): a 32-bit
compressing, and error-checking messages number expressed as a series of four separate
 TCP: Establishes the connections among sending numbers marked off by periods, such as
and receiving Web computers, handles the 201.61.186.227
assembly of packets at the point of transmission,  IPv4 the current version of IP. Can handle up to 4
and their reassembly at the receiving end billion addresses
 IP: Provides the Internet’s addressing scheme
 IPv6 (next generation of IP) will use 128-bit
 TCP/IP is divided into 4 separate layers: addresses and be able to handle up to 1 quadrillion
 Network Interface Layer addresses
 Internet Layer
 Transport Layer
 Application Layer

Internet and WWW 7 Internet and WWW 8

Domain Names, DNS, and URLs Client/Server Computing

 Domain name: IP address expressed in natural language  Model of computing in which very powerful
personal computers (clients) are connected in a
 Domain name system (DNS): allows numeric IP network with one or more server computers that
addresses to be expressed in natural language perform common functions for the clients, such as
 Uniform resource locator (URL): addresses used by storing files, software applications, etc.
Web browsers to identify location of content on the
Web

Internet and WWW 9 Internet and WWW 10 Slide 3-10

Other Internet Protocols Utility Programs

 HTTP: Used to transfer Web pages


 SMTP, POP, and IMAP: Used to send and receive  Ping: Utility program that allows you to check
e-mail connection between client and server
 FTP: Permits users to transfer files from server  Tracert: Utility program that allows you to follow part
to client and vice versa of a message sent from a client to a remote computer
 Telnet: Program that enables a client to emulate a  Pathping: Utility program that combines functionality of
mainframe computer terminal Ping and Tracert
 SSL: Protocol that provides secure
communications between client and server

Internet and WWW 11 Internet and WWW 12

2
Internet Network Architecture Internet Service Providers (ISPs)

 Backbone: Consists of high-bandwidth fiber-optic  Retail providers that deal with “last mile of
cable owned by a variety of Network Service service”
Providers (NSPs)
 Major national ISPs include PTCL, BrainNet, etc.
 Internet Exchange Points (IXPs): Hubs where
backbones intersect with regional and local  Offer both narrowband (traditional telephone
networks, and where backbone owners connect modem connection at 56.6 Kbps) and broadband
with one another (service based on DSL, cable modem, T1 or T3
 Campus area networks (CANs): Local area telephone lines, and satellite)
networks operating within a single organization
that leases Internet access directly from regional
or national carrier
 Internet Service Providers: Lease Internet access
to home owners and businesses

Internet and WWW 13 Internet and WWW 14

Broadband Service Choices Intranets and Extranets

 Digital Subscriber Line (DSL): Telephone technology


delivers high-speed access through ordinary  Intranet: TCP/IP network located within a single
telephone lines organization for purposes of communication and
 Cable modem: Cable television technology piggybacks information processing
digital access to Internet on top of analog video  Extranet: Formed when firms permit outsiders to
cable line access their internal TCP/IP networks
 T1 and T3: International telephone standards for
digital communication that offer guaranteed delivery
rates
 Satellite: high-speed downloads, but no upload
available

Internet and WWW 15 Internet and WWW 16

Internet II: The Future Infrastructure Limitations of the Current Internet

 Internet II: The second era of the Internet that  Bandwidth limitations
is being built today by private corporations,  Quality of service limitations
universities, and government agencies
 Network architecture limitations
 To appreciate benefits of Internet II, you must
understand limitations of the Internet’s current  Language development limitations
infrastructure  Wired Internet limitations

Internet and WWW 17 Internet and WWW 18

3
The Internet2® Project Telephone-based Wireless Internet Access

 Internet2: Consortium of more than 200  Different standards


universities, government agencies, and private  Global System for Mobile Communications (GSM): used
businesses that are collaborating to find ways to primarily in Europe
make the Internet more efficient  Code Division Multiple Access (CDMA) -- ??
 Primary goals:  Third generation (3G) cellular networks
 Create a leading edge very-high speed network  Wireless Web protocols include:
for national research community  Wireless Access Protocol (WAP)
 Enable revolutionary Internet applications
 Ensure the rapid transfer of new network
services and applications to the broader
Internet community

Internet and WWW 19 Internet and WWW 20

Wireless Local Area Networks (WLANs) Hypertext

 Wi-Fi: High-speed, fixed broadband wireless local  A way of formatting pages with embedded links
area network. Different versions for home and that connect documents to one another, and that
business market. Limited range also link pages to other objects such as sound,
 WiMax: High-speed, medium range broadband video, or animation files
wireless metropolitan area network
 Uses Hypertext Transfer Protocol (HTTP) and
 Bluetooth: Low-speed, short range connection of URLs to locate resources on the Web
digital devices
 Ultra-Wideband (UWB): Low power, short-range
high bandwidth network
 Zigbee: Short-range, low-power wireless network
technology useful for remotely controlling digital
devices

Internet and WWW 21 Internet and WWW 22

Markup Languages Web Servers and Web Clients

 Generalized Markup Languages (GMLs) include:  Web server software: Enables a computer to
deliver Web pages written in HTML or XML to
 Standard Generalized Markup Language (SGML)—an
clients on network that request this service by
early GML sending an HTTP request
 Hypertext Markup Language (HTML)—a GML that is  Basic capabilities: Security services, FTP, search
relatively easy to use; provides fixed set of markup engine, data capture
“tags” used to format a Web page  Term Web server also used to refer to physical
 eXtensible Markup Language (XML)—new markup
computer that runs Web server software
language specification developed by W3C that is  Web client: Any computing device attached to the
designed to describe data and information; tags used Internet that is capable of making HTTP requests
are defined by user and displaying HTML pages

Internet and WWW 23 Internet and WWW 24

4
Web Browsers The Internet and Web: Features

 Internet and Web features on which the


foundations of e-commerce are built include:
 Primary purpose to display Web pages
 E-mail
 Internet Explorer (88%) and Firefox (9%)
 Instant messaging
dominate the market.
 Search engines

 Online forums and chat

 Streaming media

 Cookies

Internet and WWW 25 Internet and WWW 26

E-mail Instant Messaging

 One of the most used applications of the Internet


 One of fastest growing forms of online human
 Uses a series of protocols to enable messages
communication
containing text, images, sound, video clips, etc., to
be transferred from one Internet user to another  Displays words typed on a computer almost
instantly, and recipients can then respond
 Also allows attachments (files attached to the e- immediately in the same way
mail message)
 Different proprietary systems offered by AOL,
 Can be an effective marketing tool MSN, Yahoo, and Google
 Spam: unsolicited e-mail. A worsening problem

Internet and WWW 27 Internet and WWW 28

Search Engines Top Five Search Engines

 Identifies Web pages that appear to match


keywords (queries) entered by a user, and provides
list of best matches based on one or more of a
variety of techniques
 No longer simply search engines, but also shopping
tools and advertising vehicles (search engine
marketing)

SOURCE: Based on data from Sullivan, 2006; Pew Internet & American Life Project, 2005c;
comScore Networks, 2006.

Internet and WWW 29 Internet and WWW 30

5
How Google Works Other Internet and Web Features Relevant to
eHealth systems
 Online forums and chat: Enables users to communicate
with each other via computer. Online chat occurs in real
time (simultaneously); used in e-commerce to help
develop community

 Streaming media: enables music, video and other large


files to be sent to users in chunks so that when
received and played, file comes through uninterrupted

 Cookies: small text file stored on user’s computer with


information about the user that can be accessed by
Web site the next time user returns to the site

Internet and WWW 31 Internet and WWW 32

 Wiki: Web application that allows a user to easily add


 Weblogs (blogs): Personal Web page that typically and edit content on a Web page
contains a series of chronological entries by its
author, and links to related Web pages
 New music and Video services: Video casts; digital
video on demand
 Really Simple Syndication (RSS): Program that allows
users to have digital content automatically sent to
them; typically used for news  Internet Telephony: Technologies that use Voice
Over Internet Protocol (VOIP) and Internet’s
packet-switched network to transmit voice and other
 Podcasting: Audio presentation stored as an audio
file and available for download from Web forms of audio communication over the Internet

Internet and WWW 33 Internet and WWW 34

 Video conferencing
 Online software and services: digital software libraries,
distributed storage
 M-commerce applications

Internet and WWW 35 Slide 3-35

Potrebbero piacerti anche