ILANs Flashcards
What are the types of networks that link devices together?
LAN: Local Area Network used for DCS or a group of PLCs
WAN: Wide Area Network consists of multiple LANs over a big area
What is the OSI Model?
Open Systems Interconnection is a model that breaks down all data communication in a 7 layer hierarchy
What are the 7 layers of the OSI Model?
1) Application
2) Presentation
3) Session
4) Transport: Long message ordering fragmentation/ defragmentation, message prioritization
5) Network: specifies how data is routed from sender to receiver through IP addressing
6) Data link: Network access method, device addressing, transmitted data frame structure, low level error detection
7) Physical: Electrical signal types, voltage, media, data speed, topology
Describe the star or hub topology.
Star or Hub: every device communicates by sending and receiving data to the central hub. The network interface cards are very simple and is very useful for smaller networks. However, if the hub goes down so does the whole network. This method is also not suited for larger networks.
Describe the ring topology.
Ring: every device sends data one direction in series and does not require a central hub. The wiring for this method is very simple but if one device faults the whole network is down. Since data is received by multiple devices the probability of data error rises.
Describe the bus topology.
Common drop or Busses: this method allows for communication without needing a hub or an intermediary device. The address of the destination device is included in the message. Devices can be physically added or removed without breaking the network, have simple wiring, and if one device faults the network still works. However, the failure of the bus (medium) brings the network down, and network devices fail in a way that make them continuously stream data.
What is NIU?
1) Network Interface Unit: a component that connects a device to the network
What is a hub?
A passive device that allows for 2 or more computers connect to a network
What is a switch?
Like a hub but they allow directing incoming messages be addressed to it’s connected devices only. This is done by forming “Virtual LANs”, allowing alternate channels for redundant communications, and bandwidth restrictions
What is a router?
Connect several LANs together and read IP addresses in order to route information accordingly.
What is a bridge?
A type of router that allows networks of the same type to connect
What is a gateway?
A router that connects different types of network for example different speeds, electrical signal types and message frame structures.
What is a server?
A device that stores data and serves it out when devices on the network request that data.
What are the two main types of electrical signals used with networks?
Baseband signaling: data in digital pulse trains
Broadband signaling: data in digital pulse trains is modulated onto high frequency sinusoidal signals.
Give some examples for baseband signaling.
1) NRZ-L: Non Return to Zero Level Signal, ensures that the average DC signal is zero, and has 0 as positive voltage and 1 as negative
2) Manchester: uses signal transitions for 1s and 0s, and uses synchronization bytes to extract the clock from the data.
3) Differential Manchester: uses logic 0 as ANY transition and logic 1 as no signal, and are transmitted as bipolar NRZ to ensure the average DC is 0
What are the three commonly used network access methods?
1) Master/Slave Polling
2) Token
3) CSMA/CD: Carrier Sense Multiple Access with Collision Detection
What is the advantage and disadvantage to using master/slave method?
Adv: simple, versatile, and common
Dis: response sequence can be slow causing delays in responses to alarms