Home arrow Web Authoring arrow Page 4 - Dreamweaver MX 2004: Your Connection to the Internet
WEB AUTHORING

Dreamweaver MX 2004: Your Connection to the Internet


The way to become the best Web developer and Dreamweaver user you can be is to study as if you plan to become a professional, and that includes a review of the basics. This is chapter 1 from Dreamweaver MX 2004: A Beginner's Guide, by Tom Muck and Ray West (McGraw-Hill/Osborne, 2004, ISBN: 0-07-222996-9).

Author Info:
By: McGraw-Hill/Osborne
Rating: 5 stars5 stars5 stars5 stars5 stars / 12
July 19, 2004
TABLE OF CONTENTS:
  1. · Dreamweaver MX 2004: Your Connection to the Internet
  2. · File Transfer Protocol and the World Wide Web
  3. · TCP/IP
  4. · Hypertext Transfer Protocol
  5. · Hypertext Markup Language (HTML)
  6. · Understand Data-Driven Web Application Components
  7. · Install Dreamweaver MX 2004
  8. · Web Servers
  9. · Choose Server Technologies
  10. · JavaServer Pages, PHP, and ColdFusion MX
  11. · Install and Configure Microsoft Internet Information Services
  12. · Installing and Using Internet Information Services
  13. · Understand the Components of an IIS Installation
  14. · The Default Web Site
  15. · The Default SMTP Server
  16. · What to Take Away from this Module

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Dreamweaver MX 2004: Your Connection to the Internet - Hypertext Transfer Protocol
(Page 4 of 16 )

Any transfer of data over a client/server network (which is really what the Internet is) has basically four parts. The first and last of these steps are the connection and disconnection of the two communicating computers, which is handled by TCP/IP. Sandwiched in between is the work of the HTTP (see Figure 1-2).

Dreamweaver MX 2004 TCP/IP

Figure 1-2  The steps involved in client/server communication

You have probably noticed the “http” that begins most Web addresses. Actually, most browsers now assume the HTTP protocol is being used when you type in an address, so the http:// designation is not strictly necessary. But rest assured, that is exactly what the browser is generating when it makes a request.

NOTE  Most browsers are also capable of sending FTP and news requests. If that is what isintended, the protocol must be specified; otherwise, HTTP will be assumed.

Once a connection is made, a request for data is sent in the form of an address. This might be an IP address, or it could be a fully qualified domain name, such as http://www.dwteam.com/. That request is routed via TCP/IP to the host computer that can fulfill it, and the response is sent back as an HTTP response to the requesting computer. Once it arrives, the TCP/IP protocol again assists in putting the packets of information together so they can be used or displayed.

How that response is used when it gets back to the requesting computer depends on the content of the information sent. For these discussions, it is assumed that you are requesting the type of content that makes up most of the World Wide Web—HTML content.


This chapter is from Dreamweaver MX 2004: A Beginner's Guide, by Tom Muck and Ray West (McGraw-Hill/Osborne, 2004, ISBN: 0-07-222996-9). Check it out at your favorite bookstore today.

Buy this book now.


blog comments powered by Disqus
WEB AUTHORING ARTICLES

- Top WordPress Plugins for Social Media
- How to Install WordPress on WAMPP
- More of the Best Wordpress Plugins for Comme...
- Top Wordpress Plugins to Fight Spam
- More of the top Drupal modules for SEO
- Top Drupal Modules for SEO
- More Top Wordpress Plugins for SEO
- Website Optimization Tips
- Backup and Restore a Drupal Website and Data...
- 5 Best Web Font Services
- Web Font Embedding Services
- Joomla Site Administration
- Create PHP Pages that Use WordPress Templates
- Top Joomla Extensions for Social Networking
- Drupal Modules for Site Navigation

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 9 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials