Networking Components WILLIAM NELSON LTEC 4550. HUB  Device that operated on Layer 1 of the OSI stack.  All I/O flows out all other ports besides the.

Slides:



Advertisements
Similar presentations
Hub A hub is a device that connects PCs together All hubs Contain multiple access ports the hub simply forwards the packets to all the other devices connected.
Advertisements

Computer Networking Components Chad DuBose ~ Assignment #3 ~ LTEC
Assignment 3 LTEC 4550 Cason Parker. Network Hub A Network Hub is a device that connects other devices together using Ethernet cables. Hubs are unintelligent.
NETWORKING COMPONENTS DAVID SMITH LTEC /19/2011.
Presented by Serge Kpan LTEC Network Systems Administration 1.
A Guide to major network components
Computer Networking Devices Seven Different Networking Components.
Networking Components
Networking Components Chad Benedict – LTEC
Network Devices BY JACKSON HARDESTY. Hubs  Hubs are a now outdated way of sending signals at layer 2 compared to switches.  Hubs are used primarily.
Networking Components Raymond C. Banks LTEC 4550 October 12, 2013.
Networking Hardware and Components By: Sean Bell.
NETWORKING COMPONENTS Zach Avis. Hub A hub is a low cost way to connect two computers. A hub can also act as a repeater. When a signal comes from one.
Basic Networking Components
And how they are used. Hubs send data to all of the devices that are plugged into them. They have no ability to send packets to the correct ports. Cost~$35.
Networking Components By: Michael J. Hardrick. HUB  A low cost device that sends data from one computer to all others usually operating on Layer 1 of.
Networking Components
Networking Components Christopher Biles LTEC Assignment 3.
Brian Lee LTEC 4550 Network System Administration Mr. John West.
Networking Components Mike Yardley LTEC 4550 Assignment 3
CECS 5460 – Assignment 3 Stacey VanderHeiden Güney.
Network Components 101 Travis Hill.
LTEC 4560 Summer 2012 Justin Kappel Networking Components.
NETWORKING COMPONENTS By Cleve Rosser. Hubs allow large numbers of computers to be connected on a single or multiple LAN. Each computer plugs into the.
Network Components: Assignment Three
Common Devices Used In Computer Networks
Networking Components Presented by Jaisson Mailloux LTEC 4550 Network Systems Administration.
CS3502: Data and Computer Networks Local Area Networks - 4 Bridges / LAN internetworks.
Network Components and their functions By Travis Halsell LTEC 4550 – 020.
GROUP INVOLVED IN A WEB APPLICATION DEVELOPMENT Continue.
Hub  A hub is a piece of hardware that connects multiple wired devices together on a single network. Hubs work at the physical layer (layer 1) of the.
Assignment 3: Networking Components LTEC 4550 Jose L Ortiz Jr.
Network Devices.
Networking Components by ASIF ISLAM Assignment 3 LTEC /07/20014.
N ETWORKING C OMPONENTS A-3 LTEC 4550 by Joe Garcia.
NETWORKING COMPONENTS AN OVERVIEW OF COMMONLY USED HARDWARE Christopher Johnson LTEC 4550.
Company LOGO Networking Components Hysen Tmava LTEC 4550.
SHAWN CROWE LTEC /026 ASSIGNMENT #3 Networking Components.
NETWORK COMPONENTS Assignment #3. Hub A hub is used in a wired network to connect Ethernet cables from a number of devices together. The hub allows each.
Networking Components Daniel Rosser LTEC Network Hub It is very difficult to find Hubs anymore Hubs sends data from one computer to all other computers.
15.1 Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or.
Networking Components Michelle Vega Network System Administrations LTEC /026 Mr. West.
Network Components By: Zach Przybilla CECS 5460 Fall 2015.
NETWORKING COMPONENTS Buddy Steele Assignment 3, Part 1 CECS-5460: Summer 2014.
A machine that acts as the central relay between computers on a network Low cost, low function machine usually operating at Layer 1 Ties together the.
NET 324 D Networks and Communication Department Lec1 : Network Devices.
Networking Components BY: JOSON ABRAHAM LTEC 4550.
Network Components David Blakeley LTEC HUB A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN.
Network Components By Kagan Strayer. Network Components This presentation will cover various network components and their functions. The components that.
NETWORK COMPONENTS BY REYNALDO ZAMORA. HUB Hubs are devices that serve as the central connection for a network. Its job is to send data from one computer.
Networking Components Siby Abraham LTEC Purpose of the presentation  This presentation will cover how certain network components function, when.
Network Components Basics!. Network HUB  Used to connect multiple Ethernet devices together  Layer 1 of the OSI model  Not used much today.
Network Components Kortney Horton LTEC October 20, 2013 Assignment 3.
Network Equipment Assignment 3 LTEC 4550 Aaron Whitaker.
Computer Network Architecture Lecture 3: Network Connectivity Devices.
NETWORK DEVICES RONALD SHERGA OCTOBER 13, 2015 LTEC 4550.
Networking Components William Isakson LTEC 4550 October 7, 2012 Module 3.
Networking Components Assignment 3 Corbin Watkins.
NETWORK DEVICES Department of CE/IT.
Networking Components
.  Hubs send data from one computer to all other computers on the network. They are low-cost and low-function and typically operate at Layer 1 of the.
NETWORKING COMPONENTS Mujeeb Alikhan LTEC Hub A hub connects to multiple computers in a network. When traffic is transmitted thru the hub all devices.
Networking Components Quick Guide. Hubs Device that splits a network connection into multiple computers Data is transmitted to all devices attached Computers.
Kevin Harrison LTEC 4550 Assignment 3.  Ethernet Hub  An unsophisticated device that is used for connecting multiple Ethernet devices together.  Typically.
ASSIGNMENT 3 - NETWORKING COMPONENTS BY JONATHAN MESA.
NETWORKING COMPONENTS Jeffery Rice LTEC Assignment 3.
Assignment 3 Jacob Seiz. Hub A hub provides a central access point for a network. Through multiple I/O ports a hub can connect multiple Ethernet devices.
WHAT’S A WIRELESS AP? AND WHY DO I NEED ONE? Network Components & How They Work.
Computer Networking Devices
Introduction to Computers
Presentation transcript:

