I think AAAAMMMMMHHVVV
i think suppose to be 3 v's
Disabling unused ports and interfaces.
Securing administrative access.
Router hardening means that the router is secured against attacks as best as possible. Router hardening is one among the three areas of router security that must be maintained to secure an edge router at the network perimeter. Basically, router hardening secures from tough-to-crack passwords, to the shutting down of unnecessary interfaces, ports, and services. Look for any unused router interfaces and disable them by issuing the shutdown command. Disabling unused services typically include BOOTP, CDP, FTP, TFTP, PAD, and a few others. You can also disable administrative and management protocols currently not being like HTTP or HTTPS, DNS, and SNMP.
Answer:
# include<iostream>
#include<conio.h>
using namespace std;
main()
{
float f, c;
cout<<"enter temperature in Fahrenheit ="
cin<<f;
c=(f-32)/1.8;
cout<<"/n Temperature in Celsius ="<<c;
getch();
}
Explanation:
The conversion formula from Fahrenheit to Celsius is given as:
C= (F-32) x 5/9
we take an input in Fahrenheit and put in above formula and covert it in Celsius.
Answer: Network access control (NAC)
Explanation:
The solution that should be used is the network access control. Network access control helps in keeping devices and users that are unauthorized out of ones private network.
In this case, since one will like to prevent the laptops from connecting to the network unless anti-virus software and the latest operating system patches are installed, then the network access control can be used. One can only give access to the device that it wants to give access to and prevent others from connecting.
C. system software
if it means drivers and so on