Blog Detail
ccna articles
http://ccna-articles.blogspot.com/
This blog has a nice collection of articles tutorials videos of ccna and networking; so one can learn easily this topics and designed for the learners.
Recent Posts
move_uploaded_file() Unable to access HTTP wrapper does not support writeable connections
<?php/*** @author khawshik* @copyright 2009*/$filepath='http://localhost/uploads/'.$_FILES['uploaded_file']['name'];if(!file_exists($filepath)){if(move_uploaded_file($_FILES['uploaded_file']['tmp_name'],$filepath)){ echo "The file".$_FILES['upload...
comparison of ripv1 and ripv2
1. RipV1( routing information protocol ) is a distance vector protocol1. RIPv2 is also a distance vector protocol2. RIPv1 has maximum hop count of 15 and 16 will be unreachable.2. RIPv2 also has the maximum hop count of 15.3. RIPv1 don't support vlsm...
ip routing,routing protocol and routed protocol a small understanding
ip routingIp routing is such kind of process to move packets from one network to another network by routers. The network that your router will move packets will be dynamically learn by router or you as an administrator can manually set routers to lea...
what is ip route 172.16.10.0 255.255.255.0 172.16.20.1
" ip route 172.16.10.0 255.255.255.0 172.16.20.1 "What is the meaning of this command. This is an example commnad to configure static routing. Ok lets comes to the detail process. Suppose your router name is RouterA and it already knows some networks...
a simple of explanation of dynamic routing
Suppose in a network there some routers are there. If this network have some routers that have dynamic routing protocol ( example rip, eigrp , ospf ) configured then this routers will update each other about all the networks they know about and plac...
understanding the command 172.16.3.0 255.255.255.0 S0/0/0
router(config)#ip route 172.16.3.0 255.255.255.0 s0/0/0what this command means . lets get started :ip routenow ip route is the command for creating static routes. 172.16.3.0 172.16.3.0 is the remote network we want to send packets to.255.255.255.0Her...

