-
Notifications
You must be signed in to change notification settings - Fork 1
/
Blockchian_and_Cybersecurity.html
57 lines (46 loc) · 3.37 KB
/
Blockchian_and_Cybersecurity.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Arvo&family=Bebas+Neue&family=Cairo:wght@700&family=Chivo+Mono:wght@300&family=Dosis:wght@600&family=Edu+VIC+WA+NT+Beginner&family=Fira+Sans:ital,wght@1,500&family=Fjalla+One&family=IBM+Plex+Mono:wght@300&family=Josefin+Sans:ital,wght@1,500&family=Lato&family=Noto+Serif+NP+Hmong&family=Nova+Flat&family=Roboto&family=Roboto+Slab:wght@300&family=Rubik:wght@300&family=Secular+One&family=Source+Code+Pro&family=Unbounded&display=swap" rel="stylesheet">
<link rel="stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="./themes.css">
<title>Themes</title>
</head>
<body>
<section id="Home-page">
<h1 class="heading">YOUR NEXT STEP TOWARDS CYBERCUP 3.0</h1>
</section>
<section id="Problem-Statement">
<div class="container-fluid problem statement">
<div class="row">
<div class="ps-1-image floating col-lg-6 col-md-12 col-sm-12">
<img src="./CyberCup3.0/ai-nuclear-energy-future-innovation-disruptive-technology.jpg" alt="">
</div>
<div class="ps-1 col-lg-6 col-md-12 col-sm-12">
<h2>Problem statement 1</h2>
<p>Design a system for data compression on backbone network- the possible system should be efficient enough in data compression so as to allow for lesser bandwidth utilization, optimizes network performance still considering some given organizational constraints. You can use the constraints of your choice</p>
</div>
<div class="ps-2-image floating col-lg-6 col-md-12 col-sm-12">
<img src="./CyberCup3.0/8090.jpg" alt="">
</div>
<div class="ps-2 col-lg-6 col-md-12 col-sm-12">
<h2>Problem statement 2</h2>
<p>Development of smart tool/utility to identify a possible compromise on system including firewall/router or network.- The system should use other possible techniques may be a model using artifical intelligence and machine learning for identification in addition to Indicators of compromises. The quality measure of the system include innovation and ruggedness, utility of method, ease of deployment and reporting technique, ability to handle false alarms</p>
</div>
<div class="ps-3-image floating col-lg-6 col-md-12 col-sm-12">
<img src="./CyberCup3.0/abstract-glowing-flame-drops-electric-illumination-generative-ai.jpg" alt="">
</div>
<div class="ps-3 col-lg-6 col-md-12 col-sm-12">
<h2>Problem statement 3</h2>
<p>Develop a system to monitor and track activities being carried out on dark web or using various cryptocurrencies under the umbrella of anonymity</p>
</div>
</div>
</div>
</section>
</body>
</html>