Week 2 - Internet Basics
Week 2 - Internet Basics
Week 2 - Internet Basics
Web Development
1
Course Content
•The Internet: Then and Now
• How Internet Works
• Major Features of the Internet
• Online Services
2
The Internet: Then and Now
• The Internet was created by the Advanced Research Projects Agency
(ARPA) and the U.S. Department of Defense (DOD) for scientific and
military communications.
• The Internet uses high-speed data lines, called backbones, to carry data.
Smaller networks connect to the backbone, enabling any user on any
network to exchange data with any other user.
• TCP/IP
• Addressing Schemes
5
How Internet Works…
TCP/IP
6
TCP/IP (Cont.)
• US Department of Defense
– TCP, transmission control protocol
» Handle the movement of data
»Breaks the original massage in to small packets
& sequentially labels them.
• When you use the Internet, your PC (a client) requests data from a
host system. The request and data are broken into packets and
travel across multiple networks before being reassembled at their
destination.
8
Network: consist of two or more connected computers
9
10
How Internet Works…
Addressing Schemes
11
How Internet Works …
Domains and Sub domains
• In addition to an IP address, most Internet hosts or servers have a
Domain Name System (DNS) address, which uses words.
• The last part of the domain name is called the Top-Level Domain
(TLD) or Zone and is either two or three letters long.
• The second-to-last part of the domain name is called the Second-
Level Domain, and It chosen by the organization that owns the
computer. e.g. whitehouse.gov
ibm.com
slt.net 12
Three-letter zones (mainly used in the U.S.) indicate the type of organization that
owns the domain.
13
Domains and Sub domains (cont.)
• Currently, domains in the com, edu, net and org zones are assigned
by Network Solutions’ InterNIC Registration Services, at
http://www.internic.net
14
Internet governance is the development and
application of shared principles, norms, rules,
decision-making procedures, and programs that shape
the evolution and use of the Internet.
domain names
Internet Protocol (IP) addresses
application port numbers in the transport protocol
& many other parameters.
15
Internet governances…..
• The internet is a globally distributed network
comprising many voluntarily interconnected
autonomous network. It operates a central
governing…
• However,
to maintain interoperability, all technical & policy
aspects of the underlying core infrastructure & the
principal name spaces are administered by the
Internet Corporation for Assigned Names &
Numbers.. (ICANN)
16
Major Features of the Internet
• News
• Telnet
With a web browser, one can view web pages that may contain text,
images, videos, and other multimedia and navigate between them
via hyperlinks.
19
20
HTML Code
<HTML>
<HEAD>
<TITLE>Nixu International</TITLE>
</HEAD>
<BODY background="/gfx/back1.gif">
<CENTER>
<IMG SRC="/gfx/logo.gif" ALT="Nixu Oy"><BR>
<H1><I>Nixu Oy</I></H1>
<UL>
<LI><A HREF="/yhteysti.html">Contact us</A>
<LI><A HREF="/avoimett/">Jobs</A>
<LI><A HREF="/palvelut/">What we do</A>
<LI><A HREF="http://www.namesurfer.com/">
NameSurfer</A>
</UL>
</CENTER>
</BODY> </HTML>
21
URL
• Universal Resource Locator
• URL is an address to the current location of
information
protocol://host[:server port]/path/file.html
protocol://host[:server port]/path/
• For example
http://www.hut.fi/
http://www.nixu.fi/~kiravuo/etiketti/index.html
news:sfnet.harrastus.retkeily
ftp://ftp.funet.fi/rfc/
23
Hyperlink
• In computing, a hyperlink (or link) is
a reference to a document that the reader can
directly follow, or that is followed automatically.
24
Web Browser
• A web browser or Internet browser is
a software application for retrieving,
presenting, and traversing information
resources on the World Wide Web.
25
Web Browsers
• The very first web browser was written by Tim burners Lee.
• E.g.
• Internet Explore(IE)
• Firefox
• Opera
• Chrome
• Safari
• Netscape Navigator 26
Browser
request for
information
SERVER
BROWSER
27
Search Engines
A search engine is a piece of application software
that sits on a powerful computer ( a server) on the
Internet.
Search engines keep track of information available on
the Internet.
E.g.
• Googlewww.google.com)
• Excitewww.excite.com)
• Lycoswww.lycos.com)
• Info seek Guide(www.infoseek.com)
• WebCrawler(www.webcrawler.com)
• World wide web worm (www.goto.com)
• AltaVista (www.altavista.com) 28
Advantages
Control over search: search terms can be combined as required
Disadvantages
False positives
30
The world’s first web server
Client server architecture
The client-server model is a pattern of network
communication in which clients send requests to servers
over a computer network and the servers send back
responses.
32
Client-Side languages/styles
33
Server-Side languages/styles
35
Major Features of the Internet…
News
36
37
Major Features of the Internet…
Telnet
38
Major Features of the Internet…
39
FTP (cont.)
• FTP, the protocol for exchanging files over the Internet.
• FTP works in the same way as HTTP for transferring Web pages
from a server to a user's browser and SMTP for
transferring electronic mail across the Internet in that, like these
technologies, FTP uses the Internet's TCP/IP protocols to enable
data transfer.
42
Major Features of the Internet…
44
lesson review
45