Of the following characteristics, which apply to UDP?
Connection-oriented
Connectionless
Error checking
Low overhead
Best-effort delivery

Answers were Sorted based on User's Feedback



Of the following characteristics, which apply to UDP? Connection-oriented Connectionless ..

Answer / jitendera sinha

Connectionless

Lightweight - No ordering of messages, no tracking connections, etc. It's just fire and forget! This means it's a lot quicker, and the network card / OS have to do very little work to translate the data back from the packet

Is This Answer Correct ?    2 Yes 1 No

Of the following characteristics, which apply to UDP? Connection-oriented Connectionless ..

Answer / pachicoo

Comparison of UDP and TCP (Transport Layer)
Transmission Control Protocol is a connection-oriented
protocol, which means that it requires handshaking to set
up end-to-end communications. Once a connection is set up
user data may be sent bi-directionally over the connection.

Reliable – TCP manages message acknowledgment,
retransmission and timeout. Many attempts to reliably
deliver the message are made. If it gets lost along the
way, the server will re-request the lost part. In TCP,
there's either no missing data, or, in case of multiple
timeouts, the connection is dropped.
Ordered – if two messages are sent over a connection in
sequence, the first message will reach the receiving
application first. When data segments arrive in the wrong
order, TCP buffers the out-of-order data until all data can
be properly re-ordered and delivered to the application.
Heavyweight – TCP requires three packets to set up a socket
connection, before any user data can be sent. TCP handles
reliability and congestion control.
Streaming – Data is read as a byte stream, no
distinguishing indications are transmitted to signal
message (segment) boundaries.
UDP is a simpler message-based connectionless protocol.
Connectionless protocols do not set up a dedicated end-to-
end connection. Communication is achieved by transmitting
information in one direction from source to destination
without verifying the readiness or state of the receiver.

Unreliable – When a message is sent, it cannot be known if
it will reach its destination; it could get lost along the
way. There is no concept of acknowledgment, retransmission
and timeout.
Not ordered – If two messages are sent to the same
recipient, the order in which they arrive cannot be
predicted.
Lightweight – There is no ordering of messages, no tracking
connections, etc. It is a small transport layer designed on
top of IP.
Datagrams – Packets are sent individually and are checked
for integrity only if they arrive. Packets have definite
boundaries which are honored upon receipt, meaning a read
operation at the receiver socket will yield an entire
message as it was originally sent.

Is This Answer Correct ?    0 Yes 0 No

Of the following characteristics, which apply to UDP? Connection-oriented Connectionless ..

Answer / s.m.feroz ahmed

Hi,

Connectionless.

Is This Answer Correct ?    0 Yes 0 No

Of the following characteristics, which apply to UDP? Connection-oriented Connectionless ..

Answer / n.s.k.reddy

connection-oriented

Is This Answer Correct ?    1 Yes 2 No

Of the following characteristics, which apply to UDP? Connection-oriented Connectionless ..

Answer / shushanta

a. connection-oriented

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More CCNA Interview Questions

When does network congestion occur?

0 Answers  


Which network mask should you place on a Class C address to accommodate a user requirement for five networks with a maximum of 17 hosts on each networks A. 255.255.255.192 B. 255.255.255.224 C. 255.255.255.240 D. 255.255.255.248

7 Answers  


how can we block remote desktop for some user from cisco router through aaccess-list

5 Answers  


Suppose we have some switch in network and we are running RSTP how much convergence time will be there if one link down

0 Answers   Infosys,


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

3 Answers  






Write the procedure for Router for configuring DHCP?

4 Answers  


What is the Function of Layer3 Switch?

1 Answers  


Identify the correct pair of Novell Ethernet encapsulation and Cisco terminology? A.) Ethernet II, Snap B.) Ethernet 802.3, Novell-Ether C.) Ethernet SNAP, Arpa D.) Ethernet 802.2, Snap

1 Answers  


What are the different memories that are used in a cisco router?

0 Answers  


Which protocol will send a message to routers if a network outage or congestion occurs? A.) ARP B.) TCP C.) IP D.) ICMP

1 Answers  


What is the purpose of the Data Link?

0 Answers  


what is bgp, and what its attributes (thanks to sahin he sende me notes) Please try to give answer it will help you in future. after giving the answer most of them i am selected foro\ 2nd round of interview thanks

2 Answers   IBM,


Categories