Internert Notes-unit IV
Internert Notes-unit IV
(a) Hypertext:
It enables you to read and navigate text and visual information in a non-linear way based on what we
want to know next . for ex. In the windows „help‟ to get more information on a topic we just ckick on
that topic.the topic might be of any length that takes us to the new screen that contains the new
information.
In the early days using the internet,involved simple text connections only,we Had to navigate the
internet‟s various services by using type command and tools. Then comes the first graphical web broser
mosaic that paved the way for the web to display both text and graphics in full colour on the same
page.this is one of the reasons it has become so popular.now web browser provide capabilities for
graphical, sound& video to be incorporated with the text ,as well as even more for multimedia &
Embedded applications.
1
23USECG27 INTERNET AND ITS APPLICATIONS
(c) Distributed:
Information takes up great deal of space particularly when it includes images and multimedia
capabilities. To store all the information,graphics and multimedia that the web provides. we would need
an untold amount of disk space and managing it would be almost impossible.The web is succesful in
providing so much information because that information is distributed globally across 1000 of websites
each of which contributes the space for the information it publishes.
We as the consumer of that information,go to that site to view that information.when we are alone we go
somewhere, else and our system retains the diskspace.we don‟t have to install it, change diskor do
anything other than point our browser at that site.
A website is a location on the web that publishes same kind of information,when we View that web
page or the bit of information on that site has a unique address. This address is called URL.
Uniform resource locator:
Uniform resource locator(URL) is primary naming scheme which is used to identify Web resources that
can be either be html documents or other services present in the web. These web resources are identified
with special names called uniform resource identifiers (URI). The URL is the standard method used to
identify any resource, for Example documents , graphics, gopher menu and usenet article anywhere on
the internet.
URL consist of service, hostname and directory path.
Service:// hostname : port/directory-path
Service- indicates the name of the protocol used to access data present on the
other End of the link.
Hostname- indicates the domain name for the web serve where the web pages reside.
HTTP://www.inform.edu/fun.html
Component Description
2
23USECG27 INTERNET AND ITS APPLICATIONS
A web browser is a program that we use to view pages and navigate the world wide web. They are
sometimes called as web clients & internet navigators. Or in the other words we can say that:
“A web browser also known as web client is software invention used to access the web.” It is one
of the most important internet software in use. Microsoft internet explorer which is freeware is the
best example of a web browser in use
3
23USECG27 INTERNET AND ITS APPLICATIONS
Netscape navigator is another example of web browser used in unix and linux operating System.
Other examples include: Opera, mosaic, amaya, hotjava etc.
Function:
Any web browser‟s job is twofold: Given a pointer to a piece of information on the net, the
browser has to be able access that information or operate in some way based on the contents of
that pointer. It deals with formatting and displaying web documents.
Each web page is a file written in a language called Hyper Text Markup Language (html) that
includes the text of the page, its structure and links to other documents, images or Other media.
The browser takes the information it gets from the web server and formats and display the same
file differently depending on the capabilities of that system and the default layout options for the
browser itself. Retrieving document from the web and formatting them for your system are the
two tasks that make up the core of browser functionality.
4.2 Elements of a WebPage
Each website has its own set of web pages and they all differ from each other. However, each of
them contains some common elements. Here is a list of these elements that make up a webpage.
1. The logo or website‟s name is at the top. The placement is not of importance. It defines
the webpage that belongs to which website.
2. The search bar allows users to search for related information on a particular page or the
whole website.
3. Under it are placed the breadcrumbs. These help the reader to locate where they are on
the website and help them to locate the previous page or the home page.
4. The title or the heading of the webpage should be placed. It should be with the HTML
<h1> tag.
5. Under it starts the content is divided into different paragraphs to maintain clarity. These
paragraphs may be placed under different headings. These headings can be created with
tags <h2> to <h6> according to their importance.
6. Many informative web pages include a link for feedback. A good webpage will always
ask the reader if the information was useful or not.
7. In the end, comes the footer. The footer includes the name and any other information
about the website.
8. The copyright and legal notice must be mentioned at the end of each website. This
prevents the information available from any theft of content. This ensures the information
provided remains unique.
4
23USECG27 INTERNET AND ITS APPLICATIONS
Once you have a stable web browser installed on your device, opening a web page isn‟t difficult.
3. The alternative to this is to enter the website‟s name(domain name) into the search bar/
search engine.
4. You can also copy-paste the link if available directly onto the search bar. The web
browser will automatically navigate you to the corresponding web page or site.
Overview of a WebPage URL
1. Protocol – The protocol is the foremost thing in any URL. It is used by the browser to request
information from the resource.
2. Domain name – The domain name is the name of the website that has the web page you want
to view. It is the face value of the organization that is operating it.
3. Webpage – The webpage name defines which part of the website you are currently on.
4. Anchor – This is defined by a „#‟ and is used to represent that the page is related to the
resource. The anchor is somewhere present inside the page itself. There is no need to request the
server to load it.
Web Browser Definition: A software application used to access information on the World Wide
Web is called a Web Browser. When a user requests some information, the web browser fetches
the data from a web server and then displays the webpage on the user‟s screen.
The functions of all web browsers are the same. Thus, more than the different types there are
different web browsers which have been used over the years.
5
23USECG27 INTERNET AND ITS APPLICATIONS
Discussed below are different web browser examples and their specific features:
1. WorldWideWeb
6
23USECG27 INTERNET AND ITS APPLICATIONS
o An application program is known as a client program, running on the local machine that
requests for a service from an application program known as a server program, running
on the remote machine.
7
23USECG27 INTERNET AND ITS APPLICATIONS
o A client program runs only when it requests for a service from the server while the server
program runs all time as it does not know when its service is required.
o A server provides a service for many clients not just for a single client. Therefore, we can
say that client-server follows the many-to-one relationship. Many clients can use the
service of one server.
o Services are required frequently, and many users have a specific client-server application
program. For example, the client-server application program allows the user to access the
files, send e-mail, and so on. If the services are more customized, then we should have
one generic application program that allows the user to access the services available on
the remote computer.
Client
A client is a program that runs on the local machine requesting service from the server. A client
program is a finite program means that the service started by the user and terminates when the
service is completed.
Server
A server is a program that runs on the remote machine providing services to the clients. When
the client requests for a service, then the server opens the door for the incoming requests, but it
never initiates the service.
A server program is an infinite program means that when it starts, it runs infinitely unless the
problem arises. The server waits for the incoming requests from the clients. When the request
arrives at the server, then it responds to the request.
8
23USECG27 INTERNET AND ITS APPLICATIONS
Pause
9
23USECG27 INTERNET AND ITS APPLICATIONS
Unmute
×
protocol://hostname/filename
Protocol: A protocol is the standard set of rules that are used to allow electronic devices to
communicate with each other.
Hostname: It describes the name of the server on the network.
Filename: It describes the pathname to the file on the server.
The URL https://geeksforgeeks.org/php-function contains the information protocol: https,
hostname: geeksforgeeks.org and filename: php-function
4.4.1 TP-LINK
Definition:
TP-Link is a company that specializes in networking equipment and solutions. They offer a wide
range of products designed to provide reliable and secure connectivity, allowing users to access
the internet, share files, stream media, and connect multiple devices within a network.
Quality and Reliability: TP-Link routers are known for their quality and reliability. The
company emphasizes rigorous testing and quality control measures to ensure that their
Affordability: TP-Link routers are competitively priced, making them an attractive option for
users with varying budgets. The company's commitment to offering affordable networking
Easy Setup and User-Friendly Interface: TP-Link routers are designed with user-friendliness
in mind. They often come with intuitive setup processes and web-based interfaces that make
it easy for users to configure and manage their networks without requiring extensive
technical knowledge.
Diverse Range of Models: TP-Link offers a diverse lineup of router models to cater to
different needs. Whether you're looking for a basic router for everyday internet usage or a
high-performance router for demanding tasks like gaming and streaming, TP-Link has
10
23USECG27 INTERNET AND ITS APPLICATIONS
The center piece of Netscape communicator is Netscape navigator, the web browser
component to process and access html documents & other web server contents.
The latest version of Netscape Navigator has added some significant new features to the
release, the most notable of which is an array of tools that together they call smart
browsing
Click the back and forward buttons to move between pages we have already visited in the
current session.
Click the go menu to view a list of all the pages we have visited in the current session our
history list. Select a page to return to it.
To go to a specific web page, type its address in the location box. We can pull down a
list from that box to see every page we have ever typed in directly.s
Netscape was the first company to come out with a public browser. This was originally
called Navigator and now Communicator. You can download a free version from netscape.
Netscape Communicator is a web browser. In other words it lets you connect from your
computer to other computers on web. In order to do that first you have to open an account
with an ISP (Internet Service Provider) like America Online etc. Once you have an account
you can surf the net.
Netscape Communicator has a lot of features that let the user customize his/her browser
according to their needs. Lets look at some of these features now. Just so that we are on the
same page, we will be looking at the following edition of communicator, Netscape®
Communicator 4.5. Lets get started
Netscape communicator is a complete suite of internet application, not merely a web
browser. Netscape communicator suite has so many components and some of them are as
follows;
1. Html editor
2. Netscape navigator
3. Netscape messenger
11
23USECG27 INTERNET AND ITS APPLICATIONS
4. Netscape conference
5. Net casting
Navigation Toolbar
File Menu
Edit Menu
View Menu
Go Menu
12
23USECG27 INTERNET AND ITS APPLICATIONS
Communicator
Help
Navigation Toolbar:
The first thing I want to talk about is the Navigation toolbar. This is what you see below the
menu. It has buttons like Back, Forward etc. This is the easiest way to get around the web. A
lot of times you will use these buttons rather than the menu options above. Lets look at these
one at a time
Back:
This is used to go back to the previous page that you looked at
Forward:
This is used to go to the next page that you just browsed
Reload:
You can use this button so reload a page that did not load properly.
Home:
This is used to go directly to the home page you have chosen
Search:
This opens up a page where you can search for other topics. This is called a search engine
and lets to look up information from a number of sources.
Netscape:
This is a customized page that Netscape lets you create for free. You can choose different
features depending on your interest.
Print:
This one is self explanatory. It lets you print a document from the web
Security:
This button gives you information about the page you are looking at. For example if you are
trading stocks in your account, the page is secure with encryption so others cannot view it
Stop:
13
23USECG27 INTERNET AND ITS APPLICATIONS
This one lets you stop downloading the page if it is taking too long
Communicator Menu:
This menu lets you access other features like mail and newsgroups. We are going to discuss
each option under this menu briefly.
Navigator
Messenger
If you have you email and newsgroups setup to work with Netscape, this is the option that
will take you there. Since a lot of people use Outlook with Internet Explorer, this is hardly
ever used but it is there incase you are a big Netscape fan. When you click on this option,
you will get a new window that looks like this
Composer
This is a stripped down HTML editor which lets you create new HTML documents. In order
to learn more about HTML, please view the Web Publishing section.
Bookmarks
Bookmarks let you store popular pages that you visit frequently.
14
23USECG27 INTERNET AND ITS APPLICATIONS
Newsgroups
This option lets you subscribe to news groups of your interest. Lets say you like classic cars
and would be interested in reading articles. If you have access to a newsgroup server, you
can get articles of interest
Address Book
This is another add on from the mail services where you would keep information on your
contacts
Help Menu:
The Help Menu is a good area to find assistance on anything relating to Netscape
Communicator. I like to use the Index tab which lists all the available topics. Lets say you
wanted to find help on Bookmarks. Here is what you would do
A new dialog box will open. Go ahead and click on Index. In the space below Look for type
bookmarks. This is what you will see.
15
23USECG27 INTERNET AND ITS APPLICATIONS
Internet Explorer is a free web browser, commonly called IE or MSIE, that allows users to view
web pages on the internet. It is also used to access online banking, online marketing over the
internet, listen to and watch streaming videos, and many more. It was introduced
by Microsoft in 1995. It was produced in response to the first geographical browser, Netscape
Navigator.
Microsoft Internet Explorer was a more popular web browser for many years from 1999 to 2012
as it surpassed the Netscape Navigator during this time. It includes network file sharing, several
internet connections, active Scripting, and security settings. It also provides other features such
as:
o Remote administration
o Proxy server configuration
o VPN and FTP client capabilities
All 11 versions of Internet Explorer were released in many years. The last IE11 web browser
was introduced in 2013. At that time, Microsoft has introduced versions of Internet Explorer for
Unix machines and for Mac OS X operating system, but those versions were discontinued as
well. The below table contains all versions of IE and release date:
Internet Explorer 1.5 It was also introduced in 1995 for Windows NT.
Internet Explorer 2 It was introduced on 22 November 1995 for PC and later for Mac in 1996.
16
23USECG27 INTERNET AND ITS APPLICATIONS
Internet Explorer web browser was first released on 16 August 1995 by Microsoft. The initial
version of IE was 1.0, and it came with Microsoft Windows 95.
The IE version 2 was introduced in November 1995, which provided support for secure sockets
layer (SSL) encryption and cookies.
The next version 3 was released in August 1996, followed with the features of
Java and cascading style sheets (CSS).
The last version of IE11 was released in 2013. With the release of Windows 10 in 2015, it was
replaced by the Microsoft Edge as a default browser in Windows.
Although the Internet Explorer comes by default with Microsoft Windows operating systems and
it has been replaced by the Microsoft Edge browser from Windows 10. Furthermore, you can
install and uninstall it from your computer by following the below steps:
17
23USECG27 INTERNET AND ITS APPLICATIONS
o Next, on the Programs and Features window, click 'Turn Windows features on or off'
option. As shown in the below screenshot:
o Check/Uncheck the box to Install or Uninstall Internet Explorer. See the below picture:
18