IT581: Practicum in Web Development, Summer 2015 (Hybrid)

Introduction to the Internet and Web

What is Web Design?

Visual designers use graphics tools such as Adobe Photoshop or Corel Draw or GIMP to plan the look of the page. The same information can be presented with very different looks.
LWD figure 1.4

The interaction designer plans generally how the user will need to navigate through the information, forw example with a storyboard.
LWD figure 1.3

The visual and interaction designers also plan generally how to present the information for the user to access it, for example by creating a wireframe diagram
LWD figure 1.1

The information designer plans the overall site structure, for example by creating a site diagram
LWD figure 1.2


What is Web Development?


Front end versus back end


The Internet


The World Wide Web


TCP/IP


Some Protocols


IP Addresses


A URL tells

Another simpler example:


Client/Server Model of Communication


How the web works: HTTP client/server transactions

  1. The Client
    • Requests services or information from another computer (the server computer)
    • Formats the request so that the server can understand it
  2. The Server
    • Receives a request from a client and processes the request
    • Responds by sending the requested information back to the client
  3. The Client
    • Processes the response from the server in an appropriate way, such as rendering it for display

A Web page may require several requests from the client to one or more servers to collect all the parts of the page (text and graphics) which are then assembled into the displayed page by the browser

A Web page may require several requests from the client to one or more servers to collect all the parts of the page (text and graphics) which are then assembled into the displayed page by the browser


Standards

Comments to: dong@hood.edu
Last Modified: 28 May 2015. 14:32