Site Statistics
 
Threads: 3,850
Posts: 17,025
Members: 2,895
Users Online: 12
Newest Member: yhangjoy


Go Back   PC101 > The Internet, Web Design & Networking > Web Design and Development > Marketing

Marketing Build it and they will come!! Well, it takes a lil more effor then that. Keep reading and learn to draw visitors to your site!


Reply
 
LinkBack Thread Tools Display Modes
Old 11-28-2006, 04:58 AM   #1
Member
 
Join Date: Aug 2006
Posts: 48
Rep Power: 0 vinguy51 is on a distinguished road
Question icmp

hai....usually icmp (Internet Control message Protocol) is responsible for the traffic problems in the network....means if any collision happens on the network means it will send the messages to the source devices from where the packets was came from isn't it........here is there any relationship for icmp with router's queue management things.........give me brief explanation......if possible give me the related websites.........thanks in advanz.....
vinguy51 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-29-2006, 12:34 PM   #2
Distinguished Member
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 5 Will.Spencer is on a distinguished road
Let's think this through...

Weighted Fair Queueing, Class Based Weighted Fair Queueing, and Heirarchical Weighted Fair Queueing look at packet types, and therefore do not use ICMP.

Random Early Detection looks at congestion on the device level. RED just drops packets, which does not require ICMP.

Weighted Random Early Detection is like RED, but it also looks are the priority value in the IP header.

Traffic Shaping is much like RED, except the packets are queued instead of simply dropped.

Rate Limiting is a combination of WRED and Traffic Shaping. It looks at the priority value in the IP header and it queues packets instead of dropping them.

So, none of the QoS algorithms directly utilize ICMP. However, they do utilize IP, which may call ICMP automatically.

Next, let's tackle this problem from the opposite direction. Take a look at the complete list of ICMP messages:
  • 0: Echo Reply
  • 3: Destination Unreachable
  • 4: Source Quench
  • 5: Redirect
  • 6: Alternate Host Address
  • 8: Echo
  • 9: Router Advertisement
  • 10: Router Solicitation
  • 11: Time Exceeded
  • 12: Parameter Problem
  • 13: Timestamp
  • 14: Timestamp Reply
  • 15: Information Request
  • 16: Information Reply
  • 17: Address Mask Request
  • 18: Address Mask Reply
  • 30: Traceroute
The only ICMP message which might be useful for QoS is 4: Source Quench.

However, Source Quench is discouraged for use by routers in RFC1812 and is really not used anymore. Microsoft Windows, for example, disregards it entirely.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-07-2006, 06:54 AM   #3
Member
 
Join Date: Aug 2006
Posts: 48
Rep Power: 0 vinguy51 is on a distinguished road
Question icmp

hai.....actually SOURCE QUENCH message is to tell the source router that the destination router,s buffer is crossing the limit so stop on sending the packets .....isn't it .... here what is the exact limit ........100% buffer full or some 70% or 80% like....i want to know the exact one ....thanks in advanz.....
vinguy51 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-09-2006, 05:33 AM   #4
Distinguished Member
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 5 Will.Spencer is on a distinguished road
There is no standard limit, it is open to each implementer to determine what their hardware and software can handle.

Source Quench is defined in RFC 792: Internet Control Message Protocol:

A gateway may discard internet datagrams if it does not have the
buffer space needed to queue the datagrams for output to the next
network on the route to the destination network. If a gateway
discards a datagram, it may send a source quench message to the
internet source host of the datagram. A destination host may also
send a source quench message if datagrams arrive too fast to be
processed. The source quench message is a request to the host to
cut back the rate at which it is sending traffic to the internet
destination. The gateway may send a source quench message for
every message that it discards. On receipt of a source quench
message, the source host should cut back the rate at which it is
sending traffic to the specified destination until it no longer
receives source quench messages from the gateway. The source host
can then gradually increase the rate at which it sends traffic to
the destination until it again receives source quench messages.

The gateway or host may send the source quench message when it
approaches its capacity limit rather than waiting until the
capacity is exceeded. This means that the data datagram which
triggered the source quench message may be delivered.
And that's all of the "exact" that there is. :p
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't browse LAN when connected to PIX PPTP Server (VPN) network9090 Networking 1 03-02-2006 08:56 PM



All times are GMT -5. The time now is 06:27 AM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5