Differences between revisions 11 and 12
Revision 11 as of 2011-03-28 13:28:24
Size: 3037
Editor: CoreyLeong
Comment:
Revision 12 as of 2011-03-28 13:29:07
Size: 3082
Editor: CoreyLeong
Comment: specificity
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Academics/Research

Graduate Research

2011 Graduate Research Project

MLSN

Introduction

Sellers list their properties with real estate professionals who enter property information into private databases called Multiple Listing Services (MLS).

These MLSs attempt to index listings with serialized numbers that only members of the local real estate association have access to query, insert, and update.

In the United States alone, there are over 900 MLSs which unfortunately create redundant, localized MLS numbers causing confusion over specific properties and their respective listing information on the Internet.

These duplicated MLS numbers can be anywhere from eight digits or more relaying no meaningful or geographical information to real estate professionals and real estate buyers alike.

Methodologies
  • Accessibility
    • Registered Internet Port 32801
  • Internationalization (I18N)
    • Reuses ISO 3166-1 for Country Codes
  • Reusability
    • Triple-dotted numbers are reused creating new mlsn addresses.
  • Standardization
    • Uses IETF RFC 3986 Uniform Resouce Identifier (URI): Generic Syntax
  • Usability
    • Geolocations visually embedded in mlsn addresses.

Results
  • Simple reply-response messaging implementation.
  • Messaging Content implements Extensible Markup Language (XML) defined by W3C.
  • Mimics Whois Protocol Specification: IETF RFC 3912.
  • Offers users Uniform Resource Locators (URLs).
  • Usable for all types of properties: Residential, Commercial, Land, Timeshares, etc.
  • Implements Representational State Transfer (REST).
  • 281 trillion reusable possible combinations (281,457,797,169,150).

Future Directions

  • Protocol maintained by GR8C nonprofit organization for public use.
  • Developers develop mlsn clients in languages such as C, python, Java, Ruby, etc.
  • Registry/Registrars offer web-based services for registering property listings.

Conclusion

From this research I introduced a public, standardized numbering system and protocol called Multiple Listing Service Network (MLSN).

Similar to the Web, MLSN is an application publicly available on the Internet, but instead of port 80, MLSN is accessible from port 32801.

The numbering scheme is comprised of two parts separated by an ‘@’ symbol: (1) a triple-dotted notation of three decimal integers ranging from 1 to 65,535 and (2) a double-dotted notation number composed of a postal code and country code defined by ISO 3166-1.

Taking in consideration for expired listings, MLSN numbers have a reusable feature which allows assigning a new, double-dotted notation number to a preexisting triple-dotted number thereby creating a new MLSN number.

Together with a standard protocol and unique numbering schema, a Uniform Resource Locator (URL) is available to users for searching for property listings on the Internet.

Academics/Research/2011/MLSN (last edited 2011-04-01 14:15:16 by CoreyLeong)