Posts

Showing posts from August, 2021

Servers

Image
                                           Web Server-  A Web Server is a computer  that runs websites. It's a computer program that distributes web pages as they are requisitioned. The basic objective of the web server is to store,process and deliver web pages to users. This intercommunication is done using HTTP. These web pages are mostly static content that includes HTML documents ,style ,images,sheets,test etc. Apart form HTTP , a web server also supports SMTP (Simple Mail Transfer Protocol) and FTP(File Transfer Protocol) protocol for emailing and for file transfer and storage. The main job of a web server is to display the website content. If a web server is to display the website content. If a web server is not exposed to the public and is used internally, then it is called Intranet Server.  A server can be a single computer, or even an embedded system such...

Websites and it's types

Image
  Websites- Is a collection of web pages and related content that is identified by a common domain name and published on at least one web server. Notecible examples are like amazon.com,google.com, etc. All publicly websites collectively constitute the www (World Wide Web).There are also private websites can only accessed on a private network.  Hyper linking between web pages guides the navigation of sites, which often starts with home page. HTTP is an application protocol for distribution, collaborative , hypermedia information systems that allows users to communicate data on www. Some types of websites are as below- Static Website:-  A Static Website is one that has web pages stored on the server on the server in the format that is sent to a client web browser.It is primarily coded in HTML (HyperText Markup Language);CSS(Cascading Style Sheets) are used to control beyond basic HTML .This types websites usually displays the same information to all clients.Static websites ...

Web Technology

Image
    Web Technology  Web Technologies refers to the way computers /devices communicate with each other with using markup languages. Its involves communication across the web and creates, deliver and manage web content using Html( Hypertext markup language). It is said to have brought into small village where people and devices can communicate/ connected with each other very easily without obstruction. Web Application have become more powerful and can fully replace desktop application in most situation, that why you need to now basic Web Programming, including HTML,CSS, Java script. To create more powerful websites and web application's you also need to know about Web server,Database system and web frameworks like PHP, ASP,.NET,etc. .WWW has allowed for the access of information that would have been impossible to find or may have been to difficult to find www.  WEB BROWSERS Web Browsers, often just called browsers, make it possible for us to view the resources that are...