logo

Crowdly

Browser

Add to Chrome

CMP4265 Applied Operating Systems A S2 2024/5

Looking for CMP4265 Applied Operating Systems A S2 2024/5 test answers and solutions? Browse our comprehensive collection of verified answers for CMP4265 Applied Operating Systems A S2 2024/5 at moodle.bcu.ac.uk.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

What is the purpose of the 'nameservers:' entry?
View this question

Create a new file:

sudo touch /etc/netplan/02-static-ip.yaml

Create the below syntax in the file. You can also open the Firefox browser on the VM and follow this link to copy and paste the configuration: https://bit.ly/4265-5

network:

version: 2

renderer: NetworkManager

ethernets:

enp0s3:

dhcp4: false

addresses:

- 192.168.0.4/36

nameservers:

addresses:

- 192.168.0.1

gateway4: 192.168.0.1

Save the file and try the changes.  

What happens?

View this question

Display the routing table.  Enter the command you used in the box below.

View this question
Configure the ethernet interface enp0s3 with an additional IP address of 192.168.1.7 and a subnet mask of 255.255.255.0. Enter the command you used in the box below.
View this question
Delete the IP address you previously added to the enp0s3 interface. Enter the command you used in the box below (DO NOT DELETE ANY OTHER IP ADDRESSES!).
View this question
Verify the IP address configured above for the interface. Enter the command you used in the box below.
View this question

Display the statistics for just the enp0s3 interface.  Record the command you used in the box below.

View this question

Display the status of all network interfaces on the screen.  Enter the command you used in the box below.

View this question

Can you account for the above behaviour?

View this question
View this question

Want instant access to all verified answers on moodle.bcu.ac.uk?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome