example

Basic things about Data Encryption

January 26, 2011

Please click on this link-  Little about Data Encryption Not Satisfied ? Just search & get the result

Read the full article →

Special Purpose Network Addresses Every System admin need to know

January 25, 2011

Different types of Classes of Network Class A Addresses Class A address must be between 0 and 127 network.node.node.node Class B Addresses Class B address must be between 128 and 191 network.network.node.node Class C Addresses Class C address must be between 192 and 223 network.network.network.node Network Addresses: Special Purpose Some IP addresses are reserved for special purposes, [...]

Read the full article →

Setting Port Security on a Cisco Catalyst Switch

January 25, 2011

If you want to ensure that only a certain device—for example, a server—is plugged into a particular switch port, you can configure the MAC address of the server as a static entry associated with the switch port. Configure port security Configuring the Port Security feature is relatively easy. In its simplest form, port security requires [...]

Read the full article →

How to configure Cisco SPAN Ports

January 25, 2011

The following example will demonstrate how to configure a single SPAN session on a Cisco Catalyst switch. The specifics are different between different switch models, so be sure to check the Cisco documentation. You must first configure source ports. Source ports are ports whose data will be copied, and sent to the destination, or SPAN [...]

Read the full article →

How to determine serial numbers for cisco router and Catalyst switch

January 25, 2011

For Cisco Routers If you want to know the chassis serial number for your router use the following command Router> sh inventory Output NAME: “2821 chassis”, DESCR: “2821 chassis”PID: CISCO2821  , VID: V04 , SN: FCZ10231VG NAME: “WAN Interface Card – Serial 2T”, DESCR: “WAN Interface Card – Serial 2T”PID: WIC-2T   , VID: V01, SN: [...]

Read the full article →

Address Resolution Protocol

January 24, 2011

ARP and RARP Address Translation Address Resolution Protocol (ARP) provides a completely different function to the network than Reverse Address Resolution Protocol (RARP). ARP is used to resolve the ethernet address of a NIC from an IP address in order to construct an ethernet packet around an IP data packet. This must happen in order [...]

Read the full article →

Again Domain Name Service (DNS)

January 24, 2011

Host Names Domain Name Service (DNS) is the service used to convert human readable names of hosts to IP addresses. Host names are not case sensitive and can contain alphabetic or numeric letters or the hyphen. Avoid the underscore. A fully qualified domain name (FQDN) consists of the host name plus domain name as in [...]

Read the full article →

Windows Server 2003 DNS Troubleshooting

January 22, 2011

1) Start Troubleshooting with Ping Can you ping the target machine? a) By IP address. Ping 10.1.0.100 b) By Hostname. Ping BigServer c) By fully qualified domain name. Ping BigServer.guybay.com Examine the replies for clues, for example is the reply BigServer or BigServer.domain.com. Depending on the results from Ping, check the Default Gateway and Subnet [...]

Read the full article →

Little about DNS Queries in Windows Server 2003

January 21, 2011

There are two sides to DNS.  Firstly, registration which adds resource records such as Host (A) into the DNS database.  Secondly there are queries where clients seek those resource records, for example where is BigServer?  Back comes the reply from DNS: BigServer IP = 10.10.55.21. Authoritative DNS Servers The goal of a DNS query is [...]

Read the full article →

DNS Resource Records in Windows Server 2003

January 21, 2011

It all started with Host records.  In the beginning there were just flat text files with a list of servers and corresponding IP addresses.  When that got cumbersome and a pain to update, a proper database called DNS (Domain Name System) was invented by Paul Mockapetris in 1983. Since then the DNS types of records [...]

Read the full article →

Little about DNS Zones in Windows Server 2003

January 21, 2011

When you plan a DNS installation, be sure that you choose the most suitable type of zone.  For instance, if your goal is to install a Windows Server 2003 domain, then investigate Active Directory Integrated Zones.  Also decide how many zones to configure, it is easy to focus on the forward lookup zone, but overlook [...]

Read the full article →

DNS Names in Windows Server 2003

January 21, 2011

Introduction to DNS Names The purpose of DNS is to provide a connection when we type a name.  Now that name could refer to a server, a host, a web site, or a UNC path.  Always remember that computers prefer to use an IP address and that the role of DNS is a database of [...]

Read the full article →

Access list types

January 21, 2011

There are three basic types of IP access lists: standard, extended, and dynamic extended. Standard access lists use source addressing for applying rules and provide very basic forms of filtering. Extended access lists use both source and destination addresses for filtering and even allow filtering by protocol type. This allows a more granular method of [...]

Read the full article →

10 things About Cisco Access list

January 21, 2011

What is an access control list? In the Cisco IOS, an access control list is a record that identifies and manages traffic. After identifying that traffic, an administrator can specify various events that can happen to that traffic. What’s the most common type of ACL? IP ACLs are the most popular type of access lists [...]

Read the full article →

Communication Devices in Computer Network

January 21, 2011

An electronic device that can send and receive data on the network is called the communication device. The communication devices are used on both ends of the connections. Most of the communication devices have the ability to convert the digital signal of computer into analog signal so that the signals can be transmitted on the [...]

Related Posts Plugin for WordPress, Blogger...
Read the full article →