शनिवार, 23 मार्च 2013

How Does BitTorrent Work?




BitTorrent consumes 12% of total Internet traffic in North America and 36% of total traffic in the Asia-Pacific region, according to a 2012 study. It’s so popular that the new “Copyright Alert System” targets BitTorrent traffic alone.

BitTorrent may be popularly known as a method of piracy, but it isn’t just for pirates. It’s a useful, decentralized peer-to-peer protocol with significant advantages over other protocols in many situations.

This article will help you understand how the BitTorrent protocol works and why it’s not just a tool for piracy. We’ve previously explained how to get started with BitTorrent.
How BitTorrent Works

When you download a web page like this one, your computer connects to the web server and downloads the data directly from that server. Each computer that downloads the data downloads it from the web page’s central server. This is how much of the traffic on the web works.



BitTorrent is a peer-to-peer protocol, which means that the computers in a BitTorrent “swarm” (a group of computers downloading and uploading the same torrent) transfer data between each other without the need for a central server.



Traditionally, a computer joins a BitTorrent swarm by loading a .torrent file into a BitTorrent client. The BitTorrent client contacts a “tracker” specified in the .torrent file. The tracker is a special server that keeps track of the connected computers. The tracker shares their IP addresses with other BitTorrent clients in the swarm, allowing them to connect to each other.

Once connected, a BitTorrent client downloads bits of the files in the torrent in small pieces, downloading all the data it can get. Once the BitTorrent client has some data, it can then begin to upload that data to other BitTorrent clients in the swarm. In this way, everyone downloading a torrent is also uploading the same torrent. This speeds up everyone’s download speed. If 10,000 people are downloading the same file, it doesn’t put a lot of stress on a central server. Instead, each downloader contributes upload bandwidth to other downloaders, ensuring the torrent stays fast.

Importantly, BitTorrent clients never actually download files from the tracker itself. The tracker participates in the torrent only by keeping track of the BitTorrent clients connected to the swarm, not actually by downloading or uploading data.
Leechers and Seeders

Users downloading from a BitTorrent swarm are commonly referred to as “leechers” or “peers”. Users that remain connected to a BitTorrent swarm even after they’ve downloaded the complete file, contributing more of their upload bandwidth so other people can continue to download the file, are referred to as “seeders”. For a torrent to be downloadable, one seeder – who has a complete copy of all the files in the torrent – must initially join the swarm so other users can download the data. If a torrent has no seeders, it won’t be possible to download – no connected user has the complete file.

BitTorrent clients reward other clients who upload, preferring to send data to clients who contribute more upload bandwidth rather than sending data to clients who upload at a very slow speed. This speeds up download times for the swarm as a whole and rewards users who contribute more upload bandwidth.


Torrent Trackers and Trackerless Torrents

In recent times, a decentralized “trackerless” torrent system allows BitTorrent clients to communicate among each other without the need for any central servers. BitTorrent clients use distributed hash table (DHT) technology for this, with each BitTorrent client functioning as a DHT node. When you add a torrent using a “magnet link”, the DHT node contacts nearby nodes and those other nodes contact other nodes until they locate the information about the torrent.

As the DHT protocol specification says, “In effect, each peer becomes a tracker.” This means that BitTorrent clients no longer need a central server managing a swarm. Instead, BitTorrent becomes a fully decentralized peer-to-peer file transfer system.

DHT can also work alongside traditional trackers. For example, a torrent can use both DHT and a traditional tracker, which will provide redundancy in case the tracker fails.


BitTorrent Isn’t Just For Piracy

BitTorrent isn’t synonymous with piracy. Blizzard uses a custom BitTorrent client to distribute updates for its games, including World of Warcraft, StarCraft II, and Diablo 3. This helps speed up downloads for everyone by allowing people to share their upload bandwidth with others, leveraging unused bandwidth towards faster downloads for everyone. Of course, it also saves Blizzard money on their bandwidth bills.

People can use BitTorrent to distribute large files to significant numbers of people without paying for the web hosting bandwidth. A free film, music album, or game could be hosted on BitTorrent, allowing an easy, free method of distribution where the people downloading the file also help distribute it. WikiLeaks distributed data via BitTorrent, taking a significant load off their servers. Linux distributions use BitTorrent to help distribute their ISO disc images.

BitTorrent, Inc. – a company responsible for developing BitTorrent as a protocol, who also purchased and develop the popular µTorrent torrent client – is developing a variety of applications that use the BitTorrent protocol for new things via their BitTorrent Labs project. Labs experiments include a syncing application that securely synchronizes files between several computers by transferring the files directly via BitTorrent, and a BitTorrent Live experiment that uses the BitTorrent protocol to help broadcast live, streaming video, leveraging the power of BitTorrent to stream live video to large numbers of people without the current bandwidth requirements.



BitTorrent may be primarily used for piracy at the moment, as its decentralized and peer-to-peer nature are a direct response to efforts to crack down on Napster and other peer-to-peer networks with central points of failure. However, BitTorrent is a tool with legitimate uses in the present – and many other potential uses in the future.

windows 7 How to see who logged into a computer and when


How To See Who Logged Into a Computer and When





Have you ever wanted to monitor who’s logging into your computer and when? On Professional editions of Windows, you can enable logon auditing to have Windows track which user accounts log in and when.

The Audit logon events setting tracks both local logins and network logins. Each logon event specifies the user account that logged on and the time the login took place. You can also see when users logged off.
Enable Logon Auditing

First, open the local group policy editor – press the Windows key, type gpedit.msc in the Start menu, and press Enter. (You can also enable logon event auditing on a domain controller if you administer a network with centralized logins.)



Navigate to the following folder: Local Computer Policy –> Computer Configuration –> Windows Settings –> Security Settings –> Local Policies –> Audit Policy.



Double-click the Audit logon events policy setting in the right pane to adjust its options. In the properties window, enable the Success checkbox to log successful logons. You can also enable the Failure checkbox to log failed logins.


Viewing Logon Events

After enabling this setting, Windows will log logon events – including a username and time – to the system security log.

To view these events, open the Event Viewer – press the Windows key, type Event Viewer, and press Enter to open it.



Navigate to the Windows Logs –> Security category in the event viewer.

Look for events with event ID 4624 – these represent successful login events.



To see more information – such as the user account that logged into the computer – you can double-click the event and scroll down in the text box. (You can also scroll down in the text box underneath the list of events.)



If your security log is cluttered, you can click the Filter Current Log option in the sidebar and filter by event ID 4624. The Event Viewer will display only logon events.

Because this is just another event in the Windows event log with a specific event ID, you can also use the Task Scheduler to take action when a logon occurs. You can even have Windows email you when someone logs on.



