|
Daily Reader:
1IT-Network wireless-network Tweet Short Tweet Long :
Windows Server 2003 Active Directory and Network Infrastructure
It is a hierarchical representation of all the objects and their attributes available on the network. It enables administrators to manage the network resources, i.e., computers, users, printers, shared folders, etc., in an easy way. The logical structure represented by Active Directory consists of forests, trees, domains, organizational units, and individual objects. This structure is completely independent from the physical structure of the network, and allows administrators to manage domains according to the organizational needs without bothering about the physical network structure.
Following is the description of all logical components of the Active Directory structure:
Forest: A forest is the outermost boundary of an Active Directory structure. It is a group of multiple domain trees that share a common schema but do not form a contiguous namespace. It is created when the first Active Directory-based computer is installed on a network. There is at least one forest on a network. The first domain in a forest is called a root domain. It controls the schema and domain naming for the entire forest. It can be separately removed from the forest. Administrators can create multiple forests and then create trust relationships between specific domains in those forests, depending upon the organizational needs.
Trees: A hierarchical structure of multiple domains organized in the Active Directory forest is referred to as a tree. It consists of a root domain and several child domains. The first domain created in a tree becomes the root domain. Any domain added to the root domain becomes its child, and the root domain becomes its parent. The parent-child hierarchy continues until the terminal node is reached. All domains in a tree share a common schema, which is defined at the forest level. Depending upon the organizational needs, multiple domain trees can be included in a forest.
Domains: A domain is the basic organizational structure of a Windows Server 2003 networking model. It logically organizes the resources on a network and defines a security boundary in Active Directory. The directory may contain more than one domain, and each domain follows its own security policy and trust relationships with other domains. Almost all the organizations having a large network use domain type of networking model to enhance network security and enable administrators to efficiently manage the entire network.
Objects: Active Directory stores all network resources in the form of objects in a hierarchical structure of containers and subcontainers, thereby making them easily accessible and manageable. Each object class consists of several attributes. Whenever a new object is created for a particular class, it automatically inherits all attributes from its member class. Although the Windows Server 2003 Active Directory defines its default set of objects, administrators can modify it according to the organizational needs.
Organizational Unit (OU): It is the least abstract component of the Windows Server 2003 Active Directory. It works as a container into which resources of a domain can be placed. Its logical structure is similar to an organization`s functional structure. It allows creating administrative boundaries in a domain by delegating separate administrative tasks to the administrators on the domain. Administrators can create multiple Organizational Units in the network. They can also create nesting of OUs, which means that other OUs can be created within an OU.
In a large complex network, the Active Directory service provides a single point of management for the administrators by placing all the network resources at a single place. It allows administrators to effectively delegate administrative tasks as well as facilitate fast searching of network resources. It is easily scalable, i.e., administrators can add a large number of resources to it without having additional administrative burden. It is accomplished by partitioning the directory database, distributing it across other domains, and establishing trust relationships, thereby providing users with benefits of decentralization, and at the same time, maintaining the centralized administration.
The physical network infrastructure of Active Directory is far too simple as compared to its logical structure. The physical components are domain controllers and sites.
Domain Controller: A Windows 2003 server on which Active Directory services are installed and run is called a domain controller. A domain controller locally resolves queries for information about objects in its domain. A domain can have multiple domain controllers. Each domain controller in a domain follows the multimaster model by having a complete replica of the domain`s directory partition. In this model, every domain controller holds a master copy of its directory partition. Administrators can use any of the domain controllers to modify the Active Directory database. The changes performed by the administrators are automatically replicated to other domain controllers in the domain.
However, there are some operations that do not follow the multimaster model. Active Directory handles these operations and assigns them to a single domain controller to be accomplished. Such a domain controller is referred to as operations master. The operations master performs several roles, which can be forest-wide as well as domain-wide.
Forest-wide roles: There are two types of forest-wide roles:
Schema Master and Domain Naming Master. The Schema Master is responsible for maintaining the schema and distributing it to the entire forest. The Domain Naming Master is responsible for maintaining the integrity of the forest by recording additions of domains to and deletions of domains from the forest. When new domains are to be added to a forest, the Domain Naming Master role is queried. In the absence of this role, new domains cannot be added.
Domain-wide roles: There are three types of domain-wide roles: RID Master, PDC Emulator, and Infrastructure Master.
RID Master: The RID Master is one of the operations master roles that exist in each domain in a forest. It controls the sequence number for the domain controllers within a domain. It provides a unique sequence of RIDs to each domain controller in a domain. When a domain controller creates a new object, the object is assigned a unique security ID consisting of a combination of a domain SID and a RID. The domain SID is a constant ID, whereas the RID is assigned to each object by the domain controller. The domain controller receives the RIDs from the RID Master. When the domain controller has used all the RIDs provided by the RID Master, it requests the RID Master to issue more RIDs for creating additional objects within the domain. When a domain controller exhausts its pool of RIDs, and the RID Master is unavailable, any new object in the domain cannot be created.
PDC Emulator: The PDC emulator is one of the five operations master roles in Active Directory. It is used in a domain containing non-Active Directory computers. It processes the password changes from both users and computers, replicates those updates to backup domain controllers, and runs the Domain Master browser. When a domain user requests a domain controller for authentication, and the domain controller is unable to authenticate the user due to bad password, the request is forwarded to the PDC emulator. The PDC emulator then verifies the password, and if it finds the updated entry for the requested password, it authenticates the request.
Infrastructure Master: The Infrastructure Master role is one of the Operations Master roles in Active Directory. It functions at the domain level and exists in each domain in the forest. It maintains all inter-domain object references by updating references from the objects in its domain to the objects in other domains. It performs a very important role in a multiple domain environment. It compares its data with that of a Global Catalog, which always has up-to-date information about the objects of all domains. When the Infrastructure Master finds data that is obsolete, it requests the global catalog for its updated version. If the updated data is available in the global catalog, the Infrastructure Master extracts and replicates the updated data to all the other domain controllers in the domain.
Domain controllers can also be assigned the role of a Global Catalog server. A Global Catalog is a special Active Directory database that stores a full replica of the directory for its host domain and the partial replica of the directories of other domains in a forest. It is created by default on the initial domain controller in the forest. It performs the following primary functions regarding logon capabilities and queries within Active Directory:
It enables network logon by providing universal group membership information to a domain controller when a logon request is initiated.
It enables finding directory information about all the domains in an Active Directory forest.
A Global Catalog is required to log on to a network within a multidomain environment. By providing universal group membership information, it greatly improves the response time for queries. In its absence, a user will be allowed to log on only to his local domain if his user account is external to the local domain.
Site: A site is a group of domain controllers that exist on different IP subnets and are connected via a fast and reliable network connection. A network may contain multiple sites connected by a WAN link. Sites are used to control replication traffic, which may occur within a site or between sites. Replication within a site is referred to as intrasite replication, and that between sites is referred to as intersite replication. Since all domain controllers within a site are generally connected by a fast LAN connection, the intrasite replication is always in uncompressed form. Any changes made in the domain are quickly replicated to the other domain controllers. Since sites are connected to each other via a WAN connection, the intersite replication always occurs in compressed form. Therefore, it is slower than the intrasite replication.
1IT-Network communication Tweet Short Tweet Long :
What is Hyperterminal?
Hyperterminal is a program that is designed to perform the functions of communication and terminal emulation. Also known as HyperTerm, the program has been offered as part of Microsoft operating systems since the release of Windows 98. Essentially, Hyperterminal can make it possible to make use of the resources of another computer by establishing a link between the two systems.
What Can Hyperterminal Do?
The original design for Hyperterminal made it possible to use a standard telephone line to establish a dialup connection between two computers. The program would make use of the internal modem of the host or main computer and use a service such as Telnet to establish the connection to the secondary computer. This connection could be exploited to transfer data and files from one system to the other, without the need to save data to some sort of exterior device and then manually load the data onto the other system.
Along with making data transfer between two computers a relatively easy process, Hyperterminal also made it possible for the main system to access and utilize a bulletin board service located on the second system. The program can also be used to troubleshoot issues with modems, or help to make sure a newly installed modem is functioning correctly.
How Does Hyperterminal Work?
Hyperterminal makes use of serial ports and the controls associated with external devices. These devices can vary and include such options as radio communications equipment, robots, and instruments used for scientific measurements and similar endeavors. The connections provided by Hyperterminal make it easy to retrieve data from these sources, as well as be able to execute commands to the devices from the main computer system.
When checking the status and operability of a device such as an exterior modem, Hyperterminal can be used to verify that the connections are aligned properly and that the command to activate the dialer on the modem is functioning properly. Essentially, Hyperterminal sends a mock command to the modem and walks the device through all the steps of establishing connectivity with the network. Accessing Hyperterminal is easily accomplished through the Start menu of any Windows based system.
1IT-Network datarec Tweet Short Tweet Long :
Microsoft Word repair tool
Recovery Toolbox for Word is a program for Word file repair, it helps to repair docx files, if it was not possible to prevent data corruption. Many users regularly see error messages, when opening *.doc files. Stay calm, when Word unable to read file, we will be glad to suggest a solution. Recovery Toolbox, Inc. suggest trying Word file repair tools, that can be found on our website, just click on "Download" and save the installation file of Recovery Toolbox for Word to your hard disk.
Recovery Toolbox for Word features easy system requirements, this program will work on all PC`s and with all supported versions of Microsoft Windows and Microsoft Word. Word repair tools are easy to use, we believe, that instructions will not be needed in your case. However, we are always ready to respond all request within a reasonable time. Feel free to forward us your opinion with regard to Microsoft Word repair tool and other programs to repair docx file.
All users can preview the data, when repair Word file and make sure, that the money will not be paid for nothing. The service of repair docx works, it requires minimal user intervention, so, the process of data recovery can be done even for beginners. You have a great chance to test this data recovery service for free, demo version is distributed without restrictions. Just do not forget to let us know your opinion about Recovery Toolbox for Word, we need it to improve existing services. Please register your copy of Recovery Toolbox for Word to remove all restrictions.
Product page: http://www.recoverytoolbox.com/repair_word.html
Screenshot: http://www.recoverytoolbox.com/img/screenshot_rt_word_01big.gif
Download Link: http://www.recoverytoolbox.com/download/RecoveryToolboxForWordInstall.exe
Buy page: http://www.recoverytoolbox.com/buy_word.html
1IT-Network compcert Tweet Short Tweet Long :
Enhance your computer knowledge with latest technology at ABCO
There are several types of computer training course available to the person seeking to learn about computers today. Generally the term computer training comprises everything related to the computer as a whole. This training consists of lessons on the various parts of the computer, their functions and necessities and then the manner to compute or run the computer. Also the content of this kind of computer trainings are based on the term or duration of the training procedure.
To start, it would be a good course of action to look at classes teaching the basics of how to operate a computer. It is a good idea in the computer training course to also learn some basics about the internal operation of the computer (i.e., what makes it tick, how it works). Student self-respect is also important. A good trainer must develop the feeling that it`s okay to be wrong and that being wrong does not imply that a student is ignorant. The importance of computer is nowadays felt in each and every sphere. Right from the beginners of the primary schools to the big industrialists, everyone comes in touch with the computers. This immense importance of the computers has led to the necessity of computer training to a great extent. Therefore it will be worthwhile to know about the several types of computer training and its impact and usefulness in our life.
Moving on from the basics, a computer training course should teach more advanced concepts as well. Some of these concepts would include back-up procedures, file maintenance, and data recovery. In the short term computer training classes, the emphasis is put on making the student aware of the general and basic computer term and a basic learning is provided with which the primary computer functions can be done. We prepare students by delivering hands-on job oriented training which teaches them how to apply the knowledge that they gain in classes along with preparing them to pass the vendor based certification exams. We have partnered with Microsoft, Oracle, Linux , Cisco Systems, Prometric testing center and as such offer wide variety of computer training that include but are not limited to Microsoft Certification, A+ training, CISCO Certification Course, Oracle Certification Course, Internet and Microsoft Office 2003.
The importance of the computer training is rapidly increasing as it is required in each and every field in this fast growing world. Even the housewives too need to know the basics of the computer if they want to be an efficient home manager. Shopping, cooking, cleaning everything has become computerized nowadays. Even for guiding the little one in their school homework, the mother should have the primary computer knowledge. Keeping in mind this vital role of the computers numerous computer training institutions have opened up where any class and any age group can get admitted and take lessons. Also, the online computer training courses have made this procedure far more easy and accessible for the learners. Those who are very busy and find it tough to manage time for rushing to the institutes have been helped to a great extent by this online computer learning system.
ABCO Technology specializes in providing Computer Training and Consulting for the Information Technology Industry. Computer Training is provided by experienced, certified industry experts that have years of seasoning in their respective field of Information Technology.
If you would like to do computer training courses at ABCO Technology, then kindly free to visit our website:- http://www.abcotechnology.com/
1IT-Network wireless-network Tweet Short Tweet Long :
Router - Denial Of Service Attacks
Routers are not perfect. For that matter, nothing is. So if somebody wants to give a router more than it can handle there is a way to do this. We`re going to take a look at what are called denial of service attacks.
A router can only handle so much information coming into it at one time. Every machine has its limits and routers are no exceptions. Well, when the nasty trend of denial of service attacks started early this century, routers were unprepared for them. As they began to understand what was happening they began to compensate for the problem. But there was still a way around it. To understand this we first have to understand what a denial of service attack is.
A denial of service attack is just as it sounds. It is when someone prevents the router or routers from servicing the network. The question is, how do they do this? As previously stated, a router can only handle so much information coming into it to be routed at a time. If too much information starts coming in then the router gets overloaded and can`t forward the information fast enough. Ultimately, what happens is this slows the network down to the point where nobody can access it. In a denial of service attack, which is a deliberate attempt to cause this problem, a person will send an enormous amount of information from one computer to the router at one time. Eventually this will effectively shut down the network. The reason is because of the trickle down effect. Once the main routers start to get overloaded they start to send messages to the rest of the network that the connection is full. These messages start to cascade through the entire network until all the pathways in the network are full and nobody can communicate with any server on the network.
When companies and web sites began to understand what was happening then started to put safeguards in place. They would put checks in the router software to see if a large amount of information was coming from one IP address. If so, then it simply discarded the information and didn`t attempt to pass it on. It seemed that the problem was solved. Not so.
Hackers began to figure out that if they send this enormous amount of information from multiple computers or IP addresses, the routers would have no way of knowing that a denial of service attack was in progress because it would see all this information coming in from multiple locations. Ultimately again, the network would effectively be shut down.
In response to this, manufacturers of routers have placed additional safeguards into their routers to simply check for unusual traffic. The problem with this is that in some cases there is a large amount of traffic that is normal, like in the case of a news site being hit with an overload because a major breaking story hits the airwaves.
It remains to be seen if the hackers or the router manufacturers are going to win this war.
|
|
1IT-Network datarec Tweet Short Tweet Long :
What Are Survivable Computer Systems
Definition Of A Survivable Computer System
----------------------------
A computer system, which may be made up of multiple individual systems and components, designed to provide mission critical services must be able to perform in a consistent and timely manner under various operating conditions. It must be able to meet its goals and objectives whether it is in a state of normal operation or under some sort of stress or in a hostile environment. A discussion on survivable computer systems can be a very complex and far reaching one. However, in this article we will touch on just a few of the basics.
Computer Security And Survivable Computer Systems
--------------------------------------------------
Survivable computer systems and computer security are in many ways related but at a low-level very much different. For instance, the hardening of a particular system to be resistant against intelligent attacks may be a component of a survivable computer system. It does not address the ability of a computer system to fulfill its purpose when it is impacted by an event such as a deliberate attack, natural disaster or accident, or general failure. A survivable computer system must be able to adapt, perform its primary critical functions even if in a hostile environment, even if various components of the computer system are incapacitated. In some cases, even if the entire "primary" system has been destroyed.
As an example; a system designed to provide real-time critical information regarding analysis of specialized medications ceases to function for a few hours because of wide spread loss of communication. However, it maintains the validity of the data when communication is restored and systems come back online. This computer system could be considered to have survived under conditions outside of its control.
On the other hand, the same system fails to provide continuous access to information under normal circumstances or operating environment, because of a localized failure, may not be judged to have fulfilled its purpose or met its objective.
Fault Tolerant And Highly Availability Computer Systems
----------------------------
Many computer systems are designed with fault tolerant components so they continue to operate when key portions of the system fail. For instance; multiple power supplies, redundant disk drives or arrays, even multiple processors and system boards that can continue to function even if its peer component is destroyed or fails. The probability of all components designed to be redundant failing at one time may be quite low. However, a malicious entity that knows how the redundant components are configured may be able to engineer critical failures across the board rendering the fault tolerant components ineffective.
High availability also plays a role in a survivable computer system. However this design component may not maintain computer system survivability during certain events such as various forms of malicious attack . An example of this might be a critical web service that has been duplicated, say across multiple machines, to allow continuous functionality if one or more the individual web servers was to fail. The problem is that many implementations of high availability use the same components and methodology on all of the individual systems. If an intelligent attack or malicious event takes place and is directed at a specific set of vulnerabilities on one of the individual systems, it is reasonable to assume the remaining computer systems that participate in the highly available implementation are also susceptible to the same or similar vulnerabilities. A certain degree of variance must be achieved in how all systems participate in the highly available implementation.
What`s The Difference Between An Attack, Failure, And Accident?
How Do These Differences Impact A Survivable Computer System
----------------------------------------------------------
In many cases when I am discussing the security of systems with customers, the question of business continuity and disaster recovery come up. Most companies that provide a service that they deem critical just know the system needs to be operational in a consistent manner. However, there is typically little discussion about the various events or scenarios surrounding this and that can lead to great disappointment in the future when what the customer thought was a "survivable computer system" does not meet their expectations. Some of the items I like to bring up during these conversations is what their computer systems goal and objective is, what specifically does continuous operation mean to them, and specifically what constitutes an attack, failure, or accident that can cause loss of operation or failure to meet objectives.
A failure may be defined as a localized event that impacts the operation of a system and its ability to deliver services or meet its objectives. An example might be the failure of one or more critical or non-critical functions that effect the performance or overall operation of the system. Say, the failure of a module of code that causes a cascading event that prevents redundant modules from performing properly. Or, a localize hardware failure that incapacitates the computer system.
An accident is typically an event that is outside the control of the system and administrators of a local / private system. An example of this would be natural disasters such as hurricanes, if you live in south Florida like I do, or floods, or wide spread loss of power because the utility provider cut the wrong power lines during an upgrade to the grid. About two years ago, a client of mine who provides web based document management services could not deliver revenue generating services to their customers because a telecommunications engineer cut through a major phone trunk six blocks away from their office. They lost phone and data services for nearly a week.
An now we come to "attack". We all know accidents will happen, we know that everything fails at one time or another, and typically we can speculate on how these things will happen. An attack, executed by an intelligent, experienced individual or group can be very hard to predict. There are many well known and documented forms of attacks. The problem is intelligence and human imagination continuously advance the form of malicious attacks and can seriously threaten even the most advanced designed survivable computer systems. An accident or failure does not have the ability to think out of the box or realize that a highly available design is flawed because all participants use the same design. The probability that an attack might occur, and succeed may be quite low, but the impact may be devastating.
Conclusion
-----------------------------------------------
One of the reasons I wrote this article was to illustrate that it`s not all about prevention. Although prevention is a big part of survivable computer system design, a critical computer system must be able to meet its objectives even when operating under hostile or stressful circumstances. Or if the steps taking for prevention ultimately prove inadequate. It may be impossible to think of all the various events that can impact a critical computer system but it is possible to reasonably define the possibilities.
The subject of survivable computer systems is actually one of complexity and ever evolving technology. This article has only touched on a few of the basic aspects of computer system survivability. I intend on continuing this article to delve deeper into the subject of survivable computer systems.
You may reprint or publish this article free of charge as long as the bylines are included.
Original URL (The Web version of the article)
------------
http://www.defendingthenet.com/NewsLetters/WhatAreSurvivableComputerSystems.htm
1IT-Network wireless-network Tweet Short Tweet Long :
There’s no mystery in the IP address!
The Computer is a very complicated device we use for our every day comfort and the importance of some of its numerical aspects is sometimes neglected. For example: a different number is given to each computer when its user goes online or when it is part of a network. This number is the IP address and knowing about it is like knowing where you live…
What’s my IP and what do its numbers stand for?
IP stands for Internet Protocol and the address is formed from 4 numbers separated by periods. The IP address format is a 32 bit numeric one and each number can be from 0 to 255. The IP address consists of two parts: first one represent the network number and it is similar for more than one user (like the number of a street) and second represents the host name which is different for each user (like the house number). To increase the number of available IP addresses within big networks with a lot of users or small networks with few hosts, the address is divided into 4 classes (A, B, C, and D)
Having an IP address it’s like having a last name in a network. To identify a computer in a network (LAN-local area network, WAN-wide area network or on the Internet) it has to have an IP address. This number is similar to a phone number or to a zip code. It is unique and without it the device or computer can not be used in a network area. Within an isolated network the computers can be assigned different random IP addresses, but if a private network needs to be connected to the Internet the IP has to be registered so that its uniqueness is verified.
Where do I find my IP address?
Connect to a site that recognizes your IP address and let you see it also. You can visit this site for example: iprelated.com. These IP Lookup sites are very easy to use and very useful for others. An IP address can offer a lot information about the person who logs in on the Internet and engages in a certain activity.
This is how illegal activity is sometimes detected and violations are reported. The IP address says less about the user if it is a dynamic one because it changes every time the user logs in.
Another interesting aspect is that some people who have the information from your IP address are interested in taking you computer over and using its resources. This is not impossible! They can use software that enables them to do this so it is better to hide your IP when you are online.
Who gives me my IP address?
The IP address can be static or dynamic, meaning it can be the same every time you are online or it can change. The IP address is provided by a server through a service called DHCP (Dynamic Host Configuration Protocol)
Although things can get pretty complicated when explaining numbers and their significance, this is just a small and easy to understand introduction about the IP address that does not involve technical terms. The importance of these details is very high because starting from these brief explanations one can truly comprehend the necessity and implications of the IP address and of virtual geo location.
1IT-Network games Tweet Short Tweet Long :
Win your way to prestigious land-based poker events in online qualifiers virtually risk free
Televised live poker tourneys experience these days the biggest prominence ever. Not reserved exclusively for United States anymore, live poker events became global prodigy with popularity rapidly growing in Europe, Asia and other continents in addition to United States of America.
It is not about World Series anymore, it is nevertheless the most famous though. WPT (World Poker Tour) is original coordinated and televised tour of poker events (held internationally but mostly in U.S.) in the world, enjoys enormous popularity around the globe with its reputation nevertheless growing like the amount of places where it was held. EPT (European Poker Tour) and APT (Asian Poker Tour) that are alike World Poker Tour series of televised poker events that are held according to their description in Europe and Asia and their reputation is rapidly growing. Also final phases of some internet tourneys are held as live televised events.
Excitement during final table involving skilled and experienced professional poker players although frequently as well lucky debutants is temptating each day more and more people to try the charm of the most common poker game the Texas Holdem Poker. The biggest allurment to try poker is money, excitement and the desire to become a winner. Unfortunately most of the new spirited players finish with satisfying the excitement and appetite but throwing away all their money. This situation is originates in shortage of knowledge and as well cos television networks compose poker tournaments that take several days into several hours passing on the spectators impression that any cards might win. That is right nevertheless certain cards do not win often enough to be considered worth playing in certain poker situations. If you are novice you need to acquire some knowledge and practice. Best way is to play at poker rooms that give you free poker cash to try them out. You can use it to acquire practice or if you have got solid poker skills you can just use this free money to qualify for land-based poker tournaments online.
Many internet poker rooms give their players opportunity to win their way to the famous televised live tournaments in internet satellites. These frequently include numerous phases giving these online poker rooms the capability to provide satellites for as low as 1 penny if not even free. In addition to free no deposit poker bonuses at few internet poker rooms players get opportunity to qualify to televised landbased poker tournaments virtually free no risk. That can save you hundreds of bucks and make thousand thousands. Buy-in to World Series Main Event costs Ten Grand, if you want to enter World Poker Tour you must to pay in leastwise 5,000 USD, EPT buy-ins are around 8,000 Euro and you are able to enter APT for 2,500 USD. Not mentioning what could you win in case that you will be able to make it into the paid positions. More than 6,000 players were competing last year Main Event with best 621 dividing prize money of more than $59 Million.
You should not buy directly into highly-priced televised tournaments in case that your poker bankroll is tight or you lack the knowledge needed. Take advantage of no deposit poker bonus offers and internet satellites from internet poker rooms instead and you can finish playing for even millions of dollars. Sure it really is not that easy to win your way but the whole knowledge that you gain along the way is priceless.
|
|
Daily Readers
Thanks for reading, City President
|
|
|
In This Issue:
Daily :
News, Articles, Opportunities, Recipes and more
What's Coming:
1IT-Network compcert Tweet Short Tweet Long :
What Certification Should You Pursue After The CCNA ?
Once you`ve got your CCNA, you`re ready to move on to the next level, the Professional certifications. For years, Cisco had one Professional certification, the Cisco Certified Network Professional (CCNP) certification. Over time, Cisco has expanded this level of certifications to include the Cisco Certified Security Professional (CCSP) and Cisco Certified Voice Professional (CCVP).
With security and voice being the two most rapidly expanding areas of today`s networks, some new CCNAs consider going after the CCSP or CCVP without first adding the CCNP to their resume.
While it`s temping to hurry up and get a Cisco security or voice certification, the best thing you can do for your networking career is achieve your CCNP certification first, then decide on the CCVP or CCSP.
Why? Because the CCNA is just the tip of a very large iceberg when it comes to routing and switching. It`s a very important accomplishment, and the CCNA is indeed the foundation of your networking career, but you need to add on to that level of understanding routing and switching before moving on to more specialized areas.
Two examples are OSPF and BGP. You learn about the theory of OSPF and some basic and intermediate configurations of that protocol in your CCNA studies, but the knowledge you acquire of OSPF in your CCNP studies is invaluable. As for BGP, there is no BGP in the CCNA curriculum, but it is a great idea to have some BGP knowledge in today`s networks. It`s also good for your career.
I know it is a huge temptation to go after the security and voice certifications while not paying attention to the CCNP. Do yourself a huge favor and add the tremendous amount of routing and switching knowledge needed for the CCNP to your knowledgebase, and you can then move on to the CCSP or CCVP. Even better, you`ll be better prepared to climb the biggest certification mountain around - the CCIE!
1IT-Network bluetooth Tweet Short Tweet Long Choosing A Bluetooth Headset
Creating a good wireless headset for Bluetooth is
actually difficult to do. The regular wired headsets
are easy to design - with ranging styles.
Bluetooth headsets can never be as small or as light
as wired headsets, simply because it needs to include
the battery and extra functions. This extra size
will impact how the headset mounts on or around
your ears.
Comfort
There seems to be two main styles of headsets for
Bluetooth. Some are held into place with a loop
around the ear. These styles are normally more
comfortable, although they may be less secure. The
others are held in place by being jammed into
your ear - and usually prove to be less comfortable.
Factors to consider
Cost
The cost is an obvious issue, something that you
really need to think about.
Ergonomics
1. Check to see if the device is easy to
quickly and conveniently put on your ear then take
it off again.
2. Are the control buttons on the headset
easy to use?
3. The headset should be comfortable to
wear for long phone calls.
4. Can you use it with a pair of glasses?
5. Check to see if you can wear it with
either ear.
6. When you aren`t wearing it, you`ll
need to se how you would carry it with you.
7. The weight is important as well, as you
don`t want something that has the risk of falling
off.
Ease of use.
1. The commands and controls should be
easy to remember.
2. The volume level should be easy to
adjust.
3. The unit should turn on quickly.
4. The manual should be very well written
and easy for you to understand.
5. There should be a support number for
you to call if you should experience any types of
problems.
Features
1. You`ll need to know about the battery,
the talk time, type, and how to tell when it is
going dead or fully charged.
2. How many devices can the unit be paired
with?
3. Compatability is also important, as
well as the warranty period.
4. Check the sound quality for both
sending and receiving audio.
5. What type of range does the headset offer
you?
Other important capabilities include voice tags,
last number redial, tranfer calls, 3 way calling,
link to other phones, call reject, and mute. You`ll
also want to note if it looks attractive, and if
it`s too big or too small.
( 407)
...
|
|