0% found this document useful (0 votes)
25 views2 pages

UCI Assignment

Web servers store, process, and deliver web pages to users via HTTP. Internet service providers (ISPs) provide access to the internet for both personal and business customers. Proxy servers act as an intermediary between internal and external networks, providing security and caching common requests to improve speed. There are several options for web hosting: shared hosting involves multiple websites on one server; virtual private servers (VPS) virtually mimic dedicated servers within shared environments; dedicated servers allocate an entire physical server to a single customer; and cloud hosting uses virtual resources across multiple servers. Some HTML tags do not require closing tags, including <img> for images, <input> for forms, and <br> for line breaks.

Uploaded by

Emmanuel Kiptoo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views2 pages

UCI Assignment

Web servers store, process, and deliver web pages to users via HTTP. Internet service providers (ISPs) provide access to the internet for both personal and business customers. Proxy servers act as an intermediary between internal and external networks, providing security and caching common requests to improve speed. There are several options for web hosting: shared hosting involves multiple websites on one server; virtual private servers (VPS) virtually mimic dedicated servers within shared environments; dedicated servers allocate an entire physical server to a single customer; and cloud hosting uses virtual resources across multiple servers. Some HTML tags do not require closing tags, including <img> for images, <input> for forms, and <br> for line breaks.

Uploaded by

Emmanuel Kiptoo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

TOM MBOYA UNIVERSITY COLLEGE

KIPTOO EMMANUEL

REG NO:SED/SC/00284/020

UCI 201 CAT ONE


1.Describe the role played by the following in relation to the internet infrastructure;

a).web servers

 Is a computer that runs websites.


 Is a computer program that distributes webpages as they are requisitioned.
 The basic objectives of the webservers is to store,process and develop webpages
tousers.The intercommunicationis done using HypertextTransferProtocols.

b).ISPs

 Internet service provider is a company that provides access to both businesses and
consumers.
 Refers to acompany that provide access to the internet to both personal and business
customers.
 It makes possible for their customers to surf the web,shop online,conduct businesses and
connect with family and friends.

c).Proxy server

 Is a machine that translates traffics between networks or protocols. It's an intermediary


server separating-user and clients.
 It acts as a fire wall and webfiller,provide shared network connection and cached to speed
up common requests. A good proxy server keeps usersand internal network protected from
the bad staff that lives out in the wild internet.
 It balances internet traffic to prevent crashes

2.Describe four web hosting options.

i)Shared options

 Is a web hosting service where many websites reside on one webserver connected to the
internet.
 It’s used where there are other users sharing their resources and services between each
other.

ii)VPS

 Refers to virtual private server which is a hosting that virtually mimics dedicated
serverbenvironments within shared server.
 It has become a popular choice because its generally lowering cost than the dedicated
hosting but it provides better reliability,security and performance.

iii)Dedicated
 Is an internet hosting optionin which a physical server(orservers) is dedicated to a single
business customers.
 The customer has complete control over the machine, so they optimise it for their unique
requirements including performance and security.
 Allows for complete customization.

Cloud

 Uses a virtual network of cloudservers to host a single site.It’s different from traditional
hosting which stores one or multiple sites on a single server.
 Websites uses the virtual resources to several servers to accommodate all the aspects of
hosting your site.The load is balanced, security is taken care of and hardware resources are
available virtually so they can be used when needed.The cluster of servers is cloud.

3.State and explain three HTML tags that do not have a corresponding closing tag.

Tags that are forbidden to be closed include image,input,br,hr,meta,etc.

The void elements or single tag sin HTML don’t require a closing tag to be valid; are elements that
either stand alone on the page or whether the end of their contents is obvious from the context of
the page itself.They include the following:

<Img>

 One of the work horse elements of HTML,it refers to the image tag; is used to add graphic be
images to a webpage.

<Input>

 A form element that is used to capture information from the visitors.

Are a number of valid in puttypes from the common“text’’in putt hath as been used informs for
years.

<br>

 A line break oftenly used in text content to create a singleline break instead of a paragraph.

<hr>

 A horizontal rule which is a straight line on the page. In many cases,CSS borders creates
separator lines instead of this HTML element.

You might also like