Posts

Showing posts from February, 2021

Basic Difference between Browser, Server and Web Client

Image
  Basic Difference between Browser, Server and Web Client Web browser is actually the software or program through which we interact with website and other contents present on internet. Web server is the system which provide web browser with required information, let’s say webpage. Web client the Web browser which requests information from web server and make it available to the user. So, these one line definitions were only for giving you the basic idea about web server, web browser and web client. Now we’ll look into the individual details of them. Web Server Web server is basically a system the deals with the client’s request and provide client with web pages by Hyper Text Transfer Protocol (HTTP) and files via File Transfer Protocol (FTP). URL (universal resource locator) is basically the address where you want to receive data from. When you type a URL in address bar of your web browser, web server sends request to the location where the domain name of this URL is saved. Th...

web server

  A   web server   is   server software , or a system of one or more   computers   dedicated to running this software, that can satisfy   client   HTTP requests on the public   World Wide Web   or also on private   LANs   and   WANs . [1] A web server can manage client  HTTP  requests for  Web Resources  related to one or more of its configured / served  websites . A web server usually receives incoming  network   HTTP  requests and sends outgoing  HTTP  responses (one for each processed request), along with web contents, through transparent and / or  encrypted   TCP/IP  connections (See also:  HTTPS ) which are started by client  user agents  before sending their HTTP request(s). Web servers may soon be able to handle other types of transport  protocols  for HTTP requests. The primary function of a web server is to store, process and...
  Introduction To Html HTML (Hypertext Markup Language) is used to create document on the World Wide Web. It is simply a collection of certain key words called ‘Tags’ that are helpful in writing the document to be displayed using a browser on Internet. It is a platform independent language that can be used on any platform such as Windows, Linux, Macintosh, and so on.To display a document in web it is essential to mark-up the different elements (headings, paragraphs, tables, and so on) of the document with the HTML tags. To view a mark-up document, user has to open the document in a browser.  A browser understands and interpret the HTML tags, identifies the structure of the document (which part are which) and makes decision about presentation (how the parts look) of the document. HTML also provides tags to make the document look attractive using graphics, font size and colors. User can make a link to the other document or the different section of the same document.  Docume...

Internet Server Identities _Establishing Connectivity On The Internet

  Internet Server Identities InterNIC,a quasi government body in the U.S.A registers and issues internet servers their unique ip addresses.InterNIC,also authorizes organizations in other countries to issue IP addresses. Registering A Virtual Domain With InterNIC ? Log out an interNIC server. ? Fill up a registration form online. ? pay the two-year registration fee to interNIC. This registers a virtual domain with interNIC. Establishing Connectivity On The Internet                 The protocol used to setup communications between a client and server on the internet is TCP/IP. The network can be a heterogeneous mix of any of the following networking technologies ethernet,vsat,fiber optics,infrared,VHF/UHF radio frequencies and so on, TCP/IP will work across all quite transparently.TCP/IP breaks up data into datagrams and guarantees that the data is correctly received at its destination. Client IP Address How Client IP Addresses Are Assigned ...