Networking Networking and Telecommunication  2002 Prentice Hall.

Slides:



Advertisements
Similar presentations
Chapter 7 Networking: Computer Connections
Advertisements

Computers Are Your Future © 2005 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,
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 6 Networks and Networking © 2005 Prentice-Hall, Inc.Slide 2.
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”
Networking and Telecommunications 9.  2001 Prentice Hall9.2 Chapter Outline Linking Up: Network Basics Electronic Mail, Teleconferences, and Instant.
Chapter 9 Communications and Network Tyler Clutts.
Teaching and Learning with Technology  Allyn and Bacon 2002 Networks and the Internet Chapter 7 Technology in Teaching and Learning.
 2002 Prentice Hall Chapter 9 Networking and Telecommunication.
 2002 Prentice Hall Chapter 6 Networking and Telecommunication.
Chapter 5 Networks Communicating and Sharing Resources
Chapter 9A Network Basics.
GRAP 3175 Computer Applications for Drafting Unit VI Data Communication.
 2002 Prentice Hall Chapter 9 Networking and Telecommunication.
 2002 Prentice Hall Chapter 9 Networking and Telecommunication.
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.
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.
Chapter Nine Networking ( 網路 ) and Telecommunication ( 電傳 )
Living Online Module Lesson 23 — Networks and Telecommunication
Network Environments. Communications Networks LAN – Local Area Network Collection of Computers and peripherals with a common connection in one building.
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
Teaching and Learning with Technology ck to edit Master title style  Allyn and Bacon 2002 Teaching and Learning with Technology k to edit Master title.
What is a Network? Living Online Lesson 1 Mrs. Elzey.
Teaching and Learning with Technology Chapter 7 Networks and the Internet by La Tisha Jenkins.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
CSCI-235 Micro-Computer Applications The Network.
Slide No. 1 Chapter 1, Unit c Data Communications H Telecommunications H LANs, WANs and Intranets.
TELECOMMUNICATIONS AND NETWORKS ~ Pertemuan 8 ~ Oleh: Ir. Abdul Hayat, MTI.
Data Communication and Networks Chapter 5. What’s a Network? a network consists of two or more computers that are connected together to share information.
Lesson 7 Networks Unit 1—Computer Basics. Computer Concepts BASICS - 2 Objectives Describe the benefits and disadvantages of networks. List and describe.
Ms. K Scruggs. Given instructions, the learner will demonstrate the use of networking component with 85% accuracy.
Networks Are you Wired?. Networking A network is defined as two or more computers connected together –Peer-to-peer when a server is not involved. –Client-server.
CHAPTER 4 Telecommunications and Networking 1. 1.What Is a Computer Network? 2.Network Fundamentals 3.The Internet and the World Wide Web 4.Network Applications.
Networks and Networking
UNIT 4 NETWORK ENVIRONMENTS.
Contents Computer Network Benefits of Computer Network
COMMUNICATION MEDIA AND DEVICES
Computers: Tools for an Information Age
Intro to MIS – MGS351 Network Basics
Chapter 4 Computer Networks – Part 2
INFS 211: Introduction to Information Technology
Communications and Networks Chapter 9 McGraw-Hill/Irwin
TexPREP Summer Camp Computer Science
Computers Are Your Future Eleventh Edition
NETWORKING TECHNOLOGIES
Communications Processors and Software
The Internet and the World Wide Web
Designing a local area network
Week 8: Networking and Telecommunication Basics
Computer Technology Notes #4
Network Basics Extended Learning Module E
Intro To Computer Networks
Computers Are Your Future
Communications, Networks, the Internet, and the World Wide Web
Ethernet First network to provide CSMA/CD
CIS105 Networking: Computer Connections
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Computers Are Your Future
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.
EUT 122 Skills and Technology in Communication
Data Communication.
Basics of Telecommunications and Networks
Presentation transcript:

Networking Networking and Telecommunication  2002 Prentice Hall

Topics Linking Up: Network Basics Electronic Mail, Teleconferences, and Instant Messages: Interpersonal Computing Converging Communication Technologies: From Messages to Money  2002 Prentice Hall 2

Linking Up: Network Basics A computer network is any system of two or more computers that are linked together. How do networks impact systems? People share computer hardware, thus reducing costs People share data and software programs, thus increasing efficiency and production People work together in ways that are otherwise difficult or impossible  2002 Prentice Hall 3

Basic Network Anatomy The three basic components of a network: Hardware Software People Direct Connection--one of many computers linked in an office Remote Access--computer linked to a network through a phone line, television cable system or satellite link  2002 Prentice Hall 4

The Network Interface A network interface card (NIC) permits direct network connection It adds an additional serial port to the computer The network interface card controls the flow of data between the computer’s RAM and the network cable.  2002 Prentice Hall 5

