dc.contributor.advisor | Sgall, Jiří | |
dc.creator | Veselý, Pavel | |
dc.date.accessioned | 2019-01-09T10:53:43Z | |
dc.date.available | 2019-01-09T10:53:43Z | |
dc.date.issued | 2018 | |
dc.identifier.uri | http://hdl.handle.net/20.500.11956/104429 | |
dc.description.abstract | V této práci studujeme rozvrhovací algoritmy pro abstraktní modely sít'ového přepínače, v nichž přicházejí pakety do bufferu přepínače, aby byly odeslány skrz výstupní port. Počet paketů přicházejících do bufferu je však příliš veliký a některé tak nemohou být odeslány. Pakety mají prioritu danou váhou a cílem algoritmu je maximalizovat propustnost systému, tedy celko- vou váhu odeslaných paketů. Algoritmus nicméně nezná pakety, které přijdou v budoucnu, a nedosáhne tedy optimální propustnosti. Proto provádíme kom- petitivní analýzu a její zjemnění, jež analyzují chování online algoritmů v nejhorších případech. V první části práce se zaměříme na jednoduchý online rozvrhovací model s pakety jednotkové délky s termíny, zvaný Bounded-Delay Packet Scheduling. Navrhneme optimální φ-kompetitivní deterministický algoritmus pro tento problém, kde φ ≈ 1.618 je zlatý řez. Algoritmus je založen na detailním roz- boru struktury optimálních rozvrhů paketů v bufferu, zvaných plány. Dále se zaměříme na semi-online algoritmy s tzv. lookaheadem, který umožňuje algoritmu vidět pakety přicházející v nejbližší budoucnosti. Ukážeme algorit- mus s lookaheadem pro instance, v nichž každý paket může být rozvrhnut pouze... | cs_CZ |
dc.description.abstract | We study online scheduling policies for buffer management models, in which packets are arriving over time to a buffer of a network switch to be sent through its single output port. However, the bandwidth of the port is limited and some packets need to be dropped, based on their weights. The goal of the scheduler is to maximize the weighted throughput, that is, the total weight of packets transmitted. Due to the natural lack of information about future, an optimal performance cannot be achieved, we thus pursue competitive analysis and its refinements to analyze online algorithms on worst-case inputs. Specifically, in the first part of the thesis, we focus on a simple online scheduling model with unit-size packets and deadlines, called Bounded-Delay Packet Scheduling. We design an optimal φ-competitive deterministic algo- rithm for the problem, where φ ≈ 1.618 is the golden ratio. It is based on a detailed understanding of an optimal schedule of pending packets, called the plan, which may be of independent interest. We also propose a semi-online setting with lookahead that allows the algorithm to see a little bit of future, namely, packets arriving in the next few steps. We provide an algorithm with lookahead for instances in which each packet can be scheduled in at most two consecutive slots and prove lower... | en_US |
dc.language | English | cs_CZ |
dc.language.iso | en_US | |
dc.publisher | Univerzita Karlova, Matematicko-fyzikální fakulta | cs_CZ |
dc.subject | online algorithm | en_US |
dc.subject | competitive analysis | en_US |
dc.subject | online scheduling | en_US |
dc.subject | buffer management | en_US |
dc.subject | resource augmentation | en_US |
dc.subject | online algoritmy | cs_CZ |
dc.subject | kompetitivní analýza | cs_CZ |
dc.subject | online rozvrhování | cs_CZ |
dc.subject | buffer management | cs_CZ |
dc.subject | resource augmentation | cs_CZ |
dc.title | Online Algorithms for Packet Scheduling | en_US |
dc.type | dizertační práce | cs_CZ |
dcterms.created | 2018 | |
dcterms.dateAccepted | 2018-09-25 | |
dc.description.department | Informatický ústav Univerzity Karlovy | cs_CZ |
dc.description.department | Computer Science Institute of Charles University | en_US |
dc.description.faculty | Faculty of Mathematics and Physics | en_US |
dc.description.faculty | Matematicko-fyzikální fakulta | cs_CZ |
dc.identifier.repId | 150098 | |
dc.title.translated | Online algoritmy pro rozvrhování paketů | cs_CZ |
dc.contributor.referee | Stein, Clifford | |
dc.contributor.referee | Englert, Matthias | |
thesis.degree.name | Ph.D. | |
thesis.degree.level | doktorské | cs_CZ |
thesis.degree.discipline | Discrete Models and Algorithms | en_US |
thesis.degree.discipline | Diskrétní modely a algoritmy | cs_CZ |
thesis.degree.program | Informatika | cs_CZ |
thesis.degree.program | Informatics | en_US |
uk.thesis.type | dizertační práce | cs_CZ |
uk.taxonomy.organization-cs | Matematicko-fyzikální fakulta::Informatický ústav Univerzity Karlovy | cs_CZ |
uk.taxonomy.organization-en | Faculty of Mathematics and Physics::Computer Science Institute of Charles University | en_US |
uk.faculty-name.cs | Matematicko-fyzikální fakulta | cs_CZ |
uk.faculty-name.en | Faculty of Mathematics and Physics | en_US |
uk.faculty-abbr.cs | MFF | cs_CZ |
uk.degree-discipline.cs | Diskrétní modely a algoritmy | cs_CZ |
uk.degree-discipline.en | Discrete Models and Algorithms | en_US |
uk.degree-program.cs | Informatika | cs_CZ |
uk.degree-program.en | Informatics | en_US |
thesis.grade.cs | Prospěl/a | cs_CZ |
thesis.grade.en | Pass | en_US |
uk.abstract.cs | V této práci studujeme rozvrhovací algoritmy pro abstraktní modely sít'ového přepínače, v nichž přicházejí pakety do bufferu přepínače, aby byly odeslány skrz výstupní port. Počet paketů přicházejících do bufferu je však příliš veliký a některé tak nemohou být odeslány. Pakety mají prioritu danou váhou a cílem algoritmu je maximalizovat propustnost systému, tedy celko- vou váhu odeslaných paketů. Algoritmus nicméně nezná pakety, které přijdou v budoucnu, a nedosáhne tedy optimální propustnosti. Proto provádíme kom- petitivní analýzu a její zjemnění, jež analyzují chování online algoritmů v nejhorších případech. V první části práce se zaměříme na jednoduchý online rozvrhovací model s pakety jednotkové délky s termíny, zvaný Bounded-Delay Packet Scheduling. Navrhneme optimální φ-kompetitivní deterministický algoritmus pro tento problém, kde φ ≈ 1.618 je zlatý řez. Algoritmus je založen na detailním roz- boru struktury optimálních rozvrhů paketů v bufferu, zvaných plány. Dále se zaměříme na semi-online algoritmy s tzv. lookaheadem, který umožňuje algoritmu vidět pakety přicházející v nejbližší budoucnosti. Ukážeme algorit- mus s lookaheadem pro instance, v nichž každý paket může být rozvrhnut pouze... | cs_CZ |
uk.abstract.en | We study online scheduling policies for buffer management models, in which packets are arriving over time to a buffer of a network switch to be sent through its single output port. However, the bandwidth of the port is limited and some packets need to be dropped, based on their weights. The goal of the scheduler is to maximize the weighted throughput, that is, the total weight of packets transmitted. Due to the natural lack of information about future, an optimal performance cannot be achieved, we thus pursue competitive analysis and its refinements to analyze online algorithms on worst-case inputs. Specifically, in the first part of the thesis, we focus on a simple online scheduling model with unit-size packets and deadlines, called Bounded-Delay Packet Scheduling. We design an optimal φ-competitive deterministic algo- rithm for the problem, where φ ≈ 1.618 is the golden ratio. It is based on a detailed understanding of an optimal schedule of pending packets, called the plan, which may be of independent interest. We also propose a semi-online setting with lookahead that allows the algorithm to see a little bit of future, namely, packets arriving in the next few steps. We provide an algorithm with lookahead for instances in which each packet can be scheduled in at most two consecutive slots and prove lower... | en_US |
uk.file-availability | V | |
uk.publication.place | Praha | cs_CZ |
uk.grantor | Univerzita Karlova, Matematicko-fyzikální fakulta, Informatický ústav Univerzity Karlovy | cs_CZ |
thesis.grade.code | P | |