SlideShare a Scribd company logo
Hanuwantsingh R Dewal
Hanuwantsingh R Dewal
Communications
Systems
The topics within this unit are:
Characteristics of communication systems.
Examples of communication systems.
Transmitting and receiving in communication
systems.
Other information processes in communication
systems.
Issues related to communication systems.
Hanuwantsingh R Dewal
TOPICS MENU
Characteristics of Communication Systems
Examples of Communication Systems
Transmitting and Receiving
Other Information Processes
Issues Related To Communication Systems
Click on the topic of your choice
Hanuwantsingh R Dewal
Communications Glossary
Communications Networking Glossary
Glossary of Networking terms at Clock.org
Communications
Terms
Hanuwantsingh R Dewal
Characteristics of
Communication Systems
Protocols
Handshaking
Speed of Transmission
Error Checking
Communication Settings
Hanuwantsingh R Dewal
More Information
must be a Sender and Receiver
A protocol is a set of rules which governs the transfer of
data between computers. Protocols allow communication
between computers and networks.
Handshaking is used to establish which protocols to use.
Handshaking controls the flow of data between computers
protocols will determine the speed of transmission, error
checking method, size of bytes, and whether synchronous
or asynchronous
Examples of protocols are: token ring, CSMA/CD, X.25,
TCP/IP
Characteristics of
Communication
Systems
Hanuwantsingh R Dewal
5 Basic Components
Every communication system has 5 basic requirements
•Data Source (where the data originates)
•Transmitter (device used to transmit data)
•Transmission Medium (cables or non cable)
•Receiver (device used to receive data)
•Destination (where the data will be placed)
Hanuwantsingh R Dewal
5 Basic Components
Hanuwantsingh R Dewal
•Bandwidth:The amount of data which can be
transmitted on a medium over a fixed amount of time
(second). It is measured on Bits per Second or Baud
•Bits per Second (bps): A measure of
transmission speed. The number of bits (0 0r 1) which
can be transmitted in a second (more)
•Baud Rate: Is a measure of how fast a change of
state occurs (i.e. a change from 0 to 1) (more)
Transmission Media Speed
Hanuwantsingh R Dewal
This file has now been broken into four packets
PACKET
Packets
Transmissions are broken up into
smaller units or data transmissions
called packets
PACKET PACKET PACKET
Example
A data file is divided into packets.
It does not matter what the transmission is. It could be Word
document, a PowerPoint or an MP3. Imagine this Green box
is a file for transfer
Hanuwantsingh R Dewal
Packets and OSI
After the file is divided into packets
extra information is required to make
sure it all goes back together correctly.
The OSI model helps to look after this.
The OSI model also provides much
more information which is included with
each package.
Hanuwantsingh R Dewal
More Information on OSI
OSI 7 Layer Model
•OSI “Open System Interconnection”
•OSI is not a protocol but a list of protocols
divided between 7 layers with each layer having
a different set of functions.
•Each packet is layered/packaged with
protocols from each of the layers as it is
processed.
•The process of layering the protocols around
each package is called encapsulation. The final
encapsulated data packet is called a frame.
Originally Created by Bob Baker
Modified 2006
Graham Betts
Hanuwantsingh R Dewal
File
OSI Reference model
Layer 7 application
Layer 6 presentation
Layer 5 session
Layer 4 transport
Layer 3 network
Layer 2 data link
Layer 1 physical
Transmission Medium
File
Sender Receiver
File
Each file
is divided
into
packets
The received
frame is then
unpacked
in the
opposite order
Open Systems
Interconnection
Originally Created by Bob Baker
Modified 2006
Graham Betts
Each Packet
will
then be
Encapsulated
with
PROTOCOLS
The protocols
Will be added
systematically
Layer
By layer
The encapsulated
Packet is called
a frame
Hanuwantsingh R Dewal
 Layer 7 application
 Layer 6 presentation
 Layer 5 session
 Layer 4 transport
 Layer 3 network
 Layer 2 data link
 Layer 1 physical
 Identification, authentication
 Format conversion
 Set-up coordinate conversation
 Ensures error-free transfer
 Routing of data through network
 Error control and synchronisation
 Placing signals on the carrier
Originally Created by Bob Baker
Modified 2006
Graham Betts
Services Performed at
Each Layer
Hanuwantsingh R Dewal
Examples of protocols
 Layer 7 application
 Layer 6 presentation
 Layer 5 session
 Layer 4 transport
 Layer 3 network
 Layer 2 data link
 Layer 1 physical
 E-mail, Web browser, Directory
 POP, SMTP, FTP, HTTP, DNS
 Sockets
 TCP
 IP
 PPP, Ethernet, Token ring
 100baseT
