Internet
Internet
The Internet is essentially a global network of computing resources. You can think of the Internet as a
physical collection of routers and circuits as a set of shared resources.
Some common definitions given in the past include −
Internet-Based Services
Some of the basic services available to Internet users are −
Email − A fast, easy, and inexpensive way to communicate with other Internet users around the
world.
Telnet − Allows a user to log into a remote computer as though it were a local system.
FTP − Allows a user to transfer virtually every kind of file that can be stored on a computer from
one Internet-connected computer to another.
World Wide Web (WWW) − A hypertext interface to Internet information resources.
What is WWW?
WWW stands for World Wide Web. A technical definition of the World Wide Web is − All the resources
and users on the Internet that are using the Hypertext Transfer Protocol (HTTP).
A broader definition comes from the organization that Web inventor Tim Berners-Lee helped found, the
World Wide Web Consortium (W3C): The World Wide Web is the universe of network-accessible
information, an embodiment of human knowledge.
In simple terms, The World Wide Web is a way of exchanging information between computers on the
Internet, tying them together into a vast collection of interactive multimedia resources.
Following fig shows how user request the web page to webserver and get the response.
What is HTTP?
HTTP stands for Hypertext Transfer Protocol. This is the protocol being used to transfer hypertext
documents that makes the World Wide Web possible.
A standard web address such as Yahoo.com is called a URL and here the prefix http indicates its
protocol
What is URL?
URL stands for Uniform Resource Locator, and is used to specify addresses on the World Wide Web. A
URL is the fundamental network identification for any resource connected to the web (e.g., hypertext
pages, images, and sound files).
A URL will have the following format −
protocol://hostname/other_information
The protocol specifies how information is transferred from a link. The protocol used for web resources is
HyperText Transfer Protocol (HTTP). Other protocols compatible with most web browsers include FTP,
telnet, newsgroups, and Gopher.
The protocol is followed by a colon, two slashes, and then the domain name. The domain name is the
computer on which the resource is located.
Links to particular files or subdirectories may be further specified after the domain name. The directory
names are separated by single forward slashes.
What is Website?
Website is a collection of various pages written in HTML markup language. This is a location on the web
where people can find tutorials on latest technologies. Similarly, there are millions of websites available
on the web.
Each page available on the website is called a web page and first page of any website is called home
page for that site.
What is Web Server?
A web server is server software, or a system of one or more computers dedicated to running this
software, that can satisfy client HTTP requests on the public World Wide Web or also on
private LANs and WANs.
The main job of a web server is to display website content through storing, processing and
delivering webpages to users.
Some components :
To: The email address(es), and optionally name(s) of the message's recipient(s). Indicates
primary recipients (multiple allowed)
Cc: Carbon copy; Many email clients mark email in one's inbox differently depending on
whether they are in the To: or Cc: list.
Bcc: Blind carbon copy; addresses are usually only specified during SMTP delivery, and
not usually listed in the message header.
What is ISP?
ISP stands for Internet Service Provider. They are the companies who provide you service in terms of
internet connection to connect to the internet.
You will buy space on a Web Server from any Internet Service Provider. This space will be used to host
your Website.
What is HTML?
HTML stands for Hyper Text Markup Language. This is the language in which we write web pages for
any Website. Even the page you are reading right now is written in HTML.
What is Hyperlink?
A hyperlink or simply a link is a selectable element in an electronic document that serves as an access
point to other electronic resources. Typically, you click the hyperlink to access the linked resource.
Familiar hyperlinks include buttons, icons, image maps, and clickable text links.
What is DNS?
DNS stands for Domain Name System. When someone types in your domain name, www.example.com,
your browser will ask the Domain Name System to find the IP that hosts your site. When you register
your domain name, your IP address should be put in a DNS along with your domain name. Without
doing it your domain name will not be functioning properly.
Types of network:
LAN, MAN and WAN are types of network.