Skip to content

Monthly Archives: September 2007

Network Router

18-Sep-07

A router is a device that determines the proper path for data to travel between different networks, and forwards data packets to the next device along this path. They connect networks together; a LAN to a WAN for example, to access the Internet. Some units, are available in both wired and wireless models.


wired router

Wired Router Model

wireless router

Wireless Router Model


Function

A more precise definition of a router is a computer networking device that interconnects separate logical subnets. Routers are now available in many types, though all are fundamentally doing the same job. A router is a computer whose software and hardware are usually tailored to the tasks of routing and forwarding, generally containing a specialized operating system (e.g. Cisco’s IOS or Juniper Networks JunOS or Extreme Networks XOS), RAM, NVRAM, flash memory, and one or more processors. High-end routers contain many processors and specialized Application-specific integrated circuits (ASIC) and do a great deal of parallel processing. However, with the proper software (such as XORP or Quagga), even commodity PCs can act as routers.

Routers connect with two or more logical subnets, which do not necessarily map one-to-one to the physical interfaces of the router.

The term switch or layer 3 switch or network switch often is used interchangeably with router, but switch is really a marketing term without a rigorous technical definition (though a switch is commonly understood as a network hub with switched ports, which might or might not also perform additional routing functions).

Chassis systems like the Nortel MERS-8600 or ERS-8600 routing switch, allow for a wide variety of LAN, MAN, METRO, and WAN port technologies or other connections that are customizable.

Routers operate in two different planes:

Network Switch

18-Sep-07

A network switch is a computer networking device that connects network segments.

Linksys 48 port switch

 

Low-end network switches appear nearly identical to network hubs, but a switch contains more “intelligence” (and a slightly higher price tag) than a network hub. Network switches are capable of inspecting data packets as they are received, determining the source and destination device of that packet, and forwarding it appropriately. By delivering each message only to the connected device it was intended for, a network switch conserves network bandwidth and offers generally better performance than a hub.

In the past, it was faster to use layer 2 techniques to switch, when only MAC addresses could be looked up in content addressable memory (CAM). With the advent of ternary CAM (TCAM), it was equally fast to look up an IP address or a MAC address. TCAM is expensive, but very appropriate for enterprise switches that use default routes plus a moderate number of other routes. For routers that need a full Internet routing table, TCAM may not be cost-effective.


Function

As with hubs, Ethernet implementations of network switches are the most common. Mainstream Ethernet network switches support either 10/100 Mbit/s or 10/100/1000 Mbit/s ports Ethernet standards. Large switches may have 10 Gbit/s ports.

The network switch, packet switch (or just switch) plays