NETWORKING TECHNOLOGIES

Slides:



Advertisements
Similar presentations
TYPES OF COMPUTER NETWORKS
Advertisements

Networks & Components Discuss the components required for successful communications Explain the purpose of communications software Identify various sending.
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Web Page Design Chapter 1 Introducing Networks and the Internet.
Introduction to Networking & Telecommunications School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 1, Tuesday 1/9/2007)
Telecommunications Chapter 5 Chapter 5 Telecommunications
Communication Links Communication Link = Physical connection or Physical Medium Types: Wire Pair or Twisted Pair Coaxial Cable Fiber Optics Bandwidth,
Networks & telecommunications October 9, LEARNING GOALS Identify the major hardware components in networks. Identify and explain the various types.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
Introduction to Networking & Telecommunications School of Business Eastern Illinois University © Abdou Illia, Spring 2015 (January 14, 2015)
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 6 Information System Networks and the Internet.
Chapter 5 Networks Communicating and Sharing Resources
Chapter 9A Network Basics.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Unit 1—Computer Basics Lesson 7 Networks.
Module 2: Information Technology Infrastructure
Basic Concepts of a Computer Network
Networks & telecommunications June 16, LEARNING GOALS Discuss networks communication models and principles of operation Identify the major hardware.
Chapter 1 Basics of Networking & Designs of Simple Networks powered by DJ.
 Lecturer : Ch. Nabeel Ahmed Superior University Grw Campus 1.
$100 $200 $300 $400 $500 Network topologies Client Architecture Physical Transmission Media Uses of Tele communications Misc. Network Misc. Network.
1 NETWORKING TECHNOLOGIES BUS Abdou Illia, Fall 2012 (October 15, 2012)
I Information Systems Technology Ross Malaga 5 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 5-1 NETWORKING.
What is a Network? Living Online Lesson 1 Mrs. Elzey.
Chapter2 Networking Fundamentals
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Lesson 7 Networks Unit 1—Computer Basics. Computer Concepts BASICS - 2 Objectives Describe the benefits and disadvantages of networks. List and describe.
Computer Networks and Internet. 2 Objectives Computer Networks Computer Networks Internet Internet.
Class Notes CS403- Internet Technology Prepared by: Gulrez Alam Khan.
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
BASIC CONCEPTS OF NETWORK. INDEX  Definition & applications of computer network  Components of computer network  Network benefits  Disadvantages of.
Networks and Networking
SIMS-201 Computer Networks.
Contents Computer Network Benefits of Computer Network
COMMUNICATION MEDIA AND DEVICES
Intro to MIS – MGS351 Network Basics
INTRODUCTION TO COMPUTER NETWORKS
INFS 211: Introduction to Information Technology
Introduction to Networking & Telecommunications
Computer Networks and Internet
Computer Networks and Internet
Conducted and Wireless Media (Part I)
3.1 Network Basic Basic Concept of Network
Computer Technology Notes #4
Network Basics Extended Learning Module E
Computer Networks.
أ.كمال عيد كلية المعلمين حائل
INTRODUCTION TO COMPUTER NETWORKS
Intro To Computer Networks
Networks & telecommunications
2 Basic Concepts: data and computer networking
An Introduction to Computer Networking
Ethernet First network to provide CSMA/CD
Computer Networks.
INTRODUCTION TO COMPUTER NETWORKS
CIS105 Networking: Computer Connections
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.
NETWORKING TECHNOLOGIES
INTRODUCTION TO COMPUTER NETWORKS
EUT 122 Skills and Technology in Communication
INTRODUCTION TO COMPUTER NETWORKS
NETWORKING TECHNOLOGIES
INTRODUCTION TO COMPUTER NETWORKS
SIMS-201 Computer Networks.
Local Area Networks School of Business Eastern Illinois University
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Basics of Computer Networking
Presentation transcript:

NETWORKING TECHNOLOGIES (October 17, 2016) BUS3500 - Abdou Illia, Fall 2016

LEARNING GOALS Identify the major hardware components in networks. Identify and explain the various types of computer networks. Identify the various types of transmission media Describe the role of software used in networks.

