Chapter 4: Data Communication and Networks

Slides:



Advertisements
Similar presentations
Networks & Components Discuss the components required for successful communications Explain the purpose of communications software Identify various sending.
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.
Information Technology Foundations-BIT 112 TECHNOLOGY GUIDE FOUR Basics of Telecommunications and Networks.
Telecommunications Chapter 5 Chapter 5 Telecommunications
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 6 Networks and Networking © 2005 Prentice-Hall, Inc.Slide 2.
Chapter 5 Communications and Networks
Chapter Preview  In this chapter, we will study:  The basic components of a telecomm system  The technologies used in telecomm systems  Various ways.
Chapter 9 Communications and Network Tyler Clutts.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 6 Information System Networks and the Internet.
Laudon & Laudon: Canadian Edition
Chapter 5 Networks Communicating and Sharing Resources
Chapter 9A Network Basics.
Data Communication & Computer Networks
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.
Unit 1—Computer Basics Lesson 7 Networks.
Module 2: Information Technology Infrastructure
NETWORKS.
Networking By Nachiket Agrawal 10DD Contents Network Stand Alone LAN Advantages and Disadvantages of LAN Advantages and Disadvantages of LAN Cabled LAN.
Living Online Module Lesson 23 — Networks and Telecommunication
Assignment 2 1. Wong Mun Sim, Sylvia (s970588) Group member :
$100 $200 $300 $400 $500 Network topologies Client Architecture Physical Transmission Media Uses of Tele communications Misc. Network Misc. Network.
Overview of computer communication and Networking Communication VS transmission Computer Network Types of networks Network Needs Standards.
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
Computer network  A network consists of multiple computers connected to each other to share data and resources.
Chapter 9 Installing Communication Devices Prepared by: Khurram N. Shamsi.
What is a Network? Living Online Lesson 1 Mrs. Elzey.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
Introduction to Computers Lecture# 5 Data Communication and Networks.
3/20: Telecommunications & Networking What is telecommunications? The hardware: physical components of telecommunications, inc. channels Standards: agreements.
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.
Network media, protocols and networking standards, networking hardware.
CHAPTER 8 Communication and Network Copyright © Cengage Learning. All rights reserved.
NETWORK AND COMMUNICATIONS
Networks and Networking
Unit Communication Hardware
Fundamentals & Ethics of Information Systems IS 201
Chapter Objectives In this chapter, you will learn:
UNIT 4 NETWORK ENVIRONMENTS.
Accessing information store on World Wide Web
Networks and Communication
COMMUNICATION MEDIA AND DEVICES
Intro to MIS – MGS351 Network Basics
Chapter 4 Computer Networks – Part 2
Chapter 3 Computer Networking Hardware
3 Computing System Fundamentals
Computer Networks and Internet
NETWORKING TECHNOLOGIES
Computer Networks and Internet
The Internet and the World Wide Web
Computer Technology Notes #4
Network Basics Extended Learning Module E
Computer Networks.
Intro To Computer Networks
Introduction to Computer Administration
Data Communication and Networks
Data Communication and Networks
Computer Networks.
CIS105 Networking: Computer Connections
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.
EUT 122 Skills and Technology in Communication
Data Communication and Networks
Data Communication and Networks
Data Communication and Networks
Basics of Telecommunications and Networks
NETWORKS.
By Hussein Alhashimi.
Basics of Computer Networking
Presentation transcript:

