Vous êtes sur la page 1sur 3

Client server concept in internet and communicating on internet Establishing connectivity on internet Internet domains and Domain name

Registration URL Introduction to WWW

Web server and web browser Web Server:


1. Web servers are computers that deliver (serves up) Web pages. Every Web server has an IP address and possibly a domain name. For example, if you enter the URL http://www.biswaranjan.com/index.html in your browser, this sends a request to the Web server whose domain name is biswaranjan.com. The server then fetches the page named index.html and sends it to your browser. 2. Web server interacts with the client through a web browser. It delivers the web pages to the client and to an application by using the web browser and the HTTP protocols respectively. 3. We can also define the web server as the package of large number of programs installed on a computer connected to Internet or intranet for downloading the requested files using File Transfer Protocol, serving e-mail and building and publishing web pages. A web server works on a client server model. 4. While talking about Java language then a web server like Apache is a server that is used to support the web component like the Servlet and JSP. 5. A computer connected to the Internet for providing the services to a small company or a departmental store may contain the HTTP server (to access and store the web pages and files), SMTP server (to support mail services), FTP server (for files downloading) and NNTP server (for newsgroup). 6. The computer containing all the above servers (HTTP, FTP, and SMTP) is called the web server.

Web Browser:
1. A web browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web. 2. Browsers translates the basic HTML (Hypertext Mark Up Language) code that allows us to see images, text videos and listen to audios on websites, along with hyperlinks that let us travel to different web pages. 3. The browser gets in contact with the web server and requests for information. The web server receives the information and displays it on the computer. 4. There are different browsers for various things you do on the internet. a. Text based Browser i.e LYNX b. Graphical User Interface based browser that allows the user to see all types of multimedia. Example: Mozilla FireFox, Netscape Navigator, Microsoft Internet Explorer, Google Crome. 5. Every browser features a toolbar that allows you to perform various functions like: Go back to the first page you started on the internet which is called Home. Book your favorite websites. Print content you find interesting on web pages. Check your web history, like the websites you visited in the past. You can go forward and backwards to see the previous sites you viewed. 6. Example of Web browser: Nexus, Samba, Netscape Navigator, Opera, Internet Explorer, Amaya, Safari, SeaMonkey, mozzila firefox, Google crome and LYNX. 7.

Introduction to CGI

Vous aimerez peut-être aussi