Error Detection | Error Correction |
---|---|
The purpose of error detection is to identify the presence of errors | The purpose of error correction is to correct the errors without retransmission |
It is generally more efficient (lower overhead) | This can introduce higher overhead and complexity |
It is much simpler to implement | It is more complex due to additional coding schemes |
It has lower latency (only requires checking) | It contains higher latency (requires decoding and correction) |
The error detection is used in networking (e.g., TCP, UDP) | The error correction is used in storage systems, error-prone environments (e.g., CDs, DVDs) |
Examples of Error detection are Parity Check, CRC, Checksum | Examples of Error correction are Hamming Code, Reed-Solomon, Turbo Codes |
This cannot fix errors, only detects them | It is limited to specific types and numbers of errors |
It ensures data integrity during transmission | It ensures reliable data retrieval and storage |
Here’s a summarized version of your notes in Markdown format. I’ve kept the wording close to the original while reducing repetition and organizing it with headings and bullet points.
Selective Repeat ARQ is a Sliding Window Protocol strategy.
Used where reliable in-order delivery of data packets is required.
Suitable for noisy channels or links, handling flow and error control between sender and receiver.
Only damaged or lost frames are retransmitted.
Uses ACK (Acknowledgment) for correct frames and NACK (Negative Acknowledgment) for lost/damaged frames.
Both ACK and NACK carry the sequence number of the frame.
What is Selective Repeat ARQ?
Requirements for Error Control
Detect errors in transmission.
Use ACK and NACK to confirm delivery.
Enable sender to identify and retransmit lost or damaged frames.
Error Handling & Timer
Receiver:
Sorting & Searching
Sliding Window Protocol
10Base5: Thick Ethernet
10Base2: Thin Ethernet
10Base-T: Twisted-Pair Ethernet
10Base-F: Fiber Ethernet
Characteristics | 10Base5 | 10Base2 | 10Base-T | 10Base-F |
---|---|---|---|---|
Media | Thick Coaxial Cable | Thin Coaxial Cable | 2UTP | 2Fibre |
Max Length | 500m | 185m | 100m | 2000m |
Line encoding | Manchester | Manchester | Manchester | Manchester |
Fast Ethernet was designed to compete with LAN protocols such as FDDI or Fiber Channel (or Fibre Channel, as it is sometimes spelled).
IEEE created Fast Ethernet under the name 802.3u. Fast Ethernet is backward-compatible with Standard Ethernet, but it can transmit data 10 times faster at a rate of 100 Mbps.
The goals of Fast Ethernet can be summarized as follows:
Topology:
Characteristics | 100Base-TX | 100Base-FX | 100Base-T4 |
---|---|---|---|
Media | Cat5 UTP or STP | Fiber | Cat4 UTP |
Number of wires | 2 | 2 | 4 |
Medium Length | 100m | 100m | 100m |
Line Encoding | MLT-3 | NRZ-I | 8B/6T |
The need for an even higher data rate resulted in the design of the Gigabit Ethernet protocol (1000 Mbps).
The IEEE committee calls the Standard 802.3z.
The goals of the Gigabit Ethernet design can be summarized as follows
Gigabit Ethernet has two distinctive approaches for medium access: half-duplex and fullduplex. Almost all implementations of Gigabit Ethernet follow the full-duplex approach
Topology:
Characteristics | 1000Base-SX | 1000Base-LX | 1000Base-CX | 1000Base-T |
---|---|---|---|---|
Media | Fiber short wave | Fiber long wave | STP | CAT5 UTP |
Number of Wires | 2 | 2 | 2 | 4 |
Max Length | 550m | 5000m | 25m | 100m |
Line Encoding | NRZ | NRZ | NRZ | 4D-PAM5 |
Characteristics | 10GBase-S | 10GBase-L | 10GBase-E |
---|---|---|---|
Media | Short-wave 850nm multinode | Long-wave 1310nm single node | Extended 1550nm single node |
Max Length | 300m | 10km | 40km |
In the IBSS configuration, also referred to as independent configuration or ad-hoc network, no single node is required to act as a server.
The stations communicate directly with one another in a peer-to-peer basis. Generally, IBSS covers a limited area instead of a large network.
Typically covering a specific area, IBSS is used for specific, short-term purposes with a limited number of nodes.
Extended Service Set:
Other components include:
It is 2 bytes long and defines type of frame and control information. The types of fields present in FC are:
Version: Indicates the current protocol version.
Type: Determines the function of frame i.e. management(00), control(01) or data(10).
Subtype: Indicates subtype of frame like 0000 for association request, 1000 for beacon.
To DS: When set indicates that the destination frame is for DS(distribution system).
From DS: When set indicates frame coming from DS.
More frag (More fragments): When set to 1 means frame is followed by other fragments.
Retry: If the current frame is a re-transmission of an earlier frame, this bit is set to 1.
Power Mgmt (Power Management): It indicates the mode of a station after successful transmission of a frame. Set to '1' field indicates that the station goes into power-save mode. If the field is set to 0, the station stays active.
More data: It is used to indicate to the receiver that a sender has more data to send than the current frame.
WEP: It indicates that the standard security mechanism of 802.11 is applied.
Order: If this bit is set to 1 the received frames must be processed in strict order.
Duration ID: It contains the value indicating the period of time in which the medium is occupied (in µs).
Address 1 to 4: These fields contain standard IEEE 802 MAC addresses (48 bit each). The meaning of each address is defined by DS bits in the frame control field.
SC (Sequence Control): It consists of 2 sub-fields i.e. sequence number (12 bits) and fragment number (4 bits). Sequence number is used to filter duplicate frames.
Data: It is a variable length field which contains information specific to individual frames which is transferred transparently from a sender to the receiver.
CRC (Cyclic Redundancy Check): It contains 32 bit CRC error detection sequence to ensure error free frame.
Advantages of Wi-Fi:
Disadvantages of Wi-Fi:
Parameter | Wi-Fi | Bluetooth |
---|---|---|
Standard | IEEE 802.11 | IEEE 802.15.1 |
Range | up to 100m | up to 240m |
Speed | up to 1Gbps | up to 2Mbps |
Power Usage | High | Low |
Application | Internet access | Device-to-device data transfer |
Frequency | 2.4GHz / 5GHz | 2.4GHz |
Made By SOU Student for SOU Students