How Software Gets Done  
Our apologies for the inconvenience, but we are upgrading the site tonight between 10:45 pm - 12:45 am EDT. During this time you will experience outages. The site will resume normal operation at 12:45 am EDT. Again our apologies and thanks for your patience.  (current site time 5/15/2003 3:06:27 PM EDT)


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
Verification
 
Help for Buyers
Articles for Buyers
FAQ for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
FAQ for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
Need Streaming Media Expert
By hrmcorp on May 15
Max Bid: Open to fair suggestions


Simple Assembler/Emula tor project in C
By iluvyoulongtime on May 15
Max Bid: Open to fair suggestions


CRM solution
By RAJ_in_com on May 15
Max Bid: Open to fair suggestions


Oracle Questions
By jasons2e on May 15
Max Bid: $30


HTML "Support" Form
By Proz on May 15
Max Bid: $65


Filtering IP's
By Bearman on May 15
Max Bid: $50


Click here to put this ticker on your own site

Open Work Categories.
Database 
(140 open)
   Access 
(59 open)
   MySQL 
(70 open)
   Oracle 
(11 open)
   SQL Server 
(51 open)
   Other DB 
(20 open)
Documentation / Tech Writing 
(39 open)
Data Entry 
(18 open)
Game Development 
(23 open)
Graphics / Art / Music 
(51 open)
   Graphics 
(61 open)
     3d Animation 
(11 open)
   Art (Misc.) 
(21 open)
   Music 
(6 open)
   3d Modeling 
(9 open)
Language Specific 
(112 open)
   ASP 
(66 open)
   C# 
(38 open)
   C++ / C 
(119 open)
   Cold Fusion 
(7 open)
   Delphi 
(34 open)
   Java 
(55 open)
   Perl 
(34 open)
   PHP 
(93 open)
   XML/XSL 
(27 open)
   Visual Basic 
(146 open)
   Visual Basic .Net 
(83 open)
   Other 
(57 open)
Misc 
(50 open)
   CAD 
(3 open)
MultiMedia 
(39 open)
Network 
(44 open)
   Network Design 
(10 open)
   Network Implementation 
(15 open)
Platforms 
(69 open)
   Windows 
(150 open)
     MS Exchange 
(3 open)
     MS Office 
(15 open)
     Other 
(7 open)
   Darwin 
(1 open)
   Internet Browser 
(45 open)
   Linux 
(51 open)
   UNIX 
(26 open)
   Hand Held/PDA Programming 
(11 open)
Requirements 
(12 open)
Security 
(39 open)
Testing / Quality Assurance 
(20 open)
Web 
(156 open)
   Page Design 
(95 open)
   Flash 
(59 open)
   Web Services 
(78 open)
   Web (Other) 
(93 open)
Training 
(13 open)
   Computer Based 
(16 open)
 
Other
 
Other Sites

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

write a program that simulates a 4 interface ip router
Bid Request Id: 5667
Bookmark in my 'To Do' list
Posted by: Larki (1 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 0.00%
Posted: Nov 28, 2001
3:07:15 PM EDT
Bidding Closes: Dec 12, 2001
3:07:15 PM EDT
Viewed (by coders): 365 times
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: C++ / C, Java
Enter chat room for this bid request
(0 active users at May 15, 2003 3:06:28 PM EDT)

Description:
Write a program that simulates a 4 interface ip router.

All packets will come into interface "A" and will be routed to interfaces "B", "C" and "D". To simplify the program, traffic will only go in the one direction.

The input file will be a list of ip#'s in binary format. Your program will route the packets through interfaces "B","C" and "D" based on the attached routing table. The routing table can either be hardcoded into the program or you can read it into your program.

You may use any programming language.

The output from your program should be the ip# you read in followed by the interface letter the packet was routed through.

As demonstrated in class, your program should convert the ip #'s and netmasks to binary, "and" them and then compare the result with the destination to determine if the subnets match.

Do not compare the first 3 octets of the ip#'s in your program. This will result in points being taken off of your grade.

the ip # and mask for interface "A" = 10.1.2.3/24

the ip # and mask for interface "B" = 192.200.5.10/24

the ip # and mask for interface "C" = 192.150.7.20/24

the ip # and mask for interface "D" = 135.100.2.10/24

Routing table:

destination
mask
Next hop





128.6.30.0
255.255.255.0
192.200.5.11

33.33.32.0
255.255.255.0
192.150.7.21

40.23.101.0
255.255.255.0
192.150.7.21

50.60.70.0
255.255.255.0
135.100.2.11

45.45.4.0
255.255.255.0
192.200.5.11

150.7.200.0
255.255.252.0
192.200.5.11

130.3.4.0
255.255.252.0
135.100.2.11

128.235.0.0
255.255.0.0
192.200.5.11

30.0.0.0
255.0.0.0
192.150.7.21

0.0.0.0
0.0.0.0
192.150.7.21


input file:

130.3.5.3

7.10.1.3

130.3.6.4

128.235.251.1

7.10.1.6

33.33.32.1

150.7.200.5

150.7.203.100

128.6.30.3

50.60.70.1

45.45.45.45

200.1.3.3

203.3.4.100

40.23.1.1

128.235.200.5

30.3.1.4





example output for the first two records:

130.3.5.3 D

7.10.1.3 C


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


Special Conditions / Other:
hi, i really need the bids from coders in between nov 31st till dec 4th. because its due on dec 10th . thanx a lot


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  
This bid was accepted by the buyer!
vkapadia
(74 ratings)
in Bombay, Maharashtra
India
Bid id: 61,252
 
$25 (USD) Nov 28, 2001
10:09:04 PM EDT
 9.81
(Excellent)
   
I have worked extensively on C++ and can complete the code by your deadline.
 
 
 
 
  See 3 private reply(ies)
to/from vkapadia.
 




Quick 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.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.98 on 92 jobs 
Securenext
Rated a 9.98 on 98 jobs 
Codman
Rated a 9.97 on 143 jobs 
Buddies
Rated a 9.82 on 76 jobs 
Andrei Remenchuk
Rated a 10 on 12 jobs 
Michael Sharp
Rated a 9.98 on 172 jobs 
RNA
Rated a 9.93 on 36 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
hernest
Rated a 10 on 109 jobs 
markesh
Rated a 10 on 21 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.