A web client sends a request to a web server. The web server transmits a…
2014
A web client sends a request to a web server. The web server transmits a program to that client ans is executed at client. It creates a web document. What are such web documents called?
- A.
Active
- B.
Static
- C.
Dynamic
- D.
Passive
Attempted by 41 students.
Show answer & explanation
Correct answer: A
Active Web Documents are created when a program is transmitted from the server to the client and executed locally. This distinguishes them from static documents (pre-written) and dynamic documents (server-generated).