System - network administrator, Computer Networking

Assignment Help:

The program must be well documented which includes meaningful variable and subroutine names ("self documenting code") along with comments in the code. The following block of code will appear at the start of your program to which you will add meaningful descriptions (formatting, spelling and grammar will count here!! - the target of your descriptions is someone who can program at a basic level, but is not familiar with Perl - so be verbose where necessary :)

Format your code so it is readable - indent your code in blocks so that the "{" and "}" line up correctly. Use the code examples in the textbook as a guide. You are also allowed to put blank lines in the code where necessary to enhance readability. This makes the program easier to read in the same way that the blank lines I have placed between the paragraphs of this document make it easier to read.  i.e., use whitespace appropriately!

The messages log file will contain various records (lines) and fields (information) but not all the records or fields are needed to produce the required reports. The log file is to be processed to produce the requested report on screen. Only relevant records that correspond to the service that is of interest are to be processed, while all other records are to be skipped and not counted toward the statistics created.

Store the example messages log file in the" /home/user/assignment1 " directory along with your Perl program, but the program should work with the filename given as a commandline argument, or get the logs from the command line if no filename is given. That is the program could also receive the file from, for example piping "cat /var/log/messages | log-message-stats.pl".

 


Related Discussions:- System - network administrator

Link layer process, Each link layer process will have two connections: one ...

Each link layer process will have two connections: one "up" to the appropriate IP layer process, and one "sideways" to the link layer process on the simulated machine at the other

Ip checksum, This code properly implements the IP checksum function on a 32...

This code properly implements the IP checksum function on a 32-bit machine: unsigned short cksum(unsigned short *buf, int count) { unsigned long sum = 0; while (count--) { sum += *

virtual private network - virtual private network vpns, Virtual private ne...

Virtual private network The virtual  private  networks takes the  user data  encrypts them and sends them  to their  destination over  the internet. the sender  and the receiv

Illustrate the bus backbone network, Q. Illustrate the Bus Backbone network...

Q. Illustrate the Bus Backbone network? - Topology is a bus - Utilized in networks such as 10Base5 or 10Base2 - Normally utilized to connect different buildings or to con

Horizontal scaling and vertical scaling, What is meant by horizontal scalin...

What is meant by horizontal scaling and vertical scaling? Ans) Horizontal scaling means adding or removing client workstations with only a small performance impact. Vertical

Show concept of permutation network, Q. Show Concept Of Permutation Network...

Q. Show Concept Of Permutation Network? In permutation interconnection networks the information transfer necessitates data transfer from input set of nodes to output set of nod

Show data link and physical vs subnet, Q. Show Data link and Physical vs Su...

Q. Show Data link and Physical vs Subnet? - Data link layer The function of the Data Link Layer is -offers for the control of the physical layer and detects and possib

What are the responsibilities of application layer, What are the responsibi...

What are the responsibilities of Application Layer? The Application Layer enables the user, whether human or software, to access the network. It gives user interfaces and suppo

What are the two functions of the data link mac layer, a) Manages protocol ...

a) Manages protocol access to the physical network medium b) Permits multiple devices to uniquely signify one another on the data link layer

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd