Answer:
see explaination 
Explanation:
I made use of python program to solve this.
text file name with fun.txt.
6 fun. 3 hello 10 <> 2 25 4 wow!
Program code:
import re
file = open('fun.txt','r') #for reading file
strings="" #declaring empty string 
for k in file:
 strings=strings+k #all character in file is storing in strings variable for do operations
pattern = '\s' #for pattern \s is for space
result = re.split(pattern, strings) #split the string with space
for k in range(len(result)): #loop through the list of string
 if(k%2) == 0: #checking for integer to time of string
 p=int(result[k])
 print(result[k+1] *p) #print times of the string(k+1)
Check attachment for output 
 
        
             
        
        
        
Answer:
A. An attacker could potentially perform a downgrade attack.
E. The IPSec payload reverted to 16-bit sequence numbers.
Explanation:
When both strong and weak ciphers are configured on a VPN concentrator, the following are likely to occur;
An attacker could potentially perform a downgrade attack
The IPSec payload reverted to 16-bit sequence numbers
 
        
             
        
        
        
Rajesh might want to avoid the use of a web app for the project due to connectivity issues. Hence, one reason he might want to avoid using the Webb app is slow or poor internet connection. 
Collaborating on a web application relies very heavily on network connectivity which is the what establishes the link ms allows the apllications to achieve optimum performance. 
Therefore, slow internet connection is a major reason whuhe might want to avoid using a web app. 
Learn more : brainly.com/question/25531734
 
        
             
        
        
        
Answer:
Custom Include filter with field "Campaign Name" and pattern "back to school"
Explanation: