NETWORKING TECHNOLOGIES

Slides:



Advertisements
Similar presentations
Chapter 7 Networking: Computer Connections
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.
Computers Are Your Future © 2008 Prentice-Hall, Inc.
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,
1 Chapter 7 Networking: Computer Connections. Basic Components of a Network Sending device Communications link Receiving device.
Networks “Each time you use the telephone you use the world’s largest computer network – the telephone system”
Chapter Preview  In this chapter, we will study:  The basic components of a telecomm system  The technologies used in telecomm systems  Various ways.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 6 Information System Networks and the Internet.
Communications & Networks
Laudon & Laudon: Canadian Edition
Chapter 5 Networks Communicating and Sharing Resources
Chapter 9A Network Basics.
Data Communication & Computer Networks
CSCI-235 Micro-Computer in Science The Network. © Prentice-Hall, Inc Communications  Communication is the process of sending and receiving messages 
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Networks and Networking Chapter 4 Copyright Prentice-Hall, Inc
Chapter 7 Networking: Computer Connections. Networks n Network - a computer system that uses communications equipment to connect two or more computers.
Local Area Network By Bhupendra Ratha, Lecturer
Unit 1—Computer Basics Lesson 7 Networks.
Computers Are Your Future Tenth Edition Chapter 8: Networks: Communicating & Sharing Resources Copyright © 2009 Pearson Education, Inc. Publishing as Prentice.
Module 2: Information Technology Infrastructure
NETWORKS.
$100 $200 $300 $400 $500 Network topologies Client Architecture Physical Transmission Media Uses of Tele communications Misc. Network Misc. Network.
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
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
Computer Networks part II 1. Network Types Defined Local area networks Metropolitan area networks Wide area networks 2.
Higher Computing Networking. Networking – Local Area Networks.
Communications and Networks Chapter 9 9-1Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Dr. John P. Abraham Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
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.
Network types Point-to-Point (Direct) Connection Dedicated circuit boards connected by cable; To transfer data from A to B: – A writes on its circuit board;
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
Chapter Objectives In this chapter, you will learn:
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
Computer Networks and Internet
NETWORKING TECHNOLOGIES
Computer Networks and Internet
Week 8: Networking and Telecommunication Basics
Computer Technology Notes #4
Telecommunication ELEC503
Network Basics Extended Learning Module E
Computer Networks.
Intro To Computer Networks
Computers Are Your Future
2 Basic Concepts: data and computer networking
Introduction to Computer Administration
Ethernet First network to provide CSMA/CD
Computer Networks.
INTRODUCTION TO COMPUTER NETWORKS
CIS105 Networking: Computer Connections
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Chapter 4: Data Communication and Networks
NETWORKING TECHNOLOGIES
INTRODUCTION TO COMPUTER NETWORKS
EUT 122 Skills and Technology in Communication
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Presentation transcript:

NETWORKING TECHNOLOGIES

Telecommunications Systems Purpose – to transmit data from one location to another Voice data Computer data Video data Any data Major components Transmission media Network topology Data communications hardware Protocols used in system Network software Telecommunications services

Data Format for Network Transmission Data inside computers is in digital form Networks transmit two forms of data Analog – voice over telephone Digital – data over ISDN telephone line Analog network cannot carry digital data Most of existing telephone system is an analog network Conversion of digital data to analog format (when necessary) Modulation Amplitude modulation Frequency modulation Convert on one end of transmission; de-convert on other end Modulation–demodulation, or modem for short

How Modems Work

Bandwidth The measure of capacity of transmission media Bits per second (bps) Kilobits per second Modem communications over telephone lines Megabits per second Most existing local area networks Gigabits per second High speed data networks Internet backbone

Network Media Physical media Electrical signal Optical signal Wire Twisted pair Phone System LAN Coaxial Signal interference Optical signal Fiber optic cable Thin glass fibers surrounded by coating Uses lasers for light source Very fast Physical media require installation of cable Expensive Time consuming

Network Media Wireless media Radio frequency Terrestrial microwave Low power radio waves Affected by electromagnetic interference Highly vulnerable to snooping Conflicting standards IEEE 802.11a, b, and G Limited distance Terrestrial microwave Tower Satellite Geosynchronous – GEO Medium earth orbit – MEO Low earth orbit – LEO Infrared Close proximity and “line of sight” location required

Media Types and Speed