Windows 7 Networking sharing and accessing


Share Permissions


In Windows there are two types of file and folder permissions. Firstly, there are the Share Permissions. Secondly, there are NTFS Permissions, which are also called Security Permissions. Securing shared folders is usually done with a combination of Share and NTFS Permissions. Since this is the case, it is essential to remember that the most restrictive permission always applies. For example, if the share permission gives the Everyone security principle read permission, but the NTFS permission allow users to make a change to the file, the share permission will take precedence, and the users will not be allowed to make changes. When you set the permissions, the LSASS(Local Security Authority) controls access to the resource. When you log on, you are given an access token with your SID on it. When you go to access the resource, the LSASS compares the SID that you added to the ACL (Access Control List). If the SID is on the ACL, it determines whether to allow or deny access. No matter what permissions you use, there are differences, so let’s take a look to get a better understanding of when we should use what.

Share Permissions:
Only apply to users who access the resource over the network. They don’t apply if you log on locally, for example through terminal services.
It applies to all files and folders in the shared resource. If you want to provide a more granular sort of restriction scheme you should use NTFS Permission in addition to shared permissions
If you have any FAT or FAT32 formatted volumes, this will be the only form of restriction available to you, as NTFS Permissions are not available on those file systems.

NTFS Permissions:
The only restriction on NTFS Permissions is that they can only be set on a volume that is formatted to the NTFS file system
Remember that NTFS Permissions are cumulative. That means that a user’s effective permissions are the result of combining the user’s assigned permissions and the permissions of any groups the user belongs to.
The New Share Permissions

Windows 7 bought along a new “easy” share technique. The options changed from Read, Change and Full Control to Read and Read/Write. The idea was part of the whole Homegroup mentality and makes it easy share a folder for non-computer literate people. This is done via the context menu and shares with your homegroup easily.



If you wanted to share with someone who is not in the home group, you could always choose the “Specific people…” option. Which would bring up a more “elaborate” dialog where you could specify a user or group.



There are only two permissions, as previously mentioned. Together, they offer an all or nothing protection scheme for your folders and files.

Read permission is the “look, don’t touch” option. Recipients can open, but not modify or delete a file.
Read/Write is the “do anything” option. Recipients can open, modify, or delete a file.
The Old School Permission

The old share dialog had more options, such as the option to share the folder under a different alias. It allowed us to limit the number of simultaneous connections as well as configure caching. None of this functionality is lost in Windows 7, but rather is hidden under an option called “Advanced Sharing”. If you right click on a folder and go to its properties you can find these “Advanced Sharing” settings under the sharing tab.



If you click on the “Advanced Sharing” button, which requires local administrator credentials, you can configure all the settings that you were familiar with in previous versions of Windows.



If you click on the permissions button, you’ll be presented with the 3 settings that we are all familiar with.


Read permission allows you to view and open files and subdirectories as well as execute applications. However it doesn’t allow any changes to be made.
Modify permission allows you to do anything that Read permission allows, and it also add the ability to add files and subdirectories, delete subfolders and change data in the files.
Full Control is the “do anything” of the classic permissions, as it allows for you to do any and all of the previous permissions. In addition, it gives you the advanced changing NTFS Permission, but this only applies on NTFS Folders.


Accessing a Shared Resource


So now that we have learned about the two methods we can use to share content on our PCs, how do you actually go about accessing it over the network? It is very simple. Just type the following into the navigation bar.


\\computername\sharename

Note: Obviously you will need to substitute computername for the name of the PC hosting the share and sharename for the name of the share.



This is great for once off connections, but what about in a larger corporate environment? Surely you don’t have to teach your users how to connect to a network resource using this method. To get around this, you will want to map a network drive for each user, this way you can advise them to store their documents on the “H” drive, rather than trying to explain how to connect to a share. To map a drive, open Computer and click on the “Map network drive” button.



Then simply type in the UNC path of the share.



Your probably wondering if you have to do that on every PC, and luckily the answer is no. Rather, you can write a batch script to automatically map the drives for your users at logon and deploy it via Group Policy.



If we dissect the command:
We are using the net use command to map the drive.
We use the * to denote that we want to use the next available drive letter.
Finally we specify the share we want to map the drive to. Notice that we used quotes because the UNC path contains spaces.

शुक्रवार, 22 मार्च 2013

Network Administrator (module One India - Client of Pbc)


by Paharpur Business Centre in Delhi

Experience: 2 to 7 yrs.

Salary: INR 1,75,000 - 3,00,000

P.A Posted on: 21 Mar

The best way to apply for this position is to submit your resume on our careers website page. We do not consider emailed resumes as we are unable to read them all. WWW.MODULEONE.COM/CAREERS/

You need to administer and maintain desktop hardware and software, server hardware and software, remotely hosted cloud servers , remotely hosted managed servers and our local Windows network.

Administration and maintenance of a Windows 2003 / 2008 network
Administration and maintenance of Exchange 2003
Administration and maintenance of ISA 2004 firewall
Administration of remotely hosted Windows / IIS web servers
Administration of remotely hosted websites & databases (Windows / IIS / SQL Server / Linux / Apache/ MySQL)
Monitoring, testing, configuration and optimization of websites, databases and related infrastructure using tools and technologies such as Google Webmaster Tools, Google Analytics etc.
Providing remote customer support for our web hosting clients
Providing desktop support for internal network users
Documentation of network infrastructure, procedures and policies
Maintenance of computer hardware and system assembly
Handling purchase and sale of computer hardware

Salary:INR 1,75,000 - 3,00,000 P.A. Salary will not be a constraint for the right candidate.

Industry:IT-Software / Software Services

Functional Area:IT Software - Network Administration, Security

Role Category:Admin/Maintenance/Security/Datawarehousing

Role:Network Administrator

Keyskills:Network Engineer, Servers, Networking, Desktop Support, Sr. Network Engineer, desktop engineer, system administrator, MCSE, MCSA, Network Administration, technical support
You must have a BCA / BSc / MCA degree

Minimum of 60% marks throughout your educational history

At least 2 years of desktop support or networking related work experience

Microsoft Windows 2003 / 2008 certification (MCSA or MCSE)

Computer hardware knowledge w/ability to assemble systems

Proficiency with MS Word & Excel

You need to live within a 60 minute commuting distance from Nehru Place.

Our working hours are from 9:30am to 6:00pm. This is a Delhi based position. We are not open to looking at candidates if they currently live outside Delhi/NCR.

The best way to apply for this position is to submit your resume on our careers website page. We do not consider emailed resumes as we are unable to read them all.
WWW.MODULEONE.COM/CAREERS/

