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

Tell me when we use standard access-list?

0 Answers  


Which OSI layer provides mechanical, electrical & procedural specifications for activating, maintaining physical link? A.) Presentation B.) Network C.) Application D.) Physical E.) Transport F.) Data-Link

1 Answers  


Identify 3 methods used to prevent routing loops? A.) Split horizon B.) Holddown timers C.) Poison reverse D.) SPF algorithm E.) LSP's

2 Answers  


Difference between routed and routing protocols not difference between protocol between those.

3 Answers   HCL, TCS,


Of the following, which reason applies to dividing a large network into two or more smaller networks? Performance Security Address Management All of the above

2 Answers  






Which layer of the 7 layer model is responsible for representing the application information between 2 different OS's? For example, converting ASCII to EBCIDIC. A.) Transport B.) Application C.) Physical D.) Session E.) Presentation F.) Network

2 Answers  


To prevent Service Advertisements (SAPs) from flooding a network, Cisco routers do not forward them. How are services advertised to other networks? A. Each router builds its own SAP table and forwards that every 60 seconds. B. Each router assigns a service number and broadcasts that. C. SAPs aren't necessary with Cisco routers. D. Cisco routers filter out all SAPs.

1 Answers  


In the command "router igrp 109" what does 109 signify? A. an autonomous system B. any network number which the router is attached to C. the allowable length of the routing table D. the network socket number

1 Answers  


Which two of the following protocols are used at the Transport layer? A.) ARP B.) UDP C.) ICMP D.) RARP E.) TCP F.) BootP

7 Answers  


You receive "input filter list is 800 and output filter list is 801" as part of the output from a show interfaces command. What kind of traffic are you filtering? A. IPX/SPX B. TCP/IP C. LocalTalk D. DDR

1 Answers  


What is difference between baseband and broadband transmission in ccna?

0 Answers  


What is the command to manually enter a static route? A.) IP route network B.) IP route C.) IP route < destination network> D.) IP route

4 Answers  


Categories