-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (75 loc) · 5.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="The program committee is delighted to invite you to the 19th Workshop on Mobility in the Evolving Internet Architecture MobiArch 2024. The workshop will be held on 18th Nov, 2024. MobiArch is in conjunction with MobiCom 2024">
<title>MobiArch 2024</title>
<link href="bootstrap.min.css" rel="stylesheet">
<link href="jumbotron.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#">MobiArch 2024</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="call.html">Call for Papers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="committees.html">Committees</a>
</li>
<li class="nav-item">
<a class="nav-link" href="program.html">Technical Program</a>
</li>
<li class="nav-item">
<a class="nav-link" href="submission.html">Paper Submission</a>
</li>
</ul>
</div>
</nav>
<main role="main">
<div class="jumbotron">
<div class="container"><FONT COLOR="white">
<h1 class="display-3">MobiArch 2024</h1>
<p> <h5>Workshop on Mobility in the Evolving Internet Architecture to be held in conjunction with MobiCom
2024 </h5></p>
<p><h5> Washington, D.C., USA, <b> </b> 18th Nov, 2024 </h5></p>
</div></font>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Welcome</h2>
<p>The program committee is delighted to invite you to the 19th Workshop on Mobility in the Evolving Internet Architecture (MobiArch) 2024.
<br> The workshop will be held on the 18th of November 2024, in conjunction with <a
href="https://www.sigmobile.org/mobicom/2024/">MobiCom 2024</a></p>
<!-- <h3><FONT COLOR="red"> Updates</h3>
<p> <b>[June 21st] Due to the travel restrictions still in effect in some countries, we are exploring ways to make a hybrid option available for presenters or participants unable to attend in person. Accordingly, we encourage submissions regardless of your ability to attend the Workshop in person.</b>
</font> -->
<h2>Aim and Scope</h2>
<p>The last two decades have witnessed an extremely fast evolution of network technologies and an steep growth in mobile data traffic. According to the latest edition of the Cisco Visual Networking Index (VNI), global mobile data traffic is projected to increase nearly three-fold from 2020 to 2025, reaching 184 exabytes per month by 2025. This growth is being fuelled by factors such as the proliferation of mobile devices, the increasing availability of high-speed mobile networks, and the growing adoption of data-intensive mobile applications. This trend is coming along with increased capabilities and intelligence of devices, hence offering great opportunities for research innovation and development.
</p>
<p>Globally, 5G network deployments are becoming generalized, providing higher data speeds at low latency and enhanced throughput to handle more simultaneous connections without causing disruptions when compared with previous mobile generation. However, some issues and challenges have not been fully addressed in 5G mobile networks and they are attracting further research efforts like the emerging applications challenges that are pushing the required quality of service to extreme levels, the mobile edge computing issues for user mobility support in small cells, the tendency towards Open and smart RAN enabling interoperable interfaces, RAN virtualization and push embedded machine learning systems and artificial intelligence back end modules for an enhanced RAN intelligence. These challenges drive the need towards deep research on the next generation of mobile Internet system, the 6G, that would tackle these challenges while deliver new mobile services and defining the fundamental architectural components for the next generation mobile Internet.
</p>
<p>ACM MobiArch 2024 will continue to serve as a forum for discussing recent research trends and future directions gathered
around all aspects of mobile communication technologies and mobile Internet architectures, such as system and radio access
challenges that have to be faced to implement reliable, optimized, and scalable mobile networked systems. </p>
</div>
</div>
<hr>
</div>
</main>
<script src="jquery-3.2.1.slim.min.js"></script>
<script src="popper.min.js"></script>
<script src="bootstrap.min.js"></script>
</body>
</html>