Post By: Hanan Mannan
Contact Number: Pak (+92)-321-59-95-634
-------------------------------------------------------
Web Developer's Guide
Contact Number: Pak (+92)-321-59-95-634
-------------------------------------------------------
Web Developer's Guide
Learning Essential Web Concepts in simple and practical way. Before you start developing your website, become conversant with all web concepts.This tutorial gives you a basic understanding required to become a good Web Developer.
Web - Basic Concepts
What is Internet?
The Internet is essentially a global network of computing resources. You can think about the Internet as a physical collection of routers and circuits as a set of shared resources or even as an attitude about interconnecting and intercommunication. Some common definitions given in the past include:- A network of networks based on the TCP/IP communications protocol.
- A community of people who use and develop those networks.
- A community of people who use and develop those networks.
A network of networks based on the TCP/IP communications protocol.
A community of people who use and develop those networks.
A community of people who use and develop those networks.
Internet Based Services:
Some of the basic services available to Internet users are:- Email: A fast, easy, and inexpensive way to communicate with other Internet users around the world.
- Telnet: Allows a user to log into a remote computer as though it were a local system.
- FTP: Allows a user to transfer virtually every kind of file that can be stored on a computer from one Internet-connected computer to another.
- Usenetnews: A distributed bulletin board that offers a combination news and discussion service on thousands of topics.
- World Wide Web (WWW): A hypertext interface to Internet information resources.
Email: A fast, easy, and inexpensive way to communicate with other Internet users around the world.
Telnet: Allows a user to log into a remote computer as though it were a local system.
FTP: Allows a user to transfer virtually every kind of file that can be stored on a computer from one Internet-connected computer to another.
Usenetnews: A distributed bulletin board that offers a combination news and discussion service on thousands of topics.
World Wide Web (WWW): A hypertext interface to Internet information resources.
What is WWW?
This stands for World Wide Web. A technical definition of the World Wide Web is : all the resources and users on the Internet that are using the Hypertext Transfer Protocol (HTTP).A broader definition comes from the organization that Web inventor Tim Berners-Lee helped found, the World Wide Web Consortium (W3C):The World Wide Web is the universe of network-accessible information, an embodiment of human knowledge.In simple terms, The World Wide Web is a way of exchanging information between computers on the Internet, tying them together into a vast collection of interactive multimedia resources.
What is HTTP?
This stands for HyperText Transfer Protocol. This is the protocol being used to transfer hypertext documents thats makes the World World Wide possible.A standard web address such as http://www.yahoo.com/ is called a URL and here the prefix httpindicates its protocol
What is URL?
URL stands for Uniform Resource Locator, and is used to specify addresses on the World Wide Web. A URL is the fundamental network identification for any resource connected to the web (e.g., hypertext pages, images, and sound files).A URL will have the following format:
protocol://hostname/other_information |
The protocol specifies how information from the link is transferred. The protocol used for web resources is HyperText Transfer Protocol (HTTP). Other protocols compatible with most web browsers include FTP, telnet, newsgroups, and Gopher.
The protocol is followed by a colon, two slashes, and then the domain name. The domain name is the computer on which the resource is located.
Links to particular files or subdirectories may be further specified after the domain name. The directory names are separated by single forward slashes.
0 comments:
Post a Comment