Skip to main content

Posts

Showing posts with the label check

Threat Intelligence and Cybersecurity Knowledge Check

  Threat Intelligence and Cybersecurity Knowledge Check #cybersecurity #coursera #quiz #solution #network Congratulations! You passed! Grade received   93.75% To pass   80%  or higher Threat Intelligence and Cybersecurity Knowledge Check Total points  8 1. Question 1 Which three (3) of these were among the top 5 security drivers in 2019? (Select 3) 1 / 1 point Human error accounting for the majority of security breaches Correct Partially correct! New security and privacy laws that went into effect in 2019 IOT device attacks moving from targeting consumer electronics to targeting enterprise devices Correct Partially correct! The number of breached records in 2019 more than 3 times that of 2018 Correct Partially correct! 2. Question 2 What was the average cost of a data breach in 2019 in US dollars? 1 / 1 point $262K $3.92M $42.7M $237M Correct Correct! 3. Question 3 What was the average size of a data breach in 2019

Protocol Redistribution EIGRP and OSPF route

 Find below the configurations for route redistribution between OSPF and EIGRP LAB.   R1 configurations: configure terminal interface serial 1/1 ip address 4.1.1.2 255.0.0.0 no shut interface serial 1/0 ip address 1.1.1.1 255.0.0.0 no shut interface fastethernet 0/0 ip address 200.100.50.100 255.255.255.0 no shut router ospf 11 network 1.0.0.0 0.255.255.255 area 0 network 4.0.0.0 0.255.255.255 area 0 network 200.100.50.0 0.0.0.255 area 0 network 200.100.200.0 0.0.0.255 area 0 redistribute eigrp 10 subnets exit router eigrp 10 redistribute ospf 11 metric 1 1 1 1 1 R2 configurations: configure terminal interface serial 1/0 ip address 1.1.1.2 255.0.0.0 no shut interface serial 1/1 ip address 2.1.1.1 255.0.0.0 no shut interface fastethernet 0/0 ip address 200.100.100.100 255.255.255.0 no shut router ospf 11 network 1.0.0.0 0.255.255.255 area 0 network 4.0.0.0 0.255.255.255 area 0 network 200.100.50.0 0.0.0.255 area 0 network 200.100.200.0 0.0.0.255 area 0