Contact Details
Recruiter Name:Ms. Neeti Arora
Email Address:moduleone@pbcnet.com
Telephone:91-11-41207674
Reference Id:MO/NA-018/

IT Support Specialist (Intel Technology India Pvt Ltd )


Intel Technology India Pvt.Ltd focuses on creating innovative products that advance the next generation of technology. Intel with its strong technology heritage, provides an opportunity to work on cutting-edge technology, pushing the boundaries of innovation and transforming the way people live and work.
Designation IT Support Specialist
Job Description Job Description:
Responsible for the distribution, installation, operations, and troubleshooting of site distributed computing environment. Participate in hardware/software projects and deployment plans. Analyze work group systems and recommend solutions. Execute production processes. Perform/manage changes to servers/environment. Manage virus protection procedures on server. Drive day to day business needs by managing processes and/or workflow. Responds to customer/client requests or events as they occur. Develops solutions to problems utilizing formal education and judgement.

Qualifications:
The candidate must posses good problem solving and communication skills. The candidate must be able to work with different stakeholders in getting the issues resolved and ensure proper communication is done to the business stakeholders. The candidate must have good written and oral communication skills and must a good team player.
Desired Profile Please refer to the Job description above
Experience 3 - 5 Years
Industry Type IT-Software / Software Services
Role Technical Support Engineer
Functional Area IT Software - Other
Education UG - Any Graduate
PG - Any Postgraduate
DOCTORATE - Doctorate Not Required
Location Bengaluru/Bangalore
Keywords IT Support Specialist, IT Support, Support Specialist, Support, distribution, installation, operations, troubleshooting, site distributed computing environment, software projects, Communication Skills
Contact HR
Intel Technology India Pvt Ltd
Website http://www.intel.com
Job Posted 21 Mar
Reference 707400

Intel Technology India Pvt.Ltd , Job : Intern


Intel Technology India Pvt.Ltd focuses on creating innovative products that advance the next generation of technology. Intel with its strong technology heritage, provides an opportunity to work on cutting-edge technology, pushing the boundaries of innovation and transforming the way people live and work.

Designation Intern

Job Description Responsibilities may be quite diverse of an exempt technical nature. U.S. experience and education requirements will vary significantly depending on the unique needs of the job. Job assignments are usually for the summer or for short periods during breaks from school.

Desired Profile You must be enrolled in a Master Program in Computer Science or Computer Engineering in a reputed institution. Additional qualifications include:
- Strong demonstrated proficiency in technical one or more of the following areas: Computer programming, operating systems internals, computer security, computer architecture

- Excellent written and verbal communication skills

- Good team player and openness to constructive criticism

- Strong result-orientation with a can-do attitude q

Experience 0 - 1 Years

Industry Type IT-Software / Software Services

Role Fresher

Functional Area Engineering Design, R&D

Education UG - B.Tech/B.E. - Computers

PG - M.Tech - Computers

DOCTORATE - Doctorate Not Required

Location Bengaluru/Bangalore

Keywords Intern, Computer programming, operating systems internals, computer security, computer architecture

Contact HR
Intel Technology India Pvt Ltd
Website http://www.intel.com
Job Posted 21 Mar
Reference 707664

CENTRAL BOARD OF SECONDARY EDUCATION Project Associate (Technical)


Job Posted on :21/03/2013
 
  Company Name : CENTRAL BOARD OF SECONDARY EDUCATION
  Company Profile :
  Job Title : . Project Associate (Technical)
  No of Vacancy :
  Job Description : . Project Associate (Technical)
  Desired candidate profile :
  Qualification : Any Graduate
  Skills :
  Minimum Experience : Fresher
  Maximum Experience : 9 years
  Location : India-Delhi-NCR
                                 India-Gurgaon
                                 India-Noida
   Job Code :
  Contact Details :CENTRAL BOARD OF SECONDARY EDUCATION,

How to Apply :
check detail
http://www.cseb.gov.in/csptcl/recruitment/recruitment.htm


CCNA and CCNP for quick reference part-1


Why Cisco internetworking required?

To sort out the problems in LAN like
à Too many hosts in a broadcast domain,
à Broadcast Storm
à Multiplexing
à Low Bandwidth

Routers, Switches, Bridges and Hubs are used

Routers are used to break the broadcast domain,
Routers can filter the network based on IP Address and forwards the packet to other network

Switch breaks collision domain (every port is collision domain), but one broadcast domain
Switches are used to optimize the performance of LAN,                                                                
Switch switches frames from one port to another, does not forward it to other network
More manageable with VLANS, STP etc. than Bridge
100s of ports available

Bridge breaks collision domain (each port is collision domain like switch), but one broadcast domain, same function as switch
16 ports maximum
Not manageable like switch

Hub does not break any domain. One Broadcast domain, one collision domain
Not manageable

Seven Layers & its Functions


Layer Name

alias

Layer Function

Type of Application / Protocols Used

Application
Upper
Layers
Provides a User Interface / file, print, message, database and application services
WWW, E-mail gateways (SMTP or X.400)
EDI (Electronic data interchange – flow control of accounting, shipping, inventory tracking)
Special Interest bulleting boards – chat rooms
Internet navigation utilities – Google & Yahoo! Search engines, Gopher, WAIS
Financial transaction services – currency exchange rates, market trading,commodities etc.
Presentation
Presents Data, Handles processes of encryption, compression and translation services
PICT, TIFF, JPEG, MIDI, MPEG, RTF, Quick Time (manages audio and video applications of Macintosh programmes)
Session
Setting up, managing and ending up sessions between presentation layer entities,
Keeps different applications’ data separate / Dialog Control
NFS, SQL, RPC, X Window (GUI based protocol – like GUI interface in Linux), Apple Talk Session Protocol (ASP), Digital Network Architecture Session Control Protocol (DNA SC) – DECnet session layer protocol
Transport
Lower
Layers
End to End Connectivity / Provides reliable or unreliable deliver, Performs error correction before retransmit. Known as Communication Layer also
(TCP/UDP) Flow Control: prevents buffer from overflowing in receiving host – no loss of data, Connection Oriented Protocol, Windowing – Acknowledgement
Network
Routing / Provides logical addressing, which routers use for path determination
Passes User Data Packets – routed protocols (IP/IPX)
Passes Route Update Packets – routing protocols (RIP, IGRP, EIGRP, OSPF, BGP)
Routing Tables : Protocol-specific network address, Exit Interface, Metric (load, reliability, bandwidth, MTU, hop count – distance), Access lists, VLAN Connections, QoS for specific network traffic
Data Link
Framing / Combines packets into bytes and bytes into frames, Provides access to media using MAC address, Performs error detection not correction
Provides physical transmission of data and handles error notification, network topology and flow control.
MAC Layer (802.3): Defines how packets are placed on media. Physical addressing, logical topologies (signal path through physical topology), line discipline, error notification (not correction), ordered delivery of frames, optional flow control.
LLC Layer (802.2): Identify the network layer protocols and then encapsulate them. Decides where to destined the packed when frame received (IP Protocol at the network layer), flow control and sequencing of control bits.
Layer 2 Switches and Bridges work here.
Physical
Physical topology / Moves bits between devices, specifies voltage, wire speed and pin-out of cables
Sends / receives bits. (0s/1s). Different signaling methods for different type of medias. We can identify the interface between DTE (attached device) and DCE (located at service provider) DTE can be accessed through modem or CSU/DSU.

