











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
Soleil
Junior Member
Registered: Nov 2001 Location: Sydney Country: Australia State: Certifications: A+, CCNA Working on: CCDA
Total Posts: 9
|
|
|
11-15-01 03:58 AM
|
|
bbosa
Member
Registered: Jul 2001 Location: Kampala Country: Uganda State: Certifications: MCP Win2k Working on: MCSE 2000, CCNA, Linux+
Total Posts: 83
|
|
I would think Cut-through (Also wire-speed) has lowest latency, since it only reads the destination address before fowarding.
- Fragament-free (Modified cut-through) will wait for 64 kb window , before fowarding frames.
Any other opinion?
__________________
"No Work is done in vain!
The only place where Reward comes before
Work is in the Dictionary"
Report this post to a moderator
|
|
11-15-01 05:29 AM
|
|
strikeattack
Senior Member
Registered: Jul 2000 Location: Neenah, WI Country: USA State: Certifications: More than your grandma and less than God. Working on: Sr. Window Washer with an expertise in Windex.
Total Posts: 736
|
|
You are correct. Cut-through indeed does have the lowest latency for exactly the reason you described. Latency is a compromise with efficiency, however. Because you are transmitting the same amount of data over a higher number of frames with cut-through, it is less efficient as a whole because of more frame overhead, but at the same time it is a better solution for time-sensitive applications such as process control, video, and voice systems.
Strange, huh?
__________________
`·.¸¸.·´ Strike Attack `·.¸¸.·´
"If one strives towards a constant state of self-improvement, then the next day will always be better than the last. If the next day is better than the last, then tomorrow is destined to be a better day. If tomorrow is a better day, then one always has something to look forward to, one’s self has persevered, and true happiness becomes a little less difficult to attain." - Strike Attack
Report this post to a moderator
|
|
11-15-01 01:09 PM
|
|
Yankee
Senior Member
Registered: Jun 2000 Location: Country: United States State: Certifications: Working on: none
Total Posts: 1411
|
|
I believe (though I will hear back from many if I'm wrong) that because the chips and circuit design have gotten so fast, that store and forward is now deemed "wire-speed" though you can argue the technical inaccurcies of that statement, I believe it is now an accepted marketing term and the method used on most(if not all) newer switches these days.
My point being that it becomes moot about the speeds of fragment free and cut-through, because store and forward is what is used.
I'll standby for the wave of corrections 
Yankee
Report this post to a moderator
|
|
11-16-01 08:44 AM
|
|
chunder
bleh! M

Registered: Mar 2000 Location: salt lake city Country: us State: Certifications: Working on:
Total Posts: 763
|
|
i'll stand by everything the Yank says at least based on the grounds of him selling me on his theory .
as far as the test is concerned, know that, of your 3 methods of switching (cut-through, fragment-free, store and forward), cut-through does operate at wire speed and is considered fastest.
also make certain you understand some specifics of the other two types.
my Catalyst 5509 only does store and forward (if i remember correctly).
__________________
chunder
Report this post to a moderator
|
|
11-16-01 07:38 PM
|
|
Soleil
Junior Member
Registered: Nov 2001 Location: Sydney Country: Australia State: Certifications: A+, CCNA Working on: CCDA
Total Posts: 9
|
|
|
11-16-01 11:13 PM
|
|
jamie_bird
Junior Member
Registered: Jun 2001 Location: Country: United Kingdom State: Certifications: MCSE, CCNA Working on: MCSA, CCNP
Total Posts: 6
|
|
I would agree with everything that Yankee says apart from one tiny and almost petty little point.
Yes latency is the lowest with Cut-Through switching and this is known as wire speed. Latency is highest (and variable) with Store and Forward. However, almost all new switches use Fragment Free as their default switching method. This is because almost everything that can go wrong with switching occurs within the first 64kb so by using Fragment Free the switches can incorporate a low latency with about an 99.5% certainty that the switching will be successful.
I hope that this helps.
Jamie
Report this post to a moderator
|
|
11-22-01 03:34 PM
|
|
Yankee
Senior Member
Registered: Jun 2000 Location: Country: United States State: Certifications: Working on: none
Total Posts: 1411
|
|
|
11-26-01 09:25 AM
|
|
GilGrabber
Junior Member
Registered: Nov 2001 Location: Country: United States State: Certifications: CCNA Working on: CCNP
Total Posts: 11
|
|
Bare in mind that Cisco did not developed all the Catalist switches them selve, they kind of got little behind the switching revolution, so they bought, and bought, and bought. Then they put cisco labels on them. So the default switching mode will very with the level of service (type of Catalist). Many cisco implementations and that includes cisco routers, when it comes to Ethernet interfaces, will have Fast-switching mode by default. As you have mentioned above Fast-switching includes Cut-through and Fragment-free, from which Fragment-free is the default in use.
Fragment is a ethernet frame under 64 bytes, the minimum ethernet frame size. They are typicaly the leftover from collisions on a contentious segment such as non-switched LAN. A switched enviroment as one dictated by Fast-Ethernet, calls for full duplex, hub and spoke design, which eliminates collisions all toghether by providing virtual point to point links between 2 hosts that connect to the switch.
In regards of store and forward, many cisco products will switch automatically to store and forward from fast-forward mode when too many errors on the switched LAN are detected (that implies that some form of error checking is going on - fragment-free). I am not shure if it will reverse back to fast-switching, that I guess is configurable, or SNMP trap message is sent to the addministrator to alert him that the network is about to explode (there must be a reason why all of a suden too many errors are generated, malfunctioning interface/repeater/port). It is arguable where in the LAN store and forward would be of bennefit. Since the frame with an error will be dropped by the switch and no notification sent to the sender, thus the sending application will time out. Some applications are time sensetive and cannot tolorate such things - in such case it would be best to relay bad frame to destination, so the destination could notify sender immediatly, which in some cases would be faster then waiting for application timer to expire. Store and Forward is allways used in assynchronous switching, since the frame recieved from slow port has to be buffered before going out through a faster port and vice versa. Store and Forward is also a bennefit on highly congested networks, where it makes no sense to useup valuable bandwidth with dead frames that will be eventually dropped by destination, so this mode would be desirable in the backbone core.
When it comes to implementation of voice over IP, then fastest delivery is the most desirable. Since VoIP is real-time application, retransmition is out of the question here. Packetized voice will be typically caried in predictable, small sizes, that will allow for very small percentage of frames to be dropped, othervise the conversation will not be intelligable. Such job is beter suited to Layer 3 switch which will have the ability to look into IP header for presedence (priority bits that will allow some packets to be forwarded first before others). Again as the word implies looking up a IP header is a Store and Forward mode, but that only happens once in Fast-switching mode, once destination port is identified, all additional packets are switched imediatly to the destination with out any additional IP destination lookup. Switch will create route map to destination which will expire at some point if switch do not see any other traffic to destination.
Hope that will shine some light on that mysterious Store and Forward default setting.
GG, CCNA, CCAI.
Last edited by GilGrabber on 11-27-01 at 03:00 AM
Report this post to a moderator
|
|
11-27-01 02:47 AM
|
|
Yankee
Senior Member
Registered: Jun 2000 Location: Country: United States State: Certifications: Working on: none
Total Posts: 1411
|
|
Now you have changed the subject from layer two, to layer three when you bring in fast switching. This is apples and oranges....not the same subject.
Yankee
Report this post to a moderator
|
|
11-27-01 09:18 AM
|
|
|
Click here for list of CCNA study
guides
Cisco exam notes
CCNA(tm) exam details
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|