computer networks full report
#4
computer networks

[attachment=17283]

UDP transmission is different from TCP transmission in that:
1.UDP transmission is unidirectional; information is sent only from the source to the destination, and the absence of feedback from the receiver prevents the sender from knowing whether the transmitted segments arrived successfully in order. In other words, retransmission is not supported.
2.UDP does not provide any means of reliability or congestion control. There’s no concept of acknowledgement and retransmission timer. What arrives is simply what the receiver gets.


Explanation for Simulator.run()

The only thing changed in the simulator.run() function is the addition of the UDP sender and receiver functions.
•An additional array is created to store the UDP segments.
•When the TCP Sender is called, the UDP sender is called next.
•When the router is called, the UDP segments along with the TCP segments are sent to the function.
•Lastly, when the TCP Receiver is called, the UDP receiver is called next.

Explanation for UDPSender.send()

The UDPSenderclass has two variables, RTTand sendMode.
•RTTkeeps track of the number of iterations.
•sendModeis 1 when the UDP Sender is sending packets and is 0 when the UDP Sender is not sending packets (off mode).The UDP Sender has two options:
•If sendModeis 1 then it initializes the array of UDP segments to the number of packets selected by the user.
•If sendModeis 0 then it increases the RTT by 1.In order to identify whether or not sendModeis 1 or 0, we use a modulus of two times sendModeduration.

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: full report on computer networks, computer networks tanenbaum pdf, questionnair about computer networks, ppt on computer networks with abstract, computer wireless networks, netwrok secutrity ty bscit, computer networks pdf,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
computer networks full report - by seminar topics - 17-03-2010, 11:59 AM
RE: computer networks full report - by seminar paper - 08-02-2012, 01:16 PM
RE: computer networks full report - by Guest - 23-05-2016, 09:47 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  OBJECT TRACKING AND DETECTION full report project topics 9 31,780 06-10-2018, 12:20 PM
Last Post: jntuworldforum
  Vertical Handoff Decision Algorithm Providing Optimized Performance in Heterogeneous Wireless Networks computer science topics 2 31,587 07-10-2016, 09:02 AM
Last Post: ijasti
  imouse full report computer science technology 3 25,941 17-06-2016, 12:16 PM
Last Post: ashwiniashok
  Implementation of RSA Algorithm Using Client-Server full report seminar topics 6 27,656 10-05-2016, 12:21 PM
Last Post: dhanabhagya
  Optical Computer Full Seminar Report Download computer science crazy 46 68,023 29-04-2016, 09:16 AM
Last Post: dhanabhagya
  ethical hacking full report computer science technology 41 76,113 18-03-2016, 04:51 PM
Last Post: seminar report asees
  broadband mobile full report project topics 7 24,460 27-02-2016, 12:32 PM
Last Post: Prupleannuani
  steganography full report project report tiger 15 42,595 11-02-2016, 02:02 PM
Last Post: seminar report asees
  Digital Signature Full Seminar Report Download computer science crazy 20 45,331 16-09-2015, 02:51 PM
Last Post: seminar report asees
  Computer Sci Seminar lists7 computer science crazy 4 11,853 17-07-2015, 10:29 AM
Last Post: dhanyasoubhagya

Forum Jump: