Computer Networks.

Slides:



Advertisements
Similar presentations
Chapter 7 Networking: Computer Connections
Advertisements

Network Hardware and Physical Media
TYPES OF COMPUTER NETWORKS
Networks & Components Discuss the components required for successful communications Explain the purpose of communications software Identify various sending.
Web Page Design Chapter 1 Introducing Networks and the Internet.
Computer Networking (Appendix C) Objectives
Computers Are Your Future © 2005 Prentice-Hall, Inc.
Networking Basics lesson 17. This lesson includes the following sections: The Uses of a Network How Networks are Structured Network Topologies for LANs.
Computers Are Your Future © 2008 Prentice-Hall, Inc.
Computers Are Your Future © 2005 Prentice-Hall, Inc.
Computers Are Your Future © 2006 Prentice-Hall, Inc.
Semester One 2001/2002 Sheffield Hallam University1 What Is a Network? A group of linked computers whose users can share: –Information, e.G. Corporate.
Telecommunications Chapter 5 Chapter 5 Telecommunications
11 Networks The Great Information Exchange. 2 Networking Fundamentals Computer network: Two or more computers connected together Each is a Node Benefits.
Chapter 9 Communications and Network Tyler Clutts.
LAN Local Area Network By Amal Wali 10DD.
Chapter 5 Networks Communicating and Sharing Resources
© Paradigm Publishing Inc. 6-1 Chapter 6 Telecommunications and Networks.
1 Copyright © 2003 Prentice Hall, IncSlides created by Bob Koziel.
Chapter 9A Network Basics.
Data Communication & Computer Networks
SIMS-201 Computer Networks. 2 Introduction to Computer Networks Chapter 19 The Local Area Network  Overview.
Computers Are Your Future Chapter 8 Computers Are Your Future © 2008 Prentice-Hall, Inc.
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,
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.
Introduction to Networks Ruth Watson
Module 2: Information Technology Infrastructure
Network Hardware and Software. What is a network? A network consists of two or more computers that are linked in order to: share resources (such as printers.
Today’s Topics Chapter 8: Networks Chapter 8: Networks HTML Introduction HTML Introduction.
$100 $200 $300 $400 $500 Network topologies Client Architecture Physical Transmission Media Uses of Tele communications Misc. Network Misc. Network.
What is a Network? Living Online Lesson 1 Mrs. Elzey.
5 SECTION A 1 Network Building Blocks  Network Classifications  LAN Standards  Network Devices  Clients, Servers, and Peers  Physical Topology  Network.
CSCI-235 Micro-Computer Applications The Network.
Computer Networks and Internet. 2 Objectives Computer Networks Computer Networks Internet Internet.
CHAPTER 8 Communication and Network Copyright © Cengage Learning. All rights reserved.
IST 126 Computer Networks Spring, What is a Computer Network? A group of computers and other devices that are connected together in order to share.
SIMS-201 Computer Networks.
Chapter Objectives In this chapter, you will learn:
Chapter 6.
Contents Computer Network Benefits of Computer Network
COMMUNICATION MEDIA AND DEVICES
Intro to MIS – MGS351 Network Basics
INFS 211: Introduction to Information Technology
Making an Ethernet Cable
Computer Networks and Internet
Communications and Networks Chapter 9 McGraw-Hill/Irwin
NETWORKING TECHNOLOGIES
Computer Networks and Internet
Computer Technology Notes #4
Network Basics Extended Learning Module E
Chapter 5 Networks Communicating and Sharing Resources
أ.كمال عيد كلية المعلمين حائل
Computers Are Your Future
LECTURE #01 TRANSMISSION MEDIA
Introduction to Computer Administration
Ethernet First network to provide CSMA/CD
Computer Networks.
CIS105 Networking: Computer Connections
Chapter 4: Data Communication and Networks
Review of Important Networking Concepts K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry – LECTURE 2 COMS 525:
EUT 122 Skills and Technology in Communication
NETWORKING TECHNOLOGIES
Lesson 17 Networking Basics.
SIMS-201 Computer Networks.
Lesson 17 Networking Basics.
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Basics of Computer Networking
Presentation transcript:

Computer Networks

Introducing Computer Networks A computer network consists of two or more computers linked together to exchange data and share resources.

Types of Computer Networks Local area network (LAN) Links computers within a building (close proximity). Uses direct cables, radio, or infrared signals. Wide area network (WAN) Links computers separated by a few miles or thousands of miles. Uses long-distance transmission media. Metropolitan area network (MAN) Links computers within a group of buildings. Uses fiber-optic cables. NEXT SLIDE

Networking Synergies in a Nutshell Shared applications Users share software File server enables all users to work with the same application program Building information resources Users create common pools of data that can be accessed by employees Reduced hardware costs Users share equipment Connected people People can work together without being at the same location Groupware enables sharing of schedules and communications

Network Fundamentals Physical media used in networks: Cables– Telephone lines, coaxial cable, microwave, satellites, wireless, and fiber optic cables connect computers. Routers– Devices that examine the data transmitted and send it to its destination. Switches– High speed electronic switches maintain connections between computers. Protocols– Standards that specify how network components communicate with each other.

Network Architecture Network architecture is the overall design of a network. The network design is divided into layers, each of which has a function separate from that of the other layers. Protocol stack– The vertical (top to bottom) arrangement of the layers. Each layer is governed by its own set of protocols.

Local Area Networks (LANs) LANs connect computers and peripherals within a building. Users can access software, data, and peripherals. LANs require special hardware and software. Computers connected to a LAN are called workstations or nodes. Different types of LANs: Peer-to-peer Client-server

LAN Hardware and Software Network interface card (NIC)– Inserted into a computer’s expansion slot Software Operating system that supports networking (Unix, Linux, Windows, Mac OS) Additional system software

Peer-to-Peer Networks All computers on the network are treated as equal. There are no file servers. Users decide which files and peripherals to share. They aren’t suited for networks with many computers. They are easy to set up. Example: Home networks

Client-Server Networks Typical corporate networks are client-server. They use various topologies or physical layouts. The network requires file servers, networked computers (clients), and a network operating system (NOS). Clients send requests to servers for programs and data, and to access peripherals.

Network Media LANs use a variety of media to carry network signals. Twisted pair–Two insulated wires twisted around each other. The same type of wire as that used for telephones. Coaxial cable– Consists of an insulated center wire surrounded by a layer of braided wire. The same type of wire as that used for cable TV. Fiber-optic cable– A type of fiber glass cable that transmits data in the form of light impulses. It can carry more data for longer distances than other wire. Infrared– A wireless system that includes a transmitter and receiver for sending and receiving signals. Radio– A wireless system that uses radio signals to send and receive data.

Types of Telephone Transmission Media Fiber Optics Twisted Pair Copper Wire Satellites Microwave

LAN Topologies The physical layout of a LAN is called its topology. Topologies resolve the problem of contention, which occurs when multiple users try to access the LAN at the same time. Collisions or corrupt data occur when different computers use the network at the same time. Star topology Bus topology Ring topology All workstations attached in a circular arrangement A special unit of data called a token travels around the ring Workstations can only transmit data when they possess a token Called daisy chain Every workstation connected to a single bus cable Resolves collisions through contention management Difficult to add workstations Contains a hub or central wiring concentrator Easy to add workstations Resolves collisions through contention management

Wide Area Networks (WANs) WANs are similar to long-distance telephone systems. They have a local access number called a point of presence (POP).

Point of Presence (POP) A point of presence is a WAN network connection point that enables customers to access the WAN by making a local telephone call. Media used to create a connection from an organization to a POP include: 56 Kbps leased line ISDN ADSL T1 line Permanent virtual circuit (PVC)

Bandwidth Transmission Media Bandwidth PSTN Twisted pair 56 Kbps ISDN 128 Kbps TV Cable 1 to 10 Mbps Bandwidth refers to the data transfer capacity of a transmission medium. It is measured in kilobits per second (Kbps), megabits per second (Mbps), or gigabits per second (Gbps). Broadband digital transmission refers to connection speeds of at least 1.5 Mbps.

Network Topology The physical layout of a network Node - each computer, printer, or server on network Three common topologies Star Ring Bus

Network Topology - Star - Uses Category 5 cable (cat 6 is used - Cat 5 cable uses an RJ-45 connector for the NIC card - Easy to install/not that expensive - Computers are concentrated into a star pattern using hubs or switches - Hubs broadcast data to all devices - Switches can be used instead of hubs - If there is a break in the cable it does not disturb the other computers

Network Topology - Ring - Uses different hardware - More expensive - Complex to install - Data is passed around the ring until it reaches its destination - Best at passing data with less collisions

Network Topology - Bus - Least expensive/easiest to setup - Uses coax cable - Computers are daisy chained together in a linear bus - Data packets are sent along the coax cables - All computers hear data sent out