








Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This contains networking topologies an networking devices.
Typology: Exams
1 / 14
This page cannot be seen from the preview
Don't miss anything!









1. Introduction to networks (Period-02, Marks 08) 1.1. Hardware 1.1.1. Topologies , Routers, bridges, gateways, switches, 1.1.2. wired /wireless media ,Selection criteria for the devices
Elements of Computer Network:-
Computers Transmission medium (wired or wireless) Protocols Network software Centralized network:-
Decentralized network:-
Line configuration: - Line configuration refers to the way two or more communication devices attach to a link. A link is a physical pathway that transfers data from one device to another. There are two possible line configurations:- Point-To-Point:- This line configuration provides a dedicated link between two devices. The entire capacity of the channel is reserved for transmission between those two devices. Eg.:- Mesh Topology, Star Topology. Multi Point : - This line configuration is one in which more than two specific devices share a single link.The entire capacity of the channel is always shared. Eg.:- Bus Topology.
Topology refers to the geometrical arrangement & connection of the network nodes. There are five basic topologies and one hybrid topology.
joining the computer and the backbone cable is called Drop Line. The Tap is the connection between the drop line and the backbone cable.
d) It is easy to install and configure than mesh. Disadvantages:- a) More cabling as compared to Bus or Ring topology. b) Central controller is required. c) The failure of server or central hub causes the entire network to fail. Example: - The following types of networks are examples of star topologies: ARCnet 10Base-T, 100Base-TX StarLAN
device in the network. A fully connected network therefore has n (n-1)/2 physical channels to link n devices, so every device in the must have n-1 input/output ports. Network:- Advantages:- a) Reliable b) If one link becomes unusable, it does not affect the entire network. i.e. it is ROBUST network. c) Fault identification and isolation is very easy.
d) Privacy and security is there. Disadvantages:- a) Lots of connections i.e. links are required. b) Due to more links it is expensive. c) Installation and reconfiguration is difficult.
(Primary Hub), Secondary hubs are used which are then connected to the central controller. Network:- Advantages:- a) It is easier to add new node. b) It is easier to isolate a defective node. c) More devices can be attached to a single hub. d) Failure of one or more nodes does not affect the entire network. Disadvantages:- a) Failure of root node (Central controller) causes entire network to collapse. b) Installation is costly & complex c) Communication path can be sometimes become quite long. Example: - The following types of networks are examples of tree topologies: ARCnet 10Base-T, 100Base-TX
According to the appropriate basic topology its functioning changes. This topology is required for big networks. Network:- Advantages:- a) It is very useful in large networks. b) It can combine the advantages of any of the 5 basic topology.
a) It is a device in a star topology that connects the computers to LAN. b) Hub works on the Physical Layer of the OSI model. c) Any data packet coming from one port is sent to all other ports. d) It is then up to the receiving computer to decide if the packet is for it or not. e) If the IP address matches then the packet is given the respective computer. f) HUB prevents the collisions by implementing the CSMA/CD in it. TYPES: - I. Active HUB:- Hubs that are plugged in to the electric power are called Active hub. These regenerate the incoming signal. II. Passive HUB: - A hub that merely connects different cables on a network and provides no signal regeneration. Diagram: - Advantages: - a) More number of computers can be connected to the hub. b) Data is sent in a central format. c) Hub can subdivide the traffic on the network. Disadvantages: - a) Hubs are typically used on small networks where the amount of data going across the network is never very high. b) Since every packet is sent out to every node on the network, there is a lot of wasted transmission. This means that the network can easily become bogged down. 3) BRIDGE: -
a) A Bridge is a physical unit, typically a box with two ports in it, which connects two or more LANs or network segments. b) Bridge works on the Data Link Layer of the OSI model. c) A bridge goes one step up on a hub in that it looks at the destination of the packet before sending. d) When a frame arrives, software in the bridge extracts the destination address (MAC) from the frame header & looks it up in a table to see where to send the frame, called Packet Filtering. e) If the destination address of a frame arriving from one network segment is that of a computer on the other segment, the bridge transmits it out through the other port. f) If the destination address is that of a computer on the same network, the bridge discards the packet.
Diagram: - TYPES: - I. Cut-Through: - It forwards packets immediately by reading the destination address from data-link layer protocols header without any processing. II. Store and Forward:- It waits until an entire packet arrives before forwarding it to its destination. Advantages: - a) Switch increases the available network bandwidth. b) With switches there is reduced workload on individual computer. c) There are fewer collision as switch creates collision domains for each connection. Disadvantages: - a) Network connectivity problems can be difficult to trace through a switch. b) Switches are expensive than bridge. 5) ROUTER:- a) Router is a device used to find the shortest path in the network. b) Router work at the network layer of the OSI module. c) When a packet comes into a router, the frame header & trailer are stripped off & the packet located in the frames payload field is passed to the routing software d) This software uses the packet header to choose an output line. e) Networks connected to router are called as internetworks because they create a large network of smaller networks. Diagram: - As per class notes. TYPES:- I. Static Router: - In this router path is predefined and every packet need to take the same rout even though there is more traffic in the rout.
II. Dynamic Router: - In this router there are various paths and out of these paths only that path is selected where traffic is less. Advantages:- a) Router can choose the best path across the different network using dynamic routing. b) Routers can connect different network architecture. Disadvantages:- a) Router work only with routable protocols like TCP/IP, IPX/SPX etc. b) Routers are more expensive the bridge or repeaters. 6) GATEWAYS:- a) Gateways Provides links between two incompatible LANs. b) Router transfers, accepts & relays packets only across n/w using similar protocol. c) A gateway can accept a packet forwarded for one protocol and convert it to a packet formatted for other protocol. d) So gateway is called as Protocol converter. e) Gateways potentially operate at all seven Layers of OSI module. f) A Gateway is generally software installed in a router. Diagram: -