How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
Firewall software
By A. Walter on Jul 21
Max Bid: Open to fair suggestions


HoroClock - Time attendance software
By Vincent Gariépy on Jul 18
Max Bid: Open to fair suggestions


TCP Killer
By naegelin on Jul 18
Max Bid: $300


IP Traffic Generator
By mulumba on Jul 20
Max Bid: Open to fair suggestions


Simple Questions
By Cougar on Jul 21
Max Bid: $5


String Class
By Cougar on Jul 21
Max Bid: $15


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(149 open)
   Access 
(54 open)
   MySQL 
(86 open)
   Oracle 
(13 open)
   SQL Server 
(61 open)
   Other DB 
(18 open)
Documentation / Tech Writing 
(24 open)
   Language (Human) Translations 
(3 open)
Data Entry 
(32 open)
Game Development 
(23 open)
Graphics / Art / Music 
(51 open)
   Graphics 
(56 open)
     Adobe AfterEffects 
(7 open)
     Adobe Photoshop 
(27 open)
     Adobe Premiere 
(5 open)
     3d Animation 
(17 open)
   Art (Misc.) 
(18 open)
   Music 
(13 open)
   Photography 
(2 open)
   3d Modeling 
(15 open)
Language Specific 
(107 open)
   ASP 
(55 open)
   ASP .NET 
(37 open)
   C# 
(48 open)
   C++ / C 
(126 open)
   Carbon (Mac OS) 
(2 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(10 open)
   Delphi 
(51 open)
   Java 
(66 open)
   JSP 
(15 open)
   Perl 
(45 open)
   PHP 
(93 open)
   XML/XSL 
(32 open)
   Visual Basic 
(147 open)
   Visual Basic .Net 
(73 open)
   Other 
(62 open)
Misc 
(35 open)
   CAD 
(6 open)
MultiMedia 
(38 open)
   Video Editing 
(6 open)
Network 
(42 open)
   Network Design 
(6 open)
   Network Implementation 
(8 open)
Platforms 
(68 open)
   Windows 
(168 open)
     MS Exchange 
(4 open)
     MS Office 
(11 open)
     Other 
(7 open)
   Darwin 
(1 open)
   Internet Browser 
(44 open)
   Linux 
(69 open)
   UNIX 
(32 open)
   Hand Held/PDA Programming 
(9 open)
Requirements 
(15 open)
Security 
(44 open)
Testing / Quality Assurance 
(24 open)
Web 
(156 open)
   Page Design 
(74 open)
   Flash 
(44 open)
   Web Services 
(69 open)
   Web (Other) 
(74 open)
Training 
(14 open)
   Computer Based 
(9 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Datalink layer protocols in java
Bid Request Id: 62742
Bookmark in my 'To Do' list
Posted by: jonnyr1982 (2 ratings)
(Software buyer rating 8.5)
Non-action Ratio: Very Good - 0.00%
Buyer Security Verifications: Good
Approved on: May 12, 2003
9:29:00 AM EDT
Bidding Closes: May 15, 2003
11:00:00 AM EDT
Viewed (by coders): 96 times
Deadline: 5/16/2003 11:00:00 AM
TIME EXPIRED
Phase:
100% of work was accepted by buyer. Coder account has been credited.
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100 (USD)
Bidding Type: Open Auction
Categories: Windows, Java, Network
Enter chat room for this bid request
(0 active users at Jul 21, 2003 10:53:46 PM EDT)

Description:
the actual questions reagrding the completion of this work are in the deliverables section. However I have included a brief introduction into the general idea of this work.

*NOTE* I have already completed the first part of this work (the designing of the code). All I require is for you to create an evaluation and testing to the code that I will supply.

Introduction:
You have been supplied with Java code which simulates an unreliable physical medium and
provides a framework for the design and implementation of your own datalink layer protocols.
Three protocols are given as part of the framework:
• ProtocolNone: passes frames between applications and the physical layer without
examining or modifying the frames in any way.
• ProtocolErrorCheck: appends a CRC checksum to application frames destined for the
physical layer and drops frames which are subsequently damaged by that physical layer.
• ProtocolPAR: implements a fully-functioning bi-directional 1-bit sliding window
protocol which drops frames which have been damaged in transit but is capable of resending
frames which have been dropped due to such damage or dropped by the
physical layer itself.
In this project, you will design and implement two protocols; Go-back N and Selective
Repeat (*NOTE THIS PART HAS ALREADY BEEN COMPLETED AND IS NOT NEEDED*). You will then assess the performance of your protocols in comparison with
ProtocolPAR, presenting the results in a final report.
Students must not modify the code framework in any way with the exception of class Project,
class ProtocolGoBackN and class ProtocolSelectiveRepeat.
Students should be aware that this is not a Java project. While code should be well structured,
marks are not given for code performance. Your code will be submitted as evidence of your
work.


Deliverables:
1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.

3) Complete ownership and distribution copyrights to all work purchased.

-----------------------------------------------------

Below is the exact work that I wish you to complete. This actual code for this work is attached below. All that is required is to create evaluation and testing procedures to the code attached.

Evaluation
You will be supplied with a modified code framework in which the Client can send a fixed
number of messages before “terminating” a processing cycle. You will be able to select this
number at the time the client object is created.
Modify the Project Class to repeatedly execute and time processing cycles, varying the
protocol (PAR, Go back N, Selective Repeat), physical layer parameters (error rate, drop rate,
bandwidth) and protocol parameters (timeout period) as required to investigate the following:
• How do the protocols perform as the error rate varies between 0% and 50%
o Keep other parameters constant (drop rate = 0%, bandwidth = 57600 bits per
second, delay = 0ms)
• How do the protocols perform as the drop rate varies between 0% and 50%)
o Keep other parameters constant (error rate = 0%, bandwidth = 57600 bits per
second, delay = 0ms)
• How do the protocols perform as the bandwidth varies between 9600 and 115200 bits
per second (typical serial link speeds)
o Keep other parameters constant (error rate = 10%, drop rate = 10%, delay = 0ms)
• How do the protocols perform as the delay rate varies between 0 and 1000ms (typical
satellite channels)
o Keep other parameters constant (error rate = 10%, drop rate = 10% , bandwidth
= 57600 bits per second)
• How do the protocols perform as the protocol timeout period varies between 0 and
1000ms
o Keep other parameters constant (error rate = 10%, drop rate = 10% , bandwidth
= 57600 bits per second, delay=200ms)
Deliverable 3: A series of five graphs presenting the results of your evaluation.
Analysis
Analyse the results obtained from your evaluation and explain the relative performance of the
three protocols (PAR, Go Back N and Selective Repeat) with reference to your graphs (what is
it about the protocol which makes it behave in the way it does).
Answer the following questions, quoting evaluation evidence for your answer in each case:
• Which protocol would you use on a physical channel with a low error rate?
• Which protocol would you use on a physical channel with a high error rate?
• Which protocol would you use on a physical channel with a low drop rate?
• Which protocol would you use on a physical channel with a high drop rate?
• Which protocol would you use on a physical channel with a low bandwidth?
• Which protocol would you use on a physical channel with a high bandwidth?
• Which protocol would you use on a physical channel with a low delay?
• Which protocol would you use on a physical channel with a high delay?
• How is protocol performance affected by its timeout period?
Deliverable 4: A report presenting the results of your analysis and all supporting evaluation
evidence.
Deliverable 5: Your Java code: Classes Project, ProtocolGoBackN, ProtocolSelectiveRepeat
and any new classes introduced.





