Problem Statment :  understanding bit based computing models.

                    conversion from decimal system to 2power computing model's

                    their representation in octal,hexa,32bit,64bit, 256bit,

                      ....translating into base representation systems i.e. nbase model's.
 
Opportunity A: essentially understand intricacies of the above.

              selecting a base-system  ....conversion of a numeral from decimal to base systems and vice-versa.

              simulating a calculator ....conversion from any of these base models to other base model and 
              decimal systems

       
             eg: the above as a programming excercise.


Opportunity B: deriving from how basic human visualization always happens in decimal notation , Natural language of choice.

              the data pattern's ...design patterns.


              read through the document 'computing_addressable_memory_bank_storage_sizes.txt'

              kind of what may be termed hard-code ...blocks in nonvolatile memory the bit-pattern of numerals required for representation
              in a numbering base system ...use the address-blocks  of these numerals , character-set (ascii / wide)
              ...storing or addressing IO of the data on the disk. 


Opportunity C: Loop-holes ...intricacies ...3GL and low-level ...machine...code ...usually termed assembly language ...incongruencies??

 Hindrance ....drawbacks...limitations...3GL vs low-level...machine-code ...underlying interface...for accessing managing Memory.


deriving from the problem-statement ....accessing ...address-block's ...interpretational context?? !!Memory-Management!!

Rough-sketch  : rationalizable arguments.
------------


Volatile-memory
-----------------

             bit strings interpretation ?? how and where do the bit string end ,
                 ...interpretation context(arithmetic ?? ...string manipulation  ....translating into low-level bit-wise operations)


scanf           memory-addressing-schema  array-address-space ....contigious-address-space -malloc/calloc
perl
vim

Tagging bit-streams for interpretations 
----------------------------------------

understanding ...3GL ...compilers ...interpreters ...'data-type declarations ....string literal constants'

Instead of size of the bit-stream determining the interpretation of the underlying the data ...ability to incorporate a bool-value-bit
that determine's the context of interpretation of a bit-string or bit-stream.....

given that positional value of the 'bit' 2**0 is always or should be ignored ...??


much on the line's of non-volatile-memory. ....ability to tag a reference to a data-type ...this address-space that can be used 
for interpretation of the bit-stream.

...given the context of programming and the ability to handle floating point or complex number's ...a flexible notation,handling mechanism

...deriving from how the register's ...pointer's ...reserving ...'n'bits in a bit-stream to determine the data-type of the bit-stream.

...contagious...address-space ...end of ...of bit-stream ?? ....understanding interpreting from segmented-addresspace...pockets of contagious memory??
                                         

Dumped context on disk-space
----------------------------

Perl::Dumper  vis ...a vis ....core-dump's.

a executable code ...binary-instructions- ??interpretable-code vs . ??compiled-code  ...??understanding interpreting run-time errors


Opportunity d:) package as proper exercise to the learner.

          tcp/ip socks programming ipc ...understanding implementing routing??

          understanding ...icmp ...understanding interpreting 'ping' ...trace-route ...diagnostic controls

          understanding interpretations of  sub-netting ...implementing multiple gateways between sub-nets.


          ...ability to visualize and let a student ...programming ...efficient path to reach plugin destination port 

             viz. ability to count hops and specificially direct or route a datagram to specific or via specific ...media-gateway.

             ability to understand and interpret tcp/ip packet transmission ...packet drop ...ack ...ignore duplicate packets.

             understand high-availablity ....ability to pin-point the point of a network-outage!! 

            
           eg: Rationalization... Virtualization...parlancing with division of labor .....

               writing a simulator ...to simulate a virtual-network and routing to various destionations on the network.
               a class different from host partitioning /zoning...class within a host ...while context is synonymous
               intended usage of the virtual entities ...eg ...san ...tcp/ip ... ports ...end-points ...on a host across the
               hosts ...over a media.

               vmware ...lpar ...tcpip ...virtual-private-networking, fscsi...iscsi


             

                




Note: The above problem statement having been encountered in various scenarios
      and detailed in various 'Proof of concepts' as mentioned in 
      
       http://uk.geocities.com/ravivenkatus/projects.pdf
       http://ravishankarkv.tripod.com/projects.pdf
        ....apply appropriate
      'use-case' modeling, rationalize and arrive at a workable and feasible 
       solution both commercially and techinically viable.