More on Protocols
Originally Created by Bob Baker
Modified 2006
Graham Betts
Hanuwantsingh R Dewal
Encapsulation
Application
Presentation
Session
Transport
Network
Data Link
Physical
data
Device 1 Device 2
dataH6 T6
dataH5 T5
dataH4 T4
(packet)H3 data T3
H2 data T2
H1 data T1
carrier FRAME
Application
Presentation
Session
Transport
Network
Data Link
Physical
A typical frame
Destination
Address
Source
Address
Data Padding CRCPreamble
FRAME FRAME FRAME
(Packet)
Originally Created by Bob Baker
Modified 2006
Graham Betts
Hanuwantsingh R Dewal
• Parity bit check
• Check sum
* data transmitted in blocks, each block added
to give a total – checksum
* used in X Modem protocol
• Cycle redundancy check
Error Checking Methods
More on internet
Hanuwantsingh R Dewal
HSC Topic 3.3
Examples of
Communication Systems
Hanuwantsingh R Dewal
Examples of Communication Systems
- E-mail
- Voice Mail - Fax
- Smart Phone - Instant Messaging
- Telecommuting - Video-conferencing
- Groupware - Telephony
- E-Commerce - The Internet
- Bulletin board system - The Web
- Global positioning system
Hanuwantsingh R Dewal
HSC Topic 3.4
Transmitting and
Receiving in
Communication Systems
Communication concepts
(transmission of data, protocols and handshaking, networks, LANs and
WANs,Topologies, Network Access Methods)
Network Hardware
(NICs, Servers, Routers and Switches, Bridges and gateways, Hubs,
Transmission media
Network Software
NOSs, Network Operating System Tasks, Logon and Logoff Procedures,
Intranets and Extranets
Hanuwantsingh R Dewal
Any transmission May be:
•analog or digital
•Serial or parallel
Communication
Concepts
Hanuwantsingh R Dewal
Sender transmitted
Data is transmitted, on a single channel, one bit at a
time one after another
- Much faster than parallel because of way bits
processed (e.g. USB and SATA drives)
Receiver received
Serial Transmission
101 0 0 1 1 0
Hanuwantsingh R Dewal
Receiverreceived
-each bit has it’s own piece of wire along which it travels
- often used to send data to a printer
Parallel Transmission
Sendertransmitted
All bits are sent simultaneously
1
0
0
1
1
0
0
1
Hanuwantsingh R Dewal
Why Not use Parallel
Instead of serial?
Due to inconsistencies on channels data
arrives at different times
Because of the way it is transmitted packet
switching cannot be used
The above two points makes parallel slower
than serial and requires higher bandwidth.
Parallel transmissions are rarely used
anymore
Hanuwantsingh R Dewal
Synchronous Transmission
all data sent at once and no packet switching
Asynchronous Transmission
•Uses stop/ start bits
•most common type of serial data transfer
•Allows packet switching
•Allows sharing of bandwidth (i.e. talk on phone
while another person is using internet)
Synchronous Vs
AsynchronousTransmissions
Hanuwantsingh R Dewal
- simplex: One direction only
Transmission Direction
Hanuwantsingh R Dewal
Half Duplex
Transmission
half duplex: Both
directions but
only one
direction at a
time
Hanuwantsingh R Dewal
Full Duplex
Transmission
full duplex:
send and
receive both
directions at
once
Hanuwantsingh R Dewal
•Ethernet (Ethernet Network)
-Carrier Sense Multiple Access/Collision Detection
(CSMA/CD)
-TCP/IP
3 Common Protocols
Hanuwantsingh R Dewal
Ethernet
Developed at Xerox in 1976.
First protocol approved as an industry
standard protocol 1983
LAN protocol used on bus and star
Most popular LAN protocol
Inexpensive
Hanuwantsingh R Dewal
Carrier Sense Multiple
Access/Collision
Detection (CSMA/CD)
- Used on bus networks to avoid data
collisions.
Hanuwantsingh R Dewal
• Developed in 1973 for use on the
ARPANET which was a defense force
research network.
-Adopted in 1983 as the Internet standard.
all hosts on the Internet are required to use
TCP/IP.
- Allows transfer of data using packet
switching
TCP/IP
Hanuwantsingh R Dewal
LANs Vs WANs
LAN is “local Area network” which is a
network confined to a small geographic
area which is a building or a group of
buildings.
WAN is “wide area network” which is a
network spread over a large geographic
area. The largest WAN is the internet.
Hanuwantsingh R Dewal
Examples of LANS
3 different types of LANS are:
Ring
Bus
Star
Hanuwantsingh R Dewal
Uses an empty data
packet called a token
and a special protocol
called “token ring”.
Packets travel around
the ring in a clockwise
direction. Clients
require an empty token
to transmit data.
Advantages
- no collisions
because all data travels
in same direction.
Disadvantages
- fails if an individual
node in the network
fails
Ring
Hanuwantsingh R Dewal
A bus is a form of Ethernet. Nodes linked by a cable known as the
bus. Bus transmits in both directions and uses CSMA/CD protocol
BUS TOPOLOGY
Advantages
- Easy to set up and maintain
failure of one node does not affect
network
Disadvantages
-Higher rate of data collision than
with a bus network
-fails if there is any damage to the
bus
Hanuwantsingh R Dewal
All data is sent from
one client to another
through the server.
Advantages
- If one client fails no
other clients are
affected.
Disadvantages
- If central file server
fails the network fails.
Star
Hanuwantsingh R Dewal
Network Hardware
Hanuwantsingh R Dewal
A network is a number of computers and
peripheral devices connected together so as
to be able to communicate (i.e. transfer
data)
Each device in a network is called a
node.
Terminals are data entry points which
can also display.
What is a Network?
Hanuwantsingh R Dewal
LAN – a network that connects computers in a limited
geographical area.
MAN – a backbone that connects LANs in a metropolitan
area such as a city and handles the bulk of communications
activity across that region.
WAN – covers a large geographical area such as a city or
country. Communication channels include telephone lines,
Microwave, satellites, etc.
NETWORKS: categorized
by size
Hanuwantsingh R Dewal
NETWORK TOPOLOGIES
(categorizing by shape)
Hanuwantsingh R Dewal
Large networks can be separated into two or more smaller
networks using a bridge. This is done to increase speed and
efficiency. This type of network is called a segmented LAN and
has largely been superseded by the use of switches which can
transfer data straight to a computer and thus avoid bottleneck jams
which bridges were designed to fix.
Bridge
Bridge
Hanuwantsingh R Dewal
Often used to connect a LAN with a WAN. Gateways join two or
More different networks together.
Gateway
Gateway
Hanuwantsingh R Dewal
Internet
public/international network which is used to access
information, e-shopping, e-banking, email
Intranet
private network (LAN or WAN) used to share resources in secure
environment
uses web pages (HTML to view) and TCP/IP protocols (to make
connection)
Extranet
intranet that has been extended to include access to or from selected
external organizations such as customers, but not general public.
Note: Connections via leased lines, or network interconnections.
Internet, Intranet, Extranet
Hanuwantsingh R Dewal
Transmission Media
twisted pair – telephone cable
coaxial cable –Thick black cable used for
higher bandwidth communications than
twisted pair (i.e. Optus cable)
fibre optic – data transferred through
pulses of light. Extremely fast.
Non cable methods such as satelite,
microwave, wireless and bluetooth
More on internet
Hanuwantsingh R Dewal
SERVERS: Help to manage the network and the resources
of that network. On larger networks servers commonly have
specialised tasks such as: File Servers: stores and manages
files, Print Servers: manages printers and print jobs, Mail
Server: Manages email, Web Server: manages web access.
Routers: connects multiple networks and are protocol
independent. can be used in place of a switch or bridge.
Switches: smart hubs which transmit packets to the
destination port only
Hubs: like double adapters /power boards in the home
except instead of plugging in extension cords we are plugging
in computers to allow them to communicate.
Network Hardware
More on Internet
Hanuwantsingh R Dewal
- adding/removing users
- assigning users to printers
- giving users file access rights
- installation of software and sharing with users
- client installation and protocol assignment
- logon and logoff procedures
- network based applications
Some Network
Administration Tasks
Hanuwantsingh R Dewal
Other Information
Processes in
Communication
Systems
Collecting: phone as collection device with voice mail,
EFTPOS terminal as a collection device for electronic
banking
processing: sending of attachments with e-mail,
encoding and decoding methods, including: analog data
to analog signal, digital data to analog signal, digital
data to digital signal, analog data to digital signal, client-
server architecture: the client controls the user interface
and the application logic server controls access to the
database
Graham Betts
Collecting: The following are collection devices:
ATMs for internet banking, EFTPOS for stores,
microphone and video camera for video conferencing.
Data can be analog or digital
Collecting
Hanuwantsingh R Dewal
Processing
Processing: Is the manipulation or
changing the data into a more useable
format. The processing may include
changing the appearance of the data,
the file type or storage options.
Hanuwantsingh R Dewal
Displaying
Displaying: How the information
is made available for the user to
see
Hanuwantsingh R Dewal
Issues related to
Communication Systems
Messaging Systems (social context, Danger of Misinterpretation, Power
Relationships, Privacy and confidentiality, power relationships, electronic junk
mail, information overload)
Internet (Internet trading, taxation, employment, nature of business, trade
barriers, censorship, child protection, internet banking, security, changing
nature of work, branch closures and job losses, radio and video)
Telecommuting (work from home), blurring between work and home,
more stress, advantagesand disadvantages)
Hanuwantsingh R Dewal
•‘netiquette’ is etiquette/ manners on net
•Many people rely on messaging systems more
than spoken or face to face communication.
•written word only recipient miss out on (e.g. body
language and voice inflection)
•privacy (employers have right to read e-mail at
work)
•Spam is overloading mailboxes
•Work/ information overload from ever growing
number of emails
Issues relating to
messaging systems
Hanuwantsingh R Dewal
Issues relating to
internet trading
employment ramifications
Effect on trade barriers and
taxation laws
Phishing and security
Hanuwantsingh R Dewal
•branch closures and job losses
•decreasing number of bank branches
•job losses
•changing nature of work
•security of banking details
Issues relating to
internet banking
Hanuwantsingh R Dewal
Physical boundaries
telecommuting is working from home
virtual organisations
national trade barriers
Hanuwantsingh R Dewal
Acknowledgements
Slides 11-15 were originally created by
Bob Baker and have been modified by
Graham Betts
A number of slides have been adapted
from a slide show by Loretta Kocovska
around 2001 especially the illustrations
on slides 18,39,40, 41, 42 and 43
Hanuwantsingh R Dewal

