google ad

Wednesday, April 30, 2008

IP Subnet Table

Class A

Number of bits borrowed

Number of usable subnets

Number of usable IPs

Subnet Mask

2

4

4mt

255.192.0.0

3

8

2mt

255.224.0.0

4

16

1mt

255.240.0.0

5

32

524t

255.248.0.0

6

64

262t

255.252.0.0

7

128

131t

255.254.0.0

8

256

65,536

255.255.0.0



Class B


Number of bits borrowed

Number of usable subnets

Number of usable IPs

Subnet Mask

2

4

16,380

255.255.192.0

3

8

8,190

255.255.224.0

4

16

4,094

255.255.240.0

5

32

2,046

255.255.248.0

6

64

1,022

255.255.252.0

7

128

510

255.255.254.0

8

256

254

255.255.255.0



Class C


Number of bits borrowed

Number of usable subnets

Number of usable IPs

Subnet Mask

2

4

60

255.255.255.192

3

8

30

255.255.255.224

4

16

14

255.255.255.240

5

32

6

255.255.255.248

6

64

2

255.255.255.252





Friday, April 25, 2008

TCP/IP Subnet Table

PrefixSubnet MaskNumber of HostsNetworks (Class B) * Networks (Class C) * Inverse Mask +Notes
/16255.255.0.0655341
0.0.255.255Class B
/17255.255.128.0327660+1
0.0.127.255In Class A networks, CIDR, or subnet-zero enabled networks only
/18255.255.192.0163822+1
0.0.63.255
/19255.255.224.081906+1
0.0.31.255
/20255.255.240.0409014+1
0.0.15.255
/21255.255.248.0204630+1
0.0.7.255
/22255.255.252.0102262+1
0.0.3.255
/23255.255.254.0510126+1
0.0.1.255
/24255.255.255.0254254+110.0.0.255Class C
/25255.255.255.128126510+10+10.0.0.127in class B or larger networks, CIDR, or subnet-zero enabled networks only
/26255.255.255.192621022+12+10.0.0.63
/27255.255.255.224302046+16+10.0.0.31
/28255.255.255.240144090+114+10.0.0.15
/29255.255.255.24868190+130+10.0.0.7
/30255.255.255.252216382+162+10.0.0.3
/31255.255.255.2540


Invalid mask since it leaves no host bits
/32255.255.255.2551

0.0.0.0Special single host mask
www.mindflip.com

OSI Diagram


OSI Network Architecture

Open Systems Interconnection (OSI) model is a reference model developed by ISO (International Organization for Standardization) in 1984, as a conceptual framework of standards for communication in the network across different equipment and applications by different vendors. It is now considered the primary architectural model for inter-computing and inter-networking communications. Most of the network communication protocols used today have a structure based on the OSI model. The OSI model defines the communications process into 7 layers, dividing the tasks involved with moving information between networked computers into seven smaller, more manageable task groups. A task or group of tasks is then assigned to each of the seven OSI layers. Each layer is reasonably self-contained, so that the tasks assigned to each layer can be implemented independently. This enables the solutions offered by one layer to be updated without adversely affecting the other layers.




















The specific description for each layer is as follows:

Layer 7: Application Layer

  • Defines interface-to-user processes for communication and data transfer in network
  • Provides standardized services such as virtual terminal, file and job transfer and operations

Layer 6: Presentation Layer

  • Masks the differences of data formats between dissimilar systems
  • Specifies architecture-independent data transfer format
  • Encodes and decodes data; encrypts and decrypts data; compresses and decompresses data

Layer 5: Session Layer

  • Manages user sessions and dialogues
  • Controls establishment and termination of logic links between users
  • Reports upper layer errors

Layer 4: Transport Layer

  • Manages end-to-end message delivery in network
  • Provides reliable and sequential packet delivery through error recovery and flow control mechanisms
  • Provides connectionless oriented packet delivery
  • Device used - PC

Layer 3: Network Layer

  • Determines how data are transferred between network devices
  • Routes packets according to unique network device addresses
  • Provides flow and congestion control to prevent network resource depletion
  • Device used - Router

Layer 2: Data Link Layer

  • Defines procedures for operating the communication links
  • Frames packets
  • Detects and corrects packets transmit errors
  • Device used - Bridge/Switch

Layer 1: Physical Layer

  • Defines physical means of sending data over network devices
  • Interfaces between network medium and devices
  • Defines optical, electrical and mechanical characteristics
  • Device used - Repeater/NIC, Hub/Tranceiver
www.networkdictionary.com

Rollover Cable

Rollover cable (also known as Cisco console cable) is a type of null-modem cable that is most commonly used to connect a computer terminal to a router's console port. This cable is typically flat (and has a light blue color) to help distinguish it from other types of network cabling. It gets the name rollover because the pinouts on one end are literally rolled over when RJ45 plugs are used at both ends.
www.wikipedia.org


Devices can be connected by Roll-over:

Console port to Switch

Console port to Router

Wednesday, April 23, 2008

Cross Over Cable

The image “http://discountcablesusa.com/568A-568B.gif” cannot be displayed, because it contains errors.

Crossover Cable

The image “http://discountcablesusa.com/568A-568B.gif” cannot be displayed, because it contains errors.


Crossover cable that maps all output signals on one electrical connector to the input signals on the other connector, allowing two electronic devices to perform full-duplex communication. Most commonly, the term refers to the Ethernet crossover cable, but other cables follow the same principle. It also allows devices to communicate without a switch, hub, or router. Cross-Over cables are used to connect two computers directly through NICs without the use of a Hub or Switch or to uplink two or more hubs, switches or routers. The Pins of the RJ-45 Connectors at both ends of a cross-over cable are connected as follows:

Pin 1 ----------- Pin 3
Pin 2 ----------- Pin 6

www.wikipedia.org



Crossover used to connect same devices.


Devices can be connected by Crossover:

PC to PC

Router to Router

Switch to Switch

Hub to Hub

PC to Router