HInternet/ApplicationLayer: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with '= Application Layer = Operating under Part 97 of the FCC rules comes with some constraints on how the network can be used and what can be information can be communicated over it.…')
 
No edit summary
 
Line 18: Line 18:
With these constraints in mind, it may be prudent to design nodes to filter non-compliant traffic, or create applications (and maybe protocols) to facilitate legal communication.
With these constraints in mind, it may be prudent to design nodes to filter non-compliant traffic, or create applications (and maybe protocols) to facilitate legal communication.


For example, we could use MDNS over multicast IP to announce which stations are reachable, and which modes they can communicate with (voice over SIP/RTP, video over SIP/RTP, text over IRC, etc.).
For example, we could create and use [http://www.multicastdns.org/ MDNS] over multicast IP to announce which stations are reachable, and which modes they can communicate with (voice over [http://en.wikipedia.org/wiki/Session_Initiation_Protocol SIP]/[http://en.wikipedia.org/wiki/Real-time_Transport_Protocol RTP], video over [http://en.wikipedia.org/wiki/Session_Initiation_Protocol SIP]/[http://en.wikipedia.org/wiki/Real-time_Transport_Protocol RTP], text over [http://en.wikipedia.org/wiki/Internet_Relay_Chat IRC], etc.).


Ideally, this could become a point-and-click application for stations. Sort of an ALE (Automatic Link Establishment) for IP communications.
Ideally, this could become a point-and-click application for amateur stations. Sort of an [http://en.wikipedia.org/wiki/Automatic_link_establishment ALE (Automatic Link Establishment)] for IP communications.

Latest revision as of 22:29, 3 October 2010

Application Layer[edit]

Operating under Part 97 of the FCC rules comes with some constraints on how the network can be used and what can be information can be communicated over it. Because of these rules and constraints, reasonable protections will need to be put into place to prevent both unauthorized use of the network by unlicensed individuals as well as unauthorized communications over the system by legitimately licensed operators.

Communication Constraints[edit]

Obscured Communication[edit]

FCC rules state that "An amateur station shall not intentionally obscure the meaning of a transmission"[citation needed].

Does this mean that encryption is not allowed? Some would argue that this is debatable, and that encryption and coding schemes are allowed, provided that there is public documentation as to how a scheme works. For example, the ARRL HSMM working group recommended that a standard, publicly documented WEP key be used to prevent unauthorized control of Part 97 equipment by users of Part 15 licensed equipment.

"Alternative" Radio Services[edit]

FCC Part 97, section 113(a)(5) rules also stipulate that:

  • (a) No amateur station shall transmit:
    • (5) Communications, on a regular basis, which could reasonably be furnished alternatively through other radio services.

Does this mean that providing Internet access over amateur radio is competing with commercial IP transit? Again, some would argue that this is debatable.

Applications[edit]

With these constraints in mind, it may be prudent to design nodes to filter non-compliant traffic, or create applications (and maybe protocols) to facilitate legal communication.

For example, we could create and use MDNS over multicast IP to announce which stations are reachable, and which modes they can communicate with (voice over SIP/RTP, video over SIP/RTP, text over IRC, etc.).

Ideally, this could become a point-and-click application for amateur stations. Sort of an ALE (Automatic Link Establishment) for IP communications.