Title: computer Integrated manufacturing
1 computer Integrated manufacturing
Larry Whitman whitman_at_imfge.twsu.edu (316)
691-5907 (316) 978-3742
Industrial Manufacturing Enterprise
Department The Wichita State University http//www
.mrc.twsu.edu/whitman/classes/ie775
2Why networking?
- most computer Integrated manufacturing is (or at
least starts with) data integration. - common way to integrate is to use networks
- everything is not always by the same vendor (or
the same version of the same vendor)
3Communication Fundamentals
- One way
- Two way
- Different media have different advantages and
disadvantages - Bandwidth - frequency range (how big the pipe
is), affects throughput - bps - bits per second
- baud - data transmission speed (replaced by bps)
4Terms/explanations
baseband - uses base (unaltered) frequency lower
frequency transmissions (to DC) Synchronous
multiplexing - signal at precise timed and
sequential intervals Asynchronous multiplexing -
random sequence Modulation - superimposing a
signal on top of a carrier frequency Demodulation
- recovering a superimposed signal
(modem) broadband - high frequencies (many
channels)
5Baseband and broadband
6Digital
- Think in binary
- EBCDIC (8 bit)
- ASCII (7 bit) (8th bit for error checking)
- Serial transmission in 8 bit bytes
- sent in frames
- frame fields
- synchronisation code
- destination address
- control information
- data
- frame-checking field
7LANs
- intercomputer communication
- sharing data between PCs
- mainframe providing it all to several PCs
connected by a LAN providing it all - LAN local - over a limited distance (lt20 miles)
8LANs (cont)
- Features
- Signal transmission (modulation method)
- Interconnection medium (physical links)
- Topology (layout)
- Access control method
9LANs (cont) Topology
10Ethernet
- first LAN standard (Xerox, then DEC and Intel)
- listen and send if no one else is sending
- contention and collision (delays are okay)
11Token passing
- token provides temporary ownership (priority) of
the network (transmission rights) - message is a packet of data.
- IBM
- high reliability
12Advantages of Networks
- share resources
- fault tolerance
- increased economy
- better communication
- flexibility
13LAN Implementations
14Client-server
15Multi-Tiered LANs
16WANs
- MAN - metropolitan area network
- WAN - wide area network, spans cities or
countries - WAN error rates higher (slower and uses
telephones lines)
17WANs switching
- circuit switching
- message switching
- packet switching
18Other considerations
- security and administration
- performance
- flexibility
- user interface
- installation
19Open systems
- def from 157
- a system that in implements sufficient open
specifications or standards for interfaces,
services, and supporting formats to enable
properly engineered applications software to be
ported with minimal changes across a wide range
of systems from one or more suppliers to
interoperate with other applications on local and
remote systems to interact with people in a
style which facilitates user portability.
20open specifications
- def from 157
- Specifications that are maintained by an
organization that uses an open, public consensus
process to accommodate new technologies and user
requirements over time.
217 layer OSI reference model
22MUSIC
- M - management
- U - user interface
- S - service interface for programs
- I - information and data formats
- C - communication interfaces
23Next Class