-
Recent Posts
Blog Archive
My Links
Labels
- Application Clustering (4)
- Distributed Systems (6)
- EMS/NMS/OSS (9)
- Food (3)
- General (35)
- Hadoop (1)
- Hibernate (2)
- java (22)
- Linux (1)
- Miscellaneous (11)
- Movies (21)
- NGOSS/OSS/J/TMF (5)
- Pics (9)
- Scala (1)
- Technical (5)
- Travelogue (2)
- Uncategorized (8)
- workflow/XPDL/BPEL (1)
Category Archives: Technical
difference between provisioning and configuration?
There is always confusion between the meanings of the words “provisioning” and “configuration” in computer networks. Here i am providing the basic difference between these words in computer network domain. What is the difference between provisioning and configuration? A.) Provisioning … Continue reading
Posted in Technical
Leave a comment
Programmer Competency Matrix
Check this Programmer Competency Matrix.Thanks to ravinder for sharing this link.
Posted in Technical
Leave a comment
Multi-layer networks
Multi-layer networks are computer networks where theconfiguration of the network can be changed dynamicallyat multiple layers. Examples of multi-layer networks includean optical network where both the WDM, TDM (SONET/SDH) and ethernet layers can be dynamicallyreconfigured and Hybrid networks.
Posted in Technical
Leave a comment
Java Virtual Machine (JVM) Heap Sizing
Report on JVM Heap sizing ( based on various web resources): 32-bit JREThe maximum theoretical heap limit for the 32-bit JVM is 4G. Due to various additional constraints such as available swap, kernel address space usage, memory fragmentation, and VM … Continue reading
Posted in java, Technical
Leave a comment
RMI Server API access on a Virtual Private Network (VPN)
When the Remote Server RMI API is accessed from a client on a Virtual Private Network (VPN), the VPN assigns an IP address to the RMI client machine. This VPN-assigned IP address needs to be specified in an RMI Java … Continue reading
Posted in java, Technical
Leave a comment