Hub Switch Router Bridge Gateway Firewall Wireless AP.

Slides:



Advertisements
Similar presentations
Computer Networking Components Chad DuBose ~ Assignment #3 ~ LTEC
Advertisements

Presented by Serge Kpan LTEC Network Systems Administration 1.
Chapter 8: Local Area Networks: Internetworking. 2 Objectives List the reasons for interconnecting multiple local area network segments and interconnecting.
1 Chapter 8 Local Area Networks - Internetworking.
1 Chapter 8 Local Area Networks - Internetworking Data Communications and Computer Networks: A Business User’s Approach.
A Guide to major network components
Computer Networks IGCSE ICT Section 4.
Computer Networking Devices Seven Different Networking Components.
Networking Components
(part 3).  Switches, also known as switching hubs, have become an increasingly important part of our networking today, because when working with hubs,
Networking Components Chad Benedict – LTEC
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
Networking Components
Networking Components Christopher Biles LTEC Assignment 3.
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
Chapter 8 Local Area Networks: Internetworking Data Communications and Computer Networks: A Business User’s Approach.
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.
Network Devices.
N ETWORKING C OMPONENTS A-3 LTEC 4550 by Joe Garcia.
NETWORKING COMPONENTS AN OVERVIEW OF COMMONLY USED HARDWARE Christopher Johnson LTEC 4550.
Networking Components By: Timothy O’Grady. Ethernet Hub Ethernet hubs link PC’s and peripherals and allow them to communicate over networks. Data transferring.
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.
Chapter Overview Bridging Switching Routing.
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.
Networks and Protocols CE Week 2a. Network hardware.
LAN Devices  Purposes: Dividing the network into subnets Dividing the network into subnets Joining two networks together Joining two networks together.
Networking Components Michelle Vega Network System Administrations LTEC /026 Mr. West.
NETWORK HARDWARE CABLES NETWORK INTERFACE CARD (NIC)
Switch Features Most enterprise-capable switches have a number of features that make the switch attractive for large organizations. The following is a.
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.
Computer Networks. Internetworking Devices Network Interface Card (NIC) Repeaters HUB Bridge Switch Router.
NETWORKING COMPONENTS BY: TRAVIS MARSHALL. HUBS A hub is a device within a network that has multiple Ethernet ports that devices can plug into. The hub.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
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.
Network Components Reginald Randolph Assignment 3 LTEC 4550.
Networking Components Siby Abraham LTEC Purpose of the presentation  This presentation will cover how certain network components function, when.
Planning and Implementing a Basic SOHO Network using Network Segmentation COMP 316.
Data Communications & Computer Networks, Second Edition1 Chapter 8 Local Area Networks: Internetworking.
Networking Components WILLIAM NELSON LTEC HUB  Device that operated on Layer 1 of the OSI stack.  All I/O flows out all other ports besides the.
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.
Created By Anoosh Samuel Abdul Razaq Qadir Hussain Asim Maaz Waheed Tayab
NETWORK DEVICES Department of CE/IT.
.  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 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.
CHAPTER -II NETWORKING COMPONENTS CPIS 371 Computer Network 1 (Updated on 3/11/2013)
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.
Chapter 3 Computer Networking Hardware
Computer Networking Devices
Presentation transcript:

Hub Switch Router Bridge Gateway Firewall Wireless AP

It is the dumbest and simplest networking device of all these devices; it is also least expensive, least complicated, and least intelligent networking device comparing to router, switch, and bridge. Hub is not very efficient device to communicate data on the network because by default hubs are single broadcast and single collision domain operating in half-duplex mode. Hub operates at the Layer 1 of the OSI model. Price range depends on the size and features and is somewhere between $5 - $125

All the incoming data into one port is copied and retransmitted out of every port to devices at the other end. Hub doesn't perform any filtering or redirection of data. So, the data send to one computer is seen by all other computers on the network and it is up to the receiving computer to decide if the data is for it. If the data is not addressed for that device, it will immediately refuse delivery. The intended recipient will accept the data and process it further.

Can temporarily replace a broken network switch Can be used when performance is not a critical factor on the network Can be used in a small Local Area Network setting where there is little need to prevent traffic conflicts Can be used for network extension

Switches are essentially the same thing as Bridges, but usually have multiple ports and filters and forwards packets between LAN segments. It generally contains more intelligence than a hub. It operates in full-duplex mode at Layer 2( some switches have Layer 3 functionality) Switches can range in price anywhere from $10 for a no-name budget switch to well over $10,000 for a high-end Cisco switch

Received data packets are inspected by switch, determining the source and destination device of each packet, and then forwarded appropriately. Each node on network connected to a switch port has a dedicated segment and the full bandwidth all to itself. Switching allows a network to maintain full-duplex Ethernet. Traffic flowing in each direction has a lane to itself - it's a collision-free environment.

Expands network Use network resources more efficiently Isolates non-relevant traffic from each segment, relieving congestion and improving performance Separates collision domains, reducing collisions Segments, restarting distance and repeater rules Increases bandwidth for dedicated workstations or servers Can be used in heavily loaded networks

It is a most complicated and smartest networking device among all the networking devices. It isolate each LAN into a separate subnet and keeps data out of subnets where it doesn't belong. A router is connected to at least two networks, commonly two LANs or WAN and LAN. It can listen to the traffic on the entire network and determine the least congested route to its destination. Router is considered a heart of the network. It is a Layer 3 device The price range for router can be as low as $25 and as high as several thousands dollars

Routers don’t just route traffic to other networks, they learn which are the fastest routes and use them first The router looks at the destination address of each packet sent from the source location. It checks its table to see where this address is there and sends each packet to that address The router has two basic jobs: To make sure that information doesn't go where it's not needed so that the volume of data doesn't clog up the network To make sure the information goes to where it's supposed to go

Routers let computers to share a cable, DSL, or satellite Internet connection Routers generally offload burden from your computers, leaving more performance for your applications Routers have filtering that stop local users — such as children — from accessing sites you do not want them to see Router has built-in security features that protects you from Internet attacks Some routers support VPN, which allow home users to safely log into their businesses remotely Routers monitor network usage, and can send alarms when abnormal things happen Many routers have wireless capability with strong WPA encryption Router allows for sharing network peripherals such as printers, wireless speakers, scanner, VOIP Telephones, fax machines

Bridge is a internetworking device that is used to link two networks, whether they are of different types or just different networks or to divide one network into two. Traditional bridges support one network boundary. Bridge is a Layer 2 device. The cost of the Bridge starts from about $20 and up

Bridge forward data based on the MAC address of the sending and receiving devices; It does not know anything about protocols, it simply looks at the destination of the packet before sending. If the destination address is not on the other side of the bridge it will not transmit the data; the only data that is allowed to cross the bridge is data that is being sent to a valid address on the other side of the bridge. No valid address, no data across the bridge

Effectively reduces bandwidth waste by controlling the traffic flow over a LAN Increases the functional length of a network by connecting individual LAN segments Can connect both similar and dissimilar LAN segments

A network gateway is an internetworking system capable of joining together two networks that use different base protocols. A network gateway can be implemented completely in software, hardware, or as a combination of both. On home networks, a broadband router or typically serves as the network gateway. Gateways are also known as protocol converters that can perform at any OSI model layer. The price range for the Gateway is somewhere between $50 and $2500

Its basic function is to make a route of the traffic from the computer to the internet and from the internet to the computer A gateway accepts the data packet and converts it into acceptable protocol in order to further send it to network

Gateways are the best option to achieve the multimedia communications between dissimilar networks Gateways are also a key mechanism of any telephony communications. Gateway is offering bridge between telephone network and internet A network gateway work like a firewall and filters packets A gateway performs as the interface between local and wide area protocols such as TCP/IP on the Internet A gateway supervises its client devices, gather their data and execute other task

A firewall is simply a program or hardware device that filters the information coming through the Internet connection into your private network or computer system The price varies from nothing (you can download a free firewall for personal or SOHO use) to a significant investment of capital. Enterprise firewalls, typically ranging in price from $500 to $20,000

Firewalls allow or block network traffic between devices based upon rules set up by the firewall administrator. Each rule defines a specific traffic pattern you want the firewall to detect and the action you want the firewall to take when that pattern is detected

A wireless access point plugs into a hub, switch, or wired router and can relay data between the wireless devices (such as computers or printers) and wired devices on the network over an area of several hundred to a thousand feet which. Wireless Access Point uses 2.4GHz or 5GHz frequency range to send and receive data over electromagnetic radio waves. Wireless AP prices start from $35 and can be as high as $10,000

What the access point does is to send data requests on behalf of the wireless devices that are connected to it using Wi-Fi, Bluetooth or related standards. Access points act a lot like cellular phone towers: you can move from one location to another and continue to have wireless access to a network

Internet Bridge Wireless AP Hub Switch Gateway Firewall WAN LAN

How do hubs, switches, routers, and access points differ?. (n.d.). Microsoft Windows. Retrieved October 25, 2011, from vista/How-do-hubs-switches-routers-and-access-points-differ Gilani, N. (n.d.). The Advantages of a Network Bridge. eHow | How to Videos, Articles & More - Discover the expert in you. | eHow.com. Retrieved October 24, 2011, from Russell, M. (n.d.). Router How it works. Wilsons Electronics | Online Electronics Dictionary. Retrieved October 24, 2011, from Tyson, J. (n.d.). How Firewalls Work. HowStuffWorks "Learn how Everything Works!". Retrieved October 24, 2011, from What are Gateways - How gatways works. (n.d.). Wimax - What is Wimax Technology - How Wimax works. Retrieved October 24, 2011, from Why Do I Need a Router When I Already Have an Internet Connection?. (2008, December 8). Support Home Page. Retrieved October 24, 2011, from when-i-already-have-an-internet-connection%3F