Networking and Communications
Hi Pals..this was the most amazing week in terms of hands-on practice with the electronics designed and produced components... Networking and Communications was discussed and illustrated in details:
The basic purpose of networking and making devices communicate is so as to enable Locating, Parallelism, MOdularity, Interference and so on..
Various means of Networking and Communication we covered in components and devices include:
Serial>>
Asynchronous:-In almost all cases, asynchronous communication is transmission of data, generally without the use of an external clock signal, where data can be transmitted intermittently rather than in a steady stream. Any timing required
to recover data from the communication symbols is encoded within the symbols.
I2C(I squared C):-this is usually a multi-slave multi-master which typically is used in attaching lower speed peripheral ICs to processors and Microcontrollers...several examples have been clearly shown in the week`s coverage.
SPI(serial peripheral interface)which basically is an interface used in short distance communication, mostly in embedded systems in our case Sensors...SPI mostly communicate in full duplex mode using a master-slave architecture with a single master which generates reading and writing.
USB(Universal Serial Bus)..This is the most common and utilzed mode of communication..basically supports data transfer rates of 12mbs sometimes can support upto over 100 peripheral devices.
OSI Layers(Open System Interconnections)>>
Basically a conceptual model that defines a networking framework to implement protocols;
Layer 1(Physical):This layer conveys the bit stream - electrical impulse, light or radio signal..through the network at the electrical and mechanical level.It provides the hardware means of sending and receiving data on a carrier, including defining cables, cards and physical aspects. Fast Ethernet, RS232, and ATM are protocols with physical layer components.
Layer 2(Data LInk):At this layer, data packets are encoded and decoded into bits.
Layer 3(Network):This layer provides switching and routing technologies, creating logical paths, known as virtual circuits, for transmitting data from node to node.
Layer 4(Transport):This layer provides transparent transfer of data between end systems, or hosts, and is responsible for end-to-end error recovery and flow control. It ensures complete data transfer.
Layer 5(Session):This layer establishes, manages and terminates connections between applications.
Layer 6(Presentation):This layer provides independence from differences in data representation (e.g., encryption) by translating from application to network format, and vice versa.
Layer 7(Application):This layer supports application and end-user processes.
Physical Media >>
This media explains itself as it relies on physical channels so as to transmit signals etc..
Capacity...heavily based on the Bandwidth communication..
Wired..comprises of Single-ended, differential, power-line, Open-Collector, open drain, tri-state, Transmission line, Waveguide etc
Wireless... We covered Radio Frequency(RF) and Bluetooth.
Also Optical and Acoustics Modes were covered extensively.
modulation >>
Basically entails varying one or more properties of a periodic waveform, called the carrier signal, with a modulating signal that typically contains information to be transmitted.
PCM: Pulse-Code Modulation
PPM: Pulse-Position Modulation
OOK: On-Off Keying
FSK: Frequency-Shift Keying
BPSK: Binary Phase-Shift Keying
QAM: Quadrature Amplitude Modulation
OFDM: Orthogonal Frequency-Division Multiplexing
FHSS: Frequency-Hopping Spread Spectrum
DSSS: Direct-Sequence Spread Spectrum
UWB: Ultra-WideBand
channel sharing >>
ALOHA
Master-Slave
Token Ring
TDMA: Time-Division Multiple Access
FDMA: Frequency-Divsion Multiple Access
CSMA: Carrier-Sense Multiple Access
CD: Collision Detection
CA: Collision Avoidance
1-persistent: transmit when clear
nonpersistent: random backoff
p-persistent: probability to transmit
CDMA: Code-Division Multiple Access
MIMO: Multiple-Input Multiple-Output
"PDMA": Physical-Division Multiple Access
ASSIGNMENT
Alright now this week`s assignment involved building and designing a wired & or wireless network connecting atleast two processors..Personally I chose to use the tutorial of WEEK 15-2014 Fab Academy AS220: Check Out Tutorial
Ok since I had not worked with such a task before I settled on meeting the basic requirements so I decided to try making the Hello Serial Bus this week.Luckily all the guidance was provided so, I downloaded the original traces which were in PNG format. the boards from here and engraved the raw copper board by
using CNC router with conical mill. I made one bridge and two
node boards.