Switching methods include cut-through, store and forward,
and a modified version of the first two methods. Which
statement about switching methods is true?
A. The store and forward method has low latency
B. The cut through method of switching has high latency
C. The modified version holds the packet in memory until 50
percent of the packet reaches the switch
D. The modified version holds the packet in memory until the
data spoon of the packet reaches the switch
Answers were Sorted based on User's Feedback
Answer / shahid
Store and forward stores complete frame in buffer so it is memory intensive and I think this will take time also.
Cut-through doesn't store complete frame, it looks till destination MAC address and forwards, downside is that the corrupt frame will also be forwarded (in store & forward if frame is corrupted, not get forwarded)
In modified cut-through first 64 bytes are checked and then frame is forwarded (corrupt frame is not forwarded also).
Is This Answer Correct ? | 0 Yes | 0 No |
Identify 2 characteristics of PPP? A.) Uses LLC to establish the link B.) Default serial encapsulation C.) Support multiple layer 3 protocols D.) Offers two types of authentication; PAP and CHAP
What is the function of Layer 2 Switch?
Where is the backup configuration file stored? A.) RAM B.) ROM C.) Console D.) NVRAM
What are the three phases of PPP session establishment? A. Link establishment phase B. Authentication phase C. Network layer protocol phase D. Handshake phase E. Dial-in phase
On which base switches take decisions?
Station A is transmitting data to station B, and expects an acknowledgment after every 400 bytes. After transmitting data for a while, the two stations determine the line is reliable and change to expecting and acknowledgement every 600 bytes. This is an example of (pick the best answer only): A.) BECN B.) Sliding Windows C.) Poison Reverse D.) Countdown timers E.) Split Horizon F.) Count to infinity
what is the difference between client mode and server mode of vtp and what is the diffrence betwwen tarnsparent mode and server mode
Identify 3 characteristics of the Network layer (OSI layer 3)? A.) Connection oriented B.) Path determination C.) Supports multiplexing D.) Manages sessions E.) Packet forwarding
IGRP uses flash updates, poison reverse updates, holddown times, and split horizon. How often does it broadcast its routing table updates? A. 90 seconds B. 10 seconds C. 30 seconds D. 45 seconds
How many types of IP routings?
14 Answers CK, TCS,
What do you understand by ‘protocol’ in networking?
What does the "IPX maximum-paths 2" command accomplish? A. It enables load sharing on 2 paths if the paths are equal metric paths. B. It sets up routing to go to network 2. C. It is the default for Cisco IPX load sharing. D. It enables load sharing on 2 paths if the paths are unequal metric paths.