Communication á la Modem A modem is a hardware device that connects a computer’s serial port to a telephone line (for remote access). May be internal on the system board or external modem sitting in a box linked to a serial port. Modem transmission speed is measured in bits per second (bps) and generally transmit at 28,000 bps to 56.6K bps  2002 Prentice Hall 6

Conversion of Signals Computers send digital signals. The modem (modulator/ demodulator) converts the digital signals to analog so that the message can be transmitted through telephone lines.  2002 Prentice Hall 7

Conversion of Signals The modem (modulator/demodulator) converts the analog signals back to digital signals that are understood by the computer  2002 Prentice Hall 8

Networks Near and Far Local-area network (LAN) Computers are linked within a building or cluster of buildings. Each computer and peripheral is an individual node on the network. Nodes are connected by cables which may be either twisted pair (copper wires) or coaxial cable.  2002 Prentice Hall 9

Networks Near and Far Wide-area network (WAN) A network that extends over a long distance. Each network site is a node on the network. Data transmitted over common pathways called a backbone.  2002 Prentice Hall 10

Wide-Area Networks Made up of LANs linked by phone lines, microwave towers, and communication satellites. Bridges, routers, and gateways are hardware devices that pass messages between networks.  2002 Prentice Hall 11

Communication Software Protocol - set of rules for the exchange of data between a terminal and a computer or between two computers Communication software establishes a protocol that is followed by the computer’s hardware  2002 Prentice Hall 12

Communication Software Many forms: Network operating system (NOS) - handles communications between many workstations Client/server model - one or more computers act as dedicated serves and all the remaining computers act as clients Peer-to-peer model - every computer on the network is both client and server Many networks are hybrids, using features of the client/server and peer-to-peer models  2002 Prentice Hall 13

Client/Server Model Server software responds to client requests by providing data Client software sends requests from the user to the server  2002 Prentice Hall 14

The Network Advantage Why do people use networks? To share computer resources (hardware and software) To support working together in new and different ways Lotus Notes is a groupware application that facilitates information sharing and workgroup collaboration.  2002 Prentice Hall 15

E-mail Mail, Teleconferences, and IM: Interpersonal Computing Electronic mail, teleconferencing and instant messaging allow communications between two or more people. Meetings can be held in real-time (synchronous) or delayed (asynchronous) Chat rooms are examples of synchronous communications; bulletin boards are examples of asynchronous communications.  2002 Prentice Hall 16

The Postal Alternative E-mail is fast. E-mail doesn’t depend on location. E-mail facilitates group communication. E-mail messages are digital data that can be edited and combined with other computer-generated documents.  2002 Prentice Hall 17

Advantages of E-mail and Teleconferencing On-line communication is less intrusive. On-line communication allows time shifting. Teleconferences and e-mail promotes teleworking. Teleconferences and e-mail emphasize the message over the messenger.  2002 Prentice Hall 18

On-line Issues for E-mail and Teleconferencing Vulnerable to machine failures, network glitches, human errors and security Threat to privacy E-mail forgery Information overload Missing “human” elements of communication  2002 Prentice Hall 19

Rules of Thumb: On-line Survival Tips If you don’t have to be on line, go off line. Avoid peak hours Let your system do as much of the work as possible. Store names and addresses in an on-line address book Protect your privacy Cross-check on-line information sources Be aware and awake Avoid information overload.  2002 Prentice Hall 20

Converging Communication Technologies: From Messages to Money On-line Information Services Fax Machines and Fax Modem Voice Mail and Computer Telephony Global Positioning System Video Teleconferencing E-Money  2002 Prentice Hall 21

Physical Media for Networks Networks are built on physical media. Twisted pair (Category 5) Twisted pair (Traditional) Coaxial Cable Fiber optic Wireless/infrared Wireless/radio What affects network performance? Bandwidth and maximum operating distance “Never in history has distance meant less.” Alvin Toffler  2002 Prentice Hall 22

Bandwidth The amount of information that can be transmitted in a given amount of time Impacted by: Physical media that make up the network Amount of network traffic Software protocols of the network Type of network connection  2002 Prentice Hall 23

Fiber Optic Cables Fiber optic cables are replacing aging cooper lines with high-capacity fiber optic cables. They use light waves to carry information at blinding speeds. A single fiber optic cable can transmit half a gigabit (500 million bits) per second, replacing 10,000 standard telephone cables. Data is transmitted more accurately and reliably.  2002 Prentice Hall 24

Digital Communication Comes Home Digital communication lines will radically change services to our homes. Multi-person video phone conversations, universal e-mail, customized digital newspapers, automatic utility metering and unlimited entertainment options  2002 Prentice Hall 25

 2002 Prentice Hall 26