Sponsored Content
Special Forums IP Networking I would like to monitor network traffic for a computer on my network Post 302997653 by Corona688 on Wednesday 17th of May 2017 04:53:03 PM
Old 05-17-2017
Also, one of Robert Grossblatt's famous laws of life and design: "If you can't afford to blow it up, you can't afford to use it."
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

monitoring network traffic

there are commands to monitor the memory, paging, io... how about network traffic. i mean commands to see whether the network traffic (LAN) is congested? the closest i got is netstat thanks (6 Replies)
Discussion started by: yls177
6 Replies

2. Cybersecurity

How to capture network traffic

Hi, Can someone give me the clue on how to capture network traffic at gateway. Thanx (2 Replies)
Discussion started by: kayode
2 Replies

3. Programming

Help in developing a Network Appliation to monitor pc in a network

I am developing a Network Appliation to monitor computers in a network. Specs are App monitors the current web page viewed in each system App also can shutdown the computer in the network App can show all process run by each computer in the network I am now confused how to start my... (2 Replies)
Discussion started by: valaparambil88
2 Replies

4. Infrastructure Monitoring

Network Traffic

Hi all, Got a strange one here, well not so much strange, different :-) I need to work out if a server is particulary chatty, whether its talking / communicating heavily to a particular server, as Im planning to physically move the server to a different server, over a link. Hence the... (6 Replies)
Discussion started by: sbk1972
6 Replies

5. HP-UX

Monitoring traffic in the network

I Colleagues, Somebody can say me how to monitoring traffic in the network. also I am interested in monitoring memory. if somebody to know a guide with command advanced in unix welcome for me. Thank you for adcanced. (0 Replies)
Discussion started by: systemoper
0 Replies

6. Red Hat

How to monitor network device traffic using MRTG?

How to monitor network device traffic using MRTG? How can I add network devices in MRTG configuration to monitor? (2 Replies)
Discussion started by: manalisharmabe
2 Replies

7. UNIX Desktop Questions & Answers

While Connecting to Google networking. Error = Unusual traffic from your computer network.

Hello, I am working in office, where, more than 60 clients machines (only 16 machines are on windows) are there and one server Centos Server, I have configured clients with server, so that internet will be used form only one IP. Only 1 ip is assigned, but now a days, my client machines are... (2 Replies)
Discussion started by: RedRocks!!
2 Replies

8. Infrastructure Monitoring

How do I know what traffic is in network port?

If I would like to know what connection , data , traffic in a network port ( eth0 ) , what can I do ? ps. because I always found the network is very slow , so I would like what the network port is doing . Thanks Login ID ust3 is currently in read-only mode for multiple infractions. Creating... (0 Replies)
Discussion started by: ust03
0 Replies

9. UNIX for Advanced & Expert Users

How to throttle network traffic?

Hi All I am resilience testing an application that is spread across multiple servers. One thing I will need to do soon is throttle the network traffic for specific interfaces within the test cluster. Specifically, maybe make a connection take twice or three times as long to respond.... I... (3 Replies)
Discussion started by: bbq
3 Replies
Fax Formats(1)						      General Commands Manual						    Fax Formats(1)

       This page, part of the Netpbmuser'sguide(1) , describes FAX formats in relation to Netpbm facilities.

       The  ITU  (formerly CCITT) publishes standards for operation of fax machines (the idea is to provide a way to be sure that a fax machine is
       able to receive a fax sent by another).	These standards incidentally specify graphics file formats -- a protocol for representing a visual
       image in sequences of bits.

       The  two  relevant  standards  are  called Group 3 (G3) and Group 4 (G4) (Groups 1 and 2 are analog standards no longer in use).  Virtually
       every fax machine in existence conforms at least generally to at least one of these standards.

       The standard for Group 3 fax is defined in ITU Recommendation T.4.  In the U.S., that is implemented by EIA standards EIA-465 and  EIA-466.
       These  standards  cover more than the file format as well, including how to transmit bits over a telephone line and procedures for handling
       document transmissions.

       G3 faxes are 204 dots per inch (dpi) horizontally and 98 dpi (196 dpi optionally, in fine-detail mode) vertically.

       The standards specify three file formats (also called coding methods and compression schemes -- remember the standard doesn't mention  com-
       puter files; it talks about the format of a stream of bits travelling over a telephone line):

       MH     This compresses in one dimension: it compresses individual raster lines but makes no attempt to compress redundancy between lines.

	      One  dimensional compression is traditionally the best a fax machine could handle because G3 neither assumes error free transmission
	      not retransmits when errors occur, and receiving fax machines traditionally could not afford to buffer much of a page.  It's  impor-
	      tant that when there is an error in a raster line, its impact not spread to many lines after it.

	      All Group 3 and Group 4 fax machines must be able to send and receive MH.

	      MH  is  sometimes  called  'G3,' but that is a poor name because while the Group 3 standard does specify MH, it has always specified
	      other formats too.

	      MH is sometimes called 'T4' based on the name of the document that specifies it, ITU T.4.  But this is a poor name because T.4  also
	      specifies MR.

       MR     This compresses in two dimensions, horizontally and vertically.

	      MR  has  always been part of the Group 3 standard, but is optional (a Group 3 fax machine may or may not be able to send and receive
	      it).

       MMR    This is a more advanced format than the others.  It is even more two-dimensional than MR.  It is optional in the Group  3  standard,
	      and  didn't  even  exist	in  earlier  versions of it.  It was developed specifically for the Group 4 standard, but then added to an
	      extended Group 3 standard as well.

	      MMR is sometimes called Group 4, but that is a poor name because of the fact that it is also part of the current Group 3 standard.

	      MMR is sometimes called 'T6' based on the name of the document
	       that specifies it, ITU T.6.

       g3topbm converts the MH format to PBM.  pbmtog3 converts PBM to MH.

       There is no Netpbm program to convert to or from other fax formats.

TIFF
The TIFF format is flexible enough to allow lots of different coding methods, within it. There are TIFF subformats for MH, MR, and MMR, among others. These are particularly useful when you receive a fax as a TIFF file. tifftopnm recognizes and can convert from any of these. pamtotiff can convert to any of these; you use command options to choose which. netpbm documentation 03 December 2008 Fax Formats(1)
All times are GMT -4. The time now is 09:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy