Presentation is loading. Please wait.

Presentation is loading. Please wait.

Networks Network Components. Learning Objectives Describe different media for transmitting data and their carrying capabilities. Explain the different.

Similar presentations


Presentation on theme: "Networks Network Components. Learning Objectives Describe different media for transmitting data and their carrying capabilities. Explain the different."— Presentation transcript:

1 Networks Network Components

2 Learning Objectives Describe different media for transmitting data and their carrying capabilities. Explain the different purposes of network components.

3 Transmission Media (cables) Presented in order of performance (increasing expense, speed of communication, level of traffic that can be managed, difficulty and usable length of installation and decreasing susceptibility to interference) http://members.tripod.com/barhoush_2/cabling.htm http://fcit.usf.edu/network/chap4/chap4.htm http://www.ecst.csuchico.edu/~sim/547/Old547/notes/NOTE4.htm

4 UTP & Shielded TP Unshielded Twisted Pair (UTP) Two conductors, enclosed in a plastic sheath, twisted together. Two conductors, enclosed in a plastic sheath, twisted together. Shielded Twisted Pair Has a grounded screen around the conductors to shield the cable from extraneous electromagnetic radiation. Has a grounded screen around the conductors to shield the cable from extraneous electromagnetic radiation. Used in pre-existing telephone networks. Changing current denotes different signals.

5 Coaxial cable Baseband coaxial: Single copper braid shield. Broadband coaxial: Two shields 1 - aluminium & 1 - copper. Central conductor Plastic insulators Copper screen conductor A central conductor enclosed in a plastic sheath surrounded by a copper sheath which is surrounded by a plastic coating. Used in pre-existing telephone networks. Changing current denotes different signals.

6 Optical Fiber - Used as backbones (fast route) for LANs or in WANs Contains many optical fibers: Glass or plastic fibers designed to guide light along them. Glass or plastic fibers designed to guide light along them. Signals transmitted as light pulses so travel at the speed of light with the highest bandwidth currently possible. Signals transmitted as light pulses so travel at the speed of light with the highest bandwidth currently possible. Separate fibres can be used for separate signals. Separate fibres can be used for separate signals.

7 Network Interface Cards (NIC) Provides the hardware interface (circuit board) to connect a computer to a network. Some NIC cards work with wired connections while others are wireless. http://en.wikipedia.org/wiki/Network_interface_controller

8 Wireless Communication Radio signals: Satellite communications. Microwave signals: Communication must be a straight line from sender to receiver. Wireless communication allows for mobile communication.

9 Network Components

10 Repeater Has only 2 ports and amplifies the signals between two networks or segments of a bus network that are too far apart. Is not intelligent and simply amplifies all signals whether they are intended for the other segment or not. Operate at the physical layer of OSI. Repeater Segment

11 Hubs Hub

12 Hubs All signals received by a hub are retransmitted down every other cable connected to it enabling a physical star network (but still theoretically a bus network as collisions are possible). Multi-port repeaters. Multi-port repeaters. Operate at the physical layer of OSI.

13 Bridges Links only 2 LANs (which may or may not be similar) by controlling access from one part of the network to the other. Could be thought of as an intelligent repeater. Could be thought of as an intelligent repeater. Bridge Segment

14 Bridges Has the ability to learn the layouts of the networks. Initially, all data the bridge receives is buffered and passed to both segments. Initially, all data the bridge receives is buffered and passed to both segments. The bridge stores a table containing the addresses of sending nodes and the segment from which the data was sent. The bridge stores a table containing the addresses of sending nodes and the segment from which the data was sent. Eventually, when all nodes have sent data, the bridge will know on which segment each node is. Eventually, when all nodes have sent data, the bridge will know on which segment each node is. Now it can use the address information in each packet to route data efficiently (either directing it back to the segment it came from or on to the other segment). Now it can use the address information in each packet to route data efficiently (either directing it back to the segment it came from or on to the other segment). Is software based as it uses software to make its decisions. Operate at the data layer of OSI.

15 Bridge Algorithm 1.Data arrives at the bridge and is buffered. 2.Bridge checks destination address. 3.If destination is on same segment as sender then discard the data discard the data 4.Else pass data to other segment. pass data to other segment.

