Sponsored Content
Full Discussion: collision backoff algorithm
Special Forums UNIX and Linux Applications Infrastructure Monitoring collision backoff algorithm Post 302312967 by otheus on Monday 4th of May 2009 09:30:51 AM
Old 05-04-2009
Quote:
i looking for a formula for collison backoff algorithm to find the average time to successfully transmit a complete frame. i have the the sslot time and successive collision.
Well, first, the backoff algorithms are usually at the MAC (Medium Access Control) layer, so it depends what medium (thin Ethernet, UTP Ethernet, Fast, GigE, 10Gig, Wireless, etc) you're talking about. When I was taught this subject years ago, the backoff algorithm used by Ethernet was exponential, starting maybe at 2 clock ticks or something. (Then 4, then 8, then 16). But maybe there was a random fuzz factor involved. (If there is, then computing the average would be to compute the mean of the random range, and add that to whatever).
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

algorithm

PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP 21444 tomusr 213M 61M sleep 29 10 1:20:46 0.1% java/43 21249 root 93M 44M sleep 29 10 1:07:19 0.2% java/56 is there anyway i can use a command to get the total of the SIZE? 306M (Derive from... (5 Replies)
Discussion started by: filthymonk
5 Replies

2. UNIX for Dummies Questions & Answers

access collision with shared file system

Hello ALL, In my system, there are 14 machines running the same version of Linux RHEL4. The 14 machines use a NFS file system, i.e., a shared file system. My question is that if the programs in individual machines can access a common file simutaneously. Or, they have to access the file... (1 Reply)
Discussion started by: cy163
1 Replies

3. UNIX for Dummies Questions & Answers

Avoiding "file collision"

I don't know if there's a better name for what I call "file collision"... Basically, I have a script that I'm using for quick and dirty MySQL testing. Here's the idea... #!/usr/local/bin/bash for num in `jot $1` ## Yep, jot... this is FreeBSD do /usr/bin/time mysql --user=root... (2 Replies)
Discussion started by: treesloth
2 Replies

4. UNIX and Linux Applications

2D collision simulation-programming

Hello, everybody, I'm thankful for the great helps you gave during the past year. Now I'm facing a serious problem: I was obliged to write a 2D collision simulation applet, and my experience is only in C,C++,Intelx86 assembly. I have no experience in Java and the like, and I don't know... (2 Replies)
Discussion started by: JackCrital2005
2 Replies

5. Homework & Coursework Questions

Banker's algorithm

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: shell scripts to simulate Banker’s algorithm on a collection of processes (process details are entered as inputs... (4 Replies)
Discussion started by: syah
4 Replies

6. UNIX for Dummies Questions & Answers

Filename collision during backup

Hi, I am trying to backup all *.tar files from a legacy Linux to a portable harddrive. find . -name "*.tar" -exec cp {} /media/mypassport/backup \; I found that there are files with the same filenames and they were overwritten in the destination folder. They are coming from different... (4 Replies)
Discussion started by: cornellhumphrey
4 Replies

7. Shell Programming and Scripting

Masking algorithm

I have a requirement of masking few specific fields in the UNIX file. The details are as following- File is fixed length file with each record of 250 charater length. 2 fields needs to be masked – the positions are 21:30 and 110:120 The character by character making needs to be done which... (5 Replies)
Discussion started by: n78298
5 Replies
CAS(4)							   BSD Kernel Interfaces Manual 						    CAS(4)

NAME
cas -- Sun Cassini/Cassini+ and National Semiconductor DP83065 Saturn Gigabit Ethernet driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device miibus device cas Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_cas_load="YES" DESCRIPTION
The cas driver provides support for the Sun Cassini/Cassini+ and National Semiconductor DP83065 Saturn Gigabit Ethernet controllers found on- board in Sun UltraSPARC machines and as add-on cards. All controllers supported by the cas driver have TCP/UDP checksum offload capability for both receive and transmit, support for the reception and transmission of extended frames for vlan(4) and an interrupt coalescing/moderation mechanism as well as a 512-bit multicast hash filter. The cas driver also supports Jumbo Frames (up to 9022 bytes), which can be configured via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility configures the adapter to receive and transmit Jumbo Frames. HARDWARE
The chips supported by the cas driver are: o National Semiconductor DP83065 Saturn Gigabit Ethernet o Sun Cassini Gigabit Ethernet o Sun Cassini+ Gigabit Ethernet The following add-on cards are known to work with the cas driver at this time: o Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) o Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) o Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719) o Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) o Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) NOTES
On sparc64 the cas driver respects the local-mac-address? system configuration variable which can be set in the Open Firmware boot monitor using the setenv command or by eeprom(8). If set to ``false'' (the default), the cas driver will use the system's default MAC address for all of its devices. If set to ``true'', the unique MAC address of each interface is used if present rather than the system's default MAC address. Supported interfaces having their own MAC address include on-board versions on boards equipped with more than one Ethernet interface and all add-on cards. SEE ALSO
altq(4), miibus(4), netintro(4), vlan(4), eeprom(8), ifconfig(8) HISTORY
The cas device driver appeared in FreeBSD 8.0 and FreeBSD 7.3. It is named after the cas driver which first appeared in OpenBSD 4.1 and sup- ports the same set of controllers but is otherwise unrelated. AUTHORS
The cas driver was written by Marius Strobl <marius@FreeBSD.org> based on the gem(4) driver. BSD
March 24, 2012 BSD
All times are GMT -4. The time now is 01:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy