i get my network from a cable of the server which is mean (Local Area Connection)
Wireless router
You can't "share files using a router". You need some kind of network connecting the computers, and a router may be a part of that, but it's not the only part or even the most important part (and you don't technically need a router, specifically, at all).
Yes, you can connect your hard drive to this router. If use of a program from the e4200 router you can download and install it from the manufactures website and once installed you can share your hard drive.
In order to share your internet signal you will also need a router.
A USB on your wireless router allows you to share a USB connection with anyone in your network. It is labeled on your laptop as a trident logo.
Yes, they can.
stub router.
yes
A router is a device that acts as connection between two different networks. In this case, the cable company has one network, which includes your Internet Connection. The network is your home computer or computers. The cable router allows these two networks to connect with each other and share information.
a wireless router
Router is Bypassing to, system Network local Network and Internet or Network Regards NASEER
Here is a basic overview of the configuration of RIP on a Cisco router:Router(config)#router ripRouter(config-router)#network 192.168.1.0Router(config-router)#network 192.168.2.0Router(config-router)#network 192.168.3.0Router(config-router)#network 192.168.4.0Router(config-router)#network 192.168.5.0The 192.168.x.0 address can be changed to whatever address you would like to be broadcast over RIP. There are also other settings that can be configured.If you use RIPv2 you can also have the following configuration:Router(config)#router ripRouter(config-router)#version 2Router(config-router)#network 192.168.1.0Router(config-router)#network 192.168.2.0Router(config-router)#network 192.168.3.0Router(config-router)#network 192.168.4.0Router(config-router)#network 192.168.5.0Router(config-router)#exitRouter(config)#exitRouter#%SYS-5-CONFIG_I: Configured from console by consoleRouter#copy running-config startup-configDestination filename [startup-config]?Building configuration...[OK]Router#