Network and communications fundamentals

Size: px
Start display at page:

Download "Network and communications fundamentals"

Transcription

1 Network and communications fundamentals أساسيات اتصاالت وشبكات (Net222) 1/11/1439 AH Lecture 1: Ch1 -Classifications of Signals- What does a Signal mean? a function representing a physical quantity or variable, typically contains information about the behavior or nature of the phenomenon. What does a System mean? viewed as transformation (mapping) of x into y, to process input signals to produce output signals. Types of Signals: - Electrical. e.g: voltage & current. - Electromagnetic. e.g: radio & light. - Sound. e.g: humans sounds & music. Data: entities that convey info Signals: electric or electromagnetic representation of data Signaling: physically propagates along a medium Transmission: communication of data by propagation and processing of signals Types of Signals: - Continuous-Time: Signal x(t) is continuoustime signal if the independent variable t is continuous. it can be defined at every instant of time. it contains values for all real numbers along the X-axis. for e.g: Analog Signals. (intervals : ) data: Audio and video. - Discrete-Time: A signal x(t) is defined at discrete times, it s often identified as a sequence of numbers, denoted by x[n]. for e.g: Digital Singles. (only finite number of values) data: text, numbers and IRA(ASCII). Advantages: cheaper and less susceptible to noise interference. Disadvantages: suffer more from attenuation. - Even Signals: any signal x such that x(t) = x(-t), symmetric around y axis. - Odd signals: any signal x such that x(-t) = - x(t), symmetric around origin. - Periodic Signals: pattern repeated over time. - Aperiodic signals: no pattern repeated. Lecture 2: Ch1 -Classifications of Signals cont.- - Sinusoidal Signals: Sine wave is the fundamental periodic signal. 1

2 + it s the simplest periodic signal.represented by: 1. Peak Amplitude (A) < Highest value in y axis. measured in: volts. 2. Frequency (f) < # of cycle/s. measured in: Hz or cycle/s. period (T)= 1/f. 3. Phase (φ) < relative position in time within a single period of signal. s(t) = A sin(2π f t +Φ) > see e.g in slide 19. Time domain: shows changes in signal amplitude with respect to time. - wave length: distance occupied by a single cycle. - light speed in free space = 3*10^8 m/s 1/11/1439 AH Frequency domain: show the relationship between amplitude and frequency. -more useful- - measured in Hz (cycle/s) - Spectrum: Range of frequencies that a signal spans form minimum to maximum. - Bandwidth: Absolute value of the difference between the lowest and highest frequencies of a signal. > check e.g slide 26. Lecture 2: Ch1 -Transformations of the independent variable (time)- Time Reversal Time Shifting Time Scaling Lecture 2: Ch1 -The Unit impulse and the Unit steps function- Unit step function Unit impulse function - Used in signal processing to represent a signal that switches on at a specified time and stays switched on indefinitely. - It called also Heaviside function. - Used in signal processing as an infinitesimally narrow pulse of unit area centers around 0. - It called also Dirac delta function. 2

