CHAPTER -II NETWORKING COMPONENTS CPIS 371 Computer Network 1 (Updated on 3/11/2013)

Slides:



Advertisements
Similar presentations
Introduction to computer networking
Advertisements

LAN Devices 5.3 IT Essentials.
11 NETWORK CONNECTION HARDWARE Chapter 3. Chapter 3: NETWORK CONNECTION HARDWARE2 NETWORK INTERFACE ADAPTER  Provides the link between a computer and.
Lab Practical 2 Study about different types of Networking Device
Internetworking Devices that connect networks are called Internetworking devices. A segment is a network which does not contain Internetworking devices.
Hardware & Software Needed For LAN and WAN
1 25\10\2010 Unit-V Connecting LANs Unit – 5 Connecting DevicesConnecting Devices Backbone NetworksBackbone Networks Virtual LANsVirtual LANs.
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star.
COMPUTER NETWORKS.
NETWORKING DEVICES  What is a networking device?  What are the different networking devices?
For more notes and topics visit: eITnotes.com.
Connecting LANs, Backbone Networks, and Virtual LANs
Network Hardware for Expanding Network. Expanding Networks When do we need expansion:  Network cable is full of data movements  Printing tasks needs.
Basic Parts of a Network for beginners. Network Interface Cards A network interface card (NIC) is a circuit board or card that is installed in a computer.
Network Devices 1.
Chapter 4.  Understand network connectivity.  Peer-to-Peer network & Client-Server network  Understand network topology  Star, Bus & Ring topology.
CECS 5460 – Assignment 3 Stacey VanderHeiden Güney.
LECTURE 9 CT1303 LAN. LAN DEVICES Network: Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and.
Slide 1 What is a Computer Network? A computer network is a linked set of computer systems capable of sharing computer power and resources such as printers,
Advanced Programming Rabie A. Ramadan.
Common Devices Used In Computer Networks
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the  Bus  Ring  Star.
Semester 1 CHAPTER 3 Le Chi Trung
Introduction to computer networking
Network Parts. Network Interface Card (NIC) 2 This used to be a separate card as shown. As many computers these days need access to a network, the technology.
Network Devices.
Connectivity Devices Hakim S. ADICHE, MSc
Repeaters and Hubs Repeaters: simplest type of connectivity devices that regenerate a digital signal Operate in Physical layer Cannot improve or correct.
 Network Segments  NICs  Repeaters  Hubs  Bridges  Switches  Routers and Brouters  Gateways 2.
Local Area Networks Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Chapter 6 – Connectivity Devices
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
HNC COMPUTING - Network Concepts 1 Network Concepts Devices Introduction into Network Devices.
11 NETWORK CONNECTION HARDWARE Chapter 3. Chapter 3: NETWORK CONNECTION HARDWARE2 NETWORK INTERFACE ADAPTER  Provides the link between a computer and.
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
 The devices which each intercorrect several computer or different to each other, each nones network devices.  There are various types of Network devices.
15.1 Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or.
Topology, refers to the physical and logical diagrams which summarize network connections and information flow.
By: M.Nadeem Akhtar1 Data Communication Ch 10. By: M.Nadeem Akhtar2 Networks?  LAN  MAN  WAN.
NETWORK HARDWARE CABLES NETWORK INTERFACE CARD (NIC)
Chapter2 Networking Fundamentals
NET 324 D Networks and Communication Department Lec1 : Network Devices.
Computer Networks. Internetworking Devices Network Interface Card (NIC) Repeaters HUB Bridge Switch Router.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Connecting Devices CORPORATE INSTITUTE OF SCIENCE & TECHNOLOGY, BHOPAL Department of Electronics and.
CCNA Guide to Cisco Networking Chapter 2: Network Devices.
Computer Networks Syed Md. Ashraful Karim Lecturer, CSE BU.
 A hub is a central connecting device in a network.  Each node is connected directly to the hub.  They receive a data packet from one node and send.
Networks Network Components. Learning Objectives Describe different media for transmitting data and their carrying capabilities. Explain the different.
Local-Area Networks. Topology Defines the Structure of the Network – Physical topology – actual layout of the wire (media) – Logical topology – defines.
Rehab AlFallaj.  Network:  Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and do specific task.
Computer Network Architecture Lecture 3: Network Connectivity Devices.
Networking Components William Isakson LTEC 4550 October 7, 2012 Module 3.
NETWORK DEVICES Department of CE/IT.
Computer Communication and Networking Lecture # 4 by Zainab Malik 1.
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
Networks DEVICES. Repeater device to amplify or regenerate digital signals received while setting them from one part of a network into another. Works.
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
Connectors, Repeaters, Hubs, Bridges, Switches, Routers, NIC’s
1 Networking Devices MEENAKSHI SOOD LECT ECE NIT HAMR.
Network Concepts.
Network Hardware for Expanding Network
Networking Devices.
Computer networking Presented By A.M Rajole.
Chapter 3 Computer Networking Hardware
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star.
CT1303 LAN Rehab AlFallaj.
Connecting Networks Repeater: physical layer Bridge: data link layer
Computer Networks Part - 2
Network Devices Hub Definition:
Connectors, Repeaters, Hubs, Bridges, Switches, Routers, NIC’s
Presentation transcript:

