A0

Labels

Routers and Hyper terminal configuration

 Q1: Introduction to Router and establishing a console session Using HyperTerminal. Tasks: 1.       Router Introduction2.       Devices Connectivity3.       Router Ports and internal Memories details4.       Hyper Terminal Configurations   Routers:               ...

Learn C++

 Learn C++We are starting the introduction of c ++ but before starting this we should talk about why we should learn c ++ as a first language. Mostly student ask this question, they thinks why c ++ and why not python because python is the most emerging language also easy to understand in the beginning but this is really an huge language we should not take start with it firstly we should develop some logic and we should understand how really...

Sample Feasibility Report

 Sample Feasibility Report(there is the sample feasibility report)(do not copy any of this content or idea because all rights are reserved) Summary:                        So In this feasibility report I will explain everything which is need in any feasibility report. This report will explain the product with Industry, organization...

Operators and Precedence in Oracle SQL

 OperatorsWe can also use the operators while writing the queries eg +, -, *, / and ^. By using these operators we can display output in more accurate way for example if the salary for the employee is 500 per month and we want to display this salary for an year then by using the operators we can easily display the output. We can solve this query by multiplying the monthly salary with 12 months. After calculating output will be 500*12 =6000. Do...

Select Statement and Distinct Keyword

 Select Statement:So this is the first blog related to oracle SQL. Today lecture will about the select statement which is one of the important topic in Oracle SQL. It is used to retrieve(show) the data. For example there is employee table in the database and by using select statement we can show the whole data which is present in the table. So here is the query related to select statement.e.gselect * from emp;Here * is use as whole. If I will...

Peer to peer Network with different sharing's

  Building and testing a Peer-to-Peer network Tasks:   1.    Introduction (IP Assigning) 2.    Data Sharing 3.    Internet Sharing 4.    Resource Sharing       Introduction (IP Assigning): Peer to peer connection is the directly connection between two or more pc’s. Here there is no server because every pc is itself acting like a server. Now I will...

Switch Based Network and Connection testing, Internet sharing, RDC

 Q1: Building and testing a Switch based Network.   1.     Introduction (devices Connectivity, IP Assigning)2.     Connection Testing3.     Internet Sharing4.     Remote Desktop Connections5.     Use Hub, switch, Routers to connect network.   Introduction:                          ...