Of the following switching types, which one has the highest
latency?
A.) Cut-through
B.) None
C.) Store-and-forward
D.) Fragment Free
Answers were Sorted based on User's Feedback
Answer / guest
Answer: C
Store-and-Forward switching copies the entire frame into its
buffer and
computes the CRC. If a CRC error is detected, the frame is
discarded, or
if the frame is a runt (less than 64 bytes including the
CRC) or a giant
(more than 1518 bytes including the CRC). The LAN switch
then looks up
the destination address in its switching table and
determines the
outgoing interface. The frame is then forwarded to the outgoing
interface. Cisco Catalyst 5000 switches uses the
Store-and-Forward
method. The problem with Store-and-Forward switching is
latency is
increased. Latency also varies with the size of the frame.
The larger
the frame, the more latency associated. This of course is
due to the
fact that the entire frame is copied into its buffer before
being
forwarded.
| Is This Answer Correct ? | 4 Yes | 0 No |
Store-and-forward method has highest latency.
As it pulls the whole frame into its buffer & then check the
CRC. It takes time to pull frame in buffer & check CRC.
This is default switching method for all DISTRIBUTION LAYER
switches.
Bridge support only Store-and-Forward switching method.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is subnetting?
Assume that you are editing a line of text on a Cisco router. What key-stroke combination would take you to the beginning of the line? A.) CTRL-B B.) CTRL-Z C.) CTRL- D.) CTRL-A E.) CTRL- F.) CTRL-
What is the size of an ip address?
Identify the administrative distance and appropriate routing protocol? A.) RIP = 255, IGRP = 100 B.) RIP = 100, IGRP = 120 C.) RIP = 1, IGRP = 0 D.) RIP = 120, IGRP = 100
What is the difference between full duplex and half duplex?
Which protocol switch use for filling its mac-table?
What is the difference between OSPF Exteral Type 1 (O E1) & External Type 2 (O E2) routes????
Identify the type of routing protocol that maintains a topological database of the network? A.) Topological state B.) Shortest Path First C.) Link state D.) Distance vector
What is the correct command line syntax for configuring a port on a 7000 or 7500 series Cisco router with a VIP card? A.) port B.) port adapter/port C.) You can't put a VIP card in a 7000 or 7500 router. D.) slot/port-adapter/port E.) slot/port F.) slot
What do you use the Aux port for? A.) Console B.) Terminal editing C.) Modem D.) Backup logging
Which of the following are Transport layer protocols? A.) UDP B.) TCP C.) NBP D.) IP E.) SPX
Choose three reasons why the networking industry uses a layered model: A.) It facilitates systematic troubleshooting B.) It allows changes in one layer to occur without changing other layers C.) It allows changes to occur in all layers when changing one protocol D.) It clarifies how to do it rather than what general function to be done E.) It clarifies what general function is to be done rather than how to do it