CHAPTER -II NETWORKING COMPONENTS CPIS 371 Computer Network 1 (Updated on 3/11/2013)

Outline  Network Interface Card (NIC)  Repeater  Hub  Bridge  Routers  Switch  Gateway 2

Network Interface Card (NIC)  NIC provides the physical interface between computer and cabling.  The following factors should be taken into consideration when choosing a NIC:  - Preparing data  - Sending and controlling data  - Configuration  - Drivers  - Compatibility  - Performance 3

Network Interface Card (NIC) Preparing Data  In the computer, data moves along buses in parallel, as on a four-lane interstate highway. But on a network cable, data travels in a single stream, as on a one lane highway. This difference can cause problems transmitting and receiving data, because the paths traveled are not the same. 4  It is the NIC’s job to translate the data from the computer into signals that can flow easily along the cable. (e.g translating digital signals into electrical signals)

Network Interface Card (NIC) Preparing Data  It is the NIC’s job to translate the data from the computer into signals that can flow easily along the cable.  It does this by translating digital signals into electrical signals (and in the case of fiber-optic NICs, to optical signals). 5

Network Interface Card (NIC) Sending and Controlling Data  For two computers to send and receive data, the cards must agree on several things. These include the following: - The maximum size of the data frames - The amount of data sent before giving confirmation - The time needed between transmissions - The amount of time needed to wait before sending confirmation - The amount of data a card can hold - The speed at which data transmits  In order to successfully send data on the network, you need to make sure the network cards are of the same type and they are connected to the same piece of cable. 6

Network Interface Card (NIC) Configuration  Each card must have a unique hardware address called MAC address. If two cards have the same hardware addresses, neither one of them will be able to communicate.  E.g. Mac address: 5C-26-0A-54-AE-83 7

Network Interface Card (NIC) Drivers  For the computer to use the network interface card, it is very important to install the proper device drivers. 8

Network Interface Card (NIC) Compatibility  When choosing a NIC, use one that fits the bus type of your PC. If you have more than one type of bus in your PC (for example, a combination ISA/PCI), use an NIC that fits into the fastest type (the PCI, in this case). 9

Network Interface Card (NIC) Performance  The most important goal of the network adapter card is to optimize network performance and minimize the amount of time needed to transfer data packets across the network. 10

Repeaters  Repeaters are nothing more than amplifiers and, as such, are very inexpensive.  Repeaters can only be used to regenerate signals between similar network segments.  For example, we can extend an Ethernet 10Base2 network to 400 meters with a repeater. But can’t connect an Ethernet and Token Ring network together with one.  The main disadvantage to repeaters is that they just amplify signals. These signals not only include the network signals, but any noise on the wire as well. 11

Repeaters 12

Hubs  Hubs are devices used to link several computers together.  They repeat any signal that comes in on one port and copy it to the other ports (a process that is also called broadcasting).  There are two types of hubs: active and passive.  Passive hubs simply connect all ports together electrically and are usually not powered.  Active hubs use electronics to amplify and clean up the signal before it is broadcast to the other ports. 13

Hubs 14

Bridges 15

Routers  Routers are highly intelligent devices that connect multiple network types and determine the best path for sending data.  Like bridges, they can segment large networks and can filter out noise.  However, they are slower than bridges because they are more intelligent devices; as such, they analyze every packet, causing packet-forwarding delays. Because of this intelligence, they are also more expensive. 16

Routers  The advantage of using a router over a bridge is that routers can determine the best path that data can take to get to its destination.  Routers are normally used to connect one LAN to another.  Typically, when a WAN is set up, there will be at least two routers used. 17

Routers 18

Switch  A network switch is a computer networking device that connects network segments.  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. 19

Switch  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.  A vital difference between a hub and a switch is that all the nodes connected to a hub share the bandwidth among themselves, while a device connected to a switch port has the full bandwidth all to itself.  For example, if 10 nodes are communicating using a hub on a 10- Mbps network, then each node may only get a portion of the 10 Mbps if other nodes on the hub want to communicate as well, but with a switch, each node could possibly communicate at the full 10 Mbps. 20

Gateways  “A gateway is either a server with a gateway application installed or a device that connects a network of computers to another network. If Network A wants to connect to Network B and vice versa, both networks must have gateways that provide exit and entry points for computers from the two networks to communicate. Gateways are important. They define the boundaries of your network.”  It converts from full protocol stack to another like from DoD to ISO OSI or SNA Appletalk OR novell netware, So it can work up to layer 7  “A router is an application device that has ports, which the computers and servers connect to. Routers are programmed with routing tables to determine the shortest possible path between Computer A and Computer B. A routing table contains a list of IP addresses that a router can connect to transfer data. It is sophisticated enough to determine the number of possible "hops" from one computer to another.”  It can do just layer3 PDU (IP packet, X25 packet, IPX, or ISO OSI CLNS ) FORWARDING, DROPPING, REROUTING by finding the best route. 21