A network without routers is a very simple concept. When information is sent across a network line, all devices connected to that line read the data. If.

Slides:



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

Delivery and Forwarding of
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.
11 TROUBLESHOOTING Chapter 12. Chapter 12: TROUBLESHOOTING2 OVERVIEW  Determine whether a network communications problem is related to TCP/IP.  Understand.
Traffic Management - OpenFlow Switch on the NetFPGA platform Chun-Jen Chung( ) SriramGopinath( )
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Introduction To Networking
Subnetting.
Hardware Firewall Feature © N. Ganesan, Ph.D.. Chapter Objectives Show the configuration of a hardware firewall such as Dlink DI 604 Illustrate the sharing.
Internetworking Devices that connect networks are called Internetworking devices. A segment is a network which does not contain Internetworking devices.
Chapter 19 Binding Protocol Addresses (ARP) Chapter 20 IP Datagrams and Datagram Forwarding.
Institute of Technology, Sligo Dept of Computing Semester 3, version Semester 3 Chapter 3 VLANs.
A Guide to major network components
Networking Components
CECS 474 Computer Network Interoperability Tracy Bradley Maples, Ph.D. Computer Engineering & Computer Science Cal ifornia State University, Long Beach.
Networking Components Chad Benedict – LTEC
Network Layer (Part IV). Overview A router is a type of internetworking device that passes data packets between networks based on Layer 3 addresses. A.
1.  A protocol is a set of rules that governs the communications between computers on a network.  Functions of protocols:  Addressing  Data Packet.
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 Network Training. Cable/DSL Modem The modem is the first link in the chain It is usually provided by the ISP and often has a coax cable connector.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
CECS 5460 – Assignment 3 Stacey VanderHeiden Güney.
Network Components 101 Travis Hill.
Chapter 4: Managing LAN Traffic
Unit 4, Lesson 11 How Data Travels the Internet
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Network Components: Assignment Three
DNS (Domain Name System) Protocol On the Internet, the DNS associates various sorts of information with domain names. A domain name is a meaningful and.
Common Devices Used In Computer Networks
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Connecting to the Network Networking for Home and Small Businesses.
Networking Components Presented by Jaisson Mailloux LTEC 4550 Network Systems Administration.
Module 7: Firewalls and Port Forwarding 1. Overview Firewall configuration for Web Application Hosting Forwarding necessary ports for Web Application.
Traffic Management - OpenFlow Switch on the NetFPGA platform Chun-Jen Chung( ) Sriram Gopinath( )
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
I. Basic Network Concepts. I.1 Networks Network Node Address Packet Protocol.
HUB Connects multiple workstations, servers, and other devices to a network. Can be used to connect two or more computers to one network port. Handles.
Company LOGO Networking Components Hysen Tmava LTEC 4550.
Network Addresses, Switches and Routing Bob Bradley IS361 Fall 2005 Chapter 1 Part 2.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
CS 447 Networks and Data Communication ARP (Address Resolution Protocol) for the Internet Department of Computer Science Southern Illinois University Edwardsville.
15.1 Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or.
Application Block Diagram III. SOFTWARE PLATFORM Figure above shows a network protocol stack for a computer that connects to an Ethernet network and.
Chapter 19 Binding Protocol Addresses (ARP) A frame transmitted across a physical network must contain the hardware address of the destination. Before.
Chapter 23: ARP, ICMP, DHCP CS332, IS333 Spring 2014.
D. Beecroft Fremont High School Networks.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Connecting to the Network Introduction to Networking Concepts.
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.
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.
1 12-Jan-16 OSI network layer CCNA Exploration Semester 1 Chapter 5.
Network Components Kortney Horton LTEC October 20, 2013 Assignment 3.
Networking Components William Isakson LTEC 4550 October 7, 2012 Module 3.
Networking Components Assignment 3 Corbin Watkins.
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.
Address Resolution Protocol Yasir Jan 20 th March 2008 Future Internet.
Also known as hardware/physi cal address Customer Computer (Client) Internet Service Provider (ISP) MAC Address Each Computer has: Given by NIC card.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
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 5 Network and Transport Layers
Chapter 5 Network and Transport Layers
Network Layer, and Logical Addresses
ARP and RARP Objectives Chapter 7 Upon completion you will be able to:
Lec 2: Protocols.
Introduction to Networking
I. Basic Network Concepts
Network Models, Hardware, Protocols and number systems
Network Hardware and Protocols
Protocols 1 Key Revision Points.
Chapter 3 VLANs Chaffee County Academy
AbbottLink™ - IP Address Overview
Presentation transcript:

A network without routers is a very simple concept. When information is sent across a network line, all devices connected to that line read the data. If it is not intended on being received by a device, it is not fully read. Only the device intended on receiving the data fully reads and interprets the packet. Although simple, this is a bad technique on a large scale as large delays can occur while the line is busy transmitting to one device. Routing is achieved by analyzing the packets of data being sent across a network by a router. Instead of sending the message to all computers in the entire LAN, it is decided by this higher level device. This allows parallel communication to occur within the LAN without being effected by the higher level. To do this, the router needs to have a Dynamic Host Configuration Protocol (DHCP) ability. DHCP assigns each device in the lower level LAN a specific IP address where it can be reached. This assignment is periodically checked by sending Address Resolution Protocol (ARP) packets. These packets make sure that the device given a certain IP is still available and at the location intended. Firewalls are an added bonus that are built within many routers. These act as a barrier between the higher and lower levels of the network by blocking ports that are not often used. By closing ports and only allowing access when necessary, many attempts to access a network unauthorized results in a dead end. An example of a commonly open port is 80, where HTTP internet traffic resides. ISU Science Center : Phase 2 : May A router is a networking device whose software and hardware are usually tailored to the tasks of routing and forwarding information. Primarily used in Ethernet applications, a router connects a Local Area Network (LAN) to a higher level of a network. This is seen in many modern homes where the local home network is connected to the internet through an Internet Service Provider (ISP). The router takes data packets from the ISP and distributes them correspondingly to the computers that are interested in receiving the packets. Recent residential routers are now packaged with firewalls designed to prevent unauthorized access to parts of a LAN. Routers In General What Does A Router Do? Project Team Dan Miller, CprE Russell Schmidt, CprE Faculty Advisor Client Dr. Douglas W Jacobson Vicky Thorland-Oster Steven Sawyer, EE Kiran Eshcol, EE Tim Hubert, EE Website Router In This Project In the ISU Science Center, the router is performing a typical role. The router uses DHCP to assign IP Addresses to each of the computers. As data is sent from each of the three interactive stations, the router forwards the information to the display computer. The higher level WAN or Uplink port of the router is connected to the Iowa State network for updates and maintenance. Devices: Address Assigned By DHCP w/ Static Routes Display Computer Station Alternative Energy Station Speedometer Station Frequency Analyzer Station What Is The Router Doing Here? How Does It Do It? IP Packet Header This is the area where the router looks to determine an action. Although this is only part of a typical IP Packet, it contains all the data necessary to determine where the packet is to be sent. The remaining portion of a typical packet would include the data that is being sent. This shows just how much background work occurs in networking.