Academic literature on the topic 'FCBFS'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'FCBFS.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "FCBFS"
Saha, Rony Kumer, and Chaodit Aswakul. "Incentive and Architecture of Multi-Band Enabled Small Cell and UE for Up-/Down-Link and Control-/User-Plane Splitting for 5G Mobile Networks." Frequenz 71, no. 1-2 (January 1, 2017): 95–118. http://dx.doi.org/10.1515/freq-2016-0014.
Full textNasouri, Komeil, and Ahmad Mousavi Shoushtari. "Fabrication of magnetite nanoparticles/polyvinylpyrrolidone composite nanofibers and their application as electromagnetic interference shielding material." Journal of Thermoplastic Composite Materials 31, no. 4 (April 25, 2017): 431–46. http://dx.doi.org/10.1177/0892705717704488.
Full textFeng, Yadong, Chunhua Jiao, Yang Cao, Ye Zhao, Yanfang Chen, Lin Fang, and Ruihua Shi. "A Comparison of a Fully Covered and an Uncovered Segmented Biodegradable Esophageal Stent in a Porcine Model: Preclinical Evaluation of Degradation, Complications, and Tissue Reactions." Gastroenterology Research and Practice 2016 (2016): 1–7. http://dx.doi.org/10.1155/2016/8690858.
Full textXue, Hai, Kyung Tae Kim, and Hee Yong Youn. "Packet Scheduling for Multiple-Switch Software-Defined Networking in Edge Computing Environment." Wireless Communications and Mobile Computing 2018 (November 18, 2018): 1–11. http://dx.doi.org/10.1155/2018/7659085.
Full textGrosof, Isaac, Kunhe Yang, Ziv Scully, and Mor Harchol-Balter. "Nudge: Stochastically Improving upon FCFS." Proceedings of the ACM on Measurement and Analysis of Computing Systems 5, no. 2 (June 2021): 1–29. http://dx.doi.org/10.1145/3460088.
Full textGrosof, Isaac, Kunhe Yang, Ziv Scully, and Mor Harchol-Balter. "Nudge: Stochastically Improving upon FCFS." ACM SIGMETRICS Performance Evaluation Review 49, no. 1 (June 22, 2022): 11–12. http://dx.doi.org/10.1145/3543516.3460102.
Full textQi, Ke, Yamin Dang, Changhui Xu, and Shouzhou Gu. "Performance Analysis of BDS-3 FCB Estimated by Reference Station Networks over a Long Time." Mathematics 10, no. 19 (October 2, 2022): 3610. http://dx.doi.org/10.3390/math10193610.
Full textHoopes, David G., and Danny Miller. "Ownership Preferences, Competitive Heterogeneity, and Family-Controlled Businesses." Family Business Review 19, no. 2 (June 2006): 89–101. http://dx.doi.org/10.1111/j.1741-6248.2006.00064.x.
Full textRasool, Saman, and Ritika Gakher. "Reformed FCFS Disk Scheduling Algorithm." International Journal of Computer Applications 127, no. 13 (October 15, 2015): 38–41. http://dx.doi.org/10.5120/ijca2015906592.
Full textLee, Chun-Yao, and Wen-Cheng Lin. "Induction Motor Fault Classification Based on FCBF-PSO Feature Selection Method." Applied Sciences 10, no. 15 (August 4, 2020): 5383. http://dx.doi.org/10.3390/app10155383.
Full textDissertations / Theses on the topic "FCBFS"
Tirmazi, Syed Hasnain Raza, and Shashank Sharma. "Switched multi-hop FCFS networks - the influence of traffic shapers on soft real-time performance." Thesis, Halmstad University, School of Information Science, Computer and Electrical Engineering (IDE), 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-4428.
Full textIn the past 10 years, the bandwidths and processing capabilities of the networks have increased dramatically. The number of real-time applications using these networks has also increased. The large number of real-time packets might, in a switched multi-hop network, lead to unpredictable traffic patterns. This is not a problem when the traffic intensity is low, but if the same network is used by a large number of users simultaneously, the overall performance of the network degrades. In fact, unpredictable delays in the delivery of the message can adversely affect the execution of the tasks dependent on these messages, even if we take into account the soft real-time performance.
In this paper, we investigate the effect of traffic shapers on soft real-time performance. We will consider a switched multi-hop network with FCFS queues. We will implement two versions of the network simulator. One version will be without traffic shaper and the other version will use a traffic shaper. By comparing the results (for average delay, deadline miss ratio etc.) from both the versions, we will try to conclude if it is really beneficial to use traffic shapers for soft real-time performance. Leaky bucket and token bucket algorithms are the most popular ones for traffic shaper implementation. We will consider leaky bucket algorithm for our analysis. We analyse different versions of the leaky bucket and present the trade-off’s involved.
Mendonca, Fernando. "Politiques polyvalentes et efficientes d'allocation de ressources pour les systèmes parallèles." Thesis, Université Grenoble Alpes (ComUE), 2017. http://www.theses.fr/2017GREAM021/document.
Full textThe field of parallel supercomputing has been changing rapidly inrecent years. The reduction of costs of the parts necessary to buildmachines with multicore CPUs and accelerators such as GPUs are ofparticular interest to us. This scenario allowed for the expansion oflarge parallel systems, with machines far apart from each other,sometimes even located on different continents. Thus, the crucialproblem is how to use these resources efficiently.In this work, we first consider the efficient allocation of taskssuitable for CPUs and GPUs in heterogeneous platforms. To that end, weimplement a tool called SWDUAL, which executes the Smith-Watermanalgorithm simultaneously on CPUs and GPUs, choosing which tasks aremore suited to one or another. Experiments show that SWDUAL givesbetter results when compared to similar approaches available in theliterature.Second, we study a new online method for scheduling independent tasksof different sizes on processors. We propose a new technique thatoptimizes the stretch metric by detecting when a reasonable amount ofsmall jobs is waiting while a big job executes. Then, the big job isredirected to separate set of machines, dedicated to running big jobsthat have been redirected. We present experiment results that show thatour method outperforms the standard policy and in many cases approachesthe performance of the preemptive policy, which can be considered as alower bound.Next, we present our study on constraints applied to the Backfillingalgorithm in combination with the FCFS policy: Contiguity, which is aconstraint that tries to keep jobs close together and reducefragmentation during the schedule, and Basic Locality, that aims tokeep jobs as much as possible inside groups of processors calledclusters. Experiment results show that the benefits of using theseconstrains outweigh the possible decrease in the number of backfilledjobs due to reduced fragmentation.Finally, we present an additional constraint to the Backfillingalgorithm called Full Locality, where the scheduler models the topologyof the platform as a fat tree and uses this model to assign jobs toregions of the platform where communication costs between processors isreduced. The experiment campaign is executed and results show that FullLocality is superior to all the previously proposed constraints, andspecially Basic Backfilling
Cherry, Brian B. "Characterizing the Three-Dimensional Behavior of Bistable Micromechanisms." Diss., CLICK HERE for online access, 2008. http://contentdm.lib.byu.edu/ETD/image/etd2274.pdf.
Full textBUIATTI-TCHENG, MURIEL. "Implications des fcfs (fibroblast growth factors) dans la croissance, la differenciation et la transdifferenciation des cellules de retine d'embryons de poulet." Paris 6, 1993. http://www.theses.fr/1993PA066525.
Full textKumar, Nachegari Kishore, and Eadi Suresh Babu. "Simulation of Switched Ethernet." Thesis, Halmstad University, School of Information Science, Computer and Electrical Engineering (IDE), 2006. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-231.
Full textSwitched Ethernet is an Ethernet LAN that uses switches to connect individual nodes.
This is popular because of its effective and convenient way of extending the bandwidth of
existing Ethernets. Switched Ethernet is being considered by the industry community because
of its open standardization, cost effectiveness, and the support for higher data rates up to
10Gbps. Even though many special-purposed solutions were proposed to support time
constrained communication over Switched Ethernet, still there were some doubts about the
real time handling capability of Switched Ethernet. To achieve reliable transmission
guarantees for real time traffic over Switched Ethernet, it is important to measure the
performance of Switched Ethernet networks for real time communication. In this thesis work
we have observed the average end-to-end packet delay for real time traffic over a Switched
Ethernet by simulation, which is very much essential for real time communication in
industrial applications, where the communication is time-deterministic. In our thesis we used
FCFS priority queuing in both the source nodes and switch. In this thesis we also discussed
about the feasibility analysis for fixed sized frames and some traffic handling methods. We
used 100mbp/s single full duplex Ethernet switch for our simulation. Finally simulation
analysis and simulation results are discussed. Our purpose of simulation of Switched Ethernet
networks is of good importance for the real time industrial applications.
Ninjbat, Uuganbaatar. "Essays on Mathematical Economics." Doctoral thesis, Handelshögskolan i Stockholm, Institutionen för Nationalekonomi, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:hhs:diva-2233.
Full textFan, Xing. "Real-Time Services in Packet-Switched Networks for Embedded Applications." Doctoral thesis, Högskolan i Halmstad, Centrum för forskning om inbyggda system (CERES), 2007. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-1984.
Full textMaiyama, Kabiru M. "Performance Analysis of Virtualisation in a Cloud Computing Platform. An application driven investigation into modelling and analysis of performance vs security trade-offs for virtualisation in OpenStack infrastructure as a service (IaaS) cloud computing platform architectures." Thesis, University of Bradford, 2019. http://hdl.handle.net/10454/18587.
Full textPetroleum technology development fund (PTDF) of the government of Nigeria Usmanu Danfodiyo University, Sokoto
YADAV, RAJIV. "EVOLUTIONARY ALGORITHMS FOR IMPROVING ENERGY EFFICIENCY AND SECURITY IN WIRELESS SENSOR NETWORKS." Thesis, 2023. http://dspace.dtu.ac.in:8080/jspui/handle/repository/20396.
Full textLin, Jung-Jyh, and 林忠誌. "QoS Control by Modified FCFS Scheme in ATM Networks." Thesis, 1997. http://ndltd.ncl.edu.tw/handle/49144717669963650579.
Full text國立清華大學
資訊科學研究所
85
Multiple services with heterogeneous Quality Of Services (QoS) requirements are supported in ATM networks. The cell scheduling discipline is needed to utilize the network resources efficiently and guarantee the QoS requirements. FCFS is the simplest and easiest scheme for hardware implemeyntation. However, because of its lack of support of prioritizing scheme and inefficiency of buffer usage, it is not suitable to support QoS -guarantee servics .Therefore, a modified FCFS scheme with QoSguarantee is proposed in this paper. Inheriting the simplicity of FCFS, we modify the FIFO by adding adaptive queues for priority handing to satisfy the diverse QoS requirements. The buffer sizes of the adaptive queues could be decided by the traffic load and cell delay constraint to grarantee the cell loss rate. As a result, the proposed modified FIFO scheme is simple in hardware implementation, while it has the ability to handle multiple QoS priorities. The performance evaluation shows that the accessible offered load in our proposed scheme is better than the others proposed before.
Books on the topic "FCBFS"
Nicol, David M. Parallel discrete-event simulation of FCFS stochastic queueing networks. Hampton, Va: ICASE, 1988.
Find full textConolly, Brian. Single and double FCFS M/M/Models with two classes of customer and no priority. London: Queen Mary College, Department of Computer Science and Statistics, 1987.
Find full textAlister, Ward Sheila Henderson. Forestry Statistics 2002 (Forestry Statistics (FCFS)). Forestry Commission, 2002.
Find full textNational Aeronautics and Space Administration (NASA) Staff. Parallel Discrete-Event Simulation of Fcfs Stochastic Queueing Networks. Independently Published, 2018.
Find full textBook chapters on the topic "FCBFS"
Nishihiro, Jun, Shohei Koike, and Atsushi Ono. "Biodiversity Conservation through Various Citizen Activities in a Flood Control Basin." In Ecological Research Monographs, 225–36. Singapore: Springer Singapore, 2022. http://dx.doi.org/10.1007/978-981-16-6791-6_14.
Full textHarrison, P. G., and E. Pitel. "M/G/1 Queues with FCFS Negative Arrivals." In Quantitative Methods in Parallel Systems, 153–60. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/978-3-642-79917-4_10.
Full textBonuccelli, Maurizio A., and Alessandro Urpi. "A Multicast FCFS Output Queued Switch without Speedup." In NETWORKING 2002: Networking Technologies, Services, and Protocols; Performance of Computer and Communication Networks; Mobile and Wireless Communications, 1057–68. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-47906-6_86.
Full textZhang, Hong-lei, Bo-tang Han, Jing-chao Xu, and Yu Feng. "Preparation of the Public Bus Schedule Based on FCFS." In Proceedings of 20th International Conference on Industrial Engineering and Engineering Management, 1021–29. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-40063-6_100.
Full textMagdalene, R., and D. Sridharan. "Comparative Analysis of FCFS and SJF for Multimedia Process Scheduling." In Lecture Notes in Electrical Engineering, 639–46. Singapore: Springer Singapore, 2020. http://dx.doi.org/10.1007/978-981-15-3992-3_54.
Full textJayanti, Prasad, Srdjan Petrovic, and Neha Narula. "Read/Write Based Fast-Path Transformation for FCFS Mutual Exclusion." In SOFSEM 2005: Theory and Practice of Computer Science, 209–18. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/978-3-540-30577-4_24.
Full textBruneel, Herwig, Tom Maertens, Bart Steyaert, Dieter Claeys, Dieter Fiems, and Joris Walraevens. "Analysis of a Two-Class FCFS Queueing System with Interclass Correlation." In Analytical and Stochastic Modeling Techniques and Applications, 32–46. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-30782-9_3.
Full textBoualem, Mohamed, Mouloud Cherfaoui, Natalia Djellab, and Djamil Aïssani. "Stochastic Analysis of an M/G/1 Retrial Queue with FCFS." In Functional Statistics and Applications, 127–39. Cham: Springer International Publishing, 2015. http://dx.doi.org/10.1007/978-3-319-22476-3_8.
Full textLi, Hongguang, Ying Guo, Zisen Qi, Ping Sui, and Linghua Su. "Fingerprint Feature Recognition of Frequency Hopping Radio with FCBF-NMI Feature Selection." In Lecture Notes in Electrical Engineering, 819–31. Singapore: Springer Singapore, 2020. http://dx.doi.org/10.1007/978-981-13-9409-6_96.
Full textLegato, Pasquale, and Rina Mary Mazza. "Class Aggregation for Multi-class Queueing Networks with FCFS Multi-server Stations." In Queueing Theory and Network Applications, 221–39. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-27181-7_14.
Full textConference papers on the topic "FCBFS"
Liu, Tuanjie, Xiaohong Chen, and Wei Ye. "Concept Selection Philosophy for Floating Control Facilities." In ASME 2010 29th International Conference on Ocean, Offshore and Arctic Engineering. ASMEDC, 2010. http://dx.doi.org/10.1115/omae2010-20805.
Full textGrosof, Isaac, Kunhe Yang, Ziv Scully, and Mor Harchol-Balter. "Nudge: Stochastically Improving upon FCFS." In SIGMETRICS '21: ACM SIGMETRICS / International Conference on Measurement and Modeling of Computer Systems. New York, NY, USA: ACM, 2021. http://dx.doi.org/10.1145/3410220.3460102.
Full textJiang, Hong, and Tianwei Ni. "PB-FCFS-a task scheduling algorithm based on FCFS and backfilling strategy for grid computing." In 2009 Joint Conferences on Pervasive Computing (JCPC). IEEE, 2009. http://dx.doi.org/10.1109/jcpc.2009.5420131.
Full textPeng, Ya-Pei, Lina Suo, Haimiao Zhou, Shijie Ren, Xinhe Lu, and Nan-Kuang Chen. "High-sensitivity multicore-fiber strain sensors based on asymmetric supermodes interference." In Conference on Lasers and Electro-Optics/Pacific Rim. Washington, D.C.: Optica Publishing Group, 2022. http://dx.doi.org/10.1364/cleopr.2022.cwp17b_05.
Full textAdan, Ivo, Rhonda Righter, and Gideon Weiss. "FCFS Parallel Service Systems and Matching Models." In VALUETOOLS 2017: 11th EAI International Conference on Performance Evaluation Methodologies and Tools. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3150928.3150951.
Full textLi, Wenzheng, and Hongyan Shi. "Dynamic Load Balancing Algorithm Based on FCFS." In 2009 Fourth International Conference on Innovative Computing, Information and Control (ICICIC). IEEE, 2009. http://dx.doi.org/10.1109/icicic.2009.182.
Full textGore, Ashutosh Deepak, and Abhay Karandikar. "Power Controlled FCFS Splitting Algorithm for Wireless Networks." In MILCOM 2007 - IEEE Military Communications Conference. IEEE, 2007. http://dx.doi.org/10.1109/milcom.2007.4454867.
Full textNicol, David M. "Parallel discrete-event simulation of FCFS stochastic queueing networks." In the ACM/SIGPLAN conference. New York, New York, USA: ACM Press, 1988. http://dx.doi.org/10.1145/62115.62128.
Full textYing, Cuan, Gaowei Wang, and Hang Li. "Design of Feature Selection Algorithm Based on Improved FCBF." In 2021 6th International Conference on Intelligent Computing and Signal Processing (ICSP). IEEE, 2021. http://dx.doi.org/10.1109/icsp51882.2021.9408729.
Full textGuo, Jian, Peng Ge, Weidong Jin, and Wenqiang Zhang. "Radar Signal Recognition Based on FCBF and AdaBoost Algorithm." In 2018 37th Chinese Control Conference (CCC). IEEE, 2018. http://dx.doi.org/10.23919/chicc.2018.8483351.
Full textReports on the topic "FCBFS"
Nordmark, E., M. Bagnulo, and E. Levy-Abegnoli. FCFS SAVI: First-Come, First-Served Source Address Validation Improvement for Locally Assigned IPv6 Addresses. RFC Editor, May 2012. http://dx.doi.org/10.17487/rfc6620.
Full text