Question: Using R program, create a data frame using the following: a. SOURCE_IP: 209.99.66.22, 209.99.66.100, 192.168.1.3 b. DEST_IP: 192.168.0.12, 209.99.66.222, 192.168.0.44 C. PROTOCOL: UDP, ICMP, TCP

Using R program, create a data frame using the following: a. SOURCE_IP: 209.99.66.22, 209.99.66.100, 192.168.1.3 b. DEST_IP: 192.168.0.12, 209.99.66.222, 192.168.0.44 C. PROTOCOL: UDP, ICMP, TCP d. INFO: LEN=1068, Destination Unreachable, Len=128 Then subset the SOURCE_IP as a list. Subset the SOURCE_IP and DEST_IP as a matrix. Finally, filter the PROTOCOL row to see if UDP is in it. Print the output of each. Using the requirements for above, write code, in R program, that subsets SOURCE_IP, DEST_IP, and PROTOCOL as a matrix
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
