What is the full name (name of the file and path to access i…

What is the full name (name of the file and path to access it) of the configuration file that you would edit on a Linux or MacOS system in order to make it so that the name “home_sweet_home” is recognized as an alias for the IP Address 131.247.2.42 on your computer?

Consider the following HTML file:  Welcome to CGS3853! Y…

Consider the following HTML file:  Welcome to CGS3853! You should definitely press this button: PRESS ME NOW! We want to write some JavaScript, between the and tags, that will allow us to execute a call to the function alert(“Ouch! Quit doing that!”) every time the button is pressed. The alert function already exists and is ready to be called by your code. Provide the JavaScript that you would write between the and tags to get this done.

Let us assume that we have 2 webcams at home on our local ar…

Let us assume that we have 2 webcams at home on our local area network. We want these to be accessible from the internet, via our router. The public routable IP address of our home router is 131.247.2.77 and it is seen on the local area network as 192.168.1.1. On our local network, the first webcam has 192.168.2.100 as its IP address and the second webcam is at 192.168.2.200. They can be both accessed on port 1025 when we try to connect a web browser to them on the local area network. We want to configure port mapping on our router so that we can access these webcams when we are at work. Our work PC has a public routable address of 131.247.2.90. We want to allow any network traffic coming from any IP address and port combination on the internet, to be redirected to our webcams. If that traffic targets our router on port 5001, we will redirect the traffic to the first webcam. If that traffic targets our router on port 5002, we will redirect it to the second webcam. The following table represents a simplified view of our home router’s Port Mapping setup. Fill in the blanks, using appropriate integer values for the various port numbers and components of the IP addresses:   Redirect the IP traffic coming from internet to these IP and ports of our home router… …to these ports on each of our webcams. [IP1].[IP2].[IP3].[IP4]:[PORT3] 192.168.2.100:[PORT1] [IP5].[IP6].[IP7].[IP8]:[PORT4] 192.168.2.100:[PORT2]