29.4k views
0 votes
There are several methods of updating information and data on a webserver. We must consider who performs those updates upfront when we design the website. Research three methods for updating webserver data.

User Kewlashu
by
4.9k points

1 Answer

3 votes

Answer:

RTMC pro, HTML server-sent and Java Software Development Kit

Step-by-step explanation:

RTMC pro: The setup of RTMC pro is done automatically and there is provision of several elements to upload and store data on the server using screens. Screens are usually saved as files and then integrated to an internal or external server.

HTML server-sent : This is a way for webpages to communicate with the webserver. In this method, for ever HTML page there is an associated script present on the server side that will continuously provide realtime data update. This scrip will have to be configured with the data you want to update.

Java Software Development Kit : JAVA SDK is used to build software/applications on Java. This permits programmers to develop applications or applets to perform data updating on the servers. The developped applets can be used with internal servers as well as third party servers.

User Vauhochzett
by
4.7k points