Answer:
True is the correct answer for the above question
Explanation:
- The OSI security architecture is a security framework that is used to secure the data packets when it is going to transfer on the internet for communication.
- It is used to define the security rules and mechanism which need to secure the data packets.
- It mainly focuses on Security services, Security attacks, Security mechanisms.
- The above question-statement states about the framework which defines the security mechanism to secure from the attacks are known as OSI Security architecture which is the correct statement which is described above. Hence True is the correct answer.
The answer is "<span>B) any perpendicular bisector of one of the sides".
</span>
We can define a line of reflection as the line in which a shape is reflected, or we can say that it is the mirror in which the shape is reflected. The line of reflection is the perpendicular bisector of any pair of corresponding points. If you want to join sets of corresponding points on the object and image, then the line of reflection will slice the lines framed down the middle.
Answer:
public class Date{
Public Date(int month,int day,int year){
}
}
void main(){
Date datep=new Date(3,12,2006);
}
Explanation:
Here we declared a class "Date" and defined one public constructor which will take month,day and year. In main we created an object to that Date class by invoking this parameterized constructor and assigned that object to "dateap" Date variable
Answer:
EMI, and RFI
Explanation:
EMI stands for Electromagnetic Interference when in the radiofrequency spectrum can also be known as Radio-Frequency Interference (RMI).
An unshielded ethernet cable (which is made of copper) can act as an antenna, any noise that leaks to it will cause an interference with the signal, and thus causing data corruption and signal distortion.