Home

Search

 

Chris Gountanis's Information Portal
Service Delivery Platform (SDP) with C++ Print
Written by Chris Gountanis   

Does C++ Improve Application Service Delivery Platform (SDP)?The term Service Delivery Platform (SDP) usually refers to a set of components that provide a service’s delivery architecture (such as service creation, session control & protocols) for a type of service. There is no standard definition of SDP in the industry although TMF is working on defining specifications in this area. Different players will define its components and its breadth and depth in a slightly different way. As SDPs evolve, they will often require integration of telecom and IT capabilities and the creation of services beyond technology and network boundaries.

Last Updated on Wednesday, 24 September 2008 13:36
Read more...
 
C++ Mortgage Payment Loan Calculator Print
Written by Chris Gountanis   

C++ Programming Language ExampleThis application uses C++ in order to show how a mortgage payment loan calculator can be programmed. It is very basic and great for beginners. The basis of the application is a client needs a program that will calculate mortgage payments. I went a couple steps to buffer output in 12 month intervals as well as some color to spice things up a bit. I used Visual Studio 2008 to code the application but it uses native code so it should be somewhat portable on the Windows platform. If this is needed on other platforms the colors as well as the Windows header will have to be removed for compatibility. C++ is a general-purpose programming language. C++ is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features. It is a statically typed, free-form, multi-paradigm, compiled language where compilation creates machine code for the target machine hardware, supports procedural programming, data abstraction, object-oriented programming, and generic programming.

Last Updated on Tuesday, 12 August 2008 15:23
Read more...
 
Windows Based File Systems Print
Written by Chris Gountanis   

Windows Based File Systems (Filesystems)In computing, a file system or filesystem is a method for storing and organizing computer files and the data they contain to make it easy to find and access them. File systems may use a data storage device such as a hard disk or CD-ROM and involve maintaining the physical location of the files, they might provide access to data on a file server by acting as clients for a network protocol, or they may be virtual and exist only as an access method for virtual data. The most familiar file systems make use of an underlying data storage device that offers access to an array of fixed-size blocks, sometimes called sectors, generally a power of 2 in size. The file system software is responsible for organizing these sectors into files and directories, and keeping track of which sectors belong to which file and which are not being used.

Last Updated on Wednesday, 02 July 2008 18:48
Read more...
 
Switching and Routing Print
Written by Chris Gountanis   

Switching and Routing

Distance-vector routing protocol is one of the two major classes of routing protocols used in packet-switched networks for computer communications, the other major class being the link-state protocol. A routing protocol is a protocol that specifies how routers communicate with each other to disseminate information that allows them to select routes between any two nodes on a network. In telecommunication, a store-and-forward switching center is a message switching center in which a message is accepted from the originating user, i.e., sender, when it is offered, held in a physical storage, and forwarded to the destination user, i.e., receiver, in accordance with the priority placed upon the message by the originating user and the availability of an outgoing channel. A virtual private network (VPN) is a computer network in which some of the links between nodes are carried by open connections or virtual circuits in some larger network (e.g., the Internet) instead of by physical wires.

Last Updated on Monday, 02 June 2008 12:06
Read more...
 
Network Security Print
Written by Chris Gountanis   

Network SecurityThere are two basic types of network security, transit security and traffic regulation, which when combined can help guarantee that the right information is securely delivered to the right place. It should be apparent that there is also a need for ensuring that the hosts that receive the information will properly process it, this raises the entire specter of host security: a wide area which varies tremendously for each type of system. With the growth in business use of the Internet, network security is rapidly becoming crucial to the development of the Internet.

Last Updated on Tuesday, 03 June 2008 11:36
Read more...
 
OSI Model Print
Written by Chris Gountanis   

OSI ModelThe Open Systems Interconnection Basic Reference Model (OSI Reference Model or OSI Model for short) is a layered, abstract description for communications and computer network protocol design. The Open System Interconnection (OSI) reference model describes how information from a software application in one computer moves through a network medium to a software application in another computer. The Department of Defense (DOD), a division of the United States government, developed a model that would be used as the developing basis for their own protocol suite known as the Internet protocol suite. The OSI, or Open System Interconnection, model defines a networking framework for implementing protocols in seven layers. Control is passed from one layer to the next, starting at the application layer in one station, and proceeding to the bottom layer, over the channel to the next station and back up the hierarchy. The OSI 7 layers model has clear characteristics.

Last Updated on Friday, 13 June 2008 11:05
Read more...
 
« StartPrev123456NextEnd »