Computer Networks Two or more computers that are connected for the purpose of sharing data File sharing (e.g. MP3s) E-mail Database sharing Computer must be connected to the network media Network interface card (NIC) Each NIC has its own unique address Once connected to the network, the computer (or other device) becomes a network node

Transmitting Data in a Network Circuit switched network Entire circuit from end to end must be open and available Guarantees message goes through Any one segment along the way goes down, the circuit is disabled Packet switched network Message data divided into small pieces called packets, each with destination address and packet id Special network hardware routes packets to destination where message is reassembled More fault tolerant than circuit switched networks

Network Topologies The configurations of network components Widely used network topologies Bus Star Ring Mesh Tree Hybrid

Bus Network Topology Most simple network topology All devices connected to a common central cable Inexpensive Easily expanded If cable fails, the entire network will shut down Bus is topology used most widely in businesses

Bus Network Topology (Continued)

Star Network Topology Star topology is centered around central routing device called a hub All network nodes connect to the hub Easy to install and update If hub fails, network fails Hub can also be a bottleneck

Ring Network Topology Each node connected to two other nodes in a ring Similar to the buss, but with the ends of the buss connected together More reliable than buss or star If one node fails, data rerouted around failed node Expensive and difficult to install Usually used by larger organizations who can afford the expense and to whom the reliability is very important

Ring Network Topology (Continued)

Mesh Network Topology Every node connected to every other node Fast Reliable No hub or bus to fail If one device goes down, it is the only node affected Expensive Every node must be wired to every other node Difficult to add nodes If there are 32 nodes in a mesh network and you wish to add a new node, how many new cables must you add? 32 nodes Add new 33rd node New node must connect to all 32 existing nodes, therefore 32 cables to add

Tree Network Topology Combination of bus and star Two or more star networks connected using a bus for the backbone

Hybrid Topologies Combine two or more of the other topologies Bus used for LANs and ring used for campus backbone linking LANs together

Network Architecture Defines how network functions at a logical level Two primary types Client-server Peer-to-peer (P2P)

Client-server Network Architecture Nodes are either clients or servers Clients use services Servers provide services Access to shared data E-mail Printing FAX Client software on client node cooperates with server software on server node WWW is largest client server application

Peer-to-Peer Network Architecture All nodes on the network are equal. Any node can be both a client and a server. Napster was an example of a P2P network used to share MP3 files. Windows printer and file sharing use P2P.

Local Area Networks (LANs) Computer network where the nodes are all in close proximity Department Floor in office building Small business building Provides access to shared resources Servers Printers Databases Internet access

Larger Networks Campus area network (CAN) Connects LANs within a limited geographic area School Corporate campus Military installation Metropolitan area network (MAN) Within a town or city Wide area network (WAN) Two or more LANs that are geographically separate but linked through a public telephone network

Data Communications Hardware Hub Modem Router – special hardware in packet switched networks that determines optimal routing path for packets Gateway – converts data from one standard to another; allows connections of disparate networks

Protocols An agreed upon set of rules that govern communications in a network TCP/IP The protocol suite for the Internet Transmission Control Protocol (TCP) Provides a reliable byte-stream transfer service between two endpoints on an internet Internet Protocol (IP) Defines a delivery mechanism for packets of data sent between all systems on an Internet Widely used by business, even for internal networks

Protocols (Continued) Ethernet A set of rules for constructing message in a local network Most widely used protocol for transmitting data over LANs Listen before talk Simple Inexpensive Flexible Collisions High message volume greatly reduces transmission speed

Protocols (Continued) Token Ring Also a set of rules for constructing message in a local network Only one node “talks” at a time Complex Expensive More fault tolerant than Ethernet No collisions Transmission speed unaffected by message volume

Network Software Network operating system Network management software Novell NetWare Microsoft Windows Server 2003 Network management software Helps ensure security of network Monitors performance Helps administrators reconfigure network Remote administration via push technology Network monitoring software Packet sniffers – see data as it moves over network Keystroke monitors – see what users are doing

Telecommunications Services Value Added Networks (VANs) Proprietary networks built using common carriers Provide enhanced services Video conferencing Electronic data interchange (EDI) Virtual Private Networks (VPNs) Use encryption to provide a secure end-to-end connection over common carriers or the Internet Remote access to internal networks w/o dialup Leased lines High speed, long distance data transfer

Leased Line Comparisons