The Science Forum - Scientific Discussion and Debate  
 
 Live Chat    FAQ    Search    Usergroups
 
Register  ::  Log in Log in to check your private messages
 
Science Forum Forum Index » Engineering & Transportation » The next Y2K, or wait this is VIN2K

  
 The next Y2K, or wait this is VIN2K « View previous topic :: View next topic » 
Author Message
(In)Sanity
Posted: Tue Nov 23, 2004 2:11 pm    Post subject: The next Y2K, or wait this is VIN2K Reply with quote

Forum Cosmic Wizard
Forum Cosmic Wizard

Joined: 19 Oct 2004
Posts: 2081
Location: Phoenix AZ

Vin2k

Here's a little snip from it.

Quote:
The auto industry’s number is almost up.

The 17-digit codes that identify the origin, make, model and attributes of cars, trucks, buses — even trailers — worldwide will be exhausted by the end of the decade.

And like an odometer that returns to zero and starts over again, a Vehicle Identification Number — or VIN — could be duplicated.

Experts say duplicated VINs would cause havoc for repair shops, state license offices, insurance agencies, law enforcement and other groups that use VINs to process warranty claims, investigate accident claims and recover stolen vehicles.


I found this article kind of interesting, they say the costs could be far worse then the Y2K issue back in the 90's.
Back to top
View user's profile Send private message
sploit
Posted: Tue Nov 23, 2004 10:09 pm    Post subject: Reply with quote

Forum Sophomore
Forum Sophomore

Joined: 22 Oct 2004
Posts: 134

They could simply begin adding another digit to the end of new cars.
Back to top
View user's profile Send private message
(In)Sanity
Posted: Tue Nov 23, 2004 10:13 pm    Post subject: Reply with quote

Forum Cosmic Wizard
Forum Cosmic Wizard

Joined: 19 Oct 2004
Posts: 2081
Location: Phoenix AZ

sploit wrote:
They could simply begin adding another digit to the end of new cars.


The problem with that is all the software, etc is designed to handle this format. So the costs to change all the software would be very high. I think that's how they would solve it in the event they are forced into a solution. There are a lot of old computer programs still being run by many government agencies that would need to be upgraded.
Back to top
View user's profile Send private message
sploit
Posted: Tue Nov 23, 2004 10:49 pm    Post subject: Reply with quote

Forum Sophomore
Forum Sophomore

Joined: 22 Oct 2004
Posts: 134

They would only have to take current source code for it all, add one byte to each buffer and recompile. For the most part it seems pretty simple. Plus, they should have thought ahead like with y2k. It's such a shame the government can't be as smart as us, and be able to second guess them like this. Smile
Back to top
View user's profile Send private message
2112
Posted: Wed Nov 24, 2004 10:58 am    Post subject: Reply with quote

Forum Sophomore
Forum Sophomore

Joined: 18 Oct 2004
Posts: 151
Location: U.S.

I don't really see this as a problem. Software can be updated and all databases or whatever they use can be integrated into the new software. I have no idea exactly how this works, but my parents are programmers and they are constantly updating software and fixing bugs for the medical industry. I'm sure someone is doing this for the car or liscencing industry as well. Or at least they should be.
_________________
World Political Forum
FoxCheck.org
Back to top
View user's profile Send private message Send e-mail
(In)Sanity
Posted: Wed Nov 24, 2004 11:07 am    Post subject: Reply with quote

Forum Cosmic Wizard
Forum Cosmic Wizard

Joined: 19 Oct 2004
Posts: 2081
Location: Phoenix AZ

2112 wrote:
I don't really see this as a problem. Software can be updated and all databases or whatever they use can be integrated into the new software. I have no idea exactly how this works, but my parents are programmers and they are constantly updating software and fixing bugs for the medical industry. I'm sure someone is doing this for the car or liscencing industry as well. Or at least they should be.


The problem comes in when some of the software doesn't have any source code availible for it anymore, this is rare, but happens. The other larger issue is just the extreme cost to hire experts to reprogram something that's old and outdated, In some cases it's actually cheaper to write new software, but not normally.

It all boils down to cost. The article points out it could cost more then Y2K did.
Back to top
View user's profile Send private message
chovy
Posted: Sun Nov 28, 2004 10:28 pm    Post subject: Reply with quote

Forum Freshman
Forum Freshman

Joined: 24 Oct 2004
Posts: 33
Location: Los Gatos, CA

Seems to me that it would take a long time if they started back at 00000000001 for the new rollover numbers to overlap with current numbers for cars still on the road.

'Course, I really don't know when the current VIN standard was implemented.
_________________
Chovy's Blog
World Political Forum
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
(In)Sanity
Posted: Sun Nov 28, 2004 10:36 pm    Post subject: Reply with quote

Forum Cosmic Wizard
Forum Cosmic Wizard

Joined: 19 Oct 2004
Posts: 2081
Location: Phoenix AZ

chovy wrote:
Seems to me that it would take a long time if they started back at 00000000001 for the new rollover numbers to overlap with current numbers for cars still on the road.

'Course, I really don't know when the current VIN standard was implemented.


It only has 6 digits to work with,

Click to view this image at its original size
Click on the image to view it at its original size

Also the year is only a single digit, and it appears they will be running out pretty soon.
Back to top
View user's profile Send private message
Gary
Posted: Tue Nov 30, 2004 3:22 pm    Post subject: Reply with quote

Forum Freshman
Forum Freshman

Joined: 30 Oct 2004
Posts: 31
Location: Texas

sploit wrote:
They would only have to take current source code for it all, add one byte to each buffer and recompile. For the most part it seems pretty simple.

Not as simple as you think. Increasing the size of the database column in a table is relatively trivial but then there's all the code that accesses that data and the expectations that were built into it.

For example, the post above shows how to read the VIN. If I wrote a program that required the last six numbers (vehicle serial number only) then I could have used or created a function that simply counted the first 11 and took everything after that. Only now I get 7 characters instead of the expected 6. If the new character is prepended onto the front, the situation is even worse as everything I ever wrote to parse the VIN is now invalidated.

If they are going to increase the size of the VIN, they might as well increase it enough that they don't have to revisit the problem again in a few years. Increase it by doubling the size perhaps. Allow alphabetic characters in the last 6 places maybe?
_________________
Back to top
View user's profile Send private message Visit poster's website
buffstuff
Posted: Wed Jan 12, 2005 12:02 pm    Post subject: Reply with quote

Forum Sophomore
Forum Sophomore

Joined: 23 Nov 2004
Posts: 164
Location: Somewhere over the rainbow...

So after this code is exhausted, would I be able to steal a car and get away with it? Then joy riding would be everywhere. Twisted Evil
_________________
Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something. -Robert Heinlein
Back to top
View user's profile Send private message Send e-mail
Frosty
Posted: Thu Dec 21, 2006 11:42 pm    Post subject: Reply with quote

Forum Freshman
Forum Freshman

Joined: 21 Dec 2006
Posts: 5
Location: Sydney, Australia

.... no more VIN's .... no more cars can be manufactured .... no more exhaust fumes .... no more polution .... no more greenhouse gases ..... the planet will stop melting ..... WERE SAVED !! Very Happy
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
   Page 1 of 1

Science Forum Forum Index » Engineering & Transportation » The next Y2K, or wait this is VIN2K
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
 
 


Google
 

© 2004-2008 Thescienceforum.com

Sponsored by EnluxLED

Partner Forums
Politics Forum  Radar Detector