answersLogoWhite

0

datagram subnet is connection oriented network.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Computer Science

The Traffic Class field in an IPv6 datagram serves the same funcition as which of the following fields in an IPv4 datagram?

DiffServ


An internet fragmented datagram versus reassembly at the final destination?

What are the pros and cons of intermediate reassembly of an internet fragmented datagram versus reassembly at the final destination


What is the difference between datagram and packet?

datagram is used in conectionless n/w e.g. UDP Whereas packets used in connection oriented n/w e.g. ATM X.25 tcp


What is the motivation behind using a custom subnet mask versus the default subnet mask?

A default subnet mask gives you classful addressing on octet boundaries. A non-default subnet mask implies that you are subnetting a larger network into several smaller ones.


What is IP datagram fragmentation and MTU?

IP datagram can be used to describe a portion of IP data. Each IP datagram has set of fields arranged in an order. The order is specific which helps to decode and read the stream easily. IP datagram has fields like Version, header length, Type of service, Total length, checksum, flag, protocol, Time to live, Identification, source and destination ip address, padding, options and payload. MTU:- Maximum Transmission Unit is the size of the largest packet that a communication protocol can pass. The size can be fixed by some standard or decided at the time of connection Fragmentation is a process of breaking the IP packets into smaller pieces. Fragmentation is needed when the datagram is larger than the MTU. Each fragment becomes a datagram in itself and transmitted independently from source. When received by destination they are reassembled.

Related Questions

What is the Difference between datagram subnet and virtual circuit subnet?

Comparison of Datagram and Virtual Circuit SubnetIssue Datagram Virtual CircuitConnection SetupNoneRequiredAddressingPacket contains full source and destination addressPacket contains short virtual circuit number identifier.State informationNone other than router table containing destination networkEach virtual circuit number entered to table on setup, used for routing.RoutingPackets routed independentlyRoute established at setup, all packets follow same route.Effect of router failureOnly on packets lost during crashAll virtual circuits passing through failed router terminated.Congestion controlDifficult since all packets routed independently router resource requirements can vary.Simple by pre-allocating enough


What is the format for exchanging or transmitting data between systems called a. Datagram b. Topology c. Protocol d. Subnet?

A protocol is a set of rules for describing how to successfully exchange information between two systems.


The datagram length field in an IPv4 datagram contains which numeric value?

Total number of bytes in the datagram, including the header.The length of an IP datagram itself is technically measured in bytes. The length field represents the size of both the header and the data portions of the datagram.


In the context of tcpip a packet is also known as?

IP Datagram


The maximum size of an IP datagram including the header is?

The datagram length field in an IP header is 16 bits in length. Therefore, the maximum datagram size an IP datagram can support is 2^16 - 1 = 65,535 bytes


How does UDP verify datagram integrity?

It uses something called a checksum to verify datagram integrity


What does a client do when it has UDP datagrams to send?

When a client wishes to send a UDP datagram there is nothing that they are required to except to send it. The datagram will use a checksum to verify the integrity of the datagram and deliver it where it needs to go.


The Traffic Class field in an IPv6 datagram serves the same funcition as which of the following fields in an IPv4 datagram?

DiffServ


What is a subnetting calculator used for?

A Subnet calculator is used for determining the attributes of an IP subnet including the start of it. Results of the subnet calculation include the access control lists, the subnet range and the subnet bitmap.


Is 192.168.12.8 and 192.198.12.65 in the same subnet?

No. 192.168.12.1 - 192.168.12.254 is one subnet (assuming 255.255.255.0 subnet mask)


What is the difference between the subnet mask for a Class A address with 16 bits for the subnet ID and a class B address with 8 bits for the subnet ID?

In a Class A address, the default subnet mask is 255.0.0.0, allowing for a large number of hosts within a single network, but with 16 bits designated for the subnet ID, the subnet mask becomes 255.255.0.0. In contrast, a Class B address has a default subnet mask of 255.255.0.0, and with 8 bits for the subnet ID, the subnet mask would typically be 255.255.255.0. Thus, the key difference lies in the number of bits allocated for the subnet ID and the resulting subnet masks, affecting the number of available subnets and hosts per subnet.


How you create subnet id for a particular id?

To create a subnet ID, you start with the network's base IP address and subnet mask. The subnet mask determines how many bits are allocated for the network and how many for the hosts. By applying the subnet mask to the base IP address, you can identify the subnet ID, which represents the network portion of the address. For example, if your base IP is 192.168.1.0 with a subnet mask of 255.255.255.0, the subnet ID is 192.168.1.0.