16 Backbone Server Stations Switch Server Stations Switch ServerStations Switch ServerStations Switch

17 Switch An ‘intelligent’ hub which looks at the destination address of each packet it receives and delivers each packet to the correct destination (i.e. connects nodes in a circuit switching network). Like a bridge but can link many LANs. Like a bridge but can link many LANs. It allows many terminals all to use the same communications line (backbone – fast medium e.g. optical fibre) between network segments at different times. If all stations want to access the main network, the switch has no affect on the speed of this link and it may be necessary to upgrade the link to the main network. If all stations want to access the main network, the switch has no affect on the speed of this link and it may be necessary to upgrade the link to the main network. Operate at the data layer of OSI.

18 Switch Only stores physical addresses and can only deal with simple networks where there is only one possible path for any given packet. If this is not the case ‘routers’ must be used (next). If this is not the case ‘routers’ must be used (next). Is hardware based as uses chips to make its decisions.

19 Routers LAN Router Public network Router LAN

20 Routers Connect different types of network together. Stores logical IP addresses and can deal with complex networks where there is more than one possible path to a destination by calculating the optimum route at the time. Stores logical IP addresses and can deal with complex networks where there is more than one possible path to a destination by calculating the optimum route at the time. i.e. Directs packets across a packet switched network. Is software based as it uses its own operating system to make its decisions. Is software based as it uses its own operating system to make its decisions.

21 Routers Directs messages down different routes according to their desired destinations. Use network addresses and addresses of other routers to create a route between two networks so must keep tables of addresses. Use network addresses and addresses of other routers to create a route between two networks so must keep tables of addresses. These tables are copied between routers using routing information protocol (RIP). These tables are copied between routers using routing information protocol (RIP). Often used to connects LANs & WANs e.g. connect a LAN to the internet using one IP address. Often used to connects LANs & WANs e.g. connect a LAN to the internet using one IP address. Operates at all layers up to the transport layer of OSI.

22 Routing Algorithm 1.Router receives a network level packet. 2.Network destination address is checked. 3.Packet is sent to the appropriate network.

23 Gateway A gateway is a network point/router that acts as an entrance to another network. On the Internet, a node/router or stopping point can be either a gateway node or a host (end-point) node/router. Both the computers of Internet users and the computers that serve pages to users are host nodes. The computers that control traffic within your company's network or at your local Internet service provider (ISP) are gateway nodes/routers. In the network for an enterprise, a computer server acting as a gateway node is often also acting as a proxy server and a firewall server. http://en.wikipedia.org/wiki/Default_gateway http://en.wikipedia.org/wiki/Default_gateway http://en.wikipedia.org/wiki/Default_gateway

24 Modems Necessary if communication link is analogue e.g. To transmit and receive data on the internet. e.g. To transmit and receive data on the internet. Hardware which converts digital signals to analogue for transmission and vice versa for receiving.

25 Firewall Software (and possibly hardware) to control unauthorised outside access to a private network.

26 Plenary Explain the part played in network systems by: Switches Switches Routers Routers Bridges Bridges Modems Modems

27 Plenary Switches A device that allows many terminals all to use the same communications line at different times. A device that allows many terminals all to use the same communications line at different times.Routers Connects different types of network together. Connects different types of network together. Software at a node (on the network). Software at a node (on the network). Which directs messages down different routes. Which directs messages down different routes. According to their desired destination. According to their desired destination.

28 Plenary Bridges Links two LANs (which may or may not be similar). Links two LANs (which may or may not be similar). Uses address information in packets. Uses address information in packets. Has the ability to learn the layouts of the networks. Has the ability to learn the layouts of the networks. Can control access from one part of the network to the other. Can control access from one part of the network to the other.Modems Necessary if communication link is analogue. Necessary if communication link is analogue. Converts digital signals to analogue for transmission. Converts digital signals to analogue for transmission.


Download ppt "Networks Network Components. Learning Objectives Describe different media for transmitting data and their carrying capabilities. Explain the different."

Similar presentations


Ads by Google