Answer:
a) Pick ONE OR MORE options Using code-splitting for JS files.
b) Compressing the JS files on the server-side
Explanation:
Javascript is a multi-purpose programming language, it is used in web development as a scripting language for programming the interactiveness of the web application.
Loading and running the script from the server can take a lot of time, so, the file is compressed and split for faster loading.
Answer:
10.1.1.150:80
Explanation:
Socket address is the combination of an IP address and port number.
HTTP is what most unencrypted webpage use, instead of HTTPS which is the encrypted version of HTTP.
By default, webserver using Hypertext Transfer Protocol (HTTP) uses a standard port known as port 80.
The Socket address which is the combination of the IP address and standard port number will be something like this:
10.1.1.150:80
<span>SSL is used to process certificates and private/public key information. </span>SSL stands for Secure Sockets Layer. It is cryptographic protocols <span> that creates a trusted environment and </span>provides communications security over a computer network. The SSL protocol is used for establishing encrypted links between a web server and a browser.