Identify 3 UDP characteristics?
A.) Reliable communication protocol
B.) Applications that use UDP must incorporate reliability
C.) Connection-less oriented
D.) Incorporates no handshaking
Answers were Sorted based on User's Feedback
Answer / guest
Answer: B C D
UPD is a layer 4 Transport protocol. It is connection-less
because it
does establish a connection therefore the 3 step handshake
is not
needed, it does NOT implement any flow control or
acknowledgments. Any
application that uses UDP must incorporate any needed
reliability.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kapilasdhir
B.) Applications that use UDP must incorporate reliability
C.) Connection-less oriented
D.) Incorporates no handshaking
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the protocol and what is the purpose of the following address? 238 255 255 255 A. IPX a SAP broadcast B. IP a multicast group C. IP a reserved address D. IP a directed broadcast E. IPX a flooded broadcast
What is the maximum hop count for IP RIP? A.) Infinity B.) 16 C.) 15 D.) 1
How does L2TP process?
What are the 2 functions of the Data Link Mac layer? A.) Handles access to shared media B.) Manages protocol access to the physical network medium C.) Provides SAPs for higher level protocols D.) Allows multiple devices to uniquely identify one another on the data link layer
Explain how many maximum paths you can give on latest ios in rip?
What 3 sources can configuration commands be placed into RAM? A.) HP Openview B.) Console C.) Vterminal D.) TFTP server E.) NVRAM
The command 'debug ip rip' will do which of the following? A.) Show Neighbor Info. B.) Display RIP routing updates. C.) Show routing table changes. D.) Show all IP traffic. E.) This is not a valid router command. F.) Cause the router to respond with 'Ambiguous command'
What is the result of segmenting a network with a router into segments 1 and 2? A. It increases the number of collisions B. It decreases the number of broadcast domains C. It connects segment 1 and broadcasts to segment 2 D. It connects segment 1 and broadcasts from genre to segment 2
What 2 commands verify end to end communications? A.) Trace B.) debug ip session C.) Ping D.) Route
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
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 is a characteristic of Store and Forward switches? A.) They work at wire speed. B.) They are the same as Cut-Through switching in 'prune' mode. C.) They forward based on transport layer info. D.) They forward the frame before it is completely read. E.) They increase latency.