You must configure a SCREEN option that would protect your router from a session table flood.Which
configuration meets this requirement? 
A.
 [edit security screen] 
user@host# show 
ids-option protectFromFlood { 
icmp { 
ip-sweep threshold 5000; 
flood threshold 2000; 
} 
}
B.
 [edit security screen] 
user@host# show 
ids-option protectFromFlood { 
tcp { 
syn-flood { 
attack-threshold 2000; 
destination-threshold 2000; 
} 
} 
}
C.
 [edit security screen] 
user@host# show 
ids-option protectFromFlood { 
udp { 
flood threshold 5000; 
} 
}
D.
 [edit security screen] 
user@host# show 
ids-option protectFromFlood { 
limit-session { 
source-ip-based 1200; 
destination-ip-based 1200; 
} 
}