Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How can an Ethernet switch improve network performance? Choose three

2 Answers  


What are the two types of transmission technology use in ccna?

0 Answers  


Which statement about the flow control function of TCP is true? A. TCP makes no snarl to check for lost or duplicate data packets B. The application layer must sequence data packets when using TCP C. TCP controls the flow of UDP data through negative acknowledgements (NAK) D. TCP is a connection-oriented protocol that acknowledges receipt of data packets and is considered reliable

1 Answers  


Identify the command to view the configuration-register value? A.) show register B.) display config-register C.) show config D.) show version

1 Answers  


What requirements should a VPN fulfill?

0 Answers   CCIE,


How do you disable CDP on the entire Router? A.) Router#no cdp run B.) Rotuer(config-if)# no cdp enable C.) Router(config)# no cdp enable D.) Router(config)# no cdp run

1 Answers  


In which two modes can the ICMP ping command be used? (Choose two) A. user B. privileged C. global configuration D. interface configuration

1 Answers  


what are the 3ree way for implementing vlan on cisco switches what is the layer hierarchy of the cisco what is the best place of implementing standard access list what is q stand for isdn these are the challanging question for me i am waiting for jitendera sinha answer(it is challenge for u i have seen lots of answer given by u )it is a challenge in the frendshipmode plz donot take other wise

2 Answers  


How to see the running-config & startup-config infor from global configuration mode. As we know, from priviledge mode we cn see it by executing command. i.e. Router#show running-config and Router#show startup-config Now wat is the coommands use in global configuration mode o see those info. Router(Config)# ??????

4 Answers   Juniper Networks,


What is the minimum request timer?

0 Answers  


What is the default encapsulation and frame type on an Ethernet interface when enabling Novell? A.) SNAP B.) Ethernet_II C.) 802.2 D.) 802.3 E.) SAP F.) Token_SNAP

1 Answers  


Repeaters work at which layer of the OSI model? A.) Network B.) Session C.) Transport D.) Physical

4 Answers  


Categories