Basics of Computer Network
Basics of Computer Network
• Sharing resources
(hardware and software)
• Electronic-mail (e-mail)
• Preserving Information
• Protecting Information
MAN
WAN
• Example:- INTERNET
Internet & Intranet
Though the terms Internet and World Wide Web are used interchangeably in lay man terms
they are not the same. It is common practice to say "going on the Internet" whenever we
open any web page on a browser. However, the World Wide Web or the Web is one of the
most popular Internet services available. The Web is a collection of interconnected
documents (web pages)
and other web resources, linked by hyperlinks and URLs. It uses HTTP as an
underlying protocol for information transfer which is one of the several other protocols
available in networking theory.
The Internet is a global collection of computer networks that are linked together by devices
called routers and use a common set of protocols for data transmission known as TCP/IP
(transmission control protocol / Internet protocol). The primary purpose of the Internet is
to facilitate the sharing of information. There are many different tools used on the Internet
to make this possible. Some of the more common tools include email, list servers,
newsgroups, telnet, gopher, FTP, and the World Wide Web. Probably the most popular of
all Internet tools is the World Wide Web.
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. The World Wide Web is the universe of network-accessible information, an
embodiment of human knowledge. 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. It is a hypertext interface to internet information
resources.
Internet and Web is not the same thing: Web uses internet to pass over the information.
1.0.3 Basic WWW Concepts
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. It is
a hypertext interface to internet information resources.
1.0.3.1 HTTP
HTTP is the short form for Hypertext Transfer Protocol. An example of the standard URL
is http://www.google.com. The prefix http in the URL designates the protocol being used
for communication. The HTTP protocol is used to access hypertext documents on the
World Wide Web.
1.0.3.2 URL
URL refers to Uniform Resource Locator. URLs are used as the address of the documents
available on the World Wide Web. A URL is the fundamental identifier of any resource
available on the web e. g., hypertext pages, images, and sound files. The standard format of
a URL has been specified as –
protocol://hostname/other_information
1.0.3.3 Website
Website refers to a collection of web pages usually written in markup language. For
example: www.google.com refers to the website of Google having ‘com’ as the domain
name. Websites can be understood as a location on the World Wide Web that holds the
resources which people can request when required. The first or the initial page of any
website is known as the home page of that particular website.
Websites are usually hosted on a computer which is known as a Web server. These servers
should require constant connectivity with the internet so that the resources stored by them
can be accessed from anywhere in the world. A web server is provided with a unique
address which is required to access the contents of the server. The unique address is the
identifier for the server and is termed as IP Address. These IP Addresses comprise of a
series of four numbers separated by dots or periods. Each number lies between the range
of 0 – 255, for example: 192.168.1.1. IP
address of the web server is also required when the URL of the website hosted on that
server is registered on the World Wide Web.
Web Browser is a software required to access the resources available on the World Wide
Web. Hence, in order to access any website web browser is required. Examples of web
browsers are: Microsoft Internet Explorer, Google Chrome, Mozilla Firefox, Netscape
Navigator, etc. Navigating through the pages of a website is termed as web browsing or
surfing.
1.0.3.6 ISP
ISP is the short form for Internet Service Provider. They are basically the organizations
responsible for providing internet connections to the subscribers. Several ISPs also provide
space on their web servers for hosting website of the subscribers.
1.0.3.7 HTML
HTML refers to Hyper Text Markup Language. It is the development language of the
websites available on the web. HTML can be understood as a subset of SGML (Standard
Generalized Mark-Up Language).
1.0.3.8 Hyperlink
Hyperlinks can be understood as the access points to other resources of the same or
different websites. A hyperlink, sometimes referred to as a link, is a clickable element in
an electronic document used to navigate through the linked resources. Typically, you click
the hyperlink to access the linked resource. Hyperlinks can be in the form of clickable
textual links, icons, buttons, etc.
1.0.3.9 DNS
DNS is the short form for Domain Name System. It is used to provide a mapping between
the name of the requested website and its IP address. Usually, user remembers the name or
URL of a website. When user enters this URL in the web browser, a request is sent to DNS
for resolving the entered URL in terms of its IP address. It is the IP address which will be
used to locate the requested resource on the web. The mapping of the URL and the IP
address a website is usually built during the registration of the domain name.