answersLogoWhite

0


Best Answer

UDP

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What transport protocol exchanges datagrams without acknowledgements or guaranteed delivery?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Which layer of the OSI model is responsible for issuing acknowledgements?

transport layer


Which layer is responsible for flow control with sliding windows and reliability with sequence numbers and acknowledgements?

Transport layer


Which OSI layer does TCP operate?

TCP and UDP are transport layer protocols; the OSI layer is layer 4 (transport)


How TCPIP work?

The TCP/IP model is a description framework for computer network protocols created in the 1970s by DARPA. TCP/IP provides end-to-end connectivity specifying how data should be formatted, addressed, transmitted, routed and received at the destination. Protocols exist for a variety of different types of communication services between computers. TCP/IP has four abstraction layers 1.Application Layer (process-to-process): This is the scope within which applications create user data and communicate this data to other processes or applications on another or the same host. The communications partners are often called peers. This is where the "higher level" protocols such as SMTP, FTP, SSH, HTTP, etc. operate. 2.Transport Layer (host-to-host): The Transport Layer constitutes the networking regime between two network hosts, either on the local network or on remote networks separated by routers. The Transport Layer provides a uniform networking interface that hides the actual topology (layout) of the underlying network connections. This is where flow-control, error-correction, and connection protocols exist, such as TCP. This layer deals with opening and maintaining connections between Internet hosts. 3.Internet Layer (internetworking): The Internet Layer has the task of exchanging datagrams across network boundaries. It is therefore also referred to as the layer that establishes internetworking, indeed, it defines and establishes the Internet. This layer defines the addressing and routing structures used for the TCP/IP protocol suite. The primary protocol in this scope is the Internet Protocol, which defines IP addresses. Its function in routing is to transport datagrams to the next IP router that has the connectivity to a network closer to the final data destination. 4.Link Layer: This layer defines the networking methods within the scope of the local network link on which hosts communicate without intervening routers. This layer describes the protocols used to describe the local network topology and the interfaces needed to affect transmission of Internet Layer datagrams to next-neighbor hosts. (cf. the OSI Data Link Layer).


Which OSI layer ordered data reconstruction services?

transport layer

Related questions

Which layer of the OSI model is responsible for issuing acknowledgements?

transport layer


Which tcp ip layer uses acknowledgements?

Transport layer


Is network layer gives acknowledge?

No, usually the Transport layer does acknowledgements.


Which tcp ip model layer creates additional overhead on network resources due to acknowledgements tracking and retransmission of data?

transport


Which layer is responsible for flow control with sliding windows and reliability with sequence numbers and acknowledgements?

Transport layer


What relies on out-of-band key exchanges to transport keys?

Symmetric algorithms


In tcp ip the protocol that guarantees?

Guaranteed reliable delivery is provided by TCP transport.


What are the Differences between IP and UDP protocols?

1. IP works at network layer, UDP works at transport layer. 2. UDP carries application data, IP carries TCP segments or UDP datagrams.


What is poleward heat transport?

Poleward heat transport is described as the meridional flow of latent heat and sensible heat from tropical to middle and high latitudes in response to latitudinal imbalances in radiational heating and cooling. It is caused by air mass exchanges, storms, and ocean circulation.


What type of blood enters he right atrium?

As blood leaves the right atrium, it proceeds to the right ventricle. From there, it moves into the lungs and exchanges its carbon dioxide for oxygen in preparation for transport around the body.


Who are some reputable auto shippers?

You have to be careful while searching for reputable auto shippers due to the fact that most will write their own reviews so you are not guaranteed to get the correct results. Honesty First Auto Transport is a reliable shipper as well as Auto Transport Car Shipping.


What are the four layers of the TCP IP model?

Layer 4 : Application Layer Application layer defines TCP/IP application protocols and how host programs interface with transport layer services to use the network. Protocols: HTTP,TELNET,FTP,SMTP,SNMP,TFTP,DNS etc. Layer 3: Transport Layer The purpose of Transport layer is to permit devices on the source and destination hosts to carry on a conversation. Transport layer defines the level of service and status of the connection used when transporting data. Protocols: TCP and UDP Layer 2: Internet Layer Internet layer pack data into data packets known as IP datagrams, which contain source and destination address (logical address or IP address) information that is used to forward the datagrams between hosts and across networks. The Internet layer is also responsible for routing of IP datagrams. Protocols: IP,ICMP,ARP,RARP,IGMP etc. Layer 1: Network Access Layer Network Access layer defines details of how data is physically sent through the network, including how bits are electrically or optically signaled by hardware devices that interface directly with a network medium, such as coaxial cable, optical fiber, or twisted pair copper wire. Protocols: Ethernet,Token Ring, FDDI, X.25, Frame Relay etc.