Chapter 4: Data Communication and Networks Data Communication: Transferring data in its different types: text, sound, images…,etc between at least two nodes, i.e. computers or devices. Data is transferred (or communicated) in its binary form after transferring it using one of the standard codes like: ASCII: American Standard Code for Information Interchange. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks Code: A unique binary number assigned to a symbol or a character. Computer Network: A group of computers (at least two) that are connected via various communication media and are able to communicate (interchange) data. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks Uses of Computer Networks 1- Sharing Hardware: Sharing a printer. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks 2- Sharing Software: Sharing applications and Programs and software tools. For example this can be accomplished by sharing a set of CDs or DVDs on a central server. Other uses of Networks 1- Communication between users: video messages, faxes, chatting, and voice messages. 2- Providing services for customers, examples are: E- Commerce, E-Government. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks Types of Networks There are two types of Networks classified according to the geographical distances between connected computers: 1- Local Area Networks (LANs) 2- Wide Area Network (WAN) Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks 1- Local Area Networks (LANs): A network which covers a single floor, or perhaps an entire building. LAN Characteristics: •Used in small geographical areas. •Offer high-speed communications. •Use LAN-specific devices such as repeaters, hubs and network interface cards. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks LANs are divided into two Types: A- Client/ Server Networks: Server is the main and usually the most powerful computer among other computers in the network. It is called server because it provides services for other computers that are connected with it in the LAN Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks B- Peer-to-Peer Networks: All computers in this type of networks are equivalent. The server is not used, individual computers share data directly with others. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks 2- Wide Area Networks (WAN): In this network computers are connected to each other over a large area. WAN is used in offices and governmental departments located in different cities within the same country, Or in different countries. It is also used to connect the ATM banks. The largest WAN is the Internet. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks WAN Characteristics: Cover large areas – may span the world. Compared to LANs – slow speed communication. Devices such as routers, modems and WAN switches is used. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks Network Topologies: Topology: The geometric arrangement of network devices (network nodes) is its topology. There are three main topologies: 1- Star Topology (Star Network): In this network, all the computers are connected to a server via a communication HUB. In other words we can say that one of the computers or a network device such as a hub or switch serves as a central point for all messages. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks When a computer wants to send a message to another computer, it sends the message to the central node. The central node then forwards the message to the computer it is addressed to. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks 2- Ring Topology (Ring Network) All computers and other communication devices are connected in a common loop i.e. each computer is connected to its downstream (adjacent) computer. Electronic signals are passed around the loop until they reach the specified destination. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks When a computer wishes to send a message to another computer, it sends the message to the next computer in the ring. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks If the message is not addressed to computer receiving it, the computer forwards the message to the next computer. This process repeats itself until the message reaches the correct computer. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks 3- Bus Network All computers are connected to a common channel (Bus). The bus line requires a special terminator at the end of the line to absorb signals so that they do not reflect back down the line. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks Data Communication Hardware 1- Modem Modem stands for “Modulate/Demodulate”. The modem sends information from your computer across the telephone system (line). The modem at the other end of the phone line, converts the signal back into a format that can be understood by the receiving computer. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks Digital vs. Analogue: A digital system uses 1 or 0 to transmit data or to represent data. Thus, a digital clock will display whole seconds, whole minutes and whole hours. An analogue system, such as a traditional clock, does not use multiples of 1 or 0, but rather uses the full range of numbers, including fractions. In this way, an analogue clock can display fractions of a second. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks Modulation: Converting digital signal to its equivalent analogue signal. Demodulation: Converting analogue signal to its equivalent digital signal. Speed of the modem in transmitting and receiving data is measured in Baud. For example we say the speed of the modem is 56 kilo bit per second (56kbps) this means that the baud rate of the Modem is 56 Kilobits per second. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks 2- Network Interface Card (NIC): It is a card for interfacing and connecting computers within LAN. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks Transmission Media There are two types of transmission media: A- Wired Media. B- Wireless media. Wired media are divided to: 1- Twisted pairs. 2- Coaxial cables. 3- Fiber optics. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks 1- Twisted Pairs: It is the most commonly used network cabling, is similar to the wiring that is used to connect your telephone. Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks 2- Coaxial Cables: These are similar to the cables used for connecting television to the antenna or the receiver, and they were developed to carry high-speed, interface-free video transmission Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks 3- Fiber Optics: Clear glass or plastic fiber strands. Each is about the thickness of a human hair. It is used to transfer data represented by light pulses. (To represent digital data signals) Chapter 4: Data Communication and Networks

Chapter 4: Data Communication and Networks B- Wireless Media: Radio Waves. Microwaves. Satellites Protocols To operate efficiently, any communications-based system must have an established set of rules — its protocols — to govern its operation. Popular protocols for LANs are TCP/IP and IPX/SPX. Chapter 4: Data Communication and Networks