Why Networking ? Resource sharing High reliability Cost saving Sharing hardware (printers, processors, etc.) Sharing software (programs, data files) High reliability Could set automatic backup of programs and data at different locations Fault tolerance (if one server is down, another provides service. If a disk fails, a mirror disk may be available) Cost saving Communication tool Internal email service Remote Access service

Computer Network Once connected to the network, the computer (or another device) becomes a network node Two or more computers that are interconnected using network interface cards (NICs) and transmission media like coaxial cables, Ethernet cords, radio signals. (Textbook, p. 222). Its scope determines how big is a network

Network scope Local area network (LAN): computer network where the nodes are all in close proximity spanning a room, building Campus Area Network (CAN): a larger LAN that spans a college campus or corporate facitilty. Metropolitan area network (MAN): network that serves an area of 3 to 30 miles - approximately the area of a typical city. Wide area network (WAN): a large network that encompasses parts of states, multiple states, countries, and the world

Transmission Media Physical media Wireless Physical media Transmission media used to physically connect nodes to the network Transmits electrical or optical signals Could be cooper wire or fiber optic cable

Transmission Media (Continued) Twisted Pair Category Use Signal Data rate Distance Problem Category 1 Telephone Analog/Digital <100Kbps 3-4 miles Security, noise Category 2 T1, ISDN Digital <2 Mbps Category 3 LANs 10 Mbps 100 m Category 4 20 Mbps Category 5 100 Mhz Category 6 250 Mhz Category 7 600 Mhz Fiber optic Thin glass fibers surrounded by coating Uses laser or light for data transmission Very fast (10+ Gbps, 100 miles without any repeater) Very secure Photo receptor (LED or LD) Photo diode (LED or LD) Destination Source Fiber optic cable

Wireless Media Uses electromagnetic waves or electromagnetic radiation for data transmission Propagation through space, and indirectly, through solid objects Two kinds of wireless media used Radio waves (radio Frequency) Affected by Multipath interference Highly vulnerable to snooping Limited distance Blocked by thick objects Infrared light Close proximity and “line of sight” location required Laptop Comm. Tower

Computing Equipment Network interface card (NIC): Device that provides a computer with unique address Converts data into signal for transmission Hub / Switch: Central collection point for transmission media that interconnect computers Modem Converts digital data into analog signal and back again Router special hardware that determines optimal routing path for data packets Usually used to connect a LAN to a WAN Bridge Forwards messages between LANs

Small Network illustrated Wide Area Network Hub or Switch Media

Network Software Network operating system Workstation operating system Used on servers Used for managing network resources Examples: Novell NetWare, Windows Server 2003 Workstation operating system Used on client PCs Used to manage local resources & access network resources

Network Topologies The configurations of network components How physically the network looks like How logically data is transferred on the network Types of network topologies: Bus Star Ring

Bus Network Topology Most simple network topology All devices connected to a common central cable called a “bus” Inexpensive If cable fails, the entire network will shut down

Star Network Topology Centered around central device called a hub or a switch All network nodes connect to the hub/switch Easy to install and update If hub fails, network fails

Ring Topology Node connected to a logical ring in a central device called MAU More reliable than bus or star Only one node sends at a time (no collisions) Expensive and limited speed

Network Architectures/Models Defines how the processing takes place on the network Two primary models Client-server Peer-to-peer (P2P)

Client-server model Nodes are either clients or servers Clients use services Servers provide services File service E-mail service Printing service Database service Client software on client node cooperates with server software on server node The WWW is the largest client server application

Client-server model Collaboration between Client and Server program

Client-server model Division of Labor Client program handles lighter work, such as user interface chores and light processing chores Server program handles heavy work, such as database retrieval Server Program Client Program Client Machine Server

Peer-to-Peer model All nodes on the network are equal. Any node can be both a client and a server.

Summary Questions Book Notes Name categories of computer networks based on their scope; i.e. their range of operation 5 2) Name one example of: (a) WAN, (b) LAN 3) Name physical and wireless media used in networking 6-8 What is the role of (a) a modem, (b) a router, (c) a bridge? 9 What is the difference between a Network operating system and a workstation operating system? 11 What is a network topology? 12 Distinguish between network topologies 13-16 Distinguish between Client-server and P2P networks 18-21