Networking Components WILLIAM NELSON LTEC 4550

HUB  Device that operated on Layer 1 of the OSI stack.  All I/O flows out all other ports besides the incoming port.  Data is sent from one computer to all other computers on the network through these other ports.  Most commonly found with RJ-45 ports.  Can be thought of as a repeaters since it repeats signals from one port to the others.  Sometimes participates in collision detection, but this can slow down the device.  Declining in use, but primarily for very small networks and mostly to connect just a few computers.  Typical cost around $30-50

SWITCH  Device that relays traffic using a layer 2 MAC address in an Ethernet network  Can store a table of MAC addresses for routing purposes  Difference in a hub is that a switch is more intelligent and sends packets only to the ports that contain the computers that need the packets  Can sometimes combine routing into the same platform and route using IP addresses on Layer 3 instead of MAC addresses  Typically used in a network at the access layer, i.e. user connectivity on a Layer 2 level  Costs can range anywhere from $30 to $2000 or more

ROUTER  Much like a switch, but forwards packets from one port to a specific port on the same device based on IP address instead of MAC address  Contains a routing table of IP addresses and where the next “hop” is for the destined package  Sometimes can contain security services, such as firewalls  Flexible due to the fact that it can also function as a switch  This is the most common device in a network as it can be used as a L2/L3 device  Used primarily for the core of the network to do all the heavily lifting as far as traffic between segments of the network. This includes enterprise networks all the way to home networks that need to route internal traffic to the Internet only.  Typical cost is similar to a switch at $30 to $2000 and more.

BRIDGE  Bridges operate in the L1/L2 space and perform similar actions to a router, but unlike a router, the bridge connects to similar network segments, whereas a router connects multiple different networks segments.  Typically bridges are not used in many of today’s networks. In fact, the only time they would be used today would be for separate geographically located sites that need to be on the same LAN.  Also used in the wireless space to connect two buildings together  Typical costs for a bridge are around $50 to $1500

GATEWAY  Node on a TCP/IP network that is the router that is between networks. In other words, the router that connects between different networks.  This is normally just a standard router, but can be a dedicated device.  Typically this sits on the edge of the network in front of the firewall and core router.  When you use this as a separate device, it is normally in larger networks. In home networks, this is something that is built into the router.  Typical costs are the same as a router at $30 to $2000 or more

FIREWALL  This is mostly a L3 and above device. It does a little bit of L2 work, but the majority is routing, etc.  Security is provided in this device for maintaining access from external network to internal network.  Also, responsible for translating external IP addresses to internal IP addresses using Network Address translation  Some will provide anti-virus, anti-spyware abilities at layer 7  Can be a software or hardware device  Firewalls are used in all networks that access the Internet  Anytime that the Internet is used, there have to be safeguards from the external network and that’s what the firewall provides.  Typical costs range from $30 to $4000 or more

WIRELESS AP  This device is for connecting wireless devices into a network. It normally is used in the L2/L3 part of the stack.  Essentially combines wired and wireless networks by being a device that physically connects to the network, but also authorizes users based on wireless credentials.  Can be a standalone device or combined with the router  The standalone device is used in larger networks to add WiFi capabilities, but in a home environment on a smaller scale, combines this with the router.  Typical costs range from $30 to $1500 depending on capabilities

Diagram of Network