How does a switch use store and forward?
A.) By using a Class I repeater in a collision domain
B.) The LAN switch copies the entire frame into its onboard
buffers and
then looks up the destination address in its forwarding, or
switching,
table and determines the outgoing interface
C.) By using broadcast addresses as source addresses
D.) The switch waits only for the header to be received
before it checks
the destination address and starts forwarding the packets
Answer / guest
Answer: B
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 ? | 7 Yes | 0 No |
Which command displays the intenances using a given access list? A. show filters B. show ip interface C. show active lists D. show interface paramaters E. configure ip access lists F. show access-list interfaces
What is the utility of ping?
Which address or number is used to pass the data to the correct application? MAC Number IP address Port Number Segment Number
Identify the correct IGRP configuration? A.) Router# router igrp 100 Router# network 10.0.0.0 B.) Router(config)# router igrp 100 Router(config-router)# network 10.0.0.0 C.) Router(config)# router igrp Router(config-router)# network 10.0.0.0
What are the ranges of private ips?
Can you describe the Authentication Header (AH) Protocol?
If a frame is received at a switch and only the destination hardware address is read before the frame is forwarded, what type of switching method is this? A.) Store-and-drop B.) Latency C.) Store-and-forward D.) Cut-through
10.1.1.0 n/w advertised as /16 from EIGRP & /24 from OSPF which will come in routing table & why
Tell me how many fillers we can put in one ip of ipv6?
Mention what is the matric of eigrp protocol?
Given the following output, how can we close Telnet session 2? (Choose two) CCNA2620#show sessions Conn Host Address Idle Conn Name 1 131.108.100.152 131.108.100.152 0 131.108.100.152 *2 126.102.57.63 126.102.57.63 0 126.102.57.63 ❍ A. Press the Enter key and enter exit. ❍ B. Enter disconnect 2. ❍ C. Press the Enter key and enter disconnect 2. ❍ D. Enter close 2.
Identify the 2 hardware components used to manage and/or configure a router? A.) Auxiliary port B.) ROM port C.) Management port D.) Console port