The Architecture of CADweb application

[ Home | Statistics | Algorithm | Architecture | Application | Glossary ]

Requirements of using CADweb application:

  1. Client computer
  2. Web Browser
  3. Medium between client and server
  4. Server end
  5. CGI operation

Process of CADweb application:

  1. User data entry from web browser
  2. User submits data to server
  3. Data being transmitted across medium to the server
  4. CGI recieves the data and complete the request
  5. CGI send output data back in HTML format to client computer
  6. Client computer shows HTML file on the web browser

This is how CADweb application works in the diagram below:

[ Home | Statistics | Algorithm | Architecture | Application | Glossary ]