Comment:
Among the 10 symptoms interviewed by workers exposed to noise at the research facility, some symptoms accounted for a high proportion and were also the symptoms with a high rate of complaints from workers such as: Tinnitus, hearing loss, headache, fatigue, sweaty hands... These are common symptoms in people who are regularly exposed to noise.
- Symptoms of hearing loss
The rate of occupational deafness in the research population is shown in the following table:
Table 3.16 : Rate of occupational deafness
Unit
Total hearing test | SL. diagnosed with DNN | Proportion% | SL. Diagnosis and monitoring of DNN disease | Proportion% | |
PX cut | 28 | 0 | 0.0 | 2 | 7.1 |
PX sewing | 94 | 0 | 0.0 | 4 | 4.3 |
PX base | 16 | 1 | 6.3 | 3 | 18.8 |
PX completed | 39 | 0 | 0.0 | 0 | 0.0 |
Total | 177 | 1 | 0.5 | 9 | 5.1 |
Maybe you are interested!
-
Qos Assurance Methods for Multimedia Communications
zt2i3t4l5ee
zt2a3gs
zt2a3ge
zc2o3n4t5e6n7ts
low. The EF PHB requires a sufficiently large number of output ports to provide low delay, low loss, and low jitter.
EF PHBs can be implemented if the output port's bandwidth is sufficiently large, combined with small buffer sizes and other network resources dedicated to EF packets, to allow the router's service rate for EF packets on an output port to exceed the arrival rate λ of packets at that port.
This means that packets with PHB EF are considered with a pre-allocated amount of output bandwidth and a priority that ensures minimum loss, minimum delay and minimum jitter before being put into operation.
PHB EF is suitable for channel simulation, leased line simulation, and real-time services such as voice, video without compromising on high loss, delay and jitter values.
Figure 2.10 Example of EF installation
Figure 2.10 shows an example of an EF PHB implementation. This is a simple priority queue scheduling technique. At the edges of the DS domain, EF packet traffic is prioritized according to the values agreed upon by the SLA. The EF queue in the figure needs to output packets at a rate higher than the packet arrival rate λ. To provide an EF PHB over an end-to-end DS domain, bandwidth at the output ports of the core routers needs to be allocated in advance to ensure the requirement μ > λ. This can be done by a pre-configured provisioning process. In the figure, EF packets are placed in the priority queue (the upper queue). With such a length, the queue can operate with μ > λ.
Since EF was primarily used for real-time services such as voice and video, and since real-time services use UDP instead of TCP, RED is generally
not suitable for EF queues because applications using UDP will not respond to random packet drop and RED will strip unnecessary packets.
2.2.4.2 Assured Forwarding (AF) PHB
PHB AF is defined by RFC 2597. The purpose of PHB AF is to deliver packets reliably and therefore delay and jitter are considered less important than packet loss. PHB AF is suitable for non-real-time services such as applications using TCP. PHB AF first defines four classes: AF1, AF2, AF3, AF4. For each of these AF classes, packets are then classified into three subclasses with three distinct priority levels.
Table 2.8 shows the four AF classes and 12 AF subclasses and the DSCP values for the 12 AF subclasses defined by RFC 2597. RFC 2597 also allows for more than three separate priority levels to be added for internal use. However, these separate priority levels will only have internal significance.
PHB Class
PHB Subclass
Package type
DSCP
AF4
AF41
Short
100010
AF42
Medium
100100
AF43
High
100110
AF3
AF31
Short
011010
AF32
Medium
011100
AF33
High
011110
AF2
AF21
Short
010010
AF22
Medium
010100
AF23
High
010110
AF1
AF11
Short
001010
AF12
Medium
001100
AF13
High
001110
Table 2.8 AF DSCPs
The AF PHB ensures that packets are forwarded with a high probability of delivery to the destination within the bounds of the rate agreed upon in an SLA. If AF traffic at an ingress port exceeds the pre-priority rate, which is considered non-compliant or “out of profile”, the excess packets will not be delivered to the destination with the same probability as the packets belonging to the defined traffic or “in profile” packets. When there is network congestion, the out of profile packets are dropped before the in profile packets are dropped.
When service levels are defined using AF classes, different quantity and quality between AF classes can be realized by allocating different amounts of bandwidth and buffer space to the four AF classes. Unlike
EF, most AF traffic is non-real-time traffic using TCP, and the RED queue management strategy is an AQM (Adaptive Queue Management) strategy suitable for use in AF PHBs. The four AF PHB layers can be implemented as four separate queues. The output port bandwidth is divided into four AF queues. For each AF queue, packets are marked with three “colors” corresponding to three separate priority levels.
In addition to the 32 DSCP 1 groups defined in Table 2.8, 21 DSCPs have been standardized as follows: one for PHB EF, 12 for PHB AF, and 8 for CSCP. There are 11 DSCP 1 groups still available for other standards.
2.2.5.Example of Differentiated Services
We will look at an example of the Differentiated Service model and mechanism of operation. The architecture of Differentiated Service consists of two basic sets of functions:
Edge functions: include packet classification and traffic conditioning. At the inbound edge of the network, incoming packets are marked. In particular, the DS field in the packet header is set to a certain value. For example, in Figure 2.12, packets sent from H1 to H3 are marked at R1, while packets from H2 to H4 are marked at R2. The labels on the received packets identify the service class to which they belong. Different traffic classes receive different services in the core network. The RFC definition uses the term behavior aggregate rather than the term traffic class. After being marked, a packet can be forwarded immediately into the network, delayed for a period of time before being forwarded, or dropped. We will see that there are many factors that affect how a packet is marked, and whether it is forwarded immediately, delayed, or dropped.
Figure 2.12 DiffServ Example
Core functionality: When a DS-marked packet arrives at a Diffservcapable router, the packet is forwarded to the next router based on
Per-hop behavior is associated with packet classes. Per-hop behavior affects router buffers and the bandwidth shared between competing classes. An important principle of the Differentiated Service architecture is that a router's per-hop behavior is based only on the packet's marking or the class to which it belongs. Therefore, if packets sent from H1 to H3 as shown in the figure receive the same marking as packets from H2 to H4, then the network routers treat the packets exactly the same, regardless of whether the packet originated from H1 or H2. For example, R3 does not distinguish between packets from h1 and H2 when forwarding packets to R4. Therefore, the Differentiated Service architecture avoids the need to maintain router state about separate source-destination pairs, which is important for network scalability.
Chapter Conclusion
Chapter 2 has presented and clarified two main models of deploying and installing quality of service in IP networks. While the traditional best-effort model has many disadvantages, later models such as IntServ and DiffServ have partly solved the problems that best-effort could not solve. IntServ follows the direction of ensuring quality of service for each separate flow, it is built similar to the circuit switching model with the use of the RSVP resource reservation protocol. IntSer is suitable for services that require fixed bandwidth that is not shared such as VoIP services, multicast TV services. However, IntSer has disadvantages such as using a lot of network resources, low scalability and lack of flexibility. DiffServ was born with the idea of solving the disadvantages of the IntServ model.
DiffServ follows the direction of ensuring quality based on the principle of hop-by-hop behavior based on the priority of marked packets. The policy for different types of traffic is decided by the administrator and can be changed according to reality, so it is very flexible. DiffServ makes better use of network resources, avoiding idle bandwidth and processing capacity on routers. In addition, the DifServ model can be deployed on many independent domains, so the ability to expand the network becomes easy.
Chapter 3: METHODS TO ENSURE QoS FOR MULTIMEDIA COMMUNICATIONS
In packet-switched networks, different packet flows often have to share the transmission medium all the way to the destination station. To ensure the fair and efficient allocation of bandwidth to flows, appropriate serving mechanisms are required at network nodes, especially at gateways or routers, where many different data flows often pass through. The scheduler is responsible for serving packets of the selected flow and deciding which packet will be served next. Here, a flow is understood as a set of packets belonging to the same priority class, or originating from the same source, or having the same source and destination addresses, etc.
In normal state when there is no congestion, packets will be sent as soon as they are delivered. In case of congestion, if QoS assurance methods are not applied, prolonged congestion can cause packet drops, affecting service quality. In some cases, congestion is prolonged and widespread in the network, which can easily lead to the network being "frozen", or many packets being dropped, seriously affecting service quality.
Therefore, in this chapter, in sections 3.2 and 3.3, we introduce some typical network traffic load monitoring techniques to predict and prevent congestion before it occurs through the measure of dropping (removing) packets early when there are signs of impending congestion.
3.1. DropTail method
DropTail is a simple, traditional queue management method based on FIFO mechanism. All incoming packets are placed in the queue, when the queue is full, the later packets are dropped.
Due to its simplicity and ease of implementation, DropTail has been used for many years on Internet router systems. However, this algorithm has the following disadvantages:
− Cannot avoid the phenomenon of “Lock out”: Occurs when 1 or several traffic streams monopolize the queue, making packets of other connections unable to pass through the router. This phenomenon greatly affects reliable transmission protocols such as TCP. According to the anti-congestion algorithm, when locked out, the TCP connection stream will reduce the window size and reduce the packet transmission speed exponentially.
− Can cause Global Synchronization: This is the result of a severe “Lock out” phenomenon. Some neighboring routers have their queues monopolized by a number of connections, causing a series of other TCP connections to be unable to pass through and simultaneously reducing the transmission speed. After those monopolized connections are temporarily suspended,
Once the queue is cleared, it takes a considerable amount of time for TCP connections to return to their original speed.
− Full Queue phenomenon: Data transmitted on the Internet often has an explosion, packets arriving at the router are often in clusters rather than in turn. Therefore, the operating mechanism of DropTail makes the queue easily full for a long period of time, leading to the average delay time of large packets. To avoid this phenomenon, with DropTail, the only way is to increase the router's buffer, this method is very expensive and ineffective.
− No QoS guarantee: With the DropTail mechanism, there is no way to prioritize important packets to be transmitted through the router earlier when all are in the queue. Meanwhile, with multimedia communication, ensuring connection and stable speed is extremely important and the DropTail algorithm cannot satisfy.
The problem of choosing the buffer size of the routers in the network is to “absorb” short bursts of traffic without causing too much queuing delay. This is necessary in bursty data transmission. The queue size determines the size of the packet bursts (traffic spikes) that we want to be able to transmit without being dropped at the routers.
In IP-based application networks, packet dropping is an important mechanism for indirectly reporting congestion to end stations. A solution that prevents router queues from filling up while reducing the packet drop rate is called dynamic queue management.
3.2. Random elimination method – RED
3.2.1 Overview
RED (Random Early Detection of congestion; Random Early Drop) is one of the first AQM algorithms proposed in 1993 by Sally Floyd and Van Jacobson, two scientists at the Lawrence Berkeley Laboratory of the University of California, USA. Due to its outstanding advantages compared to previous queue management algorithms, RED has been widely installed and deployed on the Internet.
The most fundamental point of their work is that the most effective place to detect congestion and react to it is at the gateway or router.
Source entities (senders) can also do this by estimating end-to-end delay, throughput variability, or the rate of packet retransmissions due to drop. However, the sender and receiver view of a particular connection cannot tell which gateways on the network are congested, and cannot distinguish between propagation delay and queuing delay. Only the gateway has a true view of the state of the queue, the link share of the connections passing through it at any given time, and the quality of service requirements of the
traffic flows. The RED gateway monitors the average queue length, which detects early signs of impending congestion (average queue length exceeding a predetermined threshold) and reacts appropriately in one of two ways:
− Drop incoming packets with a certain probability, to indirectly inform the source of congestion, the source needs to reduce the transmission rate to keep the queue from filling up, maintaining the ability to absorb incoming traffic spikes.
− Mark “congestion” with a certain probability in the ECN field in the header of TCP packets to notify the source (the receiving entity will copy this bit into the acknowledgement packet).
Figure 3. 1 RED algorithm
The main goal of RED is to avoid congestion by keeping the average queue size within a sufficiently small and stable region, which also means keeping the queuing delay sufficiently small and stable. Achieving this goal also helps: avoid global synchronization, not resist bursty traffic flows (i.e. flows with low average throughput but high volatility), and maintain an upper bound on the average queue size even in the absence of cooperation from transport layer protocols.
To achieve the above goals, RED gateways must do the following:
− The first is to detect congestion early and react appropriately to keep the average queue size small enough to keep the network operating in the low latency, high throughput region, while still allowing the queue size to fluctuate within a certain range to absorb short-term fluctuations. As discussed above, the gateway is the most appropriate place to detect congestion and is also the most appropriate place to decide which specific connection to report congestion to.
− The second thing is to notify the source of congestion. This is done by marking and notifying the source to reduce traffic. Normally the RED gateway will randomly drop packets. However, if congestion
If congestion is detected before the queue is full, it should be combined with packet marking to signal congestion. The RED gateway has two options: drop or mark; where marking is done by marking the ECN field of the packet with a certain probability, to signal the source to reduce the traffic entering the network.
− An important goal that RED gateways need to achieve is to avoid global synchronization and not to resist traffic flows that have a sudden characteristic. Global synchronization occurs when all connections simultaneously reduce their transmission window size, leading to a severe drop in throughput at the same time. On the other hand, Drop Tail or Random Drop strategies are very sensitive to sudden flows; that is, the gateway queue will often overflow when packets from these flows arrive. To avoid these two phenomena, gateways can use special algorithms to detect congestion and decide which connections will be notified of congestion at the gateway. The RED gateway randomly selects incoming packets to mark; with this method, the probability of marking a packet from a particular connection is proportional to the connection's shared bandwidth at the gateway.
− Another goal is to control the average queue size even without cooperation from the source entities. This can be done by dropping packets when the average size exceeds an upper threshold (instead of marking it). This approach is necessary in cases where most connections have transmission times that are less than the round-trip time, or where the source entities are not able to reduce traffic in response to marking or dropping packets (such as UDP flows).
3.2.2 Algorithm
This section describes the algorithm for RED gateways. RED gateways calculate the average queue size using a low-pass filter. This average queue size is compared with two thresholds: minth and maxth. When the average queue size is less than the lower threshold, no incoming packets are marked or dropped; when the average queue size is greater than the upper threshold, all incoming packets are dropped. When the average queue size is between minth and maxth, each incoming packet is marked or dropped with a probability pa, where pa is a function of the average queue size avg; the probability of marking or dropping a packet for a particular connection is proportional to the bandwidth share of that connection at the gateway. The general algorithm for a RED gateway is described as follows: [5]
For each packet arrival
Caculate the average queue size avg If minth ≤ avg < maxth
div.maincontent .s1 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 15pt; }
div.maincontent .s2 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 15pt; }
div.maincontent .p { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14pt; margin:0pt; }
div.maincontent p { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14pt; margin:0pt; }
div.maincontent .s3 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; }
div.maincontent .s4 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14pt; }
div.maincontent .s5 { color: black; font-family:"Times New Roman", serif; font-style: italic; font-weight: normal; text-decoration: none; font-size: 14pt; }
div.maincontent .s6 { color: black; font-family:"Times New Roman", serif; font-style: italic; font-weight: bold; text-decoration: none; font-size: 14pt; }
div.maincontent .s7 { color: black; font-family:Wingdings; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14pt; }
div.maincontent .s8 { color: black; font-family:Arial, sans-serif; font-style: italic; font-weight: bold; text-decoration: none; font-size: 15pt; }
div.maincontent .s9 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; }
div.maincontent .s10 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 9pt; vertical-align: 6pt; }
div.maincontent .s11 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 13pt; }
div.maincontent .s12 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 10pt; }
div.maincontent .s13 { color: black; font-family:"Times New Roman", serif; font-style: normal; font-weight: normal; text-d -
Absolute growth rate of experimental chickens over weeks of age -
Some Research Results in the World and in the Country on Xanthomonas Axonopodis Pv. Citri Bacteria and Ulcer Disease Caused by Xanthomonas Axonopodis Pv. Citri Bacteria on -
Basic Burn Rate Experimental Formulas -
Describe the clinical symptoms of acute appendicitis.

Comment:
Among 177 patients with hearing loss, 01 patient was diagnosed with tinnitus (0.5%) and 9 cases of hearing loss at 4000 Hz frequency needed to be monitored for tinnitus (5.1%).
3.3.2.2 Symptoms of disease caused by exposure to DMHC:
Symptoms:
Symptoms collected through direct interviews with employees exposed to DMHC at Hai Duong Leather and Footwear Company according to the production PX are presented in the following table:
Table 3.17: Rate of disease symptoms due to frequent exposure to organic solvents by production workshop
Symptom
PX cut (n=32) | PX May (n=99) | PX base (n=22) | PX complete city (n=50) | General (n = 203) | ||||||
n | % | n | % | n | % | n | % | n | % | |
Dizzy | 13 | 40.6* | 67 | 67.7* | 12 | 54.5* | 40 | 80.0* | 132 | 65.0 |
Dizzy | 14 | 43.8 | 60 | 60.6 | 11 | 50.0 | 36 | 72.0 | 121 | 59.6 |
Anxiety | 7 | 21.9 | 27 | 27.3 | 4 | 18.2 | 13 | 26.0 | 51 | 25.1 |
Memory loss | 5 | 15.6* | 24 | 24.2* | 7 | 31.8* | 27 | 54.0* | 63 | 31.0 |
Depression | 3 | 9.4 | 6 | 6.1 | 1 | 4.5 | 8 | 18.0 | 18 | 8.9 |
mixed feelings | 4 | 12.5 | 17 | 17.2 | 1 | 4.5 | 16 | 32.0 | 38 | 18.7 |
Purple patches under the skin | 1 | 3.1 | 10 | 10.1 | 0 | 0.0 | 6 | 12.0 | 17 | 8.4 |
Feeling crawling | 3 | 9.4 | 15 | 15.2 | 0 | 0.0 | 15 | 30.0 | 33 | 16.3 |
Frequent cramps | 11 | 34.4 | 24 | 24.2 | 3 | 13.6 | 23 | 46.0 | 61 | 30.0 |
*: p≤0.05
Comment:
The results of the table above show: Some symptoms have a fairly high rate of complaints from patients such as: Dizziness, vertigo, anxiety, memory loss, confusion, and cramps.
Completed PX and base PX workers had the highest rates of memory loss and dizziness. This difference was statistically significant with p≤0.05.
- Urinary hippuric acid test:
Because shoe manufacturing workers are often exposed to DMHC (mainly toluene and hexane), and urinary hippuric acid is a waste product of Toluene. Therefore, we conducted a quantitative hippuric acid test on a group of workers who are frequently exposed to DMHC (mainly Hexane and Toluene), but due to financial constraints, we only allowed 50 samples to be tested. Therefore, we conducted this test on a group of workers from the Hai Duong Leather and Footwear Company, where workers are frequently exposed to DMHC.
Table 3.18: Urinary Hippuric Acid Levels
Statistics
Urinary hippuric acid content (g/l) | Normal range (g/l) | |
n | 50 | |
X | 0.422 | 1.5 |
SD | 0.237 | 1.5 |
Comment:
The hippuric acid test results in the group of workers exposed to DMHC of the Hai Duong Shoe Company's completed PX had an average value of 0.422g/l, which is still within the normal range.
3.3.2.3 Hematology test results:
Table 3.19: Percentage of workers with changes in hematological indices
TT
Blood component indices | Quantity | Ratio % | Biological constant | |
1 | Decreased red blood cell count | 31 | 14.4 | Male: 4.2- 5.4. 10 12 Female: 4.0- 4.9.10 12 |
2 | Decreased Hemoglobin (including 3 cases of HST<100g/l) | 29 | 13.4 | Male: 130- 160 g/l Female: 125- 142 g/l |
3 | Increase white blood cell count | 8 | 3.7 | From 4 to 10. 10 9 |
4 | Decreased platelet count | 10 | 4.6 | From 200 to 400.10 9 |
5 | Eosinophilia | 16 | 7.4 | From 2-6% |
Comment:
Among the studied patients, there were 31 cases of decreased SLHC accounting for 14.4%, 29 cases of decreased HST accounting for 13.4%, of which there were 03 cases of HST <100g/l, 08 cases of increased SLBC and 10 cases of decreased SLTC accounting for 3.7% and 4.6%. In particular, the rate of increased eosinophilic BC was 16 cases accounting for 7.4%.
4.1 General information:
Chapter 4: DISCUSSION
The ratio of female workers to male workers is 2.1 times: 138/65. Suitable for some production lines that require dexterity in work.
The average age of employees is X ± SD = 31.4 ± 7.3. Of which, the group < 30 years old accounts for 44.8%. The age of the youngest subject is 18 years old, the oldest is 54 years old.
The average working age of Hai Duong Shoe Company's workers is 9.9 ± 5.3 years, with the highest proportion being the group with working age ≤ 5 years. The average working age of workers in the sewing, cutting and sole factories is approximately the same, the average working age of workers in the finishing factory is the lowest.
Hai Duong Shoe Joint Stock Company is located at 1077 Le Thanh Nghi Street (formerly 99 Phu Lo), Hai Tan Ward in the southwest of Hai Duong City, Hai Duong Province, near National Highway 39. Distance to the city center: 5 km. The company was established and started operating in 1984. Due to the development of the leather shoe manufacturing industry, the company's current number of branches is 744. Currently, the company has 4 workshops (cutting workshop, sewing workshop, sole workshop, finishing workshop).
4.2. Characteristics of the working environment of Hai Duong shoe company:
*Microclimate:
- Measurement results at Hai Duong Shoe Company show that the temperature observed at the sewing factory and sole factory exceeds TCCP (30 - 34 0 C), there are working positions with temperatures up to 37.5 0 C, so on hot days the temperature exceeds the allowable hygiene standards. This result is equivalent to the study of Truong Hong Van at Yen Vien Shoe Company [26].
- According to table 3.1, the measured humidity is mostly within TCCP, except for
PX moisture content ranges from 81 - 89% exceeding TCCP (≤80%) according to decision 3733/2002/QD-BYT.
- Wind speed at all measurement locations reached TCCP (0.2 - 1.5m/s).
- In general, VKH at Hai Duong Shoe Company is quite favorable for workers, but there are also some working positions with temperature and humidity exceeding TCCP. According to Rutkove et al. [17], high temperature and humidity disrupt the body's reflexes. According to the author, when the environmental temperature is 30 0 C or higher, the ability to absorb knowledge, memory, and thinking decreases proportionally with increasing temperature and humidity. To limit the negative effects
VKH's need to focus on ventilation.
*Dust and noise situation:
- Table 3.2 shows that the dust concentration at all measuring positions of sewing PX, complete PX, sole PX, cutting phase PX are all within the allowable limit, the weight dust content is (0.152 - 0.308 mg/m 3 ) with SiO2 concentration ranging from (0.153
– 0.163 mg/m 3 ) are all within the permissible limits.
- Noise in the sole grinding area of the completed PX (83.2- 88.4dBA) and the sole pressing rigs of the sole PX, the equivalent sound level measured exceeds the TCCP for noise in the workplace.
- Exposure to noise > 90 dBA, in addition to causing DNN, also disrupts the vasomotor system, causing increased blood pressure, nervous breakdown and gastroduodenal syndrome [28].
- So although the noise at the above locations is not yet at 90 dBA, long-term exposure will still cause significant consequences [28]. Therefore, the Company needs to take measures to protect employees working in high noise areas by educating and encouraging employees to use labor protection (noise-proof earplugs) to limit the hearing loss process causing hearing loss.
*Toxic gas:
- The measurement results at the factories in Table 3.2 show that most factories have toxic gases such as SO 2 , NO 2 , CO, THC but they are all within the TCCP equivalent to the measurement results at Phuc Yen Shoe Company according to Hoang Minh Hien's research [10].
- The measurement results also show that all measured PXs meet the requirements for accuracy.
Illuminate within lighting standards according to current regulations of the Ministry of Health.
In summary, the working conditions of workers at Hai Duong Shoe Company are quite favorable. The Company needs to continue to maintain a good working environment for workers. In addition, the Company needs to overcome some remaining shortcomings: The temperature in the sewing and sole making rooms is still high; the cutting room has humidity exceeding the standard; the noise in the sole grinding area of the finishing room and the sole pressing racks of the sole room, the measured noise level exceeds the standard.
4.3. Health and disease characteristics of workers at Hai Duong shoe company:
4.3.1. Health classification:
The results of Table 3.9 show that among 203 employees who were clinically examined and classified for health, the number of employees with health type II was the highest at 51.2%. The number of employees with health type IV was still quite high at 29.6%, especially there was still 01 case with health type V. Through the table, we can also see that male employees have better health than female employees, this difference is statistically significant with (p≤0.05).
4.3.2. Disease structure of workers:
According to studies by Scherbak, Pham Xuan Ninh [16], Luu Minh Chau [6], it shows that: The impact of the working environment on physiological changes, health and diseases of workers, the effects such as hot and humid, dry heat combined with factors such as toxic gases, noise, dust... are strong obstacles and increase the negative impact on workers, manifestations such as: rapid fatigue both physically and mentally, changes in a series of basic physiological functions reduce the ability to work.
Research results show that the Company's disease structure has the following characteristics:
The group of diseases with a high incidence is eye diseases (19.2%), in which conjunctivitis accounts for the highest rate (82.1%), pterygium (7.7%), other diseases such as: calculus, blepharitis, conjunctival tumors, eyelid melanoma account for the same rate (2.6%). The cause may be due to workers being frequently exposed to toxic fumes such as gasoline fumes, toluene fumes, hexane... of DMHCs, in which workers in the finishing factory think that DMHC fumes at the workplace have a very unpleasant smell, accounting for the highest rate (52.3%), this is also the rate of workers feeling the smell of DMHCs at the finishing factory of Yen Vien Shoe Company according to research by Truong Hong Van [26].
Following eye diseases is low blood pressure (23.6%). The cause may be due to the impact of factors such as: noise, high toxic gas, hot working environment, dust... affecting the psychological nervous system, resulting in workers being easily tired, stressed, having vascular disorders, and cell nutrition disorders [18].
The incidence of ENT diseases in workers is 14.3%. High concentration of DMHC vapor may be the cause of the increased incidence of these diseases. Toxic chemical vapors cause edema of the respiratory tract mucosa and oral mucosa, increasing the incidence of pharyngitis and sinusitis in workers [26].
Dermatological, endocrine, and gastrointestinal diseases account for low rates of 2.5%; 2.5% and 1.5% respectively.
4.3.3. Illness situation related to occupational factors:
Diseases caused by noise exposure:
According to studies by Le Trung [22], Christine Oliver [30], Van Amelsvoort [38], it shows that frequent exposure to noise not only causes hearing loss but also causes various changes in the function of the cardiovascular system and mental illness. The impact of noise increases when working in high temperature and humidity environments.
The results of Table 3.15 show that the rate of workers suffering from headaches and fatigue is high (63.5%; 65.0%). Next are tinnitus and hearing loss (58.1% and 46.3%). Cardiovascular symptoms also account for a fairly high rate such as: Palpitations with 32.0%, feeling of pain in the heart area with 28.6%. These are
Symptoms are common in workers who are regularly exposed to noise. The most obvious effect of noise is hearing loss because in the factory, which has the most working positions exceeding the TCCP, there is the highest rate of hearing loss. This difference is statistically significant (p≤0.05).
Through table 3.16, we can see that the rate of hearing loss in Hai Duong Shoe Company workers is 0.5% and 9 cases (5.1%) have a tendency to decrease hearing at the frequency of 4000 Hz. 01 worker with hearing loss is located in the sole factory where the noise is louder than the TCCP (≤85dBA). According to fowler-Sabin: The hearing loss level (THTL) of 01 worker with hearing loss is at the level of "mild hearing loss". This result is consistent with the study of Truong Hong Van at Yen Vien Shoe Company [26].
Diseases caused by exposure to organic solvents :
Studies by Truong Hong Van [26], Nguyen Ba Chang - Pham Van Doan [5] and Lodzi [34] show that frequent exposure to DMHC increases the incidence of eye diseases, ENT diseases, skin diseases... Frequent exposure to DMHC also has a high risk of developing DNN [33].
The results of Table 3.17 show that the disease symptoms are characteristic for each PX. In which, the rate of CN with dizziness is the highest at 65.0%. Next are the mental and neurological symptoms such as: Dizziness (59.6%), memory loss (31%), anxiety (25.1%). The symptom of cramps also has a relative rate (30%), purple patches on the skin with a rate of (8.4%).
In the completed PX and the base PX, symptoms of memory loss and dizziness accounted for the highest proportion. This difference was statistically significant with p≤0.05.
4.4 Test results:
Through the complete urine test, it was found that 4 cases of workers had HC and BC in their urine, accounting for 2.0%; 3 cases had increased proteinuria, accounting for 1.5%, and 1 case had increased glucose in their urine. In general, the percentage of workers with changes in urine composition was low, and there was no correlation between specific occupational factors and the results obtained.
General abdominal ultrasound results detected 42 cases with images

![Qos Assurance Methods for Multimedia Communications
zt2i3t4l5ee
zt2a3gs
zt2a3ge
zc2o3n4t5e6n7ts
low. The EF PHB requires a sufficiently large number of output ports to provide low delay, low loss, and low jitter.
EF PHBs can be implemented if the output ports bandwidth is sufficiently large, combined with small buffer sizes and other network resources dedicated to EF packets, to allow the routers service rate for EF packets on an output port to exceed the arrival rate λ of packets at that port.
This means that packets with PHB EF are considered with a pre-allocated amount of output bandwidth and a priority that ensures minimum loss, minimum delay and minimum jitter before being put into operation.
PHB EF is suitable for channel simulation, leased line simulation, and real-time services such as voice, video without compromising on high loss, delay and jitter values.
Figure 2.10 Example of EF installation
Figure 2.10 shows an example of an EF PHB implementation. This is a simple priority queue scheduling technique. At the edges of the DS domain, EF packet traffic is prioritized according to the values agreed upon by the SLA. The EF queue in the figure needs to output packets at a rate higher than the packet arrival rate λ. To provide an EF PHB over an end-to-end DS domain, bandwidth at the output ports of the core routers needs to be allocated in advance to ensure the requirement μ > λ. This can be done by a pre-configured provisioning process. In the figure, EF packets are placed in the priority queue (the upper queue). With such a length, the queue can operate with μ > λ.
Since EF was primarily used for real-time services such as voice and video, and since real-time services use UDP instead of TCP, RED is generally
not suitable for EF queues because applications using UDP will not respond to random packet drop and RED will strip unnecessary packets.
2.2.4.2 Assured Forwarding (AF) PHB
PHB AF is defined by RFC 2597. The purpose of PHB AF is to deliver packets reliably and therefore delay and jitter are considered less important than packet loss. PHB AF is suitable for non-real-time services such as applications using TCP. PHB AF first defines four classes: AF1, AF2, AF3, AF4. For each of these AF classes, packets are then classified into three subclasses with three distinct priority levels.
Table 2.8 shows the four AF classes and 12 AF subclasses and the DSCP values for the 12 AF subclasses defined by RFC 2597. RFC 2597 also allows for more than three separate priority levels to be added for internal use. However, these separate priority levels will only have internal significance.
PHB Class
PHB Subclass
Package type
DSCP
AF4
AF41
Short
100010
AF42
Medium
100100
AF43
High
100110
AF3
AF31
Short
011010
AF32
Medium
011100
AF33
High
011110
AF2
AF21
Short
010010
AF22
Medium
010100
AF23
High
010110
AF1
AF11
Short
001010
AF12
Medium
001100
AF13
High
001110
Table 2.8 AF DSCPs
The AF PHB ensures that packets are forwarded with a high probability of delivery to the destination within the bounds of the rate agreed upon in an SLA. If AF traffic at an ingress port exceeds the pre-priority rate, which is considered non-compliant or “out of profile”, the excess packets will not be delivered to the destination with the same probability as the packets belonging to the defined traffic or “in profile” packets. When there is network congestion, the out of profile packets are dropped before the in profile packets are dropped.
When service levels are defined using AF classes, different quantity and quality between AF classes can be realized by allocating different amounts of bandwidth and buffer space to the four AF classes. Unlike
EF, most AF traffic is non-real-time traffic using TCP, and the RED queue management strategy is an AQM (Adaptive Queue Management) strategy suitable for use in AF PHBs. The four AF PHB layers can be implemented as four separate queues. The output port bandwidth is divided into four AF queues. For each AF queue, packets are marked with three “colors” corresponding to three separate priority levels.
In addition to the 32 DSCP 1 groups defined in Table 2.8, 21 DSCPs have been standardized as follows: one for PHB EF, 12 for PHB AF, and 8 for CSCP. There are 11 DSCP 1 groups still available for other standards.
2.2.5.Example of Differentiated Services
We will look at an example of the Differentiated Service model and mechanism of operation. The architecture of Differentiated Service consists of two basic sets of functions:
Edge functions: include packet classification and traffic conditioning. At the inbound edge of the network, incoming packets are marked. In particular, the DS field in the packet header is set to a certain value. For example, in Figure 2.12, packets sent from H1 to H3 are marked at R1, while packets from H2 to H4 are marked at R2. The labels on the received packets identify the service class to which they belong. Different traffic classes receive different services in the core network. The RFC definition uses the term behavior aggregate rather than the term traffic class. After being marked, a packet can be forwarded immediately into the network, delayed for a period of time before being forwarded, or dropped. We will see that there are many factors that affect how a packet is marked, and whether it is forwarded immediately, delayed, or dropped.
Figure 2.12 DiffServ Example
Core functionality: When a DS-marked packet arrives at a Diffservcapable router, the packet is forwarded to the next router based on
Per-hop behavior is associated with packet classes. Per-hop behavior affects router buffers and the bandwidth shared between competing classes. An important principle of the Differentiated Service architecture is that a routers per-hop behavior is based only on the packets marking or the class to which it belongs. Therefore, if packets sent from H1 to H3 as shown in the figure receive the same marking as packets from H2 to H4, then the network routers treat the packets exactly the same, regardless of whether the packet originated from H1 or H2. For example, R3 does not distinguish between packets from h1 and H2 when forwarding packets to R4. Therefore, the Differentiated Service architecture avoids the need to maintain router state about separate source-destination pairs, which is important for network scalability.
Chapter Conclusion
Chapter 2 has presented and clarified two main models of deploying and installing quality of service in IP networks. While the traditional best-effort model has many disadvantages, later models such as IntServ and DiffServ have partly solved the problems that best-effort could not solve. IntServ follows the direction of ensuring quality of service for each separate flow, it is built similar to the circuit switching model with the use of the RSVP resource reservation protocol. IntSer is suitable for services that require fixed bandwidth that is not shared such as VoIP services, multicast TV services. However, IntSer has disadvantages such as using a lot of network resources, low scalability and lack of flexibility. DiffServ was born with the idea of solving the disadvantages of the IntServ model.
DiffServ follows the direction of ensuring quality based on the principle of hop-by-hop behavior based on the priority of marked packets. The policy for different types of traffic is decided by the administrator and can be changed according to reality, so it is very flexible. DiffServ makes better use of network resources, avoiding idle bandwidth and processing capacity on routers. In addition, the DifServ model can be deployed on many independent domains, so the ability to expand the network becomes easy.
Chapter 3: METHODS TO ENSURE QoS FOR MULTIMEDIA COMMUNICATIONS
In packet-switched networks, different packet flows often have to share the transmission medium all the way to the destination station. To ensure the fair and efficient allocation of bandwidth to flows, appropriate serving mechanisms are required at network nodes, especially at gateways or routers, where many different data flows often pass through. The scheduler is responsible for serving packets of the selected flow and deciding which packet will be served next. Here, a flow is understood as a set of packets belonging to the same priority class, or originating from the same source, or having the same source and destination addresses, etc.
In normal state when there is no congestion, packets will be sent as soon as they are delivered. In case of congestion, if QoS assurance methods are not applied, prolonged congestion can cause packet drops, affecting service quality. In some cases, congestion is prolonged and widespread in the network, which can easily lead to the network being frozen, or many packets being dropped, seriously affecting service quality.
Therefore, in this chapter, in sections 3.2 and 3.3, we introduce some typical network traffic load monitoring techniques to predict and prevent congestion before it occurs through the measure of dropping (removing) packets early when there are signs of impending congestion.
3.1. DropTail method
DropTail is a simple, traditional queue management method based on FIFO mechanism. All incoming packets are placed in the queue, when the queue is full, the later packets are dropped.
Due to its simplicity and ease of implementation, DropTail has been used for many years on Internet router systems. However, this algorithm has the following disadvantages:
− Cannot avoid the phenomenon of “Lock out”: Occurs when 1 or several traffic streams monopolize the queue, making packets of other connections unable to pass through the router. This phenomenon greatly affects reliable transmission protocols such as TCP. According to the anti-congestion algorithm, when locked out, the TCP connection stream will reduce the window size and reduce the packet transmission speed exponentially.
− Can cause Global Synchronization: This is the result of a severe “Lock out” phenomenon. Some neighboring routers have their queues monopolized by a number of connections, causing a series of other TCP connections to be unable to pass through and simultaneously reducing the transmission speed. After those monopolized connections are temporarily suspended,
Once the queue is cleared, it takes a considerable amount of time for TCP connections to return to their original speed.
− Full Queue phenomenon: Data transmitted on the Internet often has an explosion, packets arriving at the router are often in clusters rather than in turn. Therefore, the operating mechanism of DropTail makes the queue easily full for a long period of time, leading to the average delay time of large packets. To avoid this phenomenon, with DropTail, the only way is to increase the routers buffer, this method is very expensive and ineffective.
− No QoS guarantee: With the DropTail mechanism, there is no way to prioritize important packets to be transmitted through the router earlier when all are in the queue. Meanwhile, with multimedia communication, ensuring connection and stable speed is extremely important and the DropTail algorithm cannot satisfy.
The problem of choosing the buffer size of the routers in the network is to “absorb” short bursts of traffic without causing too much queuing delay. This is necessary in bursty data transmission. The queue size determines the size of the packet bursts (traffic spikes) that we want to be able to transmit without being dropped at the routers.
In IP-based application networks, packet dropping is an important mechanism for indirectly reporting congestion to end stations. A solution that prevents router queues from filling up while reducing the packet drop rate is called dynamic queue management.
3.2. Random elimination method – RED
3.2.1 Overview
RED (Random Early Detection of congestion; Random Early Drop) is one of the first AQM algorithms proposed in 1993 by Sally Floyd and Van Jacobson, two scientists at the Lawrence Berkeley Laboratory of the University of California, USA. Due to its outstanding advantages compared to previous queue management algorithms, RED has been widely installed and deployed on the Internet.
The most fundamental point of their work is that the most effective place to detect congestion and react to it is at the gateway or router.
Source entities (senders) can also do this by estimating end-to-end delay, throughput variability, or the rate of packet retransmissions due to drop. However, the sender and receiver view of a particular connection cannot tell which gateways on the network are congested, and cannot distinguish between propagation delay and queuing delay. Only the gateway has a true view of the state of the queue, the link share of the connections passing through it at any given time, and the quality of service requirements of the
traffic flows. The RED gateway monitors the average queue length, which detects early signs of impending congestion (average queue length exceeding a predetermined threshold) and reacts appropriately in one of two ways:
− Drop incoming packets with a certain probability, to indirectly inform the source of congestion, the source needs to reduce the transmission rate to keep the queue from filling up, maintaining the ability to absorb incoming traffic spikes.
− Mark “congestion” with a certain probability in the ECN field in the header of TCP packets to notify the source (the receiving entity will copy this bit into the acknowledgement packet).
Figure 3. 1 RED algorithm
The main goal of RED is to avoid congestion by keeping the average queue size within a sufficiently small and stable region, which also means keeping the queuing delay sufficiently small and stable. Achieving this goal also helps: avoid global synchronization, not resist bursty traffic flows (i.e. flows with low average throughput but high volatility), and maintain an upper bound on the average queue size even in the absence of cooperation from transport layer protocols.
To achieve the above goals, RED gateways must do the following:
− The first is to detect congestion early and react appropriately to keep the average queue size small enough to keep the network operating in the low latency, high throughput region, while still allowing the queue size to fluctuate within a certain range to absorb short-term fluctuations. As discussed above, the gateway is the most appropriate place to detect congestion and is also the most appropriate place to decide which specific connection to report congestion to.
− The second thing is to notify the source of congestion. This is done by marking and notifying the source to reduce traffic. Normally the RED gateway will randomly drop packets. However, if congestion
If congestion is detected before the queue is full, it should be combined with packet marking to signal congestion. The RED gateway has two options: drop or mark; where marking is done by marking the ECN field of the packet with a certain probability, to signal the source to reduce the traffic entering the network.
− An important goal that RED gateways need to achieve is to avoid global synchronization and not to resist traffic flows that have a sudden characteristic. Global synchronization occurs when all connections simultaneously reduce their transmission window size, leading to a severe drop in throughput at the same time. On the other hand, Drop Tail or Random Drop strategies are very sensitive to sudden flows; that is, the gateway queue will often overflow when packets from these flows arrive. To avoid these two phenomena, gateways can use special algorithms to detect congestion and decide which connections will be notified of congestion at the gateway. The RED gateway randomly selects incoming packets to mark; with this method, the probability of marking a packet from a particular connection is proportional to the connections shared bandwidth at the gateway.
− Another goal is to control the average queue size even without cooperation from the source entities. This can be done by dropping packets when the average size exceeds an upper threshold (instead of marking it). This approach is necessary in cases where most connections have transmission times that are less than the round-trip time, or where the source entities are not able to reduce traffic in response to marking or dropping packets (such as UDP flows).
3.2.2 Algorithm
This section describes the algorithm for RED gateways. RED gateways calculate the average queue size using a low-pass filter. This average queue size is compared with two thresholds: minth and maxth. When the average queue size is less than the lower threshold, no incoming packets are marked or dropped; when the average queue size is greater than the upper threshold, all incoming packets are dropped. When the average queue size is between minth and maxth, each incoming packet is marked or dropped with a probability pa, where pa is a function of the average queue size avg; the probability of marking or dropping a packet for a particular connection is proportional to the bandwidth share of that connection at the gateway. The general algorithm for a RED gateway is described as follows: [5]
For each packet arrival
Caculate the average queue size avg If minth ≤ avg < maxth
div.maincontent .s1 { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 15pt; }
div.maincontent .s2 { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 15pt; }
div.maincontent .p { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14pt; margin:0pt; }
div.maincontent p { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14pt; margin:0pt; }
div.maincontent .s3 { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; }
div.maincontent .s4 { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14pt; }
div.maincontent .s5 { color: black; font-family:Times New Roman, serif; font-style: italic; font-weight: normal; text-decoration: none; font-size: 14pt; }
div.maincontent .s6 { color: black; font-family:Times New Roman, serif; font-style: italic; font-weight: bold; text-decoration: none; font-size: 14pt; }
div.maincontent .s7 { color: black; font-family:Wingdings; font-style: normal; font-weight: normal; text-decoration: none; font-size: 14pt; }
div.maincontent .s8 { color: black; font-family:Arial, sans-serif; font-style: italic; font-weight: bold; text-decoration: none; font-size: 15pt; }
div.maincontent .s9 { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; }
div.maincontent .s10 { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 9pt; vertical-align: 6pt; }
div.maincontent .s11 { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 13pt; }
div.maincontent .s12 { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 10pt; }
div.maincontent .s13 { color: black; font-family:Times New Roman, serif; font-style: normal; font-weight: normal; text-d](https://tailieuthamkhao.com/uploads/2022/05/15/danh-gia-hieu-qua-dam-bao-qos-cho-truyen-thong-da-phuong-tien-cua-chien-6-1-120x90.jpg)



