Introduction to Computers

Slides:



Advertisements
Similar presentations
LAN Devices 5.3 IT Essentials.
Advertisements

I.S 512 TOPIC 1 – LESSON 2. Types Of Transmission Media PHYSICAL Twisted Pair Cable Shielded twisted-pair (STP ) Unshielded twisted-pair (UTP) Coaxial.
Networks Terminology and Hardware. Network A network is a group of connected computers that can communicate with each other to share information and equipment,
Connecting to a computer Network Network interface Card (NIC) Connecting Devices Network Cables Wireless Networks Network Topology Network Operating System.
1 Version 3 Module 8 Ethernet Switching. 2 Version 3 Ethernet Switching Ethernet is a shared media –One node can transmit data at a time More nodes increases.
James Tam Computer Networks You will learn what is a network, how they work and what are the different types.
James Tam Computer Networks You will learn what is a network, how they work and what are the different types.
1 Version 3 Module 8 Ethernet Switching. 2 Version 3 Ethernet Switching Ethernet is a shared media –One node can transmit data at a time More nodes increases.
NETWORKING DEVICES  What is a networking device?  What are the different networking devices?
Networking Hardware and Components By: Sean Bell.
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
Introduction to IT and Communications Technology Justin Champion C208 – 3292 Ethernet Switching CE
Computer communication
Introduction to Networks. Objectives The purpose and uses of networks The Key components of a computer network The Different types of network and the.
Chapter 5 Networks Communicating and Sharing Resources
1 Chapter 2: LAN Standards, Physical Connectivity, and Media Access.
20 LAN Hardware Overview Version A.01 H3065S Module 2 Slides.
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
Chapter 2 Communications Networks. Introduction Look at: –Telephony Networks (2.2) –OSI Reference Model(2.3) –The Internet (2.4) –Asynchronous Transfer.
Module 8: Ethernet Switching
CCNA 3 Week 4 Switching Concepts. Copyright © 2005 University of Bolton Introduction Lan design has moved away from using shared media, hubs and repeaters.
Topology, refers to the physical and logical diagrams which summarize network connections and information flow.
Chapter 9 Installing Communication Devices Prepared by: Khurram N. Shamsi.
Sem1 - Module 8 Ethernet Switching. Shared media environments Shared media environment: –Occurs when multiple hosts have access to the same medium. –For.
NETWORK HARDWARE CABLES NETWORK INTERFACE CARD (NIC)
Cisco Discovery Home and Small Business Networking Chapter 3 – Connecting to the Network Jeopardy Review Darren Shaver – Kubasaki High School – Okinawa,
Connectivity Devices. Network Interface Card (NIC) Allow user to connect to networks via Ethernet cable or Wi-Fi Nowadays integrally fitted into the.
Computer Networks. Internetworking Devices Network Interface Card (NIC) Repeaters HUB Bridge Switch Router.
Network Components By Kagan Strayer. Network Components This presentation will cover various network components and their functions. The components that.
Networks Network Components. Learning Objectives Describe different media for transmitting data and their carrying capabilities. Explain the different.
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.
Computer Network Architecture Lecture 3: Network Connectivity Devices.
Kevin Harrison LTEC 4550 Assignment 3.  Ethernet Hub  An unsophisticated device that is used for connecting multiple Ethernet devices together.  Typically.
CHAPTER -II NETWORKING COMPONENTS CPIS 371 Computer Network 1 (Updated on 3/11/2013)
Network media, protocols and networking standards, networking hardware.
Connectors, Repeaters, Hubs, Bridges, Switches, Routers, NIC’s
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.
Network Devices Repeaters, hubs, bridges, switches, routers, NIC’s.
Networking Objectives
SIMS-201 Computer Networks.
Module 1: Understanding Local Area Networks
Networks Keywords Network Hardware
Intro to MIS – MGS351 Network Basics
Chapter 4 Computer Networks – Part 2
Local Area Networks Honolulu Community College
Level 2 Diploma Unit 10 Setting up an IT Network
Networking Devices.
Local Area Networks Yiannos Mylonas.
Chapter 3 Computer Networking Hardware
3 Computing System Fundamentals
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star.
Chapter 9 Ethernet Part II
Introduction to Computers
Introduction To Computers
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Computer Technology Notes #4
Network Basics Extended Learning Module E
Introduction to computer networks
Networking | Hardware Components
Network Devices Hub Definition:
Chapter 4: Data Communication and Networks
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
LAN Hardware Concepts Module 3 H3065S F.00 [Course Title]
Fall 2013 Networking Presentation
SIMS-201 Computer Networks.
LO1 – Understand Computer Hardware
GCSE ICT Setting up a Network.
GCSE ICT Setting up a Network.
Connectors, Repeaters, Hubs, Bridges, Switches, Routers, NIC’s
Presentation transcript:

