Network Essentials | Fundamentals of Networking

In this lecture, we will learn about the critical network essentials and fundamentals of networking. the objective of this chapter is discussed below.

Objective:

The objectives of this chapter are to familiarize with the following:

  • The LAN components
  • Repeater
  • Hub
  • Bridge
  • Router
  • Gateway
  • Understand the Networking

Introduction of Network Essentials

  • The information does not exist in a vacuum. Just as the need to share data between desktop computers in an office has forced the proliferation of LANs, the need to share information beyond a single workgroup is pushing the adoption of LAN-to-LAN links, host gateways, asynchronous communication servers, and other methods of communicating with other systems.

LAN Components

  • A local Area Network is a high-speed, low-error data network covering a relatively small geographic area. LAN connects workstations, peripherals, terminals, and other devices in a single building or another geographically limited area.
  • LAN standard specifies cabling and signaling at the physical and data link layers of the OSI model. Ethernet, FDDI, and Token rings are widely used LAN technology.
  • In LAN technology to solve the congestion problem and increase the networking performance, a single Ethernet segment is divided into multiple network segments.
  • This is achieved through various network components. Physical segmentation, network switching technology, using full duplex Ethernet devices, fast Ethernet, and FDDI available bandwidth may be maximized.

Repeaters

  • Repeaters are devices that amplify and reshape the signals on one LAN& pass them to another. A repeater forwards all traffic from one LAN to the other. Repeaters are usually used to extend LAN cable distances or connect different media types.
  • Repeaters connect LANs together at the lowest layer, the Physical layer, of the OSI model. This means that repeaters can only connect identical LANs, such as Ethernet/802.3 to Ethernet/802.3 or Token Ring to Token Ring.
LAN INTERCONNECTION DEVICE
  • Two physical LANs connected by a repeater become one physical LAN. Because of this, the proper use and placement of repeaters is specified as part of LAN architecture’s cabling parameters.

HUB

  • As its name implies, a hub is a center of activity. In more specific network terms, a hub, or concentrator, is a common wiring point for networks that are based around a star topology.
  • Arc net, 10base-T, and 10base-F, as well as many other proprietary network topologies, all rely on the use of hubs to connect different cable runs and distribute data across the various segments of a network.
  • Hubs basically act as signal splitters. They take all of the signals they receive through one port and redistribute it through all ports.
  • Some hubs actually regenerate weak signals before re-transmitting them. Other hubs retime the signal to provide true synchronous data communication between all ports.
  • Hubs with multiple 10-base-F connectors actually use mirrors to split the beam of light among the various ports.

1. Passive Hubs

  • Passive hubs, as the name suggests, are rather quiescent creatures. They do not do very much to enhance the performance of your LAN, nor do they do anything to assist you in troubleshooting faulty hardware or finding performance bottlenecks. They simply take all of the packets they receive on a single port and rebroadcast them across all ports–the simplest thing that a hub can do.
  • Passive hubs commonly have one 10-base-2 port in addition to the RJ-45 connectors that connect each LAN device. 10base-5 is 10Mbps Ethernet that is run over thick-coax. This 10base-2 connector can be used as a network backbone. Other, more advanced passive hubs have AUI ports that can be connected to the transceiver to form a backbone that may be more advantageous.
  • Most passive hubs are excellent entry-level devices that can be used as starting points in the world of star topology Ethernet. Most eight-port passive hubs are cheaper.

2. Active Hubs

  • Active hubs actually do something other than simply re-broadcasting data. Generally, they have all of the features of passive hubs, with the added bonus of actually watching the data being sent out. Active hubs take a larger role in Ethernet communications by implementing a technology called store & forward where the hubs actually look at the data they are transmitting before sending it. This is not to say that the hub prioritizes certain packets of data; it does, however, repair certain “damaged” packets and will retime the distribution of other packets.
  • If a signal received by an active hub is weak but still readable, the active hub restores the signal to a stronger state before re-broadcasting it. This feature allows certain devices that are not operating within optimal parameters to still be used on your network. If a device is not broadcasting a signal strong enough to be seen by other devices on a network that uses passive hubs, the signal amplification provided by an active hub may allow that device to continue to function on your LAN. Additionally, some active hubs will report devices on your network that is not fully functional. This way, active hubs also provide certain diagnostic capabilities for your network.
  • Active hubs will also retime and resynchronize certain packets when they are being transmitted. Certain cable runs may experience electromagnetic (EM) disturbances that prevent packets from reaching the hub or the device at the end of the cable run in a timely fashion. In other situations, the packets may not reach the destination at all. Active hubs can compensate for packet loss by re-transmitting packets on individual ports as they are called for and re-timing packet delivery for slower, more error-prone connections. Of course, re-timing packet delivery slows down overall network performance for all devices connected to that particular hub, but sometimes that is preferable to data loss–especially since the re-timing can actually lower the number of collisions seen on LAN. If data does not have to be broadcast over and over again, the LAN is available for use for new requests more frequently. Again, it is important to point out that active hubs can help you diagnose bad cable runs by showing which port on your hub warrants the retransmission or re-timing.