More Related Content

What's hot

Introduction of digital communication
Introduction of digital communicationIntroduction of digital communication
Introduction of digital communication
asodariyabhavesh
 
Public Switched Telephone Network
Public Switched Telephone NetworkPublic Switched Telephone Network
Public Switched Telephone Network
Haither Mithath
 
LINE OF SIGHT PROPAGATION
LINE OF SIGHT PROPAGATIONLINE OF SIGHT PROPAGATION
LINE OF SIGHT PROPAGATION
VaishaliVaishali14
 
Wireless communication
Wireless communicationWireless communication
Wireless communication
Darshan Maru
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basics
KUNTAL BANERJEE
 
communication channels and types
communication channels and typescommunication channels and types
communication channels and types
Chandu Kck
 
Antennas wave and propagation
 Antennas wave and propagation Antennas wave and propagation
Antennas wave and propagation
Isha Negi
 
Propagation Models
Propagation ModelsPropagation Models
Propagation Models
Ayushi Gagneja
 
microwave-communication-wave-guides
microwave-communication-wave-guidesmicrowave-communication-wave-guides
microwave-communication-wave-guides
ATTO RATHORE
 
telecommunication basic 1
telecommunication basic 1telecommunication basic 1
telecommunication basic 1
kasup uditha
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
Gagan Randhawa
 