Introduction to Computers Networking Hardware

Network Interfaces The first piece of hardware we’re going to talk about is the network interface card (NIC). Every computer on your network will have a NIC. This is the device that will take the binary data from the computer and turn it into signals the connection media can carry Motherboards will often have an integrated NIC, but we can replace that for one with faster connections or a different interface The interface needed will depend entirely on the connection media Every device on the network will need a network interface of some kind in order to translate the data, hosts as well as networking devices Every NIC will have a built-in physical address called a MAC address that uniquely identifies it

Connection Media - Bounded Media Connection media is the physical connective material between devices on a network We can separate media into two main categories - bounded and unbounded Bounded media means that the media is physically separated from the outside world Unbounded media means that the media transmits through the air A good rule of thumb is that bounded media is in a cable, unbounded is not For bounded media, we have two main types - Copper wiring - copper wiring moves signals through the network via electric impulses. There are two main forms of copper wiring used for networking - twisted pairs ending in an RJ45 connector (commonly called ethernet cables) and coaxial cable Fiber Optic Cabling - fiber optic cables move signals through the network via light pulses. This tends to be much faster than copper cabling

Connection Media - Unbounded Media There are two types of unbounded network media, though one is used much more than the other Radio waves - we can use wifi or bluetooth to propagate media throughout the network with radio waves. Wifi is longer range, and bandwidth is higher

Central Connecting Point While it is possible for devices to be directly connected to each other, we typically want to connect to multiple devices, and the easiest way to facilitate that is by using a central connecting point The abilities of a central connecting point can vary drastically, and will dictate how we can use the network

Hubs The first is called a hub. Hubs are the most basic type of central connecting device They offer very little functionality beyond connecting devices together, and do very little to manage the data flow Hubs store no information, so when a computer in the network sends data to the hub, the best it can do is repeat the message to the other ports on the hub. For this reason a hub is sometimes called a repeater Each computer connected to the hub then looks at the information. If it's addressed to it, then it processes it. If it's not, then the computer discards it This greatly limits the scalability of our network. The larger the network, the more message will be on the pipeline, and the more collisions there will be What physical topology would this be? What logical topology?

Switch Switches look very similar to hubs. However, they function very differently. Unlike hubs, switches know which host is connected to each port When information is sent to the hub from a computer, the switch looks at the data, reads the MAC address, and uses it to select a port to send the message down Switches allow networks to be much more scalable. Messages are only sent to the host that need to receive them, so there is no chance for collision. Switches eliminate the issues that hubs create

Duplex Mode Networks can operate in two different modes - half duplex and full duplex Half duplex mode devices can either send data or receive data but not both at the same time This is the mode that hub-based networks use Like its name suggests, half duplex mode cuts network bandwidth in half Full duplex mode devices can send and receive data both at the same time This is the mode that switch-based networks use This allows us to use the full bandwidth of our connections

Routers Hubs and switches connect hosts together into a network. Routers connect switches and hubs together to connect networks Unlike a switch, routers use the IP address of the data packet to figure out where to send the packet. We’ll see why later, but in general it is because IP addresses make it easier to define a range of hosts (like a network), and MAC addresses Routers will connect to switches and hubs in order to send data into networks, but they will also be connected to other routers. Routers will construct a routing table that will let it know what router to send a specific IP address to in order to get it closer to its destination network This is essentially how the Internet works. Multiple routers connect multiple networks together allowing communication among all the connected networks

Routers and Switches Routers and switches tend to work together. If the switch sees an unfamiliar MAC address it will be sent to the router, who will use the IP address to figure out where to send it When a router sees an IP address for a host on the switch’s network it will send the message to the switch which will use the message’s target MAC address to send the message to the specific computer that is the target

Bridges The final network connectivity device we’re looking at is a bridge A bridge combines two or more switches together to make a larger network Since it connects the switches into one big network, there is no longer a benefit to using IP addresses to determine ports. As such bridges use MAC addresses to decide what port to send messages on