3. Intelligent Hubs

  • Intelligent hubs offer many advantages over passive and active hubs. Organizations looking to expand their networking capabilities so users can share resources more efficiently and function more quickly can benefit greatly from intelligent hubs. The technology behind intelligent hubs has only become available in recent years and many organizations may not have had the chance to benefit from them; nevertheless, intelligent hubs are a proven technology that can deliver unparalleled performance for LAN.
  • In addition to all of the features found in active hubs, incorporating intelligent hubs into your network infrastructure gives you the ability to manage your network from one central location. If a problem develops with any device on a network connected to an intelligent hub, it can easily identify, diagnose, and remedy the problem using the management information provided by each intelligent hub. This is a significant improvement over standard active hubs. Troubleshooting a large enterprise-scale network without a centralized management tool that can help you visualize your network infrastructure usually leaves you running from wiring closet to wiring closet trying to find poorly functioning devices.

Bridges

  • Bridges connect LANs together at the Data Link layer of the OSI model. Specifically, bridges connect at the Media Access Control (MAC) sub-layer of the Data Link layer and are often referred to as MAC-layer bridges. In the past, Novel incorrectly referred to Net Ware routers as bridges.
bridges
  • This diagram shows a typical multi-protocol remote bridge application.
  • Bridges connect similar or identical LANs. Bridges can be used to connect Ethernet/ 802.3 to Ethernet/ 802.3, 10-Mbps Ethernet/802.3 to 1-Mbps Star LAN, 4-Mbps Token Ring to 4-Mbps Token Ring, or 4-Mbps Token Ring to 16-Mbps Token Ring. Like repeaters, bridges can be used to connect LANs using different media (10BASE-T to 10BASE5, for example).
  • Bridges are transparent to the network-layer protocols (such as IPX and IP) being used on the network.  Two networks connected via a bridge are physically separate networks, but logically a single network. This means that a network’s cabling rules apply to each individual network, not both collectively, but Network-layer protocols will address the bridged network as if they were one.
  • Bridges segment traffic by only forwarding traffic that is addressed to stations on the opposite side of the bridge. This means that bridges do not forward local traffic. This can considerably reduce overall traffic in a multi-LAN inter-network.

1. Transparent Bridges:

  • The type of bridge used for Ethernet/802.3 LANs is called a transparent bridge. This is because the existence of the bridge is transparent to workstations, file servers, and other network devices. The bridge performs all the functions necessary to route traffic between bridged networks.
  • Transparent bridges keep routing tables of physical addresses of network devices and forward traffic based on the locations of the particular network device to which packets are being sent. Early bridges required the system administrator to manually build the routing tables. Current bridges automatically learn station addresses and build the routing tables which are sometimes referred to as learning bridges.

2. Spanning Tree Algorithm:

  • Transparent bridges do not allow redundant paths. By using a scheme called the Spanning Tree Algorithm, however, alternate paths are allowed. In simplest terms, the Spanning Tree Algorithm ensures that only one bridge path between any two networks is active at a time. If a bridge path fails, another bridge path (if it exists) will automatically be activated. Not all bridges support the Spanning Tree Algorithm, and although the Spanning Tree Algorithm is now part of the IEEE 802 specifications, not all bridges that support the Spanning Tree Algorithm conform with the IEEE specifications.

3. Source Routing Bridges:

  • Although transparent bridging can be used with Token Ring Networks, IBM has promoted another bridging method called source routing. With source routing, the bridge does not keep track of the route by which packets are sent. Each network node that initiates communication with another node across one or more bridges must keep track of the route used. Unlike transparent bridges, source routing bridges allow redundant paths.
  • To establish a route, the station initiating communication broadcasts a discovery packet, which makes its way through the Network’s source routing bridges. The discovery packet keeps track of the bridges it crosses on the way to the destination. Depending on the configuration of the bridges and the method used to send the discovery packet (the description of which is beyond the scope of this book), the discovery packet will arrive at the destination via one or more routes, meaning one or more copies of the discovery packet will be received at the destination.
  • The destination returns its response(s) using reverse addressing, meaning it uses each discovery packet’s list of crossed bridges, in reverse order, to return its response(s). If the initiating station receives responses via more than one route, the first response received establishes the route to be used.