Ethernet Networking:

à A media access method that allows all hosts on a network to share the same bandwidth of a link
à It is scalable to Fast Ethernet and Giga Ethernet
à Easy to implement and troubleshoot
à Use Data Link and Physical layer specifications
à Uses CSMA/CD protocol to avoid collision of data being transferred by two devices at the same time
à Effect of CSMA/CD network sustaining heavy collision like Delay, Low throughput and Congestion
à Half Duplex (802.3) uses one pair of wire with a signal running in both directions on the wire
à Full Duplex uses two pairs of wire and sends and receives the data on separate pair makes data transfer faster
à Full Duplex can be used between Switch to host, Switch to Switch, Host to Host
à When powered on, first connects to remote end, negotiate with the other end (called auto detect mechanism method) which decides the exchange capability (10/100/1000 Mbps).

Ethernet at the Data Link Layer :

MAC Addressing and data transfer takes place through the form of frames like Ethernet II frame, 802.3 Ethernet frame, 802.2 SNAP frame and 802.2 SAP frame.
10 Base 2 : 10 Mbps, baseband technology, 185 Mtrs. length, thinnet, supports up to 30 nodes on a single segment. Use BNC (British Naval Connector) and T-connectors. Use logical and physical bus with AUI (15 pins) connectors. (Attachment Unit Interface allows one bit-at-a-time transfer to the physical layer from data link media access method.)

10 Base 5 : 10 Mbps, baseband technology, 500 Mtrs. length, thicknet, up to 1024 users with 2500 meters with repeaters. Use logical and physical bus with AUI connectors.

10 Base T : 10 Mbps using Cat 3 UTP wiring, each device must connect to hub/switch so one host per segment or wire. Uses RJ-45 connector (8 pin modular connector) with physical star and logical bus topology.

100 Base TX : EIA/TIA Cat 5,6,or 7 UTP two-pair wiring. One user per segment, up to 100 Mtrs. long. RJ-45 Connector with a physical star and a logical bus topology. Use MII -- Media Independent Interface (uses nibble, defined as 4 bits) which provides 100 Mbps throughput.

100 Base FX : Use fiber cabling 62.5/125-micron multimode fiber. Point-to-point technology, up to 412 Mtrs. long, ST or SC connector which are MII.

1000 Base CX : Copper twisted-pair called twinax (a balanced coaxial pair) that can run up to only 25 meters. GMII interface.

1000 Base T : Cat 5 UTP four pair wiring up to 100 meters long.

1000 Base SX : MMF using 62.5/50 micron core, uses 850 nano-meter laser, and range is from 3 Kms to 10 Kms

Designation Support Executive-on call - 1 Opening(s)


Job Description

"1. Provide the technical support of Hardware complaints at PAN India.

2. Taking the follow up of all rectified complaints to confirm that whether there are actually resolved or not.

3. Rapidly establishing a good working relationship with vendor and client.

4. Monitoring and resolving all hardware/ Software issues of the Schools.

5. Troubleshooting system and network problems and diagnosing and solving hardware/software faults..

6. Testing and evaluating new technology."

Desired Profile Please refer to the Job description above

Experience 2 - 3 Years

Industry Type IT-Hardware & Networking

Role Customer Support Engineer/Technician

Functional Area IT Hardware, Technical Support, Telecom Engineering

Education UG - B.Sc - Electronics, B.Tech/B.E. - Any Specialization, BCA - Computers

PG - MCA - Computers

DOCTORATE - Any Doctorate - Any Specialization

Compensation: INR 1,50,000 - 2,00,000 P.A. 13k-14k

Location Noida

Keywords linux, Hardware & Networking, shell scripts, apache, mysql, LAMPP, PHP

Contact Ms. Riva
Telephone 0120-4175353
Email jobs@extramarks.com
Website http://www.extramarks.com
Job Posted 18 Mar
Reference "Support Executive"

Network & Hardware Engineer


by Best jobs4all in Bengaluru/Bangalore, Mumbai, Chennai, Hyderabad / Secunderabad, Delhi/NCR, Kolkata
Experience: 0 to 5 yrs.
Posted on: 20 Mar
We are looking for Hardware and Networking Engineers for our Clients. Candidates with Exp in the field of
 Hardware and Networking will be preferred but BE/B.Tech , MCA pass out or appearing in Final year can also apply .

Salary:Not Disclosed by Recruiter

Industry:IT-Hardware & Networking

Functional Area:IT Hardware, Technical Support, Telecom Engineering
Role Category:Technical Support

Role:Customer Support Engineer/Technician

Keyskills:Hardware & Networking, Fresher, Fresher and Trainee, Fresher and Trainee and Entry Level, network engineer, system administrator, network administrator, freshers, hardware networking male, network engineer

Contact Details
Recruiter Name:sunita
Email Address:bestjobs272@gmail.com

गुरुवार, 21 मार्च 2013

Technical Support Engineer L1/2 at Acute Informatics Pvt Ltd


Must have good communication skills. Strong knowledge in hardware & networking Can configure outlook express & other mail client Can troubleshoot any issue related to H/w,S/w& N/w Can work as per company TMC . Skills: A+,N+,Mcse,ccna Qualification : Any graduate/diploma Experience : 0 to 2 Location : Pune, Jaipur ,Ahmedabad , Surat ,Baroda, Nagpur , Mumbai Desired Candidate ProfilePlease refer to the Job description above Experience Required: 0 to 2 Education Required: (UG - Any Graduate - Any Specialization, Diploma - Any Specialization) AND (PG - Any Postgraduate - Any Specialization)


Desired Candidate ProfilePlease refer to the Job description above
Experience Required: 0 to 2

Education Required:  (UG - Any Graduate - Any Specialization, Diploma - Any Specialization) AND (PG - Any Postgraduate - Any Specialization)

Location: Pune, Jaipur, Ahmedabad, Surat, Vadodara/Baroda, Nagpur, Mumbai..


Contact:

Corporate Office:
203, Atlanta Towers,
Gulbai Tekra,
Ambawadi,
Ahmedabad-380006.
Telephone: +91-79-66054341
Branch Office:
Plot No.D-88/2,
2nd Floor, Okhla Phase-I,
Okhla Industrial Area,
New Delhi-110024.
Contact Person:Mr. Rajat Munshi (COO)
Mobile:+919971830500

Email: info@acuteinformatics.in
For HR/Careers: hr@acuteinformatics.in



Sr Network Engineer by Cvent India Pvt. Ltd. in Gurgaon


by Cvent India Pvt. Ltd. in Gurgaon

Experience: 7 to 10 yrs.

Posted on: 19 Mar
Network Monitoring, Performance and capacity planning: monitor, reconfigure and optimize network hardware (i.e. routers, firewalls, switches, load balancers) for

performance improvements and future scalability.
Communicate issues clearly to business and technical groups within the company for troubleshooting and project purposes.
Deploy a variety of specific network changes in support of projects.
Create and initiate network related projects to ensure all systems and tools are in synch (quarterly network audits).
Participate in SDR meetings and provide direction to the Development team on network solutions that promote our company and team standards.
Participate in scheduled and on-call off-hours service requests as well as outages.
Meet with network vendors monthly to discuss issues and current/future hardware improvements.
Take lead on projects that revolve around new datacenter/network deployments, migrations and decommission efforts.
Candidate Requirements:
Understanding of routing basics including BGP, OSPF, HSRP, ACLs
Have experience with most LAN and WAN architectures including Ethernet (Fast and Gigabit), Point to point circuits
Experience with network management platforms and protocols such as SNMP and RMON
Experience with products like ASA, Big/IPs and Nexus products a plus
Ability to meet deadlines in a fast paced environment required
Must have very good written and oral communication skills
Ability to work both as a member of a group and as an individual contributor
7 year experience with most aspects of router, firewall and switch network installation and configuration of a heterogeneous environment.
BS in Computer Science, Cisco Certification, F5 Certification or equivalent experience preferred.
Salary:Not Disclosed by Recruiter
Industry:IT-Software / Software Services
Functional Area:IT Software - Network Administration, Security
Role Category:Admin/Maintenance/Security/Datawarehousing
Role:Network Administrator
Keyskills:lan, wan, routing, Switching, routers, switches, ccna, ccnp, networking, firewalls

Cvent India Pvt. Ltd.
Cvent, Inc. (www.cvent.com) is the world"s leading provider of cloud-based software for meetings and event management. Our platform of products includes software to

manage and facilitate online event registration, meeting site selection, event management, e-mail marketing and web surveys. We also develop mobile apps for both

corporate and consumer events. Founded in 1999, we currently have 1,100 talented and dedicated employees and are headquartered just outside of Washington, D.C., in

McLean, Virginia, with additional U.S. offices in Portland, Oregon; Austin, Texas, and Los Angeles, California. Internationally we have offices in New Delhi, India,

and London, England. Cvent has received a number of awards and honors recognizing our strong company culture, innovative products, stellar customer service and

support, visionary leadership and investment in our employees. We currently have job openings across all departments and locations and are looking to add valuable team

members to further strengthen the company"s DNA.

Contact Details
Contact Company:Cvent India Pvt Ltd

Hardware & Networking Engineer


by Rafaga Infoknowledge Private Limited hiring for Mumbai based leading player in IT Services Provider in Mumbai

Experience: 1 to 5 yrs.

Opening(s): 3

Posted on: 18 Mar

KEY EXP AREAS - Desktop & Laptop Hardware trouble shooting, OS & Software installation & Networking, Windows Server knowledge, ADS, DNS, DHCP, Group Policy

Salary:Attractive Compensation Package

Industry:IT-Hardware & Networking

Functional Area:IT Hardware, Technical Support, Telecom Engineering

Role Category:Technical Support

Role:Customer Support Engineer/Technician

Keyskills:MUMBAI, DIPLOMA IN HARDWARE & NETWORKING, COMPUTER ENGINEER, SOFTWARE INSTALLATION, WINDOWS SERVER, TROUBLE SHOOTING, HARDWARE ENGINER, NETWORK ENGINEER,

ADS, DNS, DHCP, GROUP POLICY

QLFN - Any Graduate + Diploma in Hardware & Networking

KEY SKILLS - Desktop & Laptop Hardware trouble shooting, OS & Software installation & Networking, Windows Server knowledge, ADS, DNS, DHCP, Group Policy
Confident, Good in Computer, IT Savvy

Contact Details
Recruiter Name:Ms DARSHIKA SAMPAT /Mr KUNAL KAMBLE
Email Address:jobs@rafagajobzone.com
Telephone:022-25776193-94-67974042-43
Reference Id:COMENGG0313

Urgent Opening for 2012 & 2013 Fresher(apply Before March 28)


by Century People in Pune, Delhi/NCR, Jaipur
Experience: 0 to 1 yrs.
Salary: INR 3,00,000 - 5,00,000
P.A Posted on: 20 Mar

Candidates must be prepared for travelling anywhere across India as per the requirements of projects and vendors.
Candidates must be prepared for travelling anywhere across India as per the requirements of projects and vendors.
Salary:INR 3,00,000 - 5,00,000 P.A
Industry: Telcom / ISP
Functional Area: IT Hardware, Technical Support, Telecom Engineering
Role Category:Telecom
Role:RF Engineer
Keyskills:rf engineer, bts engineer, dt engineer, fresher, B.Tech, telecom, trainee, switch, switch engineer, telecom engineer, o&m engineer, rf planning, drive

testing, optimization, Job, rf optimisation, frequency planning
To apply for this job first you need to appear for CFAT-2013 to be held on March 31, 2013 in 14 cities in India. It is a screening test for freshers 2012 & 2013

passout candidates. To download CFAT brochure & Notice visit: www.centurypeople.com
Contact Details
Recruiter Name:monika
Email Address:cfat.jobs2@centurypeople.com
Telephone:9728826993

Field Engineer (desktop and Windows Support)


by CMC Ltd. in Bikaner, Jaipur, Delhi

Experience: 1 to 3 yrs.

Salary: INR 1,25,000 - 1,50,000 P.A

Opening(s): 5 Posted on: 20 Mar

Desktop and windows support

Hardware maintenance

Basic knowledge of networking operations

Diagnosis and resolution of technical issues

Salary:INR 1,25,000 - 1,50,000 P.A

Industry: IT-Software / Software Services

Functional Area: IT Hardware, Technical Support, Telecom Engineering

Role Category:Technical Support

Role:Customer Support Engineer/Technician

Key skills: desktop support, field engineer, Hardware & Networking, desktop engineer, technical support, laptop support, system admin, fms support