Platform:
Program must run in java. DEADLINE IS THURSDAY 05/15/2003 18:00 CET

Must be 100% finished and received by buyer on:
May 16, 2003 11:00:00 AM EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.

Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.



Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
VivekD
(5 ratings)
in Bangalore, Karnataka
India
Bid id: 675,026
 
$35 (USD) May 13, 2003
9:44:41 AM EDT
 10
(Excellent)
   
dear buyer,
i have modified the Project.java and ran some simulation on protocol 0 and 4. protocol 4 i have checked across all 5 simulation types. you may check the sample output given below.

to clarify your reqmt, i understand that you want 'performance' or throughput analysis compared across the protocols... so i assume analysis regarding no of dropped packets, error rates, latency/delay etc is *not* required. performance data is already captured in code using timer.time(), so i don't think new code is to be written to time it.

i saw some problem running protocol 0 (probably just delay, i cut it short), barring such problems, i can provide the analysis, graphs (done in excel), and analyis report in word document. pls let me know if you want anything else.

thanks
vivek


output begin:
----------------
...
...
40 584
50 1021
Finishing simulation for error rate variation
Starting simulation for drop rate variation
0 58
1 58
2 58
3 148
4 93
5 58
6 177
7 157
8 137
9 207
10 221
15 173
20 371
30 454
40 900
50 653
Finishing simulation for drop rate variation
Starting simulation for Bandwidth rate variation
3 287
...
...

 
 
 
 
  See 2 private reply(ies)
to/from VivekD.
 




Quick Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Securenext
Rated a 9.96 on 112 jobs 
Anuj Gakhar
Rated a 9.97 on 102 jobs 
Buddies
Rated a 9.83 on 81 jobs 
Andrei Remenchuk
Rated a 10 on 13 jobs 
Codman
Rated a 9.97 on 149 jobs 
Michael Sharp
Rated a 9.97 on 181 jobs 
D-N-S
Rated a 9.93 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Maxnet Technologi es Private Limited
Rated a 9.92 on 74 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.