ADSL modem router parameters explained


by - posted

This article goes through the parameters of an ADSL modem router. It will give you a basic understanding of each parameter. WAN – User name Example : fmau7eqb – Password Example : qsrthu5o User name and Password serve to authenticate the customer to the ISP. – Connection Example : PPPoE PPPoE : Point-to-Point Protocol over […] Read the full post >

Programming paradigms


by - posted

This article gives you an idea of some programming paradigms. Procedural programming A procedural programming language is one where programs are organized into procedures. Each procedure handles one particular task. The main function of the program then makes a series of calls to these procedures in order to archive its goal. Object-Oriented Programming Object-Oriented Programming […] Read the full post >