Small scale fading
Small scale fadingSmall scale fading
Small scale fading
AJAL A J
 
Wireless Communication ppt
Wireless Communication pptWireless Communication ppt
Wireless Communication ppt
OECLIB Odisha Electronics Control Library
 
History of wireless communication
History of wireless communicationHistory of wireless communication
History of wireless communication
AJAL A J
 
Concept of Diversity & Fading (wireless communication)
Concept of Diversity & Fading (wireless communication)Concept of Diversity & Fading (wireless communication)
Concept of Diversity & Fading (wireless communication)
Omkar Rane
 
Noise in communication system
Noise in communication systemNoise in communication system
Noise in communication system
firdous006
 
Introduction to microwaves
Introduction to microwavesIntroduction to microwaves
Introduction to microwaves
Tapas Mondal
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
Muhammad Uzair Rasheed
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basics
Yoohyun Kim
 
Telecommunication
TelecommunicationTelecommunication
Telecommunication
VIJAYABASKAR PS
 

What's hot (20)

Introduction of digital communication
Introduction of digital communicationIntroduction of digital communication
Introduction of digital communication
 
Public Switched Telephone Network
Public Switched Telephone NetworkPublic Switched Telephone Network
Public Switched Telephone Network
 
LINE OF SIGHT PROPAGATION
LINE OF SIGHT PROPAGATIONLINE OF SIGHT PROPAGATION
LINE OF SIGHT PROPAGATION
 
Wireless communication
Wireless communicationWireless communication
Wireless communication
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basics
 
communication channels and types
communication channels and typescommunication channels and types
communication channels and types
 
Antennas wave and propagation
 Antennas wave and propagation Antennas wave and propagation
Antennas wave and propagation
 
Propagation Models
Propagation ModelsPropagation Models
Propagation Models
 
microwave-communication-wave-guides
microwave-communication-wave-guidesmicrowave-communication-wave-guides
microwave-communication-wave-guides
 
telecommunication basic 1
telecommunication basic 1telecommunication basic 1
telecommunication basic 1
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
 
Small scale fading
Small scale fadingSmall scale fading
Small scale fading
 
Wireless Communication ppt
Wireless Communication pptWireless Communication ppt
Wireless Communication ppt
 
History of wireless communication
History of wireless communicationHistory of wireless communication
History of wireless communication
 
Concept of Diversity & Fading (wireless communication)
Concept of Diversity & Fading (wireless communication)Concept of Diversity & Fading (wireless communication)
Concept of Diversity & Fading (wireless communication)
 
Noise in communication system
Noise in communication systemNoise in communication system
Noise in communication system
 
Introduction to microwaves
Introduction to microwavesIntroduction to microwaves
Introduction to microwaves
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basics
 
Telecommunication
TelecommunicationTelecommunication
Telecommunication
 

Similar to PPT of Communications Systems

Communications
CommunicationsCommunications
Communications
T Uppili Srinivasan
 
Communications
CommunicationsCommunications
Communications
o.s.shekhawat
 
Communications made easy_spectrumtechnologies
Communications made easy_spectrumtechnologiesCommunications made easy_spectrumtechnologies
Communications made easy_spectrumtechnologies
Parveen Sultana
 
ffdCommunications
ffdCommunicationsffdCommunications
ffdCommunications
jimmy jamolod
 
Communications
CommunicationsCommunications
Communications
Asif Khan
 
Communications
CommunicationsCommunications
Communications
bhavani p
 
Communications
CommunicationsCommunications
Communications
Bhavani Testone
 
widget 1
widget 1widget 1
widget 1
Bhavani Testone
 
