Question: Use a linked list with 3 nodes to simulate 3 TCP/IP packest. Each must have source IP, destination IP, dat (25 characters). After checking each
Use a linked list with 3 nodes to simulate 3 TCP/IP packest. Each must have source IP, destination IP, dat (25 characters). After checking each packet, bring in the next 3 (change the values) and check them. Check each IP for suspicious 000, and check data for encrypted JOHN JAY. (subtract one from ASCII value of each character). You can get extra credit if you SUCCESSFULLY use QUEUE instead of a linked list. .
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
