Posts Subscribe to (PUT YOUR BLOG NAME HERE)Comments

Showing posts with label Networks. Show all posts
Showing posts with label Networks. Show all posts

Tuesday, November 24, 2009

How to Compute an IP Subnet Mask

IP address is a code that has host and network parts. The host bits describe a particular PC. The network prefix shows a network; its measurement lengthwise depends on the class of network. Sub-netting helps to arrange a network by splitting it to several subnets. To describe such subnets, you should take bits from the portion of host of the IP address. That also expands the network prefix. The subnet mask openly describes network and host bits as 1/0, respectively.

In this instance, we will compute a subnet mask for a PC with IP address “193.35.127.93 that goes to network with 6 subnets.

1. Step 1

Verify the network class A/B/C based on IP addresses:

* If the IP addresses start with 1 - 126, it is Class A.
* If the IP addresses start with 128 - 191, it is Class B.
* If the IP addresses start with 192 - 223, it is Class C.



In our illustration, the network is class C because the IP address 193.35.127.93 begin with 192.

1. Step 2

Know the number of bits required to define subnets:

* Number of subnets = (2^ # of bits) - 2. Therefore,
* Number of bits = Log2(# of subnets + 2).

In our illustration, there are 6 subnets:

* Number of bits = Log2(6 + 2) = Log2(8) = 3. 3 bits in the IP address are utilized as a subnet portion.

1. Step 3

Create the subnet mask in a binary form by expanding the original subnet mask w/ subnet bits. Original subnet mask for class A - C are:

* 11111111.00000000.00000000.00000000 (Class A, network part = 8 bits)
* 11111111.11111111.00000000.00000000 (Class B, network part = 16 bits)
* 11111111.11111111.11111111.00000000 (Class C, network part = 24 bits)

In our illustration, an addition of the default “class C” subnet mask with three bits (Step 2) outcomes in the subnet mask
11111111.11111111.11111111.11100000.

1. Step 4

Change the subnet mask binary to the decimal form. The binary form has 4 octets. Utilize the following rules:

* Write 255 for "1111111" octet.
* Write 0 for "00000000" octet.
* If octet has 1 and 0 utilize the formula:

Integer # is equals to (128 x n) + (64 x n) + (32 x n) + (16 x n) + (8 x n) + (4 x n) + (2 x n) + (1 x n)
Where N is “1” or “0” in the corresponding place in the sequence of octet.

In our illustration, for 11111111.11111111.11111111.11100000
11111111 = 255
11111111 = 255
11111111 = 255
11100000 = (128 x 1) + (64 x 1) + (32 x 1) + (16 x 0) + (8 x 0) + (4 x 0) + (2 x 0) + (1 x 0) = 224

The Subnet mask is “255.255.255.224”.[www.articlesbase.com]

Read More “How to Compute an IP Subnet Mask”  »»

Monday, November 23, 2009

What is SAN or Storage Area Network?

A SAN or Storage Area Network
is a network that is separate from WANs and LANs. It is used to link all the storage resources linked to different servers. It consist a collection of SAN Software and SAN Hardware; the hardware has high interconnection rates among the different storage devices and the software configures the SAN and manages monitors.

Storage Area Network or SAN is a high speed sub-network of shared storage devices. A storage device is a machine that has nothing but disks for saving data. A Storage Area Network's architecture acts in a way that makes every storage devices accessible to every server on a WAN or LAN. As other storage devices are placed to a Storage Area Network, they too will be available from any server in the bigger network. In this case, the server only acts as a way between the user and the stored file or data.


A Storage Area Network is a storage devices network that is linked to each other and to a server, in some arrangements a Storage Area Network is also linked to the network. It is foretell to become the storage data technology of selection in the coming years.

Storage Area Networks originated to conquer the problems with NAS or network attached storage devices, which like ordinary servers are tough to handle and hard to expand the capability on. Network Attached Storage devices also put in to the traffic on the network and endure from the delays made by the OS’s network stacks.

A Storage Area Network is made of a lot of fabric switches linked in a network. The most known form of Storage Area Network utilizes the “Fiber Channel fabric protocol”. On the other hand, ISCSI can be utilized with IP switches. The Storage Area Network enables the storage on the hard drive in the Disk collection controllers to be connected among the servers.

One of the major benefits of Storage Area Network is that it makes things easier for the network infrastructure and simplifies to manage. This it does by means of virtualization, consolidation, integration, and automation. Consolidation targets at centralizing the storage to enhance scalability, lessening infrastructure complexity, and raising efficiency. Virtualization aids to enhance availability and lessens costs as it gives a wide view of storage devices. Automation of habit tasks enables the administrators to concentrate on vital tasks. Automation also enhances responsiveness. Integration aids organizations furnish users with the wanted info in a more systematic manner.[www.articlesbase.com]

Read More “What is SAN or Storage Area Network?”  »»

Saturday, November 14, 2009

5 Minutes to Understanding Tcp/ip

What exactly is TCP/IP?

TCP/IP stands for Transmission Control Protocol/Internet Protocol. It is a software language and set of rules computers and/or devices use on a network to talk to each-other. TCP/IP is both a LAN (local area network) and WAN (wide area network) protocol. A WAN spans a great distance. The internet
is the biggest WAN in existence. A protocol is a set of rules as well as a software language used in order to transmit services, identify information, and identify computers. TCP/IP is a very scalable (able to grow and support new or different services and computers), robust (reliable) protocol. This is mainly why it was elected a long time ago to be the default internet protocol. In order for two computers to exist and effectively communicate they must either:


A. Both be using the same protocol

or

B. Use an intermediary program to interface and act as an interpreter between the two different protocols.

In this situation example A. is the most ideal and common when speaking of computers existing and effectively communicating on the internet. If you are speaking "english" and I am speaking "german" you would not be able to understand me, correct? Computers are the same way. The language and set of rules that computers and devices use to speak and identify each-other on the internet is....you guessed is TCP/IP. Right now we use the version known as TCP/IP v4. The v4 stands for "version 4". We are starting to ever so slowly move to TCP/IP version 6. At the time this article is written (January, 2008) TCP/IP v6 is certainly not common place. However in the future we will inevitably all need to be able to use it as it becomes the default TCP/IP protocol.

Where is TCP/IP exactly?

This software is, by default, installed in almost every operating system used today. It is already there within your Windows, Macintosh, or Linux operating system when you start your computer. Programmers have it already pre-installed and integrated with your operating system right out of the box.

Can you uninstall TCP/IP?

Yes, in most operating systems you can. However situations in why you would do such is beyond the scope of this article and you, as the general computer user would almost never (I know, "never say never". OK 99.999 % of the time the common computer user would never need to do such).

In order to use TCP/IP on the internet you need three common parameters. They look like this:

IP Address: 192.168.12.9

Default Gateway Address: 112.33.75.30

Subnet Mask: 255.255.255.4

These parameters or TCP/IP settings can be accessed or viewed in your operating system. Every operating system will have at least one place where you can see and if needed change these IP settings.NOTE: If you are a new user and are not having any connectivity issues I would leave these settings as is for now.

What is an IP Address?

When using the TCP/IP protocol a machine, and or website needs an identifier. This identifier is an "Ip Address". It is actually 32 ones and zero's. However using simple decimal shorthand you can break this down to normal "decimal" numbers which is what we generally see. Hence an IP address is four separate decimal numbers separated by an period. IP Addresses look like this: 192.168.12.9.

This number identifies your machine. This way other computers know where to find you and/or who to respond to on the internet when you request any service or want to browse around online. In order for computers on the internet not to get confused, no two machines, or websites can have the same IP address. They all must be "unique" to the machine or website.

What is a Default Gateway Address?

A "default gateway" IP address is needed as well. this is the IP address of the machine you use to get onto the internet through. It is a doorway so to speak. Every internet based machine goes out to the internet through a "default gateway". This is normally a server or a router.

A default gateway machine also has an IP address. It is known as the "gateway address" or gateway IP.

Your computer as an internet machine also needs this IP configured.

What is the Subnet Mask?

A subnet mask , to put it as simple as possible is a indicator address that does two things.

1. identifies your internet service provider network and this networks size. 2. Helps machines narrow in on your exact location when sending information to you but this is out of the scope of this article. For now just understand it's basis and understand you need one in order to access and exist on the internet.

So now you know what an IP address, a gateway address, and what a subnet mask address is. These are the internet settings (aka IP Parameters) every machine needs to access the internet.

So how and where do you get them? Well you can manually configure your own every time you log in or start your computer. You should contact your internet service provider to ask what your assigned IP, default gateway address, and subnet mask should be. However this would be a pain in the neck wouldn't it?

This is where DHCP (dynamic host configuration protocol) comes in. We will discuss this in the near future. [www.articlesbase.com]

Read More “5 Minutes to Understanding Tcp/ip”  »»

Thursday, November 12, 2009

Understanding 192.168.1.1

This address is utilized by Linksys routers and open source linux based firm wares that are well matched with Linksys routers.As a result 192.168.1.1 is apt to be set as default gateway on PCs connected to a router. http://192.168.1.1 as well commonly includes web interface which controls the configuration of the router. If you are can’t access this address it is likely that you need some kind of network configuration issue.

The IP address is the default for the Linksys brand-home for broadband routers. The manufacturer at the factory sets this IP, but you could change it any time utilizing the network administrative console of the router.



IP address 192.168.1.1 is a private IP v4 network address. Any brand of the router’s network, or any PC on a limited network for that issue, could be set to utilize this address. As with any other Internet Protocol address, however, only a single device on the network must utilize 192.168.1.1 to prevent address conflicts.

192.168.1.1 is a Class C private Internet Protocol address. Private Internet protocol addresses are preserved for private networks which are not included on the Internet. Though most home networks are linked to internet, they’re not part of it. Instead, the network router operates as the gateway and routes network data to correct PC on the home network. While this permits a lot of PCs to share single Internet Service Provider connection the disadvantage is that home PCs are not reachable right away from the Internet (but given the number of trojans and viruses out there this could also be a great thing).[www.articlesbase.com]

Read More “Understanding 192.168.1.1”  »»

Tuesday, November 10, 2009

How to Implement Wireless VLANS

The wireless access points operate as bridges with no routing defined anywhere on the wireless network segment. All VLANs are defined on the wired switches and mapped with specific SSIDs at each access point. The maximum number of VLANs and SSIDs per access point that can be mapped is 16. The wireless client attaches or associates with a specific SSID which in turn will map client with membership in a specific VLAN.

There is an option to configure the maximum number of wireless client associations allowed per SSID improving network performance and availability. The access point is assigned a primary SSID with the 802.11 standard, advertising it with beacons on that segment to all wireless clients. There is a guest SSID defined that companies should define a VLAN policy for that group or with access control list security policies denying access to the corporate network. Guest traffic for the most part should be directed across the internet unless they have specific network rights.

VLAN membership of each wireless client is assigned considering what servers are most accessed, specific company department and security rights. Device types such as a scanner with less security won't be assigned the same VLAN as an engineering group with sensitive information and 802.1x security.

VLAN 1 is the default native VLAN and doesn't tag traffic. The native VLAN number assigned on the wired switches must match the VLAN assigned at all attached access points on that network segment. The native VLAN is sometimes assigned to network management traffic or the RADIUS server. Companies will implement access control lists at each network switch to filter traffic securing the management VLAN traffic. With most designs the native VLAN isn't mapped to a SSID except with connecting root bridges and non root bridges. Define an infrastructure SSID for infrastructure devices such as a repeater or workgroup hub and map the native VLAN allowing those devices to associate with non root bridge and root bridges.

Wireless clients configured with 802.1x authentication will have a RADIUS server configured with mapped SSIDs per wireless client. This is called RADIUS SSID control. The server sends the list to the access point where the client is allowed to associate with an access point should they be a member of one or several SSIDs. RADIUS VLAN control assigns each client with a specific VLAN and default SSID. The mapping can be overridden with the RADIUS sever configuration. During authentication the wireless client is assigned to that specific VLAN. The employee however can't be a member of any wired VLAN except that. Policy group filters or class map policies can be defined per VLAN. You should deny all infrastructure devices to be members of any non-infrastructure SSID. Wireless clients will see all broadcasts and multicasts of all mapped VLANs unless 802.1x per VLAN encryption is implemented with TKIP, MIC and broadcast keys.

Trunking is implemented to switch traffic between network segments that have multiple VLANs defined. Each VLAN defines a separate broadcast domain comprised of a group of employees with a company department. The trunk is a physical switch port interface with defined Ethernet subinterfaces configured with 802.1q or ISL encapsulation. Those packets are tagged with specific VLAN number before it is sent between access point and wired network switch. The access point Ethernet interface is configured as a hybrid trunk. Access control lists should be defined at the wired switch Ethernet interface that drops packets from VLANs not defined with any SSID.

VLAN 100 = 192.168.37.x - SSID = Engineers

VLAN 200 = 192.168.38.x - SSID = Guest

VLAN 300 = 192.168.39.x - SSID = Sales
[www.articlesbase.com]

Read More “How to Implement Wireless VLANS”  »»

Saturday, October 3, 2009

Common physical components of a network

There are 4 major categories of physical components in a computer network:
1. PCs
2. Interconnections: they consist of components
that provide means for data to travel
from one point to another point in the network, this category includes components
such as the following:


1. NICs: (Network Interface Cards), translates the data produced by the computer
into a format that can be transmitted over the local network (digital to
analog).
2. Network media: such as cables or wireless media, that provide the means by
which the signals are transmitted from one network device to another.
3. Connectors: provide the connection points for the media, i.e RJ-45
3. Switches: devices that provide network attachments to the end systems and
intelligent switching of the data within the local network.
4. Routers: interconnects networks and chooses the best path between networks for data
to go through.
Source : xacker.wordpress.com

Read More “Common physical components of a network”  »»

Wednesday, September 16, 2009

What is the OSI model ?

The OSI model:

* Allows various “open” systems to communicate.
* The Open Systems Interconnection model was created by the International
Standards Organization in the late 1970's.
* Serve as a blueprint for all network communication technologies.
* Dividing up all the processes of networking activity into seven layers.
* Each layer has its own distinct functions and services.


The OSI model consists of seven layers which are:


1. The Physical Layer: transmits raw data bits over a communication channel (mostly
mechanical and electrical issues)
2. The Data Link Layer: guarantees to the network layer that there are no
transmission errors by breaking the input data stream up into frames and sending
back acknowledgement frames
3. The Network Layer: controls the operation of the involved subnet; main issues
are routing (determine a way from source to destination) and dealing with
problems of heterogeneous networks, e. g. different size requirements of
transmitted data blocks
4. The Transport Layer: splits up data from the session layer if necessary
(segmentation) and ensures that the pieces arrive correctly
5. The Session Layer: allows users on different computer systems to establish a
session between them, i. e. they are able to transfer files or log into a remote
system; the conditions of communication are laid down, for example full-duplex
or half-duplex
6. The Presentation Layer: unlike the layers before it is concerned with the syntax
and semantics of the transmitted information; it is concerned with all aspects
of information representation such as data encoding, data compression and
encryption
7. The Application Layer: contains a variety of commonly needed protocols like
handling with different terminal types and file systems; a label to identify the
communication process, its origin and destination application is added to the
transmitted information

Layers 4 to 7 are true end-to-end layers, i. e. the layer on the source system carries on a communication process with the same layer on the destination system. In the lower layers the protocols are between a system and its immediate neighbour, for example the source system and a system "on the way" to the destination.

Some of the functions of the physical and the data link layer are combined in the Medium Access Control (MAC) sublayer, which in particular is important to Local Area Networks (LANs). It determines how devices attached to the network gain access to the transmission medium.
Note that the OSI model does not lay down the specific protocols used to communicate between two computers on a specific layer. Although ISO recommends which protocols to use with the OSI model, the model itself is in proper speaking no standard of computer networking. Which protocol in a single layer is actually used, depends on several factors like the physical network, the needed reliability, etc. ictglobal.com

Read More “What is the OSI model ?”  »»

The Importance of Computer Networks

Describes why and how computer networks support successful work

Information and communication are two of the most important strategic issues for the success of every enterprise. While today nearly every organization uses a substantial number of computers and communication tools ( telephones, fax, personal handheld devices), they are often still isolated. While managers today are able to use the newest applications, many departments still do not communicate and much needed information cannot be readily accessed.

To overcome these obstacles in an effective usage of information technology, computer networks are necessary. They are a new kind (one might call it paradigm) of organization of computer systems produced by the need to merge computers and communications. At the same time they are the means to converge the two areas; the unnecessary distinction between tools to process and store information and tools to collect and transport information can disappear. Computer networks can manage to put down the barriers between information held on several (not only computer) systems. Only with the help of computer networks can a borderless communication and information environment be built.


Computer networks allow the user to access remote programs and remote databases either of the same organization or from other enterprises or public sources. Computer networks provide communication possibilities faster than other facilities. Because of these optimal information and communication possibilities, computer networks may increase the organizational learning rate, which many authors declare as the only fundamental advantage in competition.

Besides this major reason why any organization should not fail to have a computer network, there are other reasons as well:

* cost reduction by sharing hard- and software resources
* high reliability by having multiple sources of supply
* cost reduction by downsizing to microcomputer-based networks instead of using
mainframes
* greater flexibility because of possibility to connect devices from various
vendors

Because of the importance of this technology, decisions of purchase, structure, and operation of computer networks cannot be left to technical staff. Management as well has a critical need for understanding the technology of computer networks. ictglobal.com

Read More “The Importance of Computer Networks”  »»

 

Recent Post





Recent comments

Dark Side Blogger Template Copyright 2009 - Things about Computer Networking is proudly powered by Blogger.com Edited By Belajar SEO