Communications
CommunicationsCommunications
Communications
ftcim
 
Communications.ppt
Communications.pptCommunications.ppt
Communications.ppt
Deepa Bman
 
posting using deepa004
posting using deepa004posting using deepa004
posting using deepa004
Bhavani Testone
 
Peer To Peer Protocols
Peer To Peer ProtocolsPeer To Peer Protocols
Peer To Peer Protocols
anishgoel
 
E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06
kchanaka3
 
Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2
ekul
 
Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2
Kyle
 
Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2
Naruin
 
Networking lecture1
Networking lecture1Networking lecture1
Networking lecture1
Vasanti Dutta
 
Data communication basics
Data communication basicsData communication basics
Data communication basics
Don Bosco BSIT
 
1. introduction data comm
1. introduction data comm1. introduction data comm
1. introduction data comm
Humayoun Kabir
 
Basics of networking and routing
Basics of networking and routingBasics of networking and routing
Basics of networking and routing
Perfect Training Center
 

Similar to PPT of Communications Systems (20)

Communications
CommunicationsCommunications
Communications
 
Communications
CommunicationsCommunications
Communications
 
Communications made easy_spectrumtechnologies
Communications made easy_spectrumtechnologiesCommunications made easy_spectrumtechnologies
Communications made easy_spectrumtechnologies
 
ffdCommunications
ffdCommunicationsffdCommunications
ffdCommunications
 
Communications
CommunicationsCommunications
Communications
 
Communications
CommunicationsCommunications
Communications
 
Communications
CommunicationsCommunications
Communications
 
widget 1
widget 1widget 1
widget 1
 
Communications
CommunicationsCommunications
Communications
 
Communications.ppt
Communications.pptCommunications.ppt
Communications.ppt
 
posting using deepa004
posting using deepa004posting using deepa004
posting using deepa004
 
Peer To Peer Protocols
Peer To Peer ProtocolsPeer To Peer Protocols
Peer To Peer Protocols
 
E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06
 
Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2
 
Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2
 
Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2Hcs Topic 4 Networks V2
Hcs Topic 4 Networks V2
 
Networking lecture1
Networking lecture1Networking lecture1
Networking lecture1
 
Data communication basics
Data communication basicsData communication basics
Data communication basics
 
1. introduction data comm
1. introduction data comm1. introduction data comm
1. introduction data comm
 
Basics of networking and routing
Basics of networking and routingBasics of networking and routing
Basics of networking and routing
 

More from HanuwantSingh Dewal

PPT of Communication in Business
PPT of Communication in BusinessPPT of Communication in Business
PPT of Communication in Business
HanuwantSingh Dewal
 
PPT of Nonverbal Communication
PPT of Nonverbal CommunicationPPT of Nonverbal Communication
PPT of Nonverbal Communication
HanuwantSingh Dewal
 
PPT of Improper Integrals IMPROPER INTEGRAL
PPT of Improper Integrals IMPROPER INTEGRALPPT of Improper Integrals IMPROPER INTEGRAL
PPT of Improper Integrals IMPROPER INTEGRAL
HanuwantSingh Dewal
 
PPT OF Contributor Personality Development
PPT OF Contributor Personality Development PPT OF Contributor Personality Development
PPT OF Contributor Personality Development
HanuwantSingh Dewal
 
TWO STROKE AND FOUR STROKE ENGINE PPT
TWO STROKE AND FOUR STROKE ENGINE PPTTWO STROKE AND FOUR STROKE ENGINE PPT
TWO STROKE AND FOUR STROKE ENGINE PPT
HanuwantSingh Dewal
 
TWO STROKE ENGINE PPT
TWO STROKE ENGINE PPTTWO STROKE ENGINE PPT
TWO STROKE ENGINE PPT
HanuwantSingh Dewal
 
GTU PMMS IDP REPORT
GTU PMMS IDP REPORT GTU PMMS IDP REPORT
GTU PMMS IDP REPORT
HanuwantSingh Dewal
 

More from HanuwantSingh Dewal (7)

PPT of Communication in Business
PPT of Communication in BusinessPPT of Communication in Business
PPT of Communication in Business
 
PPT of Nonverbal Communication
PPT of Nonverbal CommunicationPPT of Nonverbal Communication
PPT of Nonverbal Communication
 
PPT of Improper Integrals IMPROPER INTEGRAL
PPT of Improper Integrals IMPROPER INTEGRALPPT of Improper Integrals IMPROPER INTEGRAL
PPT of Improper Integrals IMPROPER INTEGRAL
 
PPT OF Contributor Personality Development
PPT OF Contributor Personality Development PPT OF Contributor Personality Development
PPT OF Contributor Personality Development
 
TWO STROKE AND FOUR STROKE ENGINE PPT
TWO STROKE AND FOUR STROKE ENGINE PPTTWO STROKE AND FOUR STROKE ENGINE PPT
TWO STROKE AND FOUR STROKE ENGINE PPT
 
TWO STROKE ENGINE PPT
TWO STROKE ENGINE PPTTWO STROKE ENGINE PPT
TWO STROKE ENGINE PPT
 
