Welcome to Delicate template
Header
Just another WordPress site
Header

What is SIP

May 15th, 2012 | Posted by admin in News - (0 Comments)

The Session Initiation Protocol (SIP) is a signaling protocol developed by the IETF as an alternative to H.323.

SIP is an ASCII-based protocol used for setting up and tearing down multimedia sessions over an IP network.

It is easy to implement and is, therefore, widely used for signaling over gateways. Because it is Transport layer independent, SIP can be used with UDP, TCP, and SCTP.

It is extensively implemented as the signaling protocol for voice in service provider VoIP networks and is supported by most IP telephony system vendors.
(more…)

Reinstall ASP.NET v2

May 10th, 2012 | Posted by admin in Plesk - (0 Comments)

I don’t know But Aspx pages is not working, especially with version v2, so I have re-install the ASP Framework by using


cd %systemroot%
cd Microsoft.NET
cd v2.0.50727
aspnet_regiis -i

it Works Fine !!!

Glossary – Vioce

May 8th, 2012 | Posted by admin in Glossaries - (0 Comments)

A

AbS codec
(Analysis-by-Synthesis) A type of hybrid codec that uses a filter model similar to LPC vocoders.

address class
A network categorization based on the number of hosts connected to that particular network.

ADPCM
(Adaptive Differential PCM) A type of PCM technique used to convert analog information like sound into a digital signal with a lower bit rate than conventional PCM.
(more…)

ldd – print shared library dependencies

April 24th, 2012 | Posted by admin in News - (0 Comments)

Linux / Unix Command: ldd
Command Library
NAME
ldd – print shared library dependencies
SYNOPSIS
ldd [OPTION]… FILE…
DESCRIPTION
ldd prints the shared libraries required by each program or shared library specified on the command line.
OPTIONS

–version
Print the version number of ldd.
-v –verbose
Print all information, including e.g. symbol versioning information.
-d –data-relocs
Perform relocations and report any missing objects (ELF only).
-r –function-relocs
Perform relocations for both data objects and functions, and report any missing objects or functions (ELF only).
–help
Usage information.

Windows

April 7th, 2012 | Posted by admin in News - (0 Comments)

Oracle Required Libs/Packages

March 29th, 2012 | Posted by admin in DBA - (0 Comments)

Below I wrote all Libs/Packages that required by Oracle 11gR2
(more…)

Error
ORA-00020 maximum number of processes (%s) exceeded

Solution:
(more…)

Direct Access Storage

March 15th, 2012 | Posted by admin in Could - (0 Comments)

Although implementation of storage networking technologies is gaining popularity, DAS has remained an ideal solution:

  • localized data access and sharing environments that have few servers.
  • Small businesses, departments, and workgroups that do not share information across enterprises find DAS to be an appropriate solution. (more…)

The process of hosting files and permitting users to access the hosted files on a NAS device involves five steps.

    First, create volumes on the storage array and assign LUNs to the volumes. Present the newly created volumes to the NAS device.

First, create volumes on the storage array and assign LUNs to the volumes. Present the newly created volumes to the NAS device.

 Second, perform a discovery operation on the NAS device to recognize the new array-volumes and create NAS logical volumes. Multiple volumes from the storage array may be combined to form large NAS volumes.

Second, perform a discovery operation on the NAS device to recognize the new array-volumes and create NAS logical volumes. Multiple volumes from the storage array may be combined to form large NAS volumes.

 

 

 

Third, create NAS file systems on the NAS volumes.

Third, create NAS file systems on the NAS volumes.

Fourth, mount the created NAS file system on the NAS device.

Fourth, mount the created NAS file system on the NAS device.

Finally, publish the mounted file systems on the network using NFS or CIFS for client acce

(more…)

Storage Area Network (SAN)

March 15th, 2012 | Posted by admin in Could - (0 Comments)

 

  • High speed network
  • Carry data between host and storage throw Fiber Channel Switches
  • End-to-End [ Servers, network Info structure, Storage ]
  • Optical Fiber Cable for Front End Connectivity
  • Serial Copper Cables For Back End Connectivity
  • FC devices such as hots, storage and tape referred as nodes [ source/ destination ] with port interface, full duplex [ TX = Send, RX = Receive ] (more…)