Chapter 1 IP
Chapter 1 IP
CHAPTER ONE
Internet Technologies and
Protocols
Mulugeta G..
2
Contents
Internet
Website Evaluation
Internet
• Has been coined from two terms, Interconnection and
Network
• Is a huge network of computers that links many different
types of computers all over the world.
• It is a network of networks that share a common
mechanism for addressing (identifying) computers for
communications between two computers on the network
• A Network is simply a group of computers that are
connected together for sharing information and resources.
• Several such networks have been joined together across the globe
to form what is called as the Internet.
4
Services of Internet
• May be four things, basically:
1. Communication Services
4. E-commerce
7
1. Communication Services
one person to another or even many people at the same time via the
Internet.
• Used to send electronic message over the internet.
• Telnet
• Used to log on to a remote computer that is attached to internet.
• Newsgroup
• Offers a forum for people to discuss topics of common interests.
8
• One can easily surf the Web by jumping from one document to
• All these Web Pages are link to each other or even to section
within a Web Page. And these links are known as Hyper Links.
• The group of web pages which are interlinked is called web site.
4. E-Commerce
• business-to-business (B2B),
• business-to-consumer (B2C),
• consumer-to-consumer (C2C) or
• consumer-to-business (C2B).
13
• Unless you are familiar with HTML and the design methods used in the
site then you have to go back to the designer to have any content changes
made.
• If you wish to sell products on your site and you have a lot of them then
you may have to construct individual pages for each one, which can take
considerable time, effort and cost.
which allows the client to input and manage data via a web-
based series of administration pages.
• Costs are higher initially than for a static site because they
require more complex coding, as well as for maintenance
• Need to obtain web hosting which supports databases and
dynamic languages
22
Static Vs Dynamic
Static Website Dynamic Website
Prebuilt content is same every time Content is generated quickly and
the page is loaded. changes regularly.
It uses the HTML code for It uses the server side languages
developing a website. such as PHP, ASP.NET etc. for
developing a website.
It sends exactly the same response It may generate different HTML for
for every request. each of the request.
The content is only changed when The page contains "server-side" code
someone publishes and updates the file which allows the server to generate the
(sends it to the web server). unique content when the page is loaded.
2. Less is more
• Try to keep all sentences as short as possible.
• Don‟t expect any visitor to scroll all the way down to bottom of a
5. Navigation
• Try to create a navigation structure that is common for all the pages
in your web.
6. Download speed
• A common mistake made by web designers is to develop a site on a
local machine with direct access to the data, or to develop the site
over a high speed internet connection.
• Sometimes developers are not aware of the fact that some of their
pages take a long time to download.
• Before you publish any content heavy pages, make sure they are
tested over a low speed modem connection.
Website Evaluation
What makes a good website
• Know your audience- what will they use your page for?
• Content- is the content that they want?
• Timely, current and relevant
• Accurate and trustworthy
• Appropriate links for your form
• Design for readability
• Design for attractiveness (Layout, Coloring…..)
• Design for easy of understanding
• Design for efficiency
• Design to meet your goals
27
?
END OF CHAPTER ONE
Next: Chapter Two: HTML