-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPure Aloha.html
169 lines (153 loc) · 6.92 KB
/
Pure Aloha.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>About</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<!-- owl stylesheets -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
</head>
<body>
<!--header section start -->
<div class="header_section">
<div class="container-fluid">
<div class="row">
<div class="col-md-3">
<div class="logo"><a href="index.html"><img src="images/logo.png"></a></div>
</div>
<div class="col-md-9">
<div class="menu_text">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="price.html">PACKAGE</a></li>
<li><a href="gym.html">TRAINING</a></li>
<li><a href="contact.html">CONTACT US</a></li>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="price.html">PRICE</a>
<a href="gym.html">GYM</a>
<a href="class.html">CLASS</a>
<a href="contact.html">CONTACT US</a>
<a href="#">LOGIN</a>
<a href="#">REGISTER</a>
</div>
</div>
<span style="font-size:33px;cursor:pointer; color: #ffffff;" onclick="openNav()"><img src="images/toggle.png" class="toggle_menu"></span>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- header section end -->
<!-- about section start -->
<div class="about_section_2 layout_padding">
<div class="container">
<h1 class="about_text_2"><strong>Pure Aloha</strong></h1>
<p class = "client_long_text">
In pure ALOHA, the time of transmission is continuous. Whenever a station has an available frame, it sends the frame.<br> If there is collision and the frame is destroyed, the sender waits for a random amount of time before retransmitting it.
</p>
<p class = "client_long_text">
<u>Working Principle:</u> After transmitting a frame, a station waits for a finite period of time to receive an acknowledgement.<br> If the acknowledgement is not received within this time,the station assumes that the frame has been destroyed due to collision and resends the frame.
</p>
<p class = "client_long_text">
A collision occurs if more than one frame tries to occupy the channel at the same time. The situation is depicted in the following diagram−
</p>
<br>
<div class="about_img" style="text-align: center;"><img src = "https://www.tutorialspoint.com/assets/questions/media/43444/pure_aloha.jpg" align = centre></div>
</div>
</div>
<!-- about section end -->
<!-- footer section start -->
<div class="footer_section layout_padding">
<div class="footer_section_2">
<div class="container">
<div class="row map_addres">
<div class="col-sm-12 col-lg-4">
<div class="map_text"><img src="images/map-icon.png"><span class="map_icon">Bhakti Vedant Swami Marg,
Near Cooper Hospital, JVPD Scheme,
Vile Parle (West), Mumbai.</span></div>
</div>
<div class="col-sm-12 col-lg-4">
<div class="map_text"><img src="images/phone-icon.png"><span class="map_icon">( +71 7986543234 )</span></div>
</div>
<div class="col-sm-12 col-lg-4">
<div class="map_text"><img src="images/email-icon.png"><span class="map_icon">[email protected]</span></div>
</div>
</div>
<div class="social_icon">
<ul>
<li><a href="#"><img src="images/fb-icon.png"></a></li>
<li><a href="#"><img src="images/twitter-icon.png"></a></li>
<li><a href="#"><img src="images/in-icon.png"></a></li>
<li><a href="#"><img src="images/instagram-icon.png"></a></li>
</ul>
</div>
<p class="copyright_text">Copyright 2019 All Right Reserved By.<a href="https://html.design"> Free html Templates</p>
</div>
</div>
</div>
<!-- footer section end -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<!-- javascript -->
<script src="js/owl.carousel.js"></script>
<script src="https:cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
<script>
$(document).ready(function(){
$(".fancybox").fancybox({
openEffect: "none",
closeEffect: "none"
});
$(".zoom").hover(function(){
$(this).addClass('transition');
}, function(){
$(this).removeClass('transition');
});
});
</script>
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
</body>
</html>