Internet Concepts
Internet Concepts
Internet Concepts
Introduction
What is the web?
Its a whole bunch of interconnected computers
communicating to one another.
Web Programming 2
Protocols of the Web;(services)
internet protocols are sets of rules
that allow for inter-machine
communication on the Internet.
a few of the protocols you can
experience on the Web includes:
Web Programming 3
Web protocols
E-mail(SMTP)
(Simple Mail Transport Protocol or SMTP):
distributes e-mail messages and attached
files to one or more electronic mailboxes
Web Programming 4
Web protocols..
VoIP
(Voice over Internet Protocol): allows delivery of
voice communications over IP networks, for
example, phone calls.
chat:
Allows you to combine text with graphics while
participating in a real-time conversation with 2 or
more people in the internet
News;
Hosts electronic discussion groups through which
participants share information and opinions
Web Programming 5
Web protocols..
FTP;
File Transfer Protocol is used to
transfer files between 2 computers on
TCP/IP network
Telnet;
offers a way to log on to and work from
another computer
Users can access internet services that they
may not have on their own computers
Web Programming 6
Resource addresses
URL and Domain Name System
URL stands for Uniform Resource Locator.
URL specifies the Internet address of a file stored on
a host computer, or server, connected to the
Internet.
Web browsers use the URL to retrieve the file from
the server.
This file is downloaded to the user's computer, or
client, and displayed on the monitor connected to
the machine.
Because of this relationship between clients and
servers, the Web is a client-server network
Web Programming 7
DNS
Domain Name System (DNS) is a worldwide system of
servers that stores location pointers to Web sites.
Web Programming 9
Structure of URL
1. Protocol: http
2. Host computer name: www
3. Second-level domain name: senate
4. Top-level domain name: gov
5. Directory name: general
6. File name: capcam.htm
Web Programming 10
TLDs
Note how much information about the
content of the file is present in this
well-constructed URL.
Several top-level domains (TLDs) are
in common use such as:
.com
.edu
.org
.co.uk
Web Programming 11
server
Servers are computers with a special software
installed called 'server' software.
Web Programming 13