Computer Science, asked by Adarash6016, 1 year ago

Briefly explain the function of packet switching

Answers

Answered by Niruru
5
The routing and transferring of data by means of addressed packets so that a channel is occupied during thetransmission of the packet only, and upon completion of the transmission the channel is made available for the transfer of other traffic.

Packet switching features delivery of variable bit rate data streams, realized as sequences of packets, over a computer network which allocates transmission resources as needed using statistical multiplexing or dynamic bandwidth allocation techniques. As they traverse network nodes, such as switches and routers, packets are received, buffered, queued, and transmitted (stored and forwarded), resulting in variable latency andthroughput depending on the link capacity and the traffic load on the network.

Packet switching contrasts with another principal networking paradigm, circuit switching, a method which pre-allocates dedicated network bandwidth specifically for each communication session, each having a constant bit rate and latency between nodes. In cases of billable services, such as cellular communication services, circuit switching is characterized by a fee per unit of connection time, even when no data is transferred, while packet switching may be characterized by a fee per unit of information transmitted, such as characters, packets, or messages.

Packet mode communication may be implemented with or without intermediate forwarding nodes (packet switches orrouters). Packets are normally forwarded by intermediate network nodes asynchronously using first-in, first-out buffering, but may be forwarded according to some scheduling discipline for fair queuing, traffic shaping, or for differentiated or guaranteed quality of service, such as weighted fair queuing orleaky bucket. In case of a shared physical medium (such as radio or 10BASE5), the packets may be delivered according to amultiple access scheme.
Answered by ltsCuteBoy
0

Here is Your Answer:

✨ Packet Switching: It is a method of transmission where data is transmitted in the form of packets of definite sizes over the network or data links using the Internet Protocol

Similar questions