[SOLVED] Write a program that analyzes a web server's log file from three different countries

15.00 $

Programming resource
, Digital learning resource
Categories: ,
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (2 votes)

write a program that analyzes a web server’s log file from three different countries to figure out which computer ip address has attempted to access my web server the most. The three given files are: India.log , Pakistan.log, and Sri Lanka.log. The user will choose which log file to open. The program should list the top 3 IP address that visited the web server. Look at required output below.

Standard Input
India.log
REQUIRED OUTPUT:
Enter a log file to be analyzed\n
Found 881 unique IP addresses.\n
The most attemped IPs are: \n
112.133.223.117 (395 accesses)\n
45.124.144.145 (143 accesses)\n
59.90.45.35 (49 accesses)\n
Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.