3 Lecture 3: Ch1 -Continuous-Time and Discrete-Time Systems- Cont.-time and Dust.-time Systems Cascade(series) Interconnection Parallel Interconnection Series-parallel Interconnetion Feedback Interconnection for more clear pictures of systems > check slide 3-5. System with memory Without memory (memory-less) n y [ n] = x[ k] k = Invertible System A system S is invertible if the input signal can always be uniquely recovered from the output signal. Y(t) = 2x(t) The Inverse System foramally written as, S^-1, such that the cascade interconnection in the figure below is equivalent to the identity system, which leaves the input unchanged. y(t) = 1/2 x(t) Linear System (L): when an input to given system is scaled by a value, the output of the system is scaled by the if the output at anytime depends on only the input at that same time. Otherwise, the system is said to have memory. same amount. - it obeys the principle of superposition. (that means if two inputs are added together and passed through a linear system, the output will be the sum of the individual inputs outputs. 3

4 Time-Invariant System (TI): has the property that a certain input will always give the same output, without regard to when the input was applied to the system. - Because the system is (TI), the input x(t) and x(t-to) produce the same output. The only difference is that the output due to x(t-to) is shifted by a time to. LTI Systems in Series if two or more LTI systems are in series with each other, their order can be interchanged without affecting the overall output of the system. also called cascaded systems. LTI Systems in Parallel if two or more LTI systems are in parallel with one another, an equivalent system is one that is defined as the sum of these individual systems. Linear Time-Invariant System (LTI): It obeys the principle of superposition (if two inputs are added together and passed through a linear system, the output will be the sum of the individual inputs outputs). Lecture 4: Ch3 -Data Transmission- Physical Layer: Foundation on which other layers build. Properties of wires, fiber, wireless limit what the network can do. Modulation: Key problem is to send digital bits using only analog signals. Transmission medium and physical layer: Transmission media: anything that carry info between a source to a destination. Located below the sender physical layer and is connected to the other receiver physical layer. The successful transmission of data depends on: 4

5 1. Quality of the signal being transmitted. 2. Characteristics of the transmission medium. 1/11/1439 AH Types of connections: 1. Point-to-point (direct link between 2 devices) 2. Multipoint (more then 2 devices share the same medium) Direction of data flow: - Simplex: signals transmitted in 1 direction < eg: television - Half duplex: both stations transmit, but only 1 at a time. < e.g.: police radio - Full duplex: simultaneous transmissions. < eg: telephone Time domain and frequency domain: - How to find frequency? Number of cycles per sec Data rate: amount of data that is moved from one place to another in a given time. Bandwidth: -see lecture 2- There is a direct relationship between data rate & bandwidth. Lecture 5: Ch3 -Data Transmission- Transmission Impairments: - Signal received may differ from signal transmitted causing: 1. Analog - degradation of signal quality. 2. Digital - bit errors - Most significant impairments are: 1. Attenuation 2. Delay distortion 3. Noise Attenuation: - Signal strength falls off with distance over transmission medium. - we can use amplifiers/repeaters to increase strength. - Signal strength varies with frequency(attenuation is greater at higher frequencies and this causes distortion. - we can equalize attenuation by using loading coils/amplifiers. Received signals must be: - Strong enough to be detected - Higher than noise to be received without error. - Attenuation: Db = 10 log10 (Pd / Ps) answer = - > loss of data, answer = + > gain of data Thermal noise Intermodulation noise Crosstalk Impulse noise - agitation of electrons - referred to as white noise - can t be eliminated - significant for satellite 5 communication. - produced by nonlinearities in the transmitter and receiver. - signal from one line picked up by another. - caused by external electromagnetic interference (lighting, faults, flaws). - consisting of irregular pulses or spikes of short duration and high amplitude.

6 Delay Distortion occurs because propagation velocity of a signal through a guided medium varies with frequency. Noise: unwanted signals inserted between transmitter and receiver. < major limiting factor. Noise categories: - SNR(Signal-to-Noise-Ratio): SNR = Signal / Noise - SNR(db) = 10 log10 (SNR) Channel Capacity: maximum (largest) rate at which data can be transmitted over a given communications channel under given conditions. Nyquist Bandwidth: C = 2B log2 M - where M = number of discrete signal/voltage levels. Capacity: C = B log2 (1+SNR) Lecture 6.1: Ch3 -Transmission Media- guided media - wire: electromagnetic waves are guided along a solid medium. unguided media - wireless: transmission occurs through the atmosphere. Transmission characteristics of guided media: - just to compare between them numbers are not important> Twisted pair: - decrease cross talk - cheaper - easier to work with unshielded (UTP) - telephone wire - cheapest - easier to install - suffers from external EM interference shielded (STP) - metal braid or seating that reduces interference - more expensive - harder to handle because it s thick and heavy. - Application: - Telephone network - between house and local exchange - within building - local area network (LAN) 6

7 - Types: Near end Crosstalk: occurs when transmit signal entering the link couples back to receiving pair. Optical Fiber: uses reflection to guide light through a channel. a glass or plastic core is surrounded by a cladding of less dense glass or plastic. - used in: 1. Cable TV network 2. Local area networks 3. Backbone networks. Propagation modes using fiber optics: 1. Multimode Fiber: any light ray incident on thou boundary above the critical angle will be reflected internally, many 2. Single-mode Fiber: light can propagate only in a straight line, without bouncing. Benefits: - greater capacity - smaller size & weight - lower attenuation - electromagnetic isolation - greater repeater spacing. - - just to compare between them numbers are not important > Radio wave Microwave Infrared wave - omnidirectional - point-to-point communication - for satellite communication - local point-topoint and multipoint application Lecture 6.2: Ch3 -Transmission Media- Electromagnetic waves are formed when an electric field (shown in blue) couples with a magnetic field (red arrows). - travels at light speed - don t require a medium. Antenna: electrical conductor used to radiate or collect electromagnetic energy. Types: 1. Horn antenna 2. Dish antenna(parabolic reflective antenna) 7

8 Isotropic antenna Omnidirectional Directional antenna - a point in space that radiate power in all directions equally. - doughnut shape - Broadside 1/11/1439 AH - Endfire Types of radiation patterns: Broadcast Radio Microwave Infrared - omnidirectional - Communication need not line of sight - can penetrate walls - less sensitive to rainfall - suffers form multipath interference. - Terrestrial Microwave - Satellite Microwave - Satellite communication configuration: - Point-to-point link - Broadcast link - Infrared communications is achieved using transmitters/receivers that modulate non-coherent infrared light. - Transceivers must be within the line of sight - blocked by walls - no licenses required - typical uses: TV remote control, IRD port. Antenna Gain: measure of directionality of an antenna. G = 4(Pi) Um / PT Um : maximum radiation intensity. PT : total input power isotropically. Radiation Efficiency: ratio of total power radiated by an antenna to the net power accepted by the antenna from the connected transmitter. er = Pr/Pin Pin : portion of input power. Antenna Effective Aperture: Pt = P Ae Impairments specific to wireless line-of-sight transmission: - Free space loss - Atmospheric absorption - Multipath - Refraction. 8

9 Lecture 7.1: Ch5 -Signal Encoding Techniques- - for digital signaling, a data source g(t), which may be either digital or analog, is encoded into a digital signal x(t). - the basis for analog signaling is a continuous constant-frequency signal AKA the carrier signal. - Digital data, digital signals: simplest form of digital encoding of digital data. < equipment less complex and less expensive than digital-to-analong modulation equipment. Digital signal is a sequence of discrete voltage pulses. Line coding schemes: - unipolar > 1 voltage level - polar > 2 voltage levels (+,-): NRZ-I,NRZ-L, Manchester, Differential Manchester - bipolar > 3 voltage levels (+,0,-) Encoding scheme: mapping from data bits to signal elements. include: NRZ-L NRZ-I Bipolar AMI Pseudoternary Manchester Manchester Differential 1/11/1439 AH 0 : + 1 : - 0 : no transition 1 : high to low/low to high 0 : no line signal 1 : -/+ 0 : -/+ 1 : absence of line signal 0 : high to low 1 : low to high 0 : transition at start 1 : no transition at start lack of synchronizaition when data contain long streams of 0/1 loss of synchronizaition when data contain long streams of 0 no loss of sync if long string of 1s Pros + easy to engineer + make good use of bandwidth Cons - dc component - lack of synchronization capability < same - long runs of zeroes still a problem - no net dc component - lower bandwidth - easy error detection Multilevel Binary issues: - synchronization with long runs of 0s or 1s - scramble data - not as efficient as NRZ usage of scrambling: to replace sequences that would produce constant voltage. Biphase: Pros + synchronization on mid bit transition (self clocking) + has no dc component + has error detection Cons - at least one transition per bit time and possibly two - maximum modulation rate is twice NRZ - requires more bandwidth Modulation rate: rate at which signal elements are generated. 9

10 Lecture 7.2: Ch5 -Signal Encoding Techniques- Encoding is the conversion of streams of bits into signal (digital/analog). Categories of encoding techniques: Digital Transmission: - Digital data > Digital signal - Analog data > Digital signal Analog Transmission: - Digital data > analog signal - Analog data > analog signal Analog data > analog signal Digital data > analog signal Analog data > digital signal Modulation: process of encoding source data onto a carrier signal with frequency. it involves: - Amplitude (AM) -simplest- - Frequency (FM) - Phase (PM) -FM and PM requires greater bandwidth- -Amplitude modulation requires 2B < twice bandwidth- Modulation involves: - Amplitude Shift Keying (ASK) - susceptible to sudden gain changes - inefficient - Frequency Shift Keying (FSK) Binary Frequency Shift Keying (BFSK) - most common - less susceptible than ASK Multiple FSK - more than 2 f used - more bandwidth efficient - more prone to error - Phase Shift Keying (PSK) 1. Binary phase shift keying (BPSK) 2. Differential phase shift keying (DPSK) 0 : same phase as previous 1 : opposite to preceding one Multiple PSK - more efficient use of bandwidth - each signal represent more than 1 bit Quadrature PSK (QPSK) Digitization: conversion of analog data into digital data. it s done using a codec(coder-decoder) Pulse code modulation: Sampling theorem: *rate higher than twice the highest signal frequency eg: 4000Hz > 8000 samples/second Non-Linear Coding: PCM scheme is refined using a technique AKA nonlinear encoding, it means that quantization levels are not equally spaced. - reduces overall distortion - can significantly improve the PCM SNR ratio. Companding: a process that compresses the intensity of a signal by setting more gain to weak signals than to strong signals on input. Delta Modulation: analog input is approximated by a staircase function. 10

11 Lecture 8: Ch6 -Digital communication technique- Half Duplex(HDX) - provides communication in both directions - but only one direction (not simultaneously) - once a party begins receiving a signal, it must wait for the transmitter to stop transmitting before replying. - examples: walkie talkies Full Duplex(FDX) - or it called double-duplex - allows communication in both directions - unlike half-duplex, allows this to happen simultaneously. - examples: Land-line telephone networks. Benefits to using full-duplex over half-duplex 1. time is not wasted, since no frames need to be retransmitted, as there are no collisions. 2. the full data capacity is available in both directions because the send and receive functions are separated. 3. stations(nodes) don t have to wait until others complete their transmission, since therein only one transmitter for each twisted pair. Transmission mode is the manner in which data is sent over the underlying medium. Transmission modes can be divided into two fundamental categories: - Serial -one bit is sent at a time- - Parallel -multiple bits are sent at the same time- Parallel transmission - allows transfers of multiple data bits at the same time over separate media. - it s used with a wired medium - the signals on all wires are synchronized so that a bit travels across each of the wires at precisely the same time - n wires are used to send n bits at one time - advantages: speed - disadvantages: cost; limited to short distances. Serial transmission - it sends one bit at a time - most communication systems use serial mode, because: serial networks can be extended over long distances at less cost using only one physical wire means that there is never a timing problem caused by one wire being slightly longer than another - advantages: reduced cost - disadvantages: requires conversation devices - in serial mode, when sending bits, which bit should be sent across the medium first? - consider an integer: should a sender transmit the Most Significant Bit or Least Significant Bit? Either form can be used, but the sender and receiver must agree. - Serial transmission mechanisms can be divided into two board categories(depending on how transmission are spaced in time): - Asynchronous > transmission can occur at any time - Synchronous > transmission occurs continuously 11

12 Asynchronous Transmission: - Asynchronous transmission allows the physical medium to be idle for an arbitrary amount of time between two transmissions. - it s well-suited to applications that generate data at random time intervals. for example: - a user typing on a keyboard - a user that clicks on a hyperlink - transfer of data with start and stop bits and a variable time interval between data units. - timing is not important - Start bit > alerts receiver that new group of data is arriving. - Stop bit > alert receiver that byte is finished. - Synchronization achieved through start/stop bits with each byte received. - The beginning of a character is signaled by a start bit with a value of binary 0. - followed by the 5 to 8 bits that actually make up the character. - Then the data bits are usually followed by a parity bit, set by the transmitter, the receiver uses this bit for error detection. - The final element is a stop element, which is a binary 1. - Characteristics: - Cheap and effective - ideal for low-speed communication when gaps may occur during transmission (ex: keyboard) - Asynchronous disadvantages: - Asynchronous technologies usually require the sender to transmit a few extra bits before each data item: - to inform the receiver that a data transfer is starting - extra bits (preamble or start bits) allow the receiver to synchronize with the incoming signal - Slower Synchronous Transmission: - Requires constant timing relationship - Bit stream is combined into longer frames, possibly contain multiple bytes - any gaps between bursts are filled in with a special sequence of 0s and 1s indicating idle - advantages: - speed, no gaps or extra bits - more efficient than asynchronous - block of data transmitted, sent as frames in a steady stream without start and stop codes. - clocks must be synchronized - can use separate clock line, or embed clock signal in data - need to indicate start and end of block - use preamble and post-amble (flags) 12

13 Transmissions Types: In serial transmission a character is converted from parallel to serial form when transmitting and form serial to parallel form when receiving. Lecture 9: Ch8 -Multiplexing- - Multiplexing process allows several transmission sources to share a larger transmission capacity. - multiple links on 1 physical line - most common use of multiplexing is in long-haul communication using coaxial cable, microwave and optical fiber. - the multiplexer combines (multiplexes) data from the n input lines and transmits over a single data link(medium). - The demultiplexer separates (demultiplexes) the data according to channel, and delivers data to the appropriate output lines. - Multiplexing: the set of techniques that allows the simultaneous transmission of multiple signals across a single data link. types: 1. Frequency-Division Multiplexing (FDM) 2. Wavelength-Division Multiplexing (WDM) 3. Time-Division Multiplexing (TDM) 4. Code-Division Multiplexing (CDM) FDM FDM system overview - can be used with analog signals - put different signals on different frequency bands using modulation - each signal is modulated onto a different carrier - all the modulated signals are combined to form a composite signal for transmission - signals are carried simultaneously on the same medium - to prevent interference, the channels are separated by guard bands which are unused portions of the spectrum. - television and radio uses FDM to broadcast many channels over the same media. 13

14 WDM - theoretically identical to Frequency Division Multiplexing - used in optical systems while FDM is used in electrical systems - Requires more spacing between channels - also have Dense Wavelength Division Multiplexing (DWDM) TDM - multiple transmission can occupy a single link by subdividing them and interleaving the portions - TDM can be implemented in two ways: 1. Synchronous TDM 2. Asynchronous TDM Synchronous Time Division Multiplexing - can be used with digital signals or analog signals carrying digital data. - in this form of multiplexing, data from various sources are carried in repetitive frames. - Each frame consists of a set of time slots, and each source is assigned one or more time slots per frame. - Synchronous TDM is called synchronous not because synchronous transmission is used, but because the time slots are preassigned to sources and fixed. - the multiplexer allocates exactly the same time slot to each device at all times, wether or not a device has anything to transmit. - a frame consists of one complete cycle of time slots - thus the number of slots in frame is equal to the number of inputs. - How Synchronous TDM Works? > Asynchronous TDM(Statistical Time Division Multiplexing) - each slot in a frame is not dedicated to the fix device - the number of slots in a frame is not necessary to be equal to the number of devices - more than one slots in a frame can be allocated for an input device - allows maximum utilization of the link - it allows a number of lower speed input lines to be multiplexed to a single higher speed line Statistical TDM - in synch TDM many slots are wasted - Statistical TDM allocates time slots dynamically based on demand - multiplexer scans input lines and collects data until frame full - may have problems during peak periods (must buffer inputs). - How Asynchronous TDM Works? > 14

15 Synchrnous vs. Statistical TDM > 1/11/1439 AH Multiplexing Real Examples Asymmetrical Digital Subscriber Line(ADSL) - Digital Subscriber Line is the link between subscriber and network. - it uses currently installed twisted pair cable - is Asymmetric -bigger downstream than up- - uses frequency division multiplexing - has a range up to 5.5km Code Division Multiplexing - sends many signals or chips per bit - each sender uses a unique pattern of chips - may use multiple frequencies for spread spectrum communication - common with wireless systems. الحمدهلل الذي بنعمته تتم الصالحات. 15

Lecture 3 Concepts for the Data Communications and Computer Interconnection

Lecture 3 Concepts for the Data Communications and Computer Interconnection Lecture 3 Concepts for the Data Communications and Computer Interconnection Aim: overview of existing methods and techniques Terms used: -Data entities conveying meaning (of information) -Signals data

More information

Overview. Chapter 4. Design Factors. Electromagnetic Spectrum

Overview. Chapter 4. Design Factors. Electromagnetic Spectrum Chapter 4 Transmission Media Overview Guided - wire Unguided - wireless Characteristics and quality determined by medium and signal For guided, the medium is more important For unguided, the bandwidth

More information

Qiz 1. 3.discrete time signals can be obtained by a continuous-time signal. a. sampling b. digitizing c.defined d.

Qiz 1. 3.discrete time signals can be obtained by a continuous-time signal. a. sampling b. digitizing c.defined d. Qiz 1 Q1: 1.A periodic signal has a bandwidth of 20 Hz the highest frequency is 60Hz. what is the lowest frequency. a.20 b.40 c.60 d.30 2. find the value of bandwidth of the following signal S(t)=(1/5)

More information

SEN366 Computer Networks

SEN366 Computer Networks SEN366 Computer Networks Prof. Dr. Hasan Hüseyin BALIK (5 th Week) 5. Signal Encoding Techniques 5.Outline An overview of the basic methods of encoding digital data into a digital signal An overview of

More information

Data Communication. Chapter 3 Data Transmission

Data Communication. Chapter 3 Data Transmission Data Communication Chapter 3 Data Transmission ١ Terminology (1) Transmitter Receiver Medium Guided medium e.g. twisted pair, coaxial cable, optical fiber Unguided medium e.g. air, water, vacuum ٢ Terminology

More information

DATA TRANSMISSION. ermtiong. ermtiong

DATA TRANSMISSION. ermtiong. ermtiong DATA TRANSMISSION Analog Transmission Analog signal transmitted without regard to content May be analog or digital data Attenuated over distance Use amplifiers to boost signal Also amplifies noise DATA

More information

William Stallings Data and Computer Communications 7 th Edition. Chapter 4 Transmission Media

William Stallings Data and Computer Communications 7 th Edition. Chapter 4 Transmission Media William Stallings Data and Computer Communications 7 th Edition Chapter 4 Transmission Media Overview Guided - wire Unguided - wireless Characteristics and quality determined by medium and signal For guided,

More information

Data and Computer Communications Chapter 3 Data Transmission

Data and Computer Communications Chapter 3 Data Transmission Data and Computer Communications Chapter 3 Data Transmission Eighth Edition by William Stallings Transmission Terminology data transmission occurs between a transmitter & receiver via some medium guided

More information

Data and Computer Communications. Chapter 3 Data Transmission

Data and Computer Communications. Chapter 3 Data Transmission Data and Computer Communications Chapter 3 Data Transmission Data Transmission quality of the signal being transmitted The successful transmission of data depends on two factors: characteristics of the

More information

William Stallings Data and Computer Communications. Bab 4 Media Transmisi

William Stallings Data and Computer Communications. Bab 4 Media Transmisi William Stallings Data and Computer Communications Bab 4 Media Transmisi Overview Guided - wire Unguided - wireless Characteristics and quality determined by medium and signal For guided, the medium is

More information

Chapter 3. Data Transmission

Chapter 3. Data Transmission Chapter 3 Data Transmission Reading Materials Data and Computer Communications, William Stallings Terminology (1) Transmitter Receiver Medium Guided medium (e.g. twisted pair, optical fiber) Unguided medium

More information

COMP211 Physical Layer

COMP211 Physical Layer COMP211 Physical Layer Data and Computer Communications 7th edition William Stallings Prentice Hall 2004 Computer Networks 5th edition Andrew S.Tanenbaum, David J.Wetherall Pearson 2011 Material adapted

More information

Lecture 2 Physical Layer - Data Transmission

Lecture 2 Physical Layer - Data Transmission DATA AND COMPUTER COMMUNICATIONS Lecture 2 Physical Layer - Data Transmission Mei Yang Based on Lecture slides by William Stallings 1 DATA TRANSMISSION The successful transmission of data depends on two

More information

EC 554 Data Communications

EC 554 Data Communications EC 554 Data Communications Mohamed Khedr http://webmail. webmail.aast.edu/~khedraast.edu/~khedr Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week

More information

CHAPTER 2. Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication ( )

CHAPTER 2. Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication ( ) CHAPTER 2 Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication (2170710) Syllabus Chapter-2.3 Modulation Techniques Reasons for Choosing Encoding Techniques Digital data,

More information

Terminology (1) Chapter 3. Terminology (3) Terminology (2) Transmitter Receiver Medium. Data Transmission. Direct link. Point-to-point.

Terminology (1) Chapter 3. Terminology (3) Terminology (2) Transmitter Receiver Medium. Data Transmission. Direct link. Point-to-point. Terminology (1) Chapter 3 Data Transmission Transmitter Receiver Medium Guided medium e.g. twisted pair, optical fiber Unguided medium e.g. air, water, vacuum Spring 2012 03-1 Spring 2012 03-2 Terminology

More information

Part II Data Communications

Part II Data Communications Part II Data Communications Chapter 3 Data Transmission Concept & Terminology Signal : Time Domain & Frequency Domain Concepts Signal & Data Analog and Digital Data Transmission Transmission Impairments

More information

Terminology (1) Chapter 3. Terminology (3) Terminology (2) Transmitter Receiver Medium. Data Transmission. Simplex. Direct link.

Terminology (1) Chapter 3. Terminology (3) Terminology (2) Transmitter Receiver Medium. Data Transmission. Simplex. Direct link. Chapter 3 Data Transmission Terminology (1) Transmitter Receiver Medium Guided medium e.g. twisted pair, optical fiber Unguided medium e.g. air, water, vacuum Corneliu Zaharia 2 Corneliu Zaharia Terminology

More information

UNIT-1. Basic signal processing operations in digital communication

UNIT-1. Basic signal processing operations in digital communication UNIT-1 Lecture-1 Basic signal processing operations in digital communication The three basic elements of every communication systems are Transmitter, Receiver and Channel. The Overall purpose of this system

More information

EITF25 Internet Techniques and Applications L2: Physical layer. Stefan Höst

EITF25 Internet Techniques and Applications L2: Physical layer. Stefan Höst EITF25 Internet Techniques and Applications L2: Physical layer Stefan Höst Data vs signal Data: Static representation of information For storage Signal: Dynamic representation of information For transmission

More information

Chapter-1: Introduction

Chapter-1: Introduction Chapter-1: Introduction The purpose of a Communication System is to transport an information bearing signal from a source to a user destination via a communication channel. MODEL OF A COMMUNICATION SYSTEM

More information

Data Communications and Networking (Module 2)

Data Communications and Networking (Module 2) Data Communications and Networking (Module 2) Chapter 5 Signal Encoding Techniques References: Book Chapter 5 Data and Computer Communications, 8th edition, by William Stallings 1 Outline Overview Encoding

More information

(Refer Slide Time: 2:23)

(Refer Slide Time: 2:23) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture-11B Multiplexing (Contd.) Hello and welcome to today s lecture on multiplexing

More information

Chapter 6 Bandwidth Utilization: Multiplexing and Spreading 6.1

Chapter 6 Bandwidth Utilization: Multiplexing and Spreading 6.1 Chapter 6 Bandwidth Utilization: Multiplexing and Spreading 6.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 3-6 PERFORMANCE One important issue in networking

More information

Review of Lecture 2. Data and Signals - Theoretical Concepts. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2

Review of Lecture 2. Data and Signals - Theoretical Concepts. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2 Data and Signals - Theoretical Concepts! What are the major functions of the network access layer? Reference: Chapter 3 - Stallings Chapter 3 - Forouzan Study Guide 3 1 2! What are the major functions

More information

Lecture 3: Data Transmission

Lecture 3: Data Transmission Lecture 3: Data Transmission 1 st semester 1439-2017 1 By: Elham Sunbu OUTLINE Data Transmission DATA RATE LIMITS Transmission Impairments Examples DATA TRANSMISSION The successful transmission of data

More information

Data Communications & Computer Networks

Data Communications & Computer Networks Data Communications & Computer Networks Chapter 3 Data Transmission Fall 2008 Agenda Terminology and basic concepts Analog and Digital Data Transmission Transmission impairments Channel capacity Home Exercises

More information

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy Outline 18-452/18-750 Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1 Announcements 18-759: Wireless Networks Lecture 3: Physical Layer Please start to form project teams» Updated project handout is available on the web site Also start to form teams for surveys» Send mail

More information

Hello and welcome to today s lecture. In the last couple of lectures we have discussed about various transmission media.

Hello and welcome to today s lecture. In the last couple of lectures we have discussed about various transmission media. Data Communication Prof. Ajit Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture No # 7 Transmission of Digital Signal-I Hello and welcome to today s lecture.

More information

Basic Concepts in Data Transmission

Basic Concepts in Data Transmission Basic Concepts in Data Transmission EE450: Introduction to Computer Networks Professor A. Zahid A.Zahid-EE450 1 Data and Signals Data is an entity that convey information Analog Continuous values within

More information

Data Communications and Networks

Data Communications and Networks Data Communications and Networks Abdul-Rahman Mahmood http://alphapeeler.sourceforge.net http://pk.linkedin.com/in/armahmood abdulmahmood-sss twitter.com/alphapeeler alphapeeler.sourceforge.net/pubkeys/pkey.htm

More information

P. 241 Figure 8.1 Multiplexing

P. 241 Figure 8.1 Multiplexing CH 08 : MULTIPLEXING Multiplexing Multiplexing is multiple links on 1 physical line To make efficient use of high-speed telecommunications lines, some form of multiplexing is used It allows several transmission

More information

CS441 Mobile & Wireless Computing Communication Basics

CS441 Mobile & Wireless Computing Communication Basics Department of Computer Science Southern Illinois University Carbondale CS441 Mobile & Wireless Computing Communication Basics Dr. Kemal Akkaya E-mail: kemal@cs.siu.edu Kemal Akkaya Mobile & Wireless Computing

More information

Lecture Fundamentals of Data and signals

Lecture Fundamentals of Data and signals IT-5301-3 Data Communications and Computer Networks Lecture 05-07 Fundamentals of Data and signals Lecture 05 - Roadmap Analog and Digital Data Analog Signals, Digital Signals Periodic and Aperiodic Signals

More information

Data Transmission. ITS323: Introduction to Data Communications. Sirindhorn International Institute of Technology Thammasat University ITS323

Data Transmission. ITS323: Introduction to Data Communications. Sirindhorn International Institute of Technology Thammasat University ITS323 ITS323: Introduction to Data Communications Sirindhorn International Institute of Technology Thammasat University Prepared by Steven Gordon on 23 May 2012 ITS323Y12S1L03, Steve/Courses/2012/s1/its323/lectures/transmission.tex,

More information

9.4. Synchronization:

9.4. Synchronization: 9.4. Synchronization: It is the process of timing the serial transmission to properly identify the data being sent. There are two most common modes: Synchronous transmission: Synchronous transmission relies

More information

Chapter 2: Fundamentals of Data and Signals

Chapter 2: Fundamentals of Data and Signals Chapter 2: Fundamentals of Data and Signals TRUE/FALSE 1. The terms data and signal mean the same thing. F PTS: 1 REF: 30 2. By convention, the minimum and maximum values of analog data and signals are

More information

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued CSCD 433 Network Programming Fall 2016 Lecture 5 Physical Layer Continued 1 Topics Definitions Analog Transmission of Digital Data Digital Transmission of Analog Data Multiplexing 2 Different Types of

More information

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued CSCD 433 Network Programming Fall 2016 Lecture 5 Physical Layer Continued 1 Topics Definitions Analog Transmission of Digital Data Digital Transmission of Analog Data Multiplexing 2 Different Types of

More information

Introduction to Telecommunications and Computer Engineering Unit 3: Communications Systems & Signals

Introduction to Telecommunications and Computer Engineering Unit 3: Communications Systems & Signals Introduction to Telecommunications and Computer Engineering Unit 3: Communications Systems & Signals Syedur Rahman Lecturer, CSE Department North South University syedur.rahman@wolfson.oxon.org Acknowledgements

More information

Chapter 3 Data Transmission

Chapter 3 Data Transmission Chapter 3 Data Transmission COSC 3213 Instructor: U.T. Nguyen 1 9/27/2007 3:21 PM Terminology (1) Transmitter Receiver Medium Guided medium e.g. twisted pair, optical fiber Unguided medium e.g. air, water,

More information

Ș.l. dr. ing. Lucian-Florentin Bărbulescu

Ș.l. dr. ing. Lucian-Florentin Bărbulescu Ș.l. dr. ing. Lucian-Florentin Bărbulescu 1 Data: entities that convey meaning within a computer system Signals: are the electric or electromagnetic impulses used to encode and transmit data Characteristics

More information

COMPUTER COMMUNICATION AND NETWORKS ENCODING TECHNIQUES

COMPUTER COMMUNICATION AND NETWORKS ENCODING TECHNIQUES COMPUTER COMMUNICATION AND NETWORKS ENCODING TECHNIQUES Encoding Coding is the process of embedding clocks into a given data stream and producing a signal that can be transmitted over a selected medium.

More information

2. By convention, the minimum and maximum values of analog data and signals are presented as voltages.

2. By convention, the minimum and maximum values of analog data and signals are presented as voltages. Chapter 2: Fundamentals of Data and Signals Data Communications and Computer Networks A Business Users Approach 8th Edition White TEST BANK Full clear download (no formatting errors) at: https://testbankreal.com/download/data-communications-computer-networksbusiness-users-approach-8th-edition-white-test-bank/

More information

Contents. Telecom Service Chae Y. Lee. Data Signal Transmission Transmission Impairments Channel Capacity

Contents. Telecom Service Chae Y. Lee. Data Signal Transmission Transmission Impairments Channel Capacity Data Transmission Contents Data Signal Transmission Transmission Impairments Channel Capacity 2 Data/Signal/Transmission Data: entities that convey meaning or information Signal: electric or electromagnetic

More information

Data Communications. Unguided Media Multiplexing

Data Communications. Unguided Media Multiplexing Data Communications Unguided Media Multiplexing Fiber-Optic Cable A fiber-optic cable is made of glass or plastic and transmits signals in the form of light. If a ray of light traveling through one substance

More information

Chapter 3 Data Transmission COSC 3213 Summer 2003

Chapter 3 Data Transmission COSC 3213 Summer 2003 Chapter 3 Data Transmission COSC 3213 Summer 2003 Courtesy of Prof. Amir Asif Definitions 1. Recall that the lowest layer in OSI is the physical layer. The physical layer deals with the transfer of raw

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/9/2017 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

Module 3: Physical Layer

Module 3: Physical Layer Module 3: Physical Layer Dr. Associate Professor of Computer Science Jackson State University Jackson, MS 39217 Phone: 601-979-3661 E-mail: natarajan.meghanathan@jsums.edu 1 Topics 3.1 Signal Levels: Baud

More information

Signal Encoding Techniques

Signal Encoding Techniques Signal Encoding Techniques Overview Have already noted previous chapters that both analog and digital information can be encoded as either analog or digital signals: Digital data, digital signals: simplest

More information

Chapter 4 Digital Transmission 4.1

Chapter 4 Digital Transmission 4.1 Chapter 4 Digital Transmission 4.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 4-1 DIGITAL-TO-DIGITAL CONVERSION In this section, we see how we can represent

More information

The Physical Layer Outline

The Physical Layer Outline The Physical Layer Outline Theoretical Basis for Data Communications Digital Modulation and Multiplexing Guided Transmission Media (copper and fiber) Public Switched Telephone Network and DSLbased Broadband

More information

Outline of the Lecture

Outline of the Lecture CS311: DATA COMMUNICATION Multiplexing by Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur E-mail: manaskhatua@iitj.ac.in Web: http://home.iitj.ac.in/~manaskhatua http://manaskhatua.github.io/

More information

Multiplexing. Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur

Multiplexing. Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur CS311: DATA COMMUNICATION Multiplexing Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur e-mail: manaskhatua@iitj.ac.in Outline of the Lecture What is Multiplexing and why is it used? Basic

More information

UNIT 6 ANALOG COMMUNICATION & MULTIPLEXING YOGESH TIWARI EC DEPT,CHARUSAT

UNIT 6 ANALOG COMMUNICATION & MULTIPLEXING YOGESH TIWARI EC DEPT,CHARUSAT UNIT 6 ANALOG COMMUNICATION & MULTIPLEXING YOGESH TIWARI EC DEPT,CHARUSAT Syllabus Multiplexing, Frequency-Division Multiplexing Time-Division Multiplexing Space-Division Multiplexing Combined Modulation

More information

Class 4 ((Communication and Computer Networks))

Class 4 ((Communication and Computer Networks)) Class 4 ((Communication and Computer Networks)) Lesson 3... Transmission Media, Part 1 Abstract The successful transmission of data depends principally on two factors: the quality of the signal being transmitted

More information

Data Encoding g(p (part 2)

Data Encoding g(p (part 2) Data Encoding g(p (part 2) CSE 3213 Instructor: U.T. Nguyen 10/11/2007 12:44 PM 1 Analog Data, Digital Signals (5.3) 2 1 Analog Data, Digital Signals Digitization Conversion of analog data into digital

More information

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1 Announcement 18-759: Wireless Networks Lecture 3: Physical Layer Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2010 http://www.cs.cmu.edu/~prs/wirelesss10/

More information

Datacommunication I. Layers of the OSI-model. Lecture 3. signal encoding, error detection/correction

Datacommunication I. Layers of the OSI-model. Lecture 3. signal encoding, error detection/correction Datacommunication I Lecture 3 signal encoding, error detection/correction Layers of the OSI-model repetition 1 The OSI-model and its networking devices repetition The OSI-model and its networking devices

More information

*Most details of this presentation obtain from Behrouz A. Forouzan. Data Communications and Networking, 5 th edition textbook

*Most details of this presentation obtain from Behrouz A. Forouzan. Data Communications and Networking, 5 th edition textbook *Most details of this presentation obtain from Behrouz A. Forouzan. Data Communications and Networking, 5 th edition textbook 1 Multiplexing Frequency-Division Multiplexing Time-Division Multiplexing Wavelength-Division

More information

CPSC Network Programming. How do computers really communicate?

CPSC Network Programming.   How do computers really communicate? CPSC 360 - Network Programming Data Transmission Michele Weigle Department of Computer Science Clemson University mweigle@cs.clemson.edu February 11, 2005 http://www.cs.clemson.edu/~mweigle/courses/cpsc360

More information

Computer Networks Lecture -4- Transmission Media. Dr. Methaq Talib

Computer Networks Lecture -4- Transmission Media. Dr. Methaq Talib Computer Networks Lecture -4- Transmission Media Dr. Methaq Talib Transmission Media A transmission medium can be broadly defined as anything that can carry information from a source to a destination.

More information

Maximum date rate=2hlog 2 V bits/sec. Maximum number of bits/sec=hlog 2 (1+S/N)

Maximum date rate=2hlog 2 V bits/sec. Maximum number of bits/sec=hlog 2 (1+S/N) Basics Data can be analog or digital. The term analog data refers to information that is continuous, digital data refers to information that has discrete states. Analog data take on continuous values.

More information

Digital to Digital Encoding

Digital to Digital Encoding MODULATION AND ENCODING Data must be transformed into signals to send them from one place to another Conversion Schemes Digital-to-Digital Analog-to-Digital Digital-to-Analog Analog-to-Analog Digital to

More information

Signal Encoding Techniques

Signal Encoding Techniques 2 Techniques ITS323: to Data Communications CSS331: Fundamentals of Data Communications Sirindhorn International Institute of Technology Thammasat University Prepared by Steven Gordon on 3 August 2015

More information

Transmission Media. Transmission Media 12/14/2016

Transmission Media. Transmission Media 12/14/2016 Transmission Media in data communications DDE University of Kashmir By Suhail Qadir System Analyst suhailmir@uok.edu.in Transmission Media the transmission medium is the physical path between transmitter

More information

Class 4 ((Communication and Computer Networks))

Class 4 ((Communication and Computer Networks)) Class 4 ((Communication and Computer Networks)) Lesson 5... SIGNAL ENCODING TECHNIQUES Abstract Both analog and digital information can be encoded as either analog or digital signals. The particular encoding

More information

Data and Computer Communications Chapter 4 Transmission Media

Data and Computer Communications Chapter 4 Transmission Media Data and Computer Communications Chapter 4 Transmission Media Ninth Edition by William Stallings Data and Computer Communications, Ninth Edition by William Stallings, (c) Pearson Education - Prentice Hall,

More information

Media. Twisted pair db/km at 1MHz 2 km. Coaxial cable 7 db/km at 10 MHz 1 9 km. Optical fibre 0.2 db/km 100 km

Media. Twisted pair db/km at 1MHz 2 km. Coaxial cable 7 db/km at 10 MHz 1 9 km. Optical fibre 0.2 db/km 100 km Media Attenuation Repeater spacing Twisted pair 10-12 db/km at 1MHz 2 km Coaxial cable 7 db/km at 10 MHz 1 9 km Optical fibre 0.2 db/km 100 km conniq.com provides an excellent tutorial on physical media.

More information

Unguided Transmission Media

Unguided Transmission Media CS311 Data Communication Unguided Transmission Media by Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur E-mail: manaskhatua@iitj.ac.in Web: http://home.iitj.ac.in/~manaskhatua http://manaskhatua.github.io/

More information

E-716-A Mobile Communications Systems. Lecture #2 Basic Concepts of Wireless Transmission (p1) Instructor: Dr. Ahmad El-Banna

E-716-A Mobile Communications Systems. Lecture #2 Basic Concepts of Wireless Transmission (p1) Instructor: Dr. Ahmad El-Banna October 2014 Ahmad El-Banna Integrated Technical Education Cluster At AlAmeeria E-716-A Mobile Communications Systems Lecture #2 Basic Concepts of Wireless Transmission (p1) Instructor: Dr. Ahmad El-Banna

More information

Figure 4-1. Figure 4-2 Classes of Transmission Media

Figure 4-1. Figure 4-2 Classes of Transmission Media Electromagnetic Spectrum Chapter 4 Transmission Media Computers and other telecommunication devices transmit signals in the form of electromagnetic energy, which can be in the form of electrical current,

More information

Point-to-Point Communications

Point-to-Point Communications Point-to-Point Communications Key Aspects of Communication Voice Mail Tones Alphabet Signals Air Paper Media Language English/Hindi English/Hindi Outline of Point-to-Point Communication 1. Signals basic

More information

CSE 123: Computer Networks Alex C. Snoeren. Project 1 out Today, due 10/26!

CSE 123: Computer Networks Alex C. Snoeren. Project 1 out Today, due 10/26! CSE 123: Computer Networks Alex C. Snoeren Project 1 out Today, due 10/26! Signaling Types of physical media Shannon s Law and Nyquist Limit Encoding schemes Clock recovery Manchester, NRZ, NRZI, etc.

More information

Chapter 2. Physical Layer

Chapter 2. Physical Layer Chapter 2 Physical Layer Lecture 1 Outline 2.1 Analog and Digital 2.2 Transmission Media 2.3 Digital Modulation and Multiplexing 2.4 Transmission Impairment 2.5 Data-rate Limits 2.6 Performance Physical

More information

Chapter 4: Transmission Media

Chapter 4: Transmission Media Chapter 4: Transmission Media Page 1 Overview Guided - wire Unguided - wireless Characteristics and quality determined by medium and signal For guided, the medium is more important For unguided, the bandwidth

More information

Lecture 5 Transmission

Lecture 5 Transmission Lecture 5 Transmission David Andersen Department of Computer Science Carnegie Mellon University 15-441 Networking, Spring 2005 http://www.cs.cmu.edu/~srini/15-441/s05 1 Physical and Datalink Layers: 3

More information

Chapter Two. Fundamentals of Data and Signals. Data Communications and Computer Networks: A Business User's Approach Seventh Edition

Chapter Two. Fundamentals of Data and Signals. Data Communications and Computer Networks: A Business User's Approach Seventh Edition Chapter Two Fundamentals of Data and Signals Data Communications and Computer Networks: A Business User's Approach Seventh Edition After reading this chapter, you should be able to: Distinguish between

More information

Data and Computer Communications. Tenth Edition by William Stallings

Data and Computer Communications. Tenth Edition by William Stallings Data and Computer Communications Tenth Edition by William Stallings Data and Computer Communications, Tenth Edition by William Stallings, (c) Pearson Education - Prentice Hall, 2013 Wireless Transmission

More information

Bandwidth Utilization:

Bandwidth Utilization: CHAPTER 6 Bandwidth Utilization: In real life, we have links with limited bandwidths. The wise use of these bandwidths has been, and will be, one of the main challenges of electronic communications. However,

More information

Antennas & Propagation. CSG 250 Fall 2007 Rajmohan Rajaraman

Antennas & Propagation. CSG 250 Fall 2007 Rajmohan Rajaraman Antennas & Propagation CSG 250 Fall 2007 Rajmohan Rajaraman Introduction An antenna is an electrical conductor or system of conductors o Transmission - radiates electromagnetic energy into space o Reception

More information

C06a: Digital Modulation

C06a: Digital Modulation CISC 7332X T6 C06a: Digital Modulation Hui Chen Department of Computer & Information Science CUNY Brooklyn College 10/2/2018 CUNY Brooklyn College 1 Outline Digital modulation Baseband transmission Line

More information

Lecture 5 Transmission. Physical and Datalink Layers: 3 Lectures

Lecture 5 Transmission. Physical and Datalink Layers: 3 Lectures Lecture 5 Transmission Peter Steenkiste School of Computer Science Department of Electrical and Computer Engineering Carnegie Mellon University 15-441 Networking, Spring 2004 http://www.cs.cmu.edu/~prs/15-441

More information

Transmission Medium/ Media

Transmission Medium/ Media Transmission Medium/ Media The successful transmission of data depends principally on two factors: the quality of the signal being transmitted and the characteristics of the transmission medium Transmission

More information

Wireless Communications

Wireless Communications 2. Physical Layer DIN/CTC/UEM 2018 Periodic Signal Periodic signal: repeats itself in time, that is g(t) = g(t + T ) in which T (given in seconds [s]) is the period of the signal g(t) The number of cycles

More information

Antennas and Propagation

Antennas and Propagation CMPE 477 Wireless and Mobile Networks Lecture 3: Antennas and Propagation Antennas Propagation Modes Line of Sight Transmission Fading in the Mobile Environment Introduction An antenna is an electrical

More information

Chapter 2: Computer Networks

Chapter 2: Computer Networks Chapter 2: Computer Networks 2.1: Physical Layer: representation of digital signals 2.2: Data Link Layer: error protection and access control 2.3: Network infrastructure 2.4 2.5: Local Area Network examples

More information

ITM 1010 Computer and Communication Technologies

ITM 1010 Computer and Communication Technologies ITM 1010 Computer and Communication Technologies Lecture #14 Part II Introduction to Communication Technologies: Digital Signals: Digital modulation, channel sharing 2003 香港中文大學, 電子工程學系 (Prof. H.K.Tsang)

More information

L(f) = = (f) G(f) L2(f) Transmission Impairments: Attenuation (cont.)

L(f) = = (f) G(f) L2(f) Transmission Impairments: Attenuation (cont.) Transmission Impairments: Attenuation (cont.) how many times the put signal has attenuated relative to the input signal should be in L(f) (f) (f) A A in (f) (f) how many times the put signal has been amplified

More information

Introduction to LAN/WAN. Physical Layer

Introduction to LAN/WAN. Physical Layer Introduction to LAN/WAN Physical Layer Topics Introduction Theory Transmission Media Purpose of Physical Layer Transport bits between machines How do we send 0's and 1's across a medium? Ans: vary physical

More information

Data Transmission (II)

Data Transmission (II) Agenda Lecture (02) Data Transmission (II) Analog and digital signals Analog and Digital transmission Transmission impairments Channel capacity Shannon formulas Dr. Ahmed ElShafee 1 Dr. Ahmed ElShafee,

More information

Module 2. Studoob.in - Where Learning is Entertainment

Module 2. Studoob.in - Where Learning is Entertainment Module 2 Module 2 Transmission media - Guided Transmission Media: Twisted pair, Coaxial cable, optical fiber, Wireless Transmission, Terrestrial microwave, Satellite microwave. Wireless Propagation: Ground

More information

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c)

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c) King Saud University College of Computer and Information Sciences Information Technology Department First Semester 1436/1437 IT224: Networks 1 Sheet# 10 (chapter 3-4-5) Multiple-Choice Questions 1. Before

More information

Antennas and Propagation. Chapter 5

Antennas and Propagation. Chapter 5 Antennas and Propagation Chapter 5 Introduction An antenna is an electrical conductor or system of conductors Transmission - radiates electromagnetic energy into space Reception - collects electromagnetic

More information

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A SOME PHYSICAL LAYER ISSUES Lecture Notes 2A Delays in networks Propagation time or propagation delay, t prop Time required for a signal or waveform to propagate (or move) from one point to another point.

More information

Antennas and Propagation. Chapter 5

Antennas and Propagation. Chapter 5 Antennas and Propagation Chapter 5 Introduction An antenna is an electrical conductor or system of conductors Transmission - radiates electromagnetic energy into space Reception - collects electromagnetic

More information

Multiplexing. Chapter 8. Frequency Division Multiplexing Diagram. Frequency Division Multiplexing. Multiplexing

Multiplexing. Chapter 8. Frequency Division Multiplexing Diagram. Frequency Division Multiplexing. Multiplexing Multiplexing Chapter 8 Multiplexing Frequency Division Multiplexing FDM Useful bandwidth of medium exceeds required bandwidth of channel Each signal is modulated to a different carrier frequency Carrier

More information

Fundamentals of Data and Signals

Fundamentals of Data and Signals Fundamentals of Data and Signals Chapter 2 Learning Objectives After reading this chapter, you should be able to: Distinguish between data and signals and cite the advantages of digital data and signals

More information

CS307 Data Communication

CS307 Data Communication CS307 Data Communication Course Objectives Build an understanding of the fundamental concepts of data transmission. Familiarize the student with the basics of encoding of analog and digital data Preparing

More information