Midterm Flashcards
OSI Physical Layer
Layer 1. Electrical and mechanical definition of the physical system (cabling & connection)
OSI Data-Link Layer
Layer 2. Framing & error correction format of data
OSI Network Layer
Layer 3. Optimum routing of messages from on network to another
OSI Transport Layer
Layer 4. Channel for transfer of messages from one application process to another
OSI Session Layer
Layer 5. Organization and synchronization of the data exchange
OSI Presentation Layer
Layer 6. Data format encryption or representation
OSI Application Layer
Layer 7. file transfer/message exchange
TCP/IP Application Layer
Layer 4. Contains application, presentation & session layer of OSI
TCP/IP Transport Layer
Layer 3. Same as OSI
TCP/IP Network (Internet) Layer
Layer 2. Same as OSI
TCP/IP Subnetwork Layer
Layer 1. Contains data-link and physical layer of OSI
LAN Components Respective Layers - Hubs, repeaters, transceivers
OSI Layer 1 (Physical) - TCP/IP Layer 1 (Subnetwork)
LAN Components Respective Layers - Switches and bridges
OSI Layer 2 (Datalink) - TCP/IP Layer 1 (Subnetwork)
Lan Components Respective Layers - Router
OSI Layer 3 (Network) - TCP/IP Layer 2 (Internet/Network)
Lan Components Respective Layers - Gateway
OSI Layer 7 (Application) - TCP/IP Layer 4 (Application)
Lan Components Definitions/Uses - Repeater
Increase length and number of new devices that can be connected. “Signal Amplifier”
Lan Components Definitions/Uses - Hub
Increase length and number of devices by adding several segments. 1 device per segment. “Star Topology”
Lan Components Definitions/Uses - Transciever
Adapt different types of physical media. “Signal Converter”
Lan Components Definitions/Uses - Switch
Increased length and number of devices by adding several segments. When message is received, receiver address is analyzed and send “Star topology”. Switches also separate collision domains and optimize network communications as a results
Lan Components Definitions/Uses - Bridge
Connects two networks using same application layer but different lower layers.
Lan Components Definitions/Uses - Router
Routes info between networks using the same application layer.
Lan Components Definitions/Uses - Gateway
Connect two different networks of completely different types.
First Octet - Class A
0-126
First Octet - Class B
128-191
First Octet - Class C
192-223
Default IPV4 subnet - Class A
255.0.0.0
Default IPV4 subnet - Class B
255.255.0.0
Default IPV4 subnet - Class C
255.255.255.0
Domain
Greater than 10 computer on a network: DNS Authentication server allows for one entry to get to all computers
Work Group
Less than 10 computers on a network: all 9 computers must be accessed one by one for an entry
Straight Through RJ45
(10BaseT) DTE to DCE - EIA/TIA 568A to EIA/TIA 568A or EIA/TIA 568B to EIA/TIA 568B
Cross Over RJ45
(10BaseT) DTE to DTE - EIA/TIA 568A to EIA/TIA 568B
568A Important Numberings and Colors
1,2,3,6 - white/green, green, white/orange, orange (both oranges and greens switch for B)
568B Important numberings and Colors
1,2,3,6 - white/orange, orange, white/green, green (both oranges and greens switch for A)
Network Topologies - TREE
Used by domains
Network Topologies - GRID
Used by interweb
Network Topologies - MESH
Used by Wireless HART
Network Topologies - Point to Point
Used by RS-232
Network Topologies - BUS
Used by RS-485
Network Topologies - Token Ring
Used by SCADA
Network Arbitration Methods - CSMA/CD
(ASYNCHRONUS) If 2 transmissions occur at the same time, collision is detected, transmissions stop. After random time, transmission is once again attempted.
Network Arbitration Methods - CSMA/CA
(ASYNCHRONUS) Listen before transmission. Wait for clear channel. Uses random backoff times.
Network Arbitration Methods - Master/Slave
(ASYNCHRONUS) Central master controls communication, grants permission for slaves to transmit.
Network Arbitration Methods - Token Passing
(DETERMINISTIC) Device can only transmit when it has the token
Network Arbitration Methods - Time Division Multiplexing
(DETERMINISTIC/SYNCHRONUS) Each device transmits in turn based off of time
TCP/IP DOS Utilities - PING
Establishes whether a known computer is powered on and communicating on a network
TCP/IP DOS Utilities - IPCONFIG
Response is own computers IP addresses of all NIC cards/adapters
TCP/IP DOS Utilities - IPCONFIG /ALL
Response is own computers IP address and MAC addresses of all NIC cards/adapters and DNS server IP address and subnet mask settings
TCP/IP DOS Utilities - ARP -A
Queries all connected switches, requesting their respective IP to MAC address tables of all connected switches
IntERnet
A worldwide system of linked networks
IntRAnet
Private networking using internet type tools
LAN
Local Area Network
WAN
Wide Area Network - combines multiple LANs that are geographically separate - Internet
MAN
Metropolitan Area Network - Large than LAN smaller than WAN
Doman Name Service
‘Phonebook’ of the internet - Translates URLs into IPs - example ‘GoDaddy’
Dynamic Host Configuration Protocol (DHCP)
Dynamic Host Configuration Protocol (DHCP)
‘Lease’ or assigns IP address to your computer (NIC). from your internet service provider. As opposed to industrial control system which typically use static IP addresses
Physical Layer - 10Base2
?Impedance
?AKA
?Segment Max
?Cable type
50 ohm impedance
Thin net
185m segment max
Coaxial Cable
Physical Layer - 10Base5
?Impedance
?AKA
?Segment Max
?Cable type
50 ohm impedance
Thick net
500m segment max
Coaxial cable
Physical Layer - 10BaseFL
?mode
?Segment Max
?direction
?bandwidth
?diameter
Single Mode Fiber Optic
10,000m segment max
unidirectional
fastest bandwidth
10 micro diameter
Uses, ST, SC, LC fiber connectors
Physical Layer - 10BaseF
?mode
?Segment Max
?direction
?diameter
Multi Mode Fiber Optic
2,000m segment max
Bidirectional
62.5 micro diameter legacy and 50 micro diameter contemporary
Uses, ST, SC, LC fiber connectors
Physical Layer - 10BaseT
?Duplex
?Type
1. cables and connectors
2. cable varieties
3. Max Segment
Twisted pair, full duplex
1. RJ45 568A and 568B
2. CAT 5, 5E, 6, 6A
3. 100m max segment
Computer Ports - What are they?
Logical entrances and exits of your computer
Specific and registered to protocol types
Maintained by Internet Assigned Numbers Authority (IANA)
Computer Ports - File Transfer Protocol (FTP) Hint: 2
Port 20 (Data)
Port 21 (Command)
Computer Ports - Simple Mail Transfer Protocol (SMTP)
Port 25 (Outgoing Mail)
Computer Ports - Protocol Version 3 (POP3)
Port 110 (Incoming Mail)
Computer Ports - Transfer Protocol (HTTP)
Port 80 (WWW Browser) (Porn)
Computer Ports - Network Time Protocol (NTP)
Port 123 (Synchronizes all nodes participating on a network)
Computer Ports - Simple Network Management Protocol (SNMP)
Port 161 (Used by IT to system patch or other maitenance)
Computer Ports - Modbus TCP
Port 502 (Ethernet variation of Modbus RTU)
Computer Ports - Ethernet IP
Port 44818 (Ethernet variation of DeviceNet)
What is a computer socket?
Combination of IP address and Port
Example: 192.44.221.123:502
Asynchronous Arbitration
Random and/or event driven. Synchronous would be deterministic.
OSI STACK LAYERS ORDER ACROYNYM
A P S T N D P
When was Profibus developed?
Profibus is the result of a joint project started in 1980’s by Bosch, Klöckner-Möller and Siemens. This joint project subsequently involved a total of 13 companies and 5 universities.
(Profibus) What is Profibus?
Profibus is a field bus standard that contains a set of protocols (located in three levels of the OSI model) that make possible communication between PLCs and distributed I/O modules, HMIs, drives, etc.
(Profibus) What does Profibus DP/PA stand for
PROFIBUS-DP for Decentral Periphery, and PROFIBUS-PA for Process Automation
(Profibus) What is Profibus used for?
PROFIBUS DP is the profile for discrete (or factory) automation. An identical protocol, profiled as PROFIBUS PA, is used for process automation.
(Profibus) Is Profibus an open source or proprietary protocol?
Profibus is open source!!
(MODBUS) Name two MODBUS serial transmission modes.
ASCII Mode and RTU Mode
(MODBUS) Which OSI model layers are omitted when using EIA/TIA-232 or EIA/TIA-485 with MODBUS?
Layers 6 down to 3.
(MODBUS) Why is there no source address in a MODBUS message frame?
the source of a message is always the master.
(MODBUS) When are terminating resistors required on a MODBUS chain and what should the value of this resistor be?
Terminating resistors of 120Ω are required at both ends of a EIA/TIA-485 chain
(MODBUS) True of false: A hub extends the length of a EIA/TIA-232 chain.
False!!
(HART) What is the purpose of the preamble portion of the HART telegram structure?
To wake the devices up, or prepare them for an upcoming master’s communication
(HART) What are the frequencies assigned to the binary values 1 and 0 according to HART protocol?
1200Hz and 2200Hz respectively
(HART) Does HART use a parity bit, why or why not?
Yes, for transmission error checking, to check the validity of the message sent to either master or slave.
(HART) What communication speed, Baud rate, does HART utilize?
1200 Baud
(HART) How many masters can appear on a HART loop, and why?
2 masters are allowed on a HART loop, one for the DCS system(primary), and a HART handheld communicator(secondary), used by a device technician.
(FIELDBUS) What is the purpose of the Power conditioner versus the Power supply?
The purpose of the Power conditioner, is to allow the AC frequency modulated, mancester encoding data bits to appear on the DC powered network. A normal power supply, would defeat any AC frequency.
(FIELDBUS) How many nodes can be connected on each populated segment of an FF H1 network?
32 self powered nodes on a populated section.
(FIELDBUS) What is the maximum data rate in order to ensure intrinsic safety?
31.25 kbytes
(FIELDBUS) What layer is defined specifically for the Foundation Fieldbus model and not the OSI model?
User application layer which contains different device descriptions and therefore function blocks. This provides guidelines for how the fieldbus device applications shall be designed and implemented to ensure interoperability.
(FIELDBUS) Why are the intermediate layers (layers 3-6) not needed when using FF?
The intermediate layers are usually associated with non-time critical and general purpose applications (such as routing and forwarding), which are not needed in LAN (such as Foundation Fieldbus) and have therefore been removed from the FF architecture.
(DeviceNet) An Advantage of DeviceNet would be to lower installation costs by lowering the amount of wiring needed for the network …True or False?
True
(DeviceNet) DeviceNet networks allow a plug and play type of system which is just like interchangeability amount devices. True or False
True
(DeviceNet) Devicenet cannot exceed how many devices on one network
34
32
64
48
64
(DeviceNet) The use of plug and play connections will help against.
Short circuits and inversion of connections
(DeviceNet) What are the 3 serial communication speeds to DeviceNet?
125 Kbps, 250 Kbps, 500 Kbps
the distances: 500m,250m,and125m
ISA
International Society of Automation
IEC
International Electrotechnical Commission
OPC
OLE for Process Control
OLE
Object Linking and Embedding
EAM
Enterprise Asset Management
HTML
Hypertext Markup Language
XML
Extensible Markup Language
HMI
Human Machine Interface
Technical Office Protocol
Choose matching term
1 MIDDLE
2 BOTTOM
3 BACK
4 TOP
TOP
CSMA/CD
Carrier Sense Multiple Access with Detection
CSMA/CA
Carrier Sense Multiple Access with Collision Avoidance
GSM
Global System for Mobile Communication
ERP
Enterprise Resourcing Planning
CIP
Common Industrial Protocol
MAP
Manufacturing Automation Protocol
TCP/IP
Transmission Control Protocol/Internet Protocol
MAC
Media Access Control
LLC
Logical Link Control
PCS
Process Control System
TSMP
Time Synchronized Mesh Protocol
ACK
Acknowledged
NACK
Not Acknowledged
UTP
Unshielded Twisted Pair
STP
Shielded Twisted Pair
TDMA
Time Division Multiple Access
TSMP
Time-Synchronized Mesh Protocol
PA
Process Automation
SIS
Safety Instrument System
DHCP
Dynamic Host Configuration Protocol