Networking Forums

Networking Forums > Computer Networking > Linux Networking > Network Identification/Administration/Flow Control/Error pattern in C

Reply
Thread Tools Display Modes

Network Identification/Administration/Flow Control/Error pattern in C

 
 
photodose@gmx.de
Guest
Posts: n/a

 
      10-07-2006, 08:59 AM
Hi

I have a project to connect several control boxes with a TCP based
network. The TCP/IP stacks is available.

I would like to know if there are some design patterns in "C", which
deal with the identification of other clients in a TCP Network( such as
broadcasting every several secondes), establishment of link and flow
control/Error control ( on application layer, not on TCP layer)

Thanks in advance

Steven

 
Reply With Quote
 
 
 
 
Robert Harris
Guest
Posts: n/a

 
      10-07-2006, 11:07 AM
(E-Mail Removed) wrote:
> Hi
>
> I have a project to connect several control boxes with a TCP based
> network. The TCP/IP stacks is available.
>
> I would like to know if there are some design patterns in "C", which
> deal with the identification of other clients in a TCP Network( such as
> broadcasting every several secondes), establishment of link and flow
> control/Error control ( on application layer, not on TCP layer)


SNMP is the most common protocol used to manage networks but it is not
trivial to use. Is that perhaps what you need?

Robert

>
> Thanks in advance
>
> Steven
>

 
Reply With Quote
 
Steven P
Guest
Posts: n/a

 
      10-08-2006, 05:35 AM


> SNMP is the most common protocol used to manage networks but it is not
> trivial to use. Is that perhaps what you need?


Thanks for the advice. What I would like to have is on the app layer,
some kind of control mechanism above communication protocol, just like
try 3 times after failure, then report error to user ...

Steven

 
Reply With Quote
 
Robert Harris
Guest
Posts: n/a

 
      10-08-2006, 07:51 AM
Steven P wrote:
>
>> SNMP is the most common protocol used to manage networks but it is not
>> trivial to use. Is that perhaps what you need?

>
> Thanks for the advice. What I would like to have is on the app layer,
> some kind of control mechanism above communication protocol, just like
> try 3 times after failure, then report error to user ...
>
> Steven
>

Well, TCP does that kind of thing at the transport layer and reports
errors to the application. But if you want anything to manage at a
higher level, then all your applications have to subscribe to it. Ugh!

Robert
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Gigabit Ethernet and Flow Control ChrisW Windows Networking 0 06-22-2006 03:02 PM
Question about flow control over ethernet with TCP C. J. Clegg Linux Networking 3 05-06-2006 10:30 PM
Network Identification Error Anjaana Rahi Windows Networking 1 12-02-2004 05:49 AM
Simple Question? - Flow Control =?Utf-8?B?R2FyeQ==?= Windows Networking 1 11-16-2004 03:58 AM
flow control - untypical, and very urgent! OM Linux Networking 0 07-01-2003 12:17 AM



1 2 3 4 5 6 7 8 9 10 11