Differences between revisions 25 and 26
Revision 25 as of 2011-03-28 15:29:42
Size: 3356
Editor: CoreyLeong
Comment:
Revision 26 as of 2011-03-28 15:30:41
Size: 3355
Editor: CoreyLeong
Comment:
Deletions are marked like this. Additions are marked like this.
Line 83: Line 83:
===== refereneces:// ===== ===== references:// =====

Graduate Research

2011 Graduate Research Project

Multiple Listing Service Network Protocol (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: TCP/UDP.
  • 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
    • Geographical locations visually embedded within mlsn protocol.

results://
  • Simple request-reply 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.
  • Resolving domains to MLSN URL's via a registered Top-Level Domain (TLD).

conclusion://

From my 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.

appendix://

Messaging on the Wire

Specification

references://

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