-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathNetworking_engineer.php
144 lines (115 loc) · 7.26 KB
/
Networking_engineer.php
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
<?php
// Initialize the session
session_start();
?>
<!DOCTYPE html>
<html lang="en">
<?php include 'header.php'?>
<!-- Hero-area -->
<div class="hero-area section">
<!-- Backgound Image -->
<div class="bg-image bg-parallax overlay" style="background-image:url(./img/bgc2.jpg); " ></div>
<!-- /Backgound Image -->
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<ul class="hero-area-tree">
<li><a href="main.php">Home</a></li>
<li><a href="blog.php">Knowledge Network</a></li>
<li>Networking Engineer</li>
</ul>
<h1 class="white-text">Networking Engineer</h1>
</div>
</div>
</div>
</div>
<!-- /Hero-area -->
<!-- Blog -->
<div id="blog" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- main blog -->
<div id="main" class="col-md-9">
<!-- blog post -->
<div class="blog-post" style= "text-align:justify; ">
<h2>Job Description</h2>
<!-- row -->
<div class="row">
<p style="font-size:16px;" >Networking Engineer will be responsible for maintaining and administering our company's computer networks. Primary duties will include maintenance of computer networks, hardware, software, and other related systems, performing disaster recovery operations, protecting data, software, and hardware from attacks, and replacing faulty network hardware components when necessary. Networking Engineers will also be working closely with the users of our network in order to identify potential issues and fix existing problems.</p>
<p style="font-size:16px;">Networking Engineer ensures the integrity of high availability network infrastructure to provide maximum performance for your users. Networking Engineer work's internally as part of an organisation's IT support team, or externally as part of an outsourced IT networking consultancy firm working with a number of clients.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Skills required</h2>
<p style="font-size:16px;"></p>
<ol style="font-size:16px;">
<li><b>1. </b>Strong understanding of network infrastructure and network hardware.</li>
<li><b>2. </b>Ability to think through problems and visualize solutions.</li>
<li><b>3. </b>Ability to implement, administer, and troubleshoot network infrastructure devices, including wireless access points, firewall, routers, switches, controllers.</li>
<li><b>4. </b>Knowledge of application transport and network infrastructure protocols.</li>
<li><b>5. </b>Ability to create accurate network diagrams and documentation for design and planning network communication systems.</li>
<li><b>6. </b>Provides specific detailed information for hardware and software selection.</li>
<li><b>7. </b>Ability to quickly learn new or unfamiliar technology and products using documentation and internet resources.</li>
<li><b>8. </b>Ability to work with all levels of staff within and outside of IT and outside the organization.</li>
<li><b>9. </b>Good analytical and problem-solving skills.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Educational Requirements</h2>
<p style="font-size:16px;">Network Engineer Requirements include having a bachelor’ degree in the field of computer science, information technology or something that is related to technology.
They should have a solid understanding of the network infrastructure and hardware.There are a lot of specialist courses that can enable you to get the skills and knowledge needed regarding networking certifications. Some of these are
CCIE (Cisco), CCNP (Cisco), JNCIE-ENT (Juniper), Network+ (CompTIA), WCNA (Wireshark).</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Duties and Responsibilities</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Maintaining and administering computer networks and related computing environments including systems software, applications software, hardware, and configurations.</li>
<li><b>2. </b>Performing disaster recovery operations and data backups when required.</li>
<li><b>3. </b>Protecting data, software, and hardware by coordinating, planning, and implementing network security measures.</li>
<li><b>4. </b>Troubleshooting, diagnosing, and resolving hardware, software, and other network and system problems.</li>
<li><b>5. </b>Maintaining, configuring, and monitoring virus protection software and email applications.</li>
<li><b>6. </b>Conferring with network users about solving existing system problems.</li>
<li><b>7. </b>Designing, configuring, and testing networking software, computer hardware, and operating system software.</li>
<li><b>8. </b>Coordinating computer network access and use.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Salary</h2>
<p style="font-size:16px;">The average salary for a Network Engineer is ₹4,68,500 per year. A Network Engineer can expect an average starting salary of ₹1,65,000. The highest salaries can exceed ₹9,00,000.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Companies offering Networking Engineer role</h2>
<ol style="font-size:16px;">
<li><b>1. Capgemini Technology Services </b> </li>
<li><b>2. Bharti Airtel Limited </b></li>
<li><b>3. ITC Infotech</b></li>
<li><b>4. Reliance Jio Infocomm Ltd.</b></li>
<li><b>5. IBM </b></li>
<li><b>6. Google</b></li>
<li><b>7. Cisco System</b></li>
</ol>
</div>
<!-- /row -->
</div>
<!-- /blog post -->
</div>
<!-- /main blog -->
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- /Blog -->
<?php include 'footer.php'?>
</html>