GTU PMMS IDP REPORT
GTU PMMS IDP REPORT GTU PMMS IDP REPORT
GTU PMMS IDP REPORT
 

Recently uploaded

学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 

Recently uploaded (20)

学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 

PPT of Communications Systems

  • 2. Hanuwantsingh R Dewal Communications Systems The topics within this unit are: Characteristics of communication systems. Examples of communication systems. Transmitting and receiving in communication systems. Other information processes in communication systems. Issues related to communication systems.
  • 3. Hanuwantsingh R Dewal TOPICS MENU Characteristics of Communication Systems Examples of Communication Systems Transmitting and Receiving Other Information Processes Issues Related To Communication Systems Click on the topic of your choice
  • 4. Hanuwantsingh R Dewal Communications Glossary Communications Networking Glossary Glossary of Networking terms at Clock.org Communications Terms
  • 5. Hanuwantsingh R Dewal Characteristics of Communication Systems Protocols Handshaking Speed of Transmission Error Checking Communication Settings
  • 6. Hanuwantsingh R Dewal More Information must be a Sender and Receiver A protocol is a set of rules which governs the transfer of data between computers. Protocols allow communication between computers and networks. Handshaking is used to establish which protocols to use. Handshaking controls the flow of data between computers protocols will determine the speed of transmission, error checking method, size of bytes, and whether synchronous or asynchronous Examples of protocols are: token ring, CSMA/CD, X.25, TCP/IP Characteristics of Communication Systems
  • 7. Hanuwantsingh R Dewal 5 Basic Components Every communication system has 5 basic requirements •Data Source (where the data originates) •Transmitter (device used to transmit data) •Transmission Medium (cables or non cable) •Receiver (device used to receive data) •Destination (where the data will be placed)
  • 8. Hanuwantsingh R Dewal 5 Basic Components
  • 9. Hanuwantsingh R Dewal •Bandwidth:The amount of data which can be transmitted on a medium over a fixed amount of time (second). It is measured on Bits per Second or Baud •Bits per Second (bps): A measure of transmission speed. The number of bits (0 0r 1) which can be transmitted in a second (more) •Baud Rate: Is a measure of how fast a change of state occurs (i.e. a change from 0 to 1) (more) Transmission Media Speed
  • 10. Hanuwantsingh R Dewal This file has now been broken into four packets PACKET Packets Transmissions are broken up into smaller units or data transmissions called packets PACKET PACKET PACKET Example A data file is divided into packets. It does not matter what the transmission is. It could be Word document, a PowerPoint or an MP3. Imagine this Green box is a file for transfer
  • 11. Hanuwantsingh R Dewal Packets and OSI After the file is divided into packets extra information is required to make sure it all goes back together correctly. The OSI model helps to look after this. The OSI model also provides much more information which is included with each package.
  • 12. Hanuwantsingh R Dewal More Information on OSI OSI 7 Layer Model •OSI “Open System Interconnection” •OSI is not a protocol but a list of protocols divided between 7 layers with each layer having a different set of functions. •Each packet is layered/packaged with protocols from each of the layers as it is processed. •The process of layering the protocols around each package is called encapsulation. The final encapsulated data packet is called a frame. Originally Created by Bob Baker Modified 2006 Graham Betts
  • 13. Hanuwantsingh R Dewal File OSI Reference model Layer 7 application Layer 6 presentation Layer 5 session Layer 4 transport Layer 3 network Layer 2 data link Layer 1 physical Transmission Medium File Sender Receiver File Each file is divided into packets The received frame is then unpacked in the opposite order Open Systems Interconnection Originally Created by Bob Baker Modified 2006 Graham Betts Each Packet will then be Encapsulated with PROTOCOLS The protocols Will be added systematically Layer By layer The encapsulated Packet is called a frame
  • 14. Hanuwantsingh R Dewal  Layer 7 application  Layer 6 presentation  Layer 5 session  Layer 4 transport  Layer 3 network  Layer 2 data link  Layer 1 physical  Identification, authentication  Format conversion  Set-up coordinate conversation  Ensures error-free transfer  Routing of data through network  Error control and synchronisation  Placing signals on the carrier Originally Created by Bob Baker Modified 2006 Graham Betts Services Performed at Each Layer
  • 15. Hanuwantsingh R Dewal Examples of protocols  Layer 7 application  Layer 6 presentation  Layer 5 session  Layer 4 transport  Layer 3 network  Layer 2 data link  Layer 1 physical  E-mail, Web browser, Directory  POP, SMTP, FTP, HTTP, DNS  Sockets  TCP  IP  PPP, Ethernet, Token ring  100baseT More on Protocols Originally Created by Bob Baker Modified 2006 Graham Betts
  • 16. Hanuwantsingh R Dewal Encapsulation Application Presentation Session Transport Network Data Link Physical data Device 1 Device 2 dataH6 T6 dataH5 T5 dataH4 T4 (packet)H3 data T3 H2 data T2 H1 data T1 carrier FRAME Application Presentation Session Transport Network Data Link Physical A typical frame Destination Address Source Address Data Padding CRCPreamble FRAME FRAME FRAME (Packet) Originally Created by Bob Baker Modified 2006 Graham Betts
  • 17. Hanuwantsingh R Dewal • Parity bit check • Check sum * data transmitted in blocks, each block added to give a total – checksum * used in X Modem protocol • Cycle redundancy check Error Checking Methods More on internet
  • 18. Hanuwantsingh R Dewal HSC Topic 3.3 Examples of Communication Systems
  • 19. Hanuwantsingh R Dewal Examples of Communication Systems - E-mail - Voice Mail - Fax - Smart Phone - Instant Messaging - Telecommuting - Video-conferencing - Groupware - Telephony - E-Commerce - The Internet - Bulletin board system - The Web - Global positioning system
  • 20. Hanuwantsingh R Dewal HSC Topic 3.4 Transmitting and Receiving in Communication Systems Communication concepts (transmission of data, protocols and handshaking, networks, LANs and WANs,Topologies, Network Access Methods) Network Hardware (NICs, Servers, Routers and Switches, Bridges and gateways, Hubs, Transmission media Network Software NOSs, Network Operating System Tasks, Logon and Logoff Procedures, Intranets and Extranets
  • 21. Hanuwantsingh R Dewal Any transmission May be: •analog or digital •Serial or parallel Communication Concepts
  • 22. Hanuwantsingh R Dewal Sender transmitted Data is transmitted, on a single channel, one bit at a time one after another - Much faster than parallel because of way bits processed (e.g. USB and SATA drives) Receiver received Serial Transmission 101 0 0 1 1 0
  • 23. Hanuwantsingh R Dewal Receiverreceived -each bit has it’s own piece of wire along which it travels - often used to send data to a printer Parallel Transmission Sendertransmitted All bits are sent simultaneously 1 0 0 1 1 0 0 1
  • 24. Hanuwantsingh R Dewal Why Not use Parallel Instead of serial? Due to inconsistencies on channels data arrives at different times Because of the way it is transmitted packet switching cannot be used The above two points makes parallel slower than serial and requires higher bandwidth. Parallel transmissions are rarely used anymore
  • 25. Hanuwantsingh R Dewal Synchronous Transmission all data sent at once and no packet switching Asynchronous Transmission •Uses stop/ start bits •most common type of serial data transfer •Allows packet switching •Allows sharing of bandwidth (i.e. talk on phone while another person is using internet) Synchronous Vs AsynchronousTransmissions
  • 26. Hanuwantsingh R Dewal - simplex: One direction only Transmission Direction
  • 27. Hanuwantsingh R Dewal Half Duplex Transmission half duplex: Both directions but only one direction at a time
  • 28. Hanuwantsingh R Dewal Full Duplex Transmission full duplex: send and receive both directions at once
  • 29. Hanuwantsingh R Dewal •Ethernet (Ethernet Network) -Carrier Sense Multiple Access/Collision Detection (CSMA/CD) -TCP/IP 3 Common Protocols
  • 30. Hanuwantsingh R Dewal Ethernet Developed at Xerox in 1976. First protocol approved as an industry standard protocol 1983 LAN protocol used on bus and star Most popular LAN protocol Inexpensive
  • 31. Hanuwantsingh R Dewal Carrier Sense Multiple Access/Collision Detection (CSMA/CD) - Used on bus networks to avoid data collisions.
  • 32. Hanuwantsingh R Dewal • Developed in 1973 for use on the ARPANET which was a defense force research network. -Adopted in 1983 as the Internet standard. all hosts on the Internet are required to use TCP/IP. - Allows transfer of data using packet switching TCP/IP
  • 33. Hanuwantsingh R Dewal LANs Vs WANs LAN is “local Area network” which is a network confined to a small geographic area which is a building or a group of buildings. WAN is “wide area network” which is a network spread over a large geographic area. The largest WAN is the internet.
  • 34. Hanuwantsingh R Dewal Examples of LANS 3 different types of LANS are: Ring Bus Star
  • 35. Hanuwantsingh R Dewal Uses an empty data packet called a token and a special protocol called “token ring”. Packets travel around the ring in a clockwise direction. Clients require an empty token to transmit data. Advantages - no collisions because all data travels in same direction. Disadvantages - fails if an individual node in the network fails Ring
  • 36. Hanuwantsingh R Dewal A bus is a form of Ethernet. Nodes linked by a cable known as the bus. Bus transmits in both directions and uses CSMA/CD protocol BUS TOPOLOGY Advantages - Easy to set up and maintain failure of one node does not affect network Disadvantages -Higher rate of data collision than with a bus network -fails if there is any damage to the bus
  • 37. Hanuwantsingh R Dewal All data is sent from one client to another through the server. Advantages - If one client fails no other clients are affected. Disadvantages - If central file server fails the network fails. Star
  • 39. Hanuwantsingh R Dewal A network is a number of computers and peripheral devices connected together so as to be able to communicate (i.e. transfer data) Each device in a network is called a node. Terminals are data entry points which can also display. What is a Network?
  • 40. Hanuwantsingh R Dewal LAN – a network that connects computers in a limited geographical area. MAN – a backbone that connects LANs in a metropolitan area such as a city and handles the bulk of communications activity across that region. WAN – covers a large geographical area such as a city or country. Communication channels include telephone lines, Microwave, satellites, etc. NETWORKS: categorized by size
  • 41. Hanuwantsingh R Dewal NETWORK TOPOLOGIES (categorizing by shape)
  • 42. Hanuwantsingh R Dewal Large networks can be separated into two or more smaller networks using a bridge. This is done to increase speed and efficiency. This type of network is called a segmented LAN and has largely been superseded by the use of switches which can transfer data straight to a computer and thus avoid bottleneck jams which bridges were designed to fix. Bridge Bridge
  • 43. Hanuwantsingh R Dewal Often used to connect a LAN with a WAN. Gateways join two or More different networks together. Gateway Gateway
  • 44. Hanuwantsingh R Dewal Internet public/international network which is used to access information, e-shopping, e-banking, email Intranet private network (LAN or WAN) used to share resources in secure environment uses web pages (HTML to view) and TCP/IP protocols (to make connection) Extranet intranet that has been extended to include access to or from selected external organizations such as customers, but not general public. Note: Connections via leased lines, or network interconnections. Internet, Intranet, Extranet
  • 45. Hanuwantsingh R Dewal Transmission Media twisted pair – telephone cable coaxial cable –Thick black cable used for higher bandwidth communications than twisted pair (i.e. Optus cable) fibre optic – data transferred through pulses of light. Extremely fast. Non cable methods such as satelite, microwave, wireless and bluetooth More on internet
  • 46. Hanuwantsingh R Dewal SERVERS: Help to manage the network and the resources of that network. On larger networks servers commonly have specialised tasks such as: File Servers: stores and manages files, Print Servers: manages printers and print jobs, Mail Server: Manages email, Web Server: manages web access. Routers: connects multiple networks and are protocol independent. can be used in place of a switch or bridge. Switches: smart hubs which transmit packets to the destination port only Hubs: like double adapters /power boards in the home except instead of plugging in extension cords we are plugging in computers to allow them to communicate. Network Hardware More on Internet
  • 47. Hanuwantsingh R Dewal - adding/removing users - assigning users to printers - giving users file access rights - installation of software and sharing with users - client installation and protocol assignment - logon and logoff procedures - network based applications Some Network Administration Tasks
  • 48. Hanuwantsingh R Dewal Other Information Processes in Communication Systems Collecting: phone as collection device with voice mail, EFTPOS terminal as a collection device for electronic banking processing: sending of attachments with e-mail, encoding and decoding methods, including: analog data to analog signal, digital data to analog signal, digital data to digital signal, analog data to digital signal, client- server architecture: the client controls the user interface and the application logic server controls access to the database
  • 49. Graham Betts Collecting: The following are collection devices: ATMs for internet banking, EFTPOS for stores, microphone and video camera for video conferencing. Data can be analog or digital Collecting
  • 50. Hanuwantsingh R Dewal Processing Processing: Is the manipulation or changing the data into a more useable format. The processing may include changing the appearance of the data, the file type or storage options.
  • 51. Hanuwantsingh R Dewal Displaying Displaying: How the information is made available for the user to see
  • 52. Hanuwantsingh R Dewal Issues related to Communication Systems Messaging Systems (social context, Danger of Misinterpretation, Power Relationships, Privacy and confidentiality, power relationships, electronic junk mail, information overload) Internet (Internet trading, taxation, employment, nature of business, trade barriers, censorship, child protection, internet banking, security, changing nature of work, branch closures and job losses, radio and video) Telecommuting (work from home), blurring between work and home, more stress, advantagesand disadvantages)
  • 53. Hanuwantsingh R Dewal •‘netiquette’ is etiquette/ manners on net •Many people rely on messaging systems more than spoken or face to face communication. •written word only recipient miss out on (e.g. body language and voice inflection) •privacy (employers have right to read e-mail at work) •Spam is overloading mailboxes •Work/ information overload from ever growing number of emails Issues relating to messaging systems
  • 54. Hanuwantsingh R Dewal Issues relating to internet trading employment ramifications Effect on trade barriers and taxation laws Phishing and security
  • 55. Hanuwantsingh R Dewal •branch closures and job losses •decreasing number of bank branches •job losses •changing nature of work •security of banking details Issues relating to internet banking
  • 56. Hanuwantsingh R Dewal Physical boundaries telecommuting is working from home virtual organisations national trade barriers
  • 57. Hanuwantsingh R Dewal Acknowledgements Slides 11-15 were originally created by Bob Baker and have been modified by Graham Betts A number of slides have been adapted from a slide show by Loretta Kocovska around 2001 especially the illustrations on slides 18,39,40, 41, 42 and 43

Editor's Notes

  1. Easy to add extra computers . If computer goes down it doesn’t affect rest of network
  2. If central host goes doewn affects rest of network
  3. LAN local area network
  4. Contention occurs on star and bus networks.
  5. Devives that connect local area networks If a BUS or ring then a Gateway needs to be used