13_1.3.4 WebTech – Server-Client 3
A web page uses JavaScript to display the current time to the user using the user’s system clock. Give one disadvantage of this code being run client side rather than server side.
A web page uses JavaScript to display the current time to the user using the user’s system clock. Give one disadvantage of this code being run client side rather than server side.
The Big Brains exam board has produced a website that allows students to access revision videos. The exam board wants to limit access to those students with a school email account (i.e. one ending .sch.uk). When students sign up JavaScript is used to check that the email address they have entered is from a school …
Discuss the difference between server and client side processing with respect to webpages. You should refer to the advantages, drawbacks and best uses of both approaches.