Principles of Signal Theory

Slides:



Advertisements
Similar presentations
Networking at Home and Abroad
Advertisements

Base 10 Denary Decimal
Lecture 26 Physical Layer Ch 4: Digital Transmission
1 Computer Communication & Networks Lecture 6 Physical Layer: Digital Transmission Waleed Ejaz
CSCI-235 Micro-Computers in Science The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
Csc333 Data communication & Networking Credit: 2.
BTT 101 / 2O1 Lesson 10 Dundas Valley Secondary Mr. Young.
4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 : Business Information Business Data Communications, 4e.
Review on Networking Technologies Linda Wu (CMPT )
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
Data Exchange Packet switching  Packet switching breaks data in to packets before sending it through a network, then reassembles it at the other end –
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Synchronous - Asynchronous Data Transmission. Asynchronous ► The sender and receiver are not Synchronised. ► The sender sends only one character at a.
Chapter 3 part II Data and Signals
Introduction to Information and Computer Science Networks Lecture e This material (Comp4_Unit7e) was developed by Oregon Health and Science University,
NETWORKING CONCEPTS. TCP/IP The TCPIIP protocol suite was developed prior to the OSI model TCP/IP protocol suite was defined as having four layers: Host-to-network,
CIT 307 Online Data Communications Digital Transmission Module 5 Kevin Siminski, Instructor.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Chapter 4 Computer Networks – Part 1
Presentation on Osi & TCP/IP MODEL
Bandwidth in the Local and Wide Area Network Monmouth County Vocational Schools / Advanced Networking Program X.25 ATM 56k SONET T1/T3 OC 192 Gigabit Megabit.
Data Communication. 2 Data Communications Data communication system components: Message Message Information (data) to be communicated. Sender Sender Device.
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
NETWORKING FUNDAMENTALS. Bandwidth Bandwidth is defined as the amount of information that can flow through a network connection in a given period of time.Bandwidth.
 Communication Tasks  Protocols  Protocol Architecture  Characteristics of a Protocol.
DEVICES AND COMMUNICATION BUSES FOR DEVICES NETWORK
Computer Communication & Networks Lecture # 05 Physical Layer: Signals & Digital Transmission Nadeem Majeed Choudhary
Communication methods
Protocols Rules governing the communication process, the language of the deal between the devices, must reflect Layers protocols define format, order of.
COMPUTER COMMUNICATION & NETWORKS Presented by MUTAASA AHMED.
AS Computing Data Transmission and Networks. Transmission error Detecting errors in data transmission is very important for data integrity. There are.
4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
3.2 Software Fundamentals. A protocol is a formal description of digital message formats and the rules for exchanging those messages in or between computing.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
Slide 4-1 Chapter 4 Terms Data Communications and Networking Considerations Introduction to Information Systems Judith C. Simon.
Component 4: Introduction to Information and Computer Science Unit 7: Networks & Networking Lecture 5 This material was developed by Oregon Health & Science.
A Level Computing for AQA Teacher’s Resource CD-ROM 20 CHAPTER: Communication methods Serial and parallel communications, bandwidth, bit rate and baud.
McGraw-Hill©2003 The McGraw-Hill Companies, Inc. Chapter 6 Physical Layer.
ARP ‘n RARP. The Address Resolution Protocol (ARP) is a request sent out by a computer to find another computer’s MAC address. It already knows the IP.
COMBINING TECHNOLOGIES. WHY COMBINED? Achieve a lot more by using them together Achieve a lot more by using them together.
Data Communication & Networking. Data communication Not to be confused with telecommunication –Any process that permits the passage from a sender to one.
CIm -IE775 computer Integrated manufacturing Industrial & Manufacturing Enterprise Department The Wichita State University
Week 7 Managing Telecommunications & Networks. Effective communications are essential to organizational success Define the terms communications and telecommunications.
Introduction to Communication Lecture (11) 1. Digital Transmission A computer network is designed to send information from one point to another. This.
CSCI-100 Introduction to Computing The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
Week-7 (Lecture-1) Internet Protocols: TCP/IP, Client Server: Protocol: Specification in networking and Communications It defines the procedures to be.
Virtual Circuit Networks: Frame Relay And ATM UNIT 5 Chapter 18 Forouzan.
Powerpoint Templates Data Communication Muhammad Waseem Iqbal Lecture # 07 Spring-2016.
Data Communication and Networking Digital Transmission Chapter 4.
Network Models. 2.1 what is the Protocol? A protocol defines the rules that both the sender and receiver and all intermediate devices need to follow,
Network Models. 2.1 what is the Protocol? A protocol defines the rules that both the sender and receiver and all intermediate devices need to follow,
WHAT IS BINARY? Binary is a number system that only uses two digits: 1 and 0. Any information that processed by a computer it is put into sequence of.
Data Link Layer.
IOS Network Model 2nd semester
Signal Theory Rei Sanchez.
Binary Lesson 5 Classful IP Addresses
Packetizing Error Detection
Packetizing Error Detection
Network Protocol Layers
Network Media, models and number systems
(return of the…) Data blast
Packetizing Error Detection
Data Communication.
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
Hexadecimal.
Protocol Application TCP/IP Layer Model
Chaithra Ashwin Sanjana
Data Link Layer. Position of the data-link layer.
Presentation transcript:

Principles of Signal Theory BTEC National

Signal Theory Data is represented in digital format based on binary (base 2) principles Digital signals are discrete.

Data The smallest element of data is the ‘bit’ or ‘binary digit.’ This can be represented by a ‘0’ or a ‘1’. When bits are grouped together they can be more useful units of data. For example 8 bits form a byte

Converting Denary to Binary To convert denary to binary you must firstly know the ‘base 2’ rules. (This is similar to the units, tens, hundreds you were taught at primary school) 128 64 32 16 8 4 2 1

Converting Denary to Binary 64 32 16 8 4 2 1 0 0 1 0 1 1 1 1 = 47 We work this out by looking at the headings And adding the numbers up. = 32 + 8 + 4 + 2 + 1 = 47. Therefore 47 is represented as 00101111 (byte format)

Concept of a packet In networking, data must be formed in a suitable ‘package’ to be able to be transported across the network. The actual format of the package is different for different types of network. However the term ‘data packet’ is always used to describe the package

Concept of a packet A data packet should minimally contain the source and destination address, data and error control. Source Address Destination Address Data Error Control The source address is sent so the recipient knows who has sent the data. The destination address is used to find the right recipient. Data is the ‘actual message’. Error control is sent to help identify problems with the data once it has been received.

Asynchronous versus synchronous transmission Asynchronous transmission means that device 2 (the receiver) must acknowledge receipt of the data before device 1 (the sender) will send more. In synchronous transmission both devices (sender and receiver) will synchronise with each other before the data is sent.

Bandwidth This is generally defined as the quantity of data that can be sent through data transmission over a specified period of time. Bandwidth is usually quoted in (from slow to fast) Bits per second (bps) Kilo bits per second (kbps) Mega bits per second (mbps) Giga bits per second (gbps)