Routers

  • Routers connect LANs at the Network layer of the OSI model Routers connect LANs that use the same Network-layer protocol, such as IPX-to-IPX and IP-to-IP. Because routers operate at the Network layer, they can be used to link dissimilar LANs, such as ARCNET, Ethernet, and Token Ring.
  • Two networks connected via a router are physically and logically separate networks. Network-layer protocols have their own addressing scheme separate from the addressing scheme of MAC-layer protocols. This addressing scheme may or may not include the MAC-layer addresses of the network cards. Each network attached to a router must be assigned a logical identifier, or network address, to designate it as unique from other physical networks.
  • For example, NetWare’s IPX routers (NetWare file servers or external NetWare routers using ROUTER.EXE) use each LAN card’s MAC-layer address and a logical address for each network assigned by the router installer.
  • A router can support single or multiple Network-layer protocols. Net Ware 2.2 File servers and Net Ware external routers, for example, only support NetWare’s IPX protocol. NetWare 3.11 file servers. Routers, on the other hand, can route IPX, IP, and Apple Talk, if the proper routing software is loaded into the file server. Dedicated routers from Proteon, Cisco, Wellfleet, and others can route a number of different protocols.
Point-to-Point Link, Heterogeneous LANs
Point-to-Point Link, Heterogeneous LANs
Wide-Area Network Link, Heterogeneous LANs
Wide-Area Network Link, Heterogeneous LANs
LAN to Host Link
LAN to Host Link
  • Like bridges, routers only forward traffic addressed to the other side. This means that local traffic on one LAN will not affect performance on another. Again, like bridges, routers can be proprietary devices or can be software and hardware residing in a general-purpose computer, such as a PC.
  • Like transparent bridges, routers maintain routing tables. A router’s routing table, however, keeps track of network addresses and possible routes between networks, not individual node addresses. Using routers, redundant paths between networks can be established, and traffic will be routed between networks based on some algorithm to determine the best path. The simplest routers usually select the path with the fewest number of router hops as the best path. More intelligent routers consider other factors, such as the relative response times of various possible routes, when selecting the best path.
  • Because routers operate at the network layer, they can connect dissimilar types of LANs, such as ARCNET and Ethernet. LAN cards using different frame types, such as 802.3 and Ethernet II, can co-exist on the same LAN cable but are actually separate logical networks. A router can connect two or more such logical networks.
  • Routing is more complex than bridging, and, all other things being equal, routers are somewhat slower than bridges. Routers usually do not provide the extensive filtering capabilities that some bridges do. Another downside to routers is that there are few standards, so different vendors’ products may not interoperate. Routers do provide better network segmentation than bridges, however, so that things like broadcast packet storms will not affect an entire inter-network.

Gateways

  • A gateway is a fundamentally different type of device than a repeater, bridge, router, or switch and can be used in conjunction with them. A gateway makes it possible for an application program, running on a system, confirming to network architecture, to communicate with an application program running on a system confirming to some other network architecture.
  • A gateway performs its function in the Application layer of the OSI model. The function of a gateway is to convert one set of communication protocols to some other set of communication protocols. Protocol conversion may include the following:
  1. Message Format Conversion: Different networks may employ different message formats, maximum message sizes, or character codes. The gateway must be able to convert messages to the appropriate format, size, and coding.
  2. Address translation: Different networks may employ different addressing mechanisms and network address structures. The gateway must be able to interpret network addresses in one network and convert them into network addresses in another network.
  3. Protocol conversion: When a message is prepared for transmission, each layer adds control information, unique to the protocol used in that layer. The gateway must be able to convert control information used by each layer so that the receiving system receives the control information in the format it expects. Services affected may include message segmentation and reassembly, data flow control, and error detection and recovery.

Network Service Types

There are two types of Network Services one is known as Connectionless (or Datagram) and the other is Connection-Oriented (or Virtual Circuit).

1. Connectionless Service:

  • In connectionless service, the end node transmits with every piece of data the address to which the data should be delivered. Every piece of data called a packet is independently routed, so the network can’t guarantee that all the packets will reach the destination in the transmitting order since the packets can be delivered through more than one path.

2. Connection-Oriented Service:

  • In connection-oriented service, the end node first informs the network it wishes to start a conversation with another end node, and the network sends its request to the destination that accepts or rejects the request. If the destination refuses, the connection fails, otherwise, the connection is established.
  • Connection-Oriented service usually has the following characteristics:
  1. The network guarantees that all packets will be delivered in order without loss or duplication of data.
  2. Only a single path is established for the call, and all the data follows that path.
  3. The network guarantees a minimum amount of bandwidth and this bandwidth is reserved for the duration of the call.
  4. If the network becomes overly utilized, future call requests are refused.
  • Following are a few examples of applications, which need a connection-oriented service or connectionless service.
  1. File transfer and remote terminal protocols will not tolerate a loss of data and require the packets to remain ordered. This kind of application dictates a connection-oriented service.
  2. Electronic mail does not require that packets remain ordered. Speech-conveying systems can tolerate a modest percentage of lost packets. In packet voice, receiving delayed packets is actually useless. This kind of application dictates connectionless service.

Also Read:

Hello friends, my name is Trupal Bhavsar, I am the Writer and Founder of this blog. I am Electronics Engineer(2014 pass out), Currently working as Junior Telecom Officer(B.S.N.L.) also I do Project Development, PCB designing and Teaching of Electronics Subjects.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

telegram logo Join Our Telegram Group!