Candidate Must be a full time graduate with 50% or above marks.

Hardware and Networking diploma will be preferred, candidate should be open to travel

Contact Details
Recruiter Name:Mr. Arun Kumar Sharma

Contact Company: CMC Ltd

Email Address: arunkumar.sharma@cmcltd.com

Reference Id:FE-ML-1001

बुधवार, 20 मार्च 2013

What's New in Windows Server 2012 Networking


Introduction

I’ve been hearing from a number of network admins who expect to be evaluating the benefits of upgrading their server operating system in the next year. Everyone wants to know whether the new features and functionalities are enough to make it worth the cost and hassle. That’s why I began this series on what’s new and cool in Windows Server 2012 networking. In part 1 of the series, we talked about new and improved features in 801.1x authenticated wired and wireless, BranchCache, Data Center Bridging (DCB), DNS and DHCP. In Part 2, we focused on a biggie: Hyper-V network virtualization.
As a quick refresher, here’s a list of some of the categories that offer new features for Windows Server 2012 networking, showing the ones we’ve already addressed in past articles, those we’ll look at in this article, and those still to come in future articles:
  • 802.1x Authenticated Wired and Wireless Access
  • BranchCache
  • Data Center Bridging (DCB)
  • Domain Name System (DNS)
  • DHCP
  • Hyper-V network virtualization
    • IP Address Management (IPAM)
    • Low Latency Workloads technologies
    • Network Load Balancing
    • Network Policy and Access Services
    • NIC Teaming
    • Windows QoS
    • DirectAccess and Unified RRAS
    • Windows Firewall with Advanced Security
This time we’ll delve into IPAM, a feature that’s brand new to Server 2012.

What is IP Address Management (IPAM)?

We’ve been managing IP addresses for a lot of years, but much of the time, it’s been done in a rather haphazard way. In too many cases, our IP addressing schemes “just grew that way.” It’s gotten more and more confusing as virtualization technologies and the enormous increase in the numbers and types of devices that connect to the network have complicated matters. Now, with IPv6 thrown into the mix, many network admins are finding themselves in over their heads. Keeping track of IP addresses manually has become a time-consuming and tedious task, prone to error. Thus IPAM tools such as Cisco’s Network Registrar and open source utilities such as MyIP and NetDB have been developed to address all that. There’s a plethora of IPAM solutions out there, many of which are sold as expensive hardware appliances.
Microsoft’s implementation of IPAM is a new server feature that’s built into Windows Server 2012, so there’s no need to buy or install additional software. This version of IPAM is robust and attempts to make IP management easier, but like all network management systems, it’s pretty complex itself. It consists of four main components, all aimed at helping you to more easily and accurately manage your corporate network’s IP address space and the servers (particularly DNS and DHCP) that deal most directly with IP addressing.
So what exactly does IPAM do? Broken down into its components, here are four broad categories of functionality:
  • Automatically discovers and manages your domain controllers and DHCP and DNS servers.
  • Displays IP addresses in the view you prefer and reports tracking and utilization information.
  • Logs changes to server configuration and tracks usage of IP addresses by IP, client ID, host name or user name.
  • Monitors your DHCP and DNS servers across an entire forest (but not across multiple forests).
IPAM supports both IPv4 and IPv6 addresses and of course is completely integrated with Microsoft’s implementations of DHCP and DNS (unlike some of the third party IPAM tools). Note that IPAM can only manage servers that are running Windows Server 2008 or above and are members of an Active Directory domain.
IPAM manages both static and dynamic addresses, and detects IP addressing conflicts and duplicate addresses as well as detecting and assigning available addresses.

Required Part Time /Full Time Trainers for Comptia A+ and N+ (Fresher’s/Experienced) - Chennai


Needed candidate with very strong Knowledge in Comptia A+ and N+

Both part time and full time trainers are welcome to our company

Excellent Communication skill required

Very strong knowledge required

Working professional is also welcome to our company as part time trainers

Job Location: Chromepet

Contact :

Corporate Trainer - CTS

Sathik - 90038 53466 , 78455 11993

Email - sathik.dal@gmail.com Call me at: 9003853466

LOOKING FOR FERSHER AND EXP- FOR TECHNICAL SAPORT-WITH HANSOME SALARY 8802836400-APPLY SOON - Delhi


Last Posted On: Feb-26-13 13:16Type Of Job: Full TimeCompany Name: GLOBAL WEBSITE SOLUT...

Function: Customer Service / B...

Designation: CCE, INBOUND AND OUT...Education: Class 12 Pass

Experience: Less Than 1 YrAnnual Compensation: Rs. 2L - Rs. 5L

HI CANDIDATES.


* EXCELLENT OPPORTUNITY FOR YOU TO WORK WITH INDIA'S LEADING COMPANIE

* 100% DAY SHIFTS -- NO LATE SHIFT GUARANTEE


* SALARY 6000-18000 IN-HAND


* UNLIMITED INCENTIVES


* EARLY PROMOTION FOR HARD WORKING CANDIDATES


* TRANSPORT FACILITY ALSO AVAILABLE


* DELHI / NOIDA / GURGAON LOCATION


* EASY AND FAST SELECTION PROCESS


* FRIENDLY STAFF, MANAGERS, TEAM LEADERS


* OUTBOUND PROCESSES (SALES/COLLECTIONS/INSURANCE)


* TC / TL POSTS ALSO AVAILABLE FOR EXPERIENCED CANDIDATES


* FEILD EXECUTIVE WITH vehicle


Eligibility:

1. 10th,12th Pass and above.

2. Age: 17-30(Male) & 18-33(Female).

3. Should know Hindi & ENGLISH only

* Features:

1. After Training you will be eligible for the post of CUSTOMER CARE & TELE CALLERS

2. Fixed duty hours from 10 A.M. till 6 P.M.

3. Great Growth Path..

Direct WALK - IN daily from Monday to Saturday from 10:30 A.M. till 5 P.M

REQUIRED HARDWARE ENGINNER FOR LAPTOP/DESKTOP - Mumbai


We are a Computer company located in Andheri west, Mumbai dealing in Laptop repairs as major area of Business,

with desktop, networking etc. We need suitable candidates Having experience of 1-2 years in Laptop repairs with

 exposure to replacement of Keypad, LCD replacement, Minor Laptop/Desktop, perpherals

repair work etc, , candidates staying in western suburbs preferred. Call Mr. Anwar on: 9619584979/9920106545

Hardware & Networking Job: 09780323102, 09646050380, 09780452220 - Chandigarh


Chandigarh »  Jobs » IT Hardware

Last Posted On: Mar-19-13 16:30

Type Of Job: Full

TimeCompany Name: TNP INDIA

Hardware & NetworkingJob: 09780323102, 09646050380, 09780452220

Qualification: BCA, MCA, B Tech/Diploma in CS/IT, BSc It, MSc IT, Diploma in Hardware and Networking

Job Locations: Chandigarh, Mohali, Panchkula, Baddi & Derabassi

Job Profile: Field Engineer, Site Engineer

Address: Sector 17C Chandigarh, SCO 92-93, 2nd Floor, Office No: 21-22, Near Bank Of Maharashtra

Contact Persons:
Ridhima 09780323102
Sakshi 09646050380
Prveen 09780452220

मंगलवार, 19 मार्च 2013

Hardware-maintenance Engineer - 8 Opening(s)


Job Description
1.Analyze user needs and recommend appropriate hardware.

2. Confer with engineering staff and consult specifications to evaluate interface between hardware and software and operational and performance requirements of overall system

3. Design and develop computer hardware and support peripherals, including central processing units (CPUs), support logic, microprocessors, custom integrated circuits, and printers and disk drives.

4. Test and verify hardware and support peripherals to ensure that they meet specifications and requirements, analyzing and recording test data.

5. Assemble and modify existing pieces of equipment to meet special needs.

6. Update knowledge and skills to keep up with rapid advancements in computer technology.

7. Ready to move on field any time for servicing the product.

Desired Profile Please refer to the Job description above

Experience 1 - 3 Years

Industry Type Education / Teaching / Training

Role Maintenance Engineer

Functional Area IT Hardware, Technical Support, Telecom Engineering

Education UG - B.Sc - Electronics, B.Tech/B.E. - Any Specialization, Electronics/Telecommunication

PG - Any Postgraduate - Any Specialization

DOCTORATE - Any Doctorate - Any Specialization

Compensation: INR 1,25,000 - 1,75,000 P.A

Location Jaipur, Lucknow, Ernakulam / Kochi/ Cochin, Ahmedabad, Jalandhar

Keywords hardware engineer, hardware maintenance

Contact Ms. Sherap

Telephone 0120-4175353

Email jobs@extramarks.com

Website http://www.extramarks.com

Job Posted 18 Mar

Reference "Hardware-Maintenance Engineer"

Network Er with Experience on Video Conference Infrastructure


by Kelly Services India Pvt. Ltd. hiring for Kelly Services India Pvt. Ltd. in Pune
Experience: 2 to 5 yrs.
Opening(s): 4
Posted on: 19 Mar

Prior experience on VNOC (Video NOC) or on Video Conference Infrastructure
Communication skills (written and verbal) must be excellent as these folks are likely to be regularly
 exposed to Executives who heavily rely on video
Work will be in shift to provide 24x365 coverage
Familiar with monitoring tools such as HP OVO/OM, NNMi and SNMP
Salary:Not Disclosed by Recruiter
Industry:IT-Hardware & Networking
Functional Area:IT Hardware, Technical Support, Telecom Engineering
Role Category:Telecom
Role:Network Planning Engineer
Keyskills:Video Conferencing, Audio / Video Conferencing, SNMP, polycom, NNMi, OVO, HP

Recruiter Name:Boopathy
Address: Sriram Samanthu Chambers # 3287, 12th Main HAL 2nd stage,
 Indiranagar BANGALORE,Karnataka,India
Telephone:8867760155

Desktop Site Engineer - 18th, 19th, 20th March


by Progressive Infotech Pvt Ltd. in Mumbai

Experience: 1 to 6 yrs.

Opening(s): 8

Posted on: 19 Mar

Walkin Interview from 18th March to 20th March from 10 AM

Interested candidates can come for interview on  18th, 19th, 20th March, 2013 between 10 to 4 pm at below address with your updated resume:

Progressive Infotech Pvt Ltd.
A5/117, First Floor, Lok Bharti Complex,
Marol Maroshi Road,
Andheri (E), Mumbai - 400059.
Landmark- Marol Naka Bus Stop
Contact- Pranita


Job Responsibilities:
Desktop engineer with minimum 1 years of experience.
In depth knowledge of troubleshooting desktop and laptop hardware and spares replacement.
In depth knowledge of desktop operating systems and Microsoft office products.
Knowledge of Installation and troubleshooting Network Printers and scanners.
Knowledge of Antivirus and VPN clients.
Knowledge about MS Outlook
Salary:Not Disclosed by Recruiter
Industry:IT-Hardware & Networking
Functional Area:IT Hardware, Technical Support, Telecom Engineering
Role Category:Technical Support
Role:Customer Support Engineer/Technician
Keyskills:Desktop Engineer, Technical Support Engineer, Site Engineer, Desktop Support, technical support executive, desktop support engineer, customer support executive

Position : Desktop Site Engineer;
Location : Andheri west, Mahim, Dadar, Nariman Point, Vashi, Powai;
Only Graduates

Required Skills:
Minimum 1 yr experience.
Good communication skills.
Qualification- Any Graduate

Recruiter Name:Pranita
Contact Company:Progressive Infotech Pvt Ltd
Address: C 161 Phase II Extension ,,India

Desktop Engineer - Walkin Interview (14/03/2013 & 16/03/2013)


Desktop Engineer - Walkin Interview (14/03/2013 & 16/03/2013)

by Dynacons Systems and Solutions Ltd in Mumbai

Experience: 1 to 4 yrs.

Salary: INR 50,000 - 1,00,000 P.A

Opening(s): 10 Posted on: 13 Mar

Contact Details

Recruiter Name:Shigwan Darshana

Contact Company:Dynacons Systems and Solutions Ltd

Address: 78, Ratnajyot Industrial Estate Irla Lane Vile Parle West ,Maharashtra

Telephone:91-22-66889900

Hardware /customer Support Engineer / Data Center Engineer - 1 Opening(s)


Hardware, Networking & Peripheral Support
Installation of Network operating system Windows, and client operating system such and Linux, Windows 8, Mac OS
Computer Networking Peer to Peer Server Client Module
Installation & configuration of Servers, Workstations Desktop
Multi-site Configuration of Routers for leased/MPLS connectivity its monitoring

Professional certificates like CCNA, CCDA, CCDP
Knowledge of Preventive & Corrective maintenance for installed Hardware & Network devices at customer site
Knowledge of Clustering between servers, and RDBMS like Oracle, SQL will be an added advantage
Familiar with with Routing & Switching, leased / MPLS circuit, firewall
Knowledge of LAN switching (layer 2 & 3 ) VLANS
Hardware networking / layout diagram , supervision & installation
Hands-on experience in handling blade servers, Rack , Tower servers
Knowledge of Databases: Oracle 10g, SQL 2008 will be added advantage
Knowledge of handling GPS installation

Experience 3 - 8 Years

Industry Type IT-Hardware & Networking

Role Customer Support Engineer/Technician

Functional Area IT Hardware, Technical Support, Telecom Engineering

Education UG - Diploma - Any Specialization, B.Tech/B.E. - Any Specialization
PG - M.Tech - Any Specialization, MCA - Computers

DOCTORATE - Doctorate Not Required

Location Mumbai, Mumbai Suburbs

Keywords desktop engineer, customer support engineer, networking engineer, data center engineer, linux, ccna, oracle, Network Administration

Contact Hemangi Anerao
Rolta India Limited
Rolta Technology Park MIDC, Marol, Andheri (E)
Mumbai
MUMBAI,Maharashtra,India 400093
Telephone 91-22-29266666
Website http://www.rolta.com
Job Posted 14 Mar

Hardware & Networking Engineer


by MIRA JOBZ in Chennai

Experience: 0 to 3 yrs.

Posted on: 16 Mar

As an Technical Support Engineer you will assist internal and external.Assist & maintaining Corporate LAN/WAN infra.Basic Knowledge of MS Outlook troubleshooting, Internet and Networking
Basic technical knowledge of Operating systems like Windows XP.
Industry:IT-Hardware & Networking
Functional Area:IT Hardware, Technical Support, Telecom Engineering
Role Category:Technical Support
Role:Customer Support Engineer/Technician
Keyskills:Technical Helpdesk, it helpdesk, helpdesk executive, help desk

Interested candidates can directly walk in to MIRA JOBZ.
on MONDAY TO SATURDAY 10:00 TO 05:00.
Please provide us Latest Updated Resume, photograph while attending the interview.
contact us @ 044-42641133 / 044-30062881/ 9500103167

Hardware Engineer For Gurgaon Salary 12000


by Capital Placement Services hiring for An Client of Capital Placement Services in Gurgaon

Experience: 1 to 4 yrs.

Salary: INR 1,25,000 - 1,50,000 P.A

Opening(s): 4

Posted on: 15 Mar

Candidate should have very good knowledge in Computer Hardware and Networking, good communication skills also required. Server level knowledge

Salary:INR 1,25,000 - 1,50,000 P.A

Industry:IT-Hardware & Networking

Functional Area:IT Hardware, Technical Support, Telecom Engineering

Role Category:Technical Support

Role:Customer Support Engineer/Technician

Keyskills:Hardware Engineer, customer support engineer, desktop support engineer, network engineer, networking, hardware networking, Gurgaon


must have own Bike.

Contact Details

Recruiter Name:Capital Placement Services

Telephone:0124-2380584,9990003078

Reference Id:Hardware Engineer

सोमवार, 18 मार्च 2013

Trainer / Sr. Trainer - Infotech by KCG Infotech in Chennai


Experience: 2 to 7 yrs.

Opening(s): 2 Posted on: 17 Mar

To teach Infotech subjects to students through class room training and to upgrade students to higher courses.

Candidates with certification like CCNA, Microsoft will be preferred

Salary:Not Disclosed by Recruiter

Industry:Education / Teaching / Training

Functional Area:IT Hardware, Technical Support, Telecom Engineering

Role Category:IT Hardware

Role:Network Administrator

Keyskills: Networking, ccna, network administrator, network engineer, routers, hardware, storage, lan

Education:(UG - Any Graduate - Any Specialization, Diploma - Any Specialization) OR
(PG - Any Postgraduate - Any Specialization) OR ( Doctorate - Doctorate Not Required)

Should have good communication, Presentation skill & Positive Outlook
Willing to work in shifts
Exp. in teaching IT / Networking Sub. preferred
Graduate with relevant specialization certification(s)
Upgraded Intl. certification(s) in relevant technology

KCG Infotech
KCGI has focused on exploiting its strongly established educational expertise and has extended the reach into the happening IT arena.

Contact Details
Recruiter Name:VijayaKrishnan B
Contact Company:Hindustan Institute Of Technology
Email Address: VijayaK@hindustanuniv.ac.in
Reference Id:Trainer - Infotech KCG Infotech

Network Administrator (module One India - Client of Pbc) Salary: INR 1,75,000 - 3,00,000


Network Administrator (module One India -

Client of Pbc)

by Paharpur Business Centre in Delhi

Experience: 2 to 7 yrs.

Salary: INR 1,75,000 - 3,00,000

P.A Posted on: 15 Mar

The best way to apply for this position is tosubmit your resume on our careers website

page. We do not consider emailed resumes as we are unable to read them all.

WWW.MODULEONE.COM/CAREERS/

You need to administer and maintain desktop hardware and software, server hardware and

software, remotely hosted cloud servers remotely hosted managed servers and our local

Windows network.

Administration and maintenance of a Windows 2003 / 2008 networkAdministration and maintenance of Exchange

2003 Administration and maintenance of ISA 2004 firewall Administration of remotely hosted Windows /

IIS web servers Administration of remotely hosted websites & databases (Windows / IIS / SQL Server / Linux

/ Apache/ MySQL) Monitoring, testing, configuration and optimization of websites, databases and

related infrastructure using tools and technologies such as Google Webmaster Tools, Google Analytics etc.
Providing remote customer support for our web hosting clients Providing desktop support for internal network

users Documentation of network infrastructure, procedures and policies Maintenance of computer hardware and system

assembly Handling purchase and sale of computer hardware

Salary:INR 1,75,000 - 3,00,000 P.A. Salary


will not be a constraint for the right candidate.

Industry:IT-Software / Software Services

Functional Area:IT Software - Network  Administration, Security Role


Category:Admin/Maintenance/Security/Datawareho

using
Role:Network Administrator
Keyskills:Network Engineer, Servers, Networking, Desktop Support, Sr. Network

Engineer, desktop engineer, system  administrator, MCSE, MCSA, Network

Administration, technical support

ou must have a BCA / BSc / MCA degree
Minimum of 60% marks throughout your

educational history
At least 2 years of desktop support or

networking related work experience
Microsoft Windows 2003 / 2008 certification

(MCSA or MCSE)
Computer hardware knowledge w/ability to

assemble systems Proficiency with MS Word & Excel You need to live within a 60 minute commuting  distance from Nehru Place.

Our working hours are from 9:30am to 6:00pm.
This is a Delhi based position. We are not  open to looking at candidates if they
currently live outside Delhi/NCR.  The best way to apply for this position is to
submit your resume on our careers website page. We do not consider emailed resumes as we
are unable to read them all.  WWW.MODULEONE.COM/CAREERS/

Contact Details
Recruiter Name:Ms. Neeti Arora
Email Address:moduleone@pbcnet.com
Telephone:91-11-41207674
Reference Id:MO/NA-018/