Vous êtes sur la page 1sur 10

What is Network? In one network more than one computer connected with each other through centralized device.

They can share files and resources with each other.

LAN
LAN stands for Local Area Network. The scope of the LAN is within one building, one school or within one lab. In LAN (Hub), media access method is used CSMA/CD in which each computer sense the carrier before sending the data over the n/w. if carrier is free then you can transmit otherwise you have to wait or you have to listen. In multiple access each computer have right that they can access each other. If two computers sense the carrier on same time then the collision occur. Each computer, in the network, aware about the collision. Now this stop transmitting and they will use back off algorithm. In which random number is generated. This number or algorithm is used by each computer. Who has short number or small number, he has first priority to transmit the data over the network and other computers will wait for their turn.

WAN
WAN stands for Wide Area Network, in which two local area networks are connected through public n/w. it may be through telecommunication infrastructure or dedicated lines. For e.g: - ISDN lines, Leased lines etc. In which we can use WAN devices and WAN technology. You can also connect with your remote area through existing Internetwork called Internet.

Devices
Hub
Hub is centralized device, which is used to connect multiple workstations. There are two types of Hub: (i) Active Hub (ii) Passive Hub

it has no special kind of memory. It simply receives the frame (data) and forwards it to all its nodes except the receiving node. It always performs broadcasting. In case of hub, there is one collision domain and one broadcast domain. In case of hub, the media access method is used CSMA/CD (Carrier Sense Multiple Access/Collision Detection). 1

(i) Active Hub In Active hub, it receives the frame regenerate and then forward to all its nodes. (ii) Passive Hub In Passive hub, it simply receives the frame and forward to all its connected nodes. You cannot perform LAN segmentation using hub.

Switch
Switch is also used to connect multiple workstations. Switch is more intelligent than hub. It has special kind of memory called mac address/filter/lookup table. Switch reads mac addresses. Switch stores mac addresses in its filter address table. Switch when receives frame, it reads the destination mac address and consult with its filter table. If he has entry in its filter table then he forwards the frame to that particular mac address, if not found then it performs broadcasting to all its connected nodes. Every port has its own buffer memory. A port has two queues one is input queue and second is output queue. When switch receives the frame, the frame is received in input queue and forward from output queue. So in case of switch there is no chance or place for collisions. In case of switch, the media access method is used CSMA/CA (Carrier Sense Multiple Access/ Collision Avoidance). Switches provide more efficiency, more speed and security.

There are two types of switches: (i) Manageable switches (can be configured with console cable). (ii) Non-manageable switches. We can perform LAN segmentation by using switches.

Bridge
Bridge is a hardware device, which is used to provide LAN segmentation means it is used for break the collision domain. It has same functionality as performed by switch. We can use bridge between two different topologies. It has fewer ports. Each port has a own buffer memory. It works on Data Link Layer of OSI model. It also read mac address and stores it in its filter table. In case of bridge there is one broadcast domain.

Router
Router is hardware device, which is used to communicate two different networks. Router performs routing and path determination. It does not perform broadcast information.

There are two types of routers: (i) Hardware Routers are developed by Cisco, HP. (ii) Software Routers is configured with the help of routing and remote access. This feature is offered by Microsoft. This feature is by default installed, but you have to enable or configure it. Hardware routers are dedicated routers. They are more efficient. But in case of software routers, it has less features, slow performance. They are not very much efficient.

Lan Card
Lan card is media access device. Lan card provide us connectivity in the network. There is a RJ45 (Registered Jack) connector space on the Lan card. RJ45 is used in UTP cable. There is another led which is also called heartbeat of Lan card. When any activity occur it may be receiving or transmitting any kind of data. This led start blinking and also tell us the status of lan card.

LAN Topologies
BUS Topology
Cable Type Connector Type Coaxial Thick Coaxial BNC (Bayonet Neill-Concelman), T type, Terminator Maximum length 500 meters N/w devices 100 4

Coaxial Thin

Maximum length 185 meters N/w devices 30

Star Topology
Cable type - UTP Connector type - RJ45 Maximum Length 100 meters (with proper color coding)

UTP (Unshielded Twisted Pair)

STP (Shielded Twisted Pair)

In case of hub media access method will be CSMA/CD.

Ring Topology
Cable - UTP

There is token ring method used, so there is no collision chance.

Ethernet Family
Speed 10 10 10 10/100(present) 100 100 1000(Server) 1000 10000 Base band Base 2 Base 5 Base T Base TX Base T4 Base FX Base TX Base FX Base FX 200-meter 500-meter 100 meter 100 meter 100 meter up to 4 kms 100 meter up to 10 kms Coaxial cable Thick Coaxial cable Twisted Pair (UTP) UTP UTP 4 Pairs used Fiber Optic UTP Fiber Optic Fiber Optic

Color Green Green white Orange Orange white Blue Blue white Brown Brown white Green cable has maximum twists.

Pin Configuration Hub/Switch 1 Rx+ 2 Rx3 Tx+ 4 NC 5 NC 6 Tx7 NC 8 NC Cross 1 2 3 6 Cross Cable 3 6 1 2 Hub Switch

PC/Router/Online Printer Tx+ TxRx+ NC NC RxNC NC Straight 1 2 3 6 Pc Router

Uplink port(Hub/Switch) Tx+ TxRx+ NC NC RxNC NC

1 2 3 6

Straight Cable Straight Cable Orange white Orange Green white Blue Blue white Green Brown white Brown Cross Cable Orange white Orange Green white Blue Blue white Green Brown white Brown -

1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8

Orange white Orange Green white Blue Blue white Green Brown white Brown RJ45 Connector Green white Green Orange white Blue Blue white Orange Brown white Brown 8

IP Address v4
IP address is a 32-bit address. It is divided into four octets. Each octet has 8 bits. It has two parts one is network address and second is host address. in local area network, we can used private IP address, which is provided by IANA (Internet Assigning Numbering Authority). IP addresses are divided into five classes. Class A B C D E Range N/w bits Host bits Subnet mask Total IP 1 126 8 24 255.0.0.0 16777216 128 191 16 16 255.255.0.0 65536 192 223 24 8 255.255.255.0 256 224 239 it is reserved for multicast. 240 255 it is reserved for research/scientific use. Valid IP 16777214 65534 254

We can use first three classes. IANA provides private IP addresses from first three classes. Class A B C Private IP Range 10.0.0.0 10.255.255.255 172.16.0.0 172.31.255.255 192.168.0.0 192.168.255.255

One another range that is called APIPA (Automatic Private Internet Protocol Addressing) 169.254.0.0 169.254.255.255 We can assign IP address to our computer by two methods: (1) Statically or Manually (2) Dynamically (by using DHCP Server Dynamic Host Configuration Protocol) But in case of your computer has no IP address then IP address is assigned to the computer from APIPA range. But communication is not possible when computer has IP address from APIPA range. Loopback address = 127.0.0.1

Subnet Mask
Subnet mask is also 32-bit address, which tell us how many bits are used for network and how many bits are used for host address. In Subnet mask Network bits are always 1 and Host bits are always 0.

IP Addresses invalid or reserve IP Addresses


When we are going to assign IP addresses to our computers then we have to follow some rules. Rules: (1) All Host bits cannot be 0 (10.0.0.0), because it represent network address which is reserved for router. (2) All Host bits cannot be 1 (10.255.255.255), because this is broadcast address of that network (10th network). 9

(3) All bits cannot be 0 (0.0.0.0), because this address is reserved for Default routing. Default routing is used in case of Stub n/w (means our network has one exit point). (4) All bits cannot be 1 (255.255.255.255), because this is reserved for Broadcasting. (5) 127.0.0.1 - This is Loopback address, which is used for self-communication or troubleshooting purpose. C:\>ipconfig C:\>ipconfig/all It shows all detail. PING Packet Internet Groper This command is used to check the connectivity with other computer. Ping is performed with in network or outside of the network. In this process four packets are send to the destination address and four packets are received from the destination address. ICMP (Internet Control Message Protocol) protocol is used for this process. C:\>Ping 10.0.0.5 t (for continue ping) Press Ctrl+C to stop ping. EMI Electromagnetic Interference

10

Vous aimerez peut-être aussi