Posts

Showing posts from February, 2013

HTTP

Image
HTTP stands for  Hypertext Transfer Protocol . It is an TCP/IP based communication protocol which is used to deliver virtually all files and other data, collectively called resources, on the World Wide Web. These resources could be HTML files, image files, query results, or anything else. A browser is works as an HTTP client because it sends requests to an HTTP server which is called Web server. The Web Server then sends responses back to the client. The standard and default port for HTTP servers to listen on is 80 but it can be changed to any other port like 8080 etc. There are three important things about HTTP of which you should be aware: HTTP is connectionless:  After a request is made, the client disconnects from the server and waits for a response. The server must re-establish the connection after it process the request. HTTP is media independent:  Any type of data can be sent by HTTP as long as both the client and server know how to ha...

HTML XML XHTML

HTML HTML, an initialism of HyperText Markup Language, is the predominant markup language for web pages.  It provides a means to describe the structure of text-based information in a document—by denoting certain text as links, headings, paragraphs, lists, etc.—and to supplement that text with interactive forms, embedded images, and other objects.  HTML is written in the form of "tags" that are surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript) that can affect the behavior of Web browsers and other HTML processors. The Hyper Text Markup Language (HTML) was introduced, under the rules of Standard Generalized Markup Language (SGML) in document type definition (DTD), by Tim Berners-Lee in the year 1991. The SGML is a programming language through which markup languages are developed and its HTML application is a markup of text which uses...
Welcome to "What Known Sense"!!!! Only For CSE/IT Students!! Everybody have some Unique ,Useful or Extra-Ordinary Knowledge that the person may share with others!! Who knows?? this Knowledge; Change their Life?? And so we are doing!! Enjoy our wide range of free  Notes, e-books, Lab Files, Programming Language Tutorials  and much more!!! If you have knowledge, let others light their candles at it. We Welcome Your Feedback and Suggestions!!