What is the default switching method for the Cisco 5000 series?
A.) Cut-through
B.) Store-and-splice
C.) Latency
D.) Store-and-forward
Answer / guest
Answer: D
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 ? | 3 Yes | 0 No |
Which of the following are valid Cisco encapsulation type names? A.) arpa = IPX Ethernet B.) novell-ether = IPX Ethernet_802.3 C.) snap = IEEE 802.2 SNAP on Ethernet, FDDI, and Token Ring D.) novell-fddi = IPX Fddi_Raw E.) sap = IEEE 802.2 on Ethernet, FDDI, and Token Ring F.) hdlc = HDLC on serial interfaces
What metric does rip use? How is the metric used to indicate an unreachable network?
What is the command to start IP RIP version 1 routing on a Cisco router? A. show rip B. enable rip C. router enable D. router rip
You have just issued the erase startup-config Command and reloaded your router. In which mode will your router be when you react? A. setup B. startup C. user EXEC D. userd privileged E. global configuration
router
Identify the command to configure ALL the default VTY ports? A.) Router(config)# line vty 0 4 B.) Router# line vty 0 4 C.) Router(config)# line vty D.) Router(config)# line vty 0
what hapeen we we configure default root on the router which is conected by isp supoese there are two router r1 is conected throug isp and and by s0 r1 is conexted to r2 if we apply degault root on r1 what will happen
Which layer manages protocol access to the Network layer? A.) Datalink - MAC Sublayer B.) Datalink - LLC Sublayer C.) Transport D.) Session E.) Network
Hi Everyone, i am CCNA certified, i am searching jobs related to ccna. Although i don't have experience in networking field, i found very difficult to search job(posted my resume in all job portals). I am very much interested to work in networking field, please guide me, my mail id: nagesha12adig@gmail.com; Please let me know any company taking ccna freshers(Preferably Bangalore location). Thanks guys...
Name which protocols are link states?
Explain what is formula of hold down time of eigrp protocol?
Extended IP access-lists (100-199) can be used to control traffic. Which command listed below will permit smtp mail to only host 3.4.5.6 ? A.) It is not possible for SMTP traffic B.) access-list 102 permit tcp any host 3.4.5.6 eq smtp C.) access-list 101 permit tcp any 3.4.5.6 0.0.0.0 eq 23 D.) access-list 102 permit tcp any any eq smtp E.) access-list 101 permit tcp any 3.4.5.6 0.0.0.0 eq 25