Top Banner
Click to add Text Click to add Text Communication and Communication and Network Concepts Network Concepts
31
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 1 network intro

Click to add TextClick to add Text

Communication Communication and Network and Network

ConceptsConcepts

Page 2: 1 network intro

NetworkNetwork

Network, in computer science, a group of Network, in computer science, a group of computers and associated devices that are computers and associated devices that are connected by communications facilities.connected by communications facilities.

Network is an inter connected collection of Network is an inter connected collection of autonomous computers.autonomous computers.

When two or more computers are joined together When two or more computers are joined together so that they are capable of exchanging so that they are capable of exchanging information , they form a network.information , they form a network.

Page 3: 1 network intro

Need for NetworkingNeed for Networking

Resource sharing Resource sharing - Through a network , data , s/w - Through a network , data , s/w and h/w resources can be shared irrespective of and h/w resources can be shared irrespective of the physical location of the resources and the user.the physical location of the resources and the user.

ReliabilityReliability – A file can have its copies on two or – A file can have its copies on two or more computers of the network.more computers of the network.

Reduced CostReduced Cost – Sharing resources reduces the cost – Sharing resources reduces the cost

Fast CommunicationFast Communication – Information can be – Information can be exchanged at a very fast speedexchanged at a very fast speed

Page 4: 1 network intro

Evolution of NetworkEvolution of Network

In 1969 , US deptt of Defence started In 1969 , US deptt of Defence started ARPANET( Advance Research ARPANET( Advance Research Projects Agency NETwork). Projects Agency NETwork).

Goal was to connect different Goal was to connect different universities and US defence.universities and US defence.

People exchanged info and played People exchanged info and played gamesgames

Expanded rapidlyExpanded rapidly

Page 5: 1 network intro

Evolution of NetworkEvolution of Network

In mid 80’s National Science Foundation created a In mid 80’s National Science Foundation created a high capacity network called NSFnet.high capacity network called NSFnet.

Allowed Academic use and private business Allowed Academic use and private business Many private companies built their own networks Many private companies built their own networks

which were later interconnected along with which were later interconnected along with ARPANET and NSFnet to form Internet.ARPANET and NSFnet to form Internet.

Arpanet was shut down in 1990 .Arpanet was shut down in 1990 . Govt funding for NSFnet discontinued in 1995.Govt funding for NSFnet discontinued in 1995. But commercial services can into the scenario But commercial services can into the scenario

which are still running the internet.which are still running the internet.

Page 6: 1 network intro

InternetInternet Internet is worldwide network of computer networks.Internet is worldwide network of computer networks.

How does it work?

•Most computers are not connected directly to the internet.

•They are connected to smaller networks

•Which are connected through gateways to the internet backbone

Page 7: 1 network intro

GatewayGateway

Gateway is a device Gateway is a device that connects that connects dissimilar networks.dissimilar networks.

A backbone is a A backbone is a central central interconnecting interconnecting structure that structure that connects one or connects one or more networks just more networks just like the trunk of a like the trunk of a tree.tree.

Page 8: 1 network intro

How does internet work?How does internet work?

At the source comp the message to be At the source comp the message to be sent is broken down into small parts called sent is broken down into small parts called packets.packets.

Each packet is given a serial no e.g. 1,2,3Each packet is given a serial no e.g. 1,2,3 All these packet are sent to the destination All these packet are sent to the destination

computercomputer The destination comp receives the packets The destination comp receives the packets

in random order( 10 may come before 1)in random order( 10 may come before 1) The packets are reassembled in the order The packets are reassembled in the order

of their no and message is restored.of their no and message is restored.

Page 9: 1 network intro

How it functions smoothly?How it functions smoothly? Every computer connected to the internet uses Every computer connected to the internet uses

same set of rules for communication.same set of rules for communication. Set of rules is called protocolSet of rules is called protocol Communication protocol used by internet is Communication protocol used by internet is

TCP/IP TCP/IP The TCP (Transmission control protocol) part is The TCP (Transmission control protocol) part is

responsible for dividing the message into packets responsible for dividing the message into packets on the source comp and reassembling them at on the source comp and reassembling them at the destination comp.the destination comp.

The IP (Internet Protocol) is responsible for The IP (Internet Protocol) is responsible for handling the address of the destination comp so handling the address of the destination comp so that the packet is sent to its proper destination.that the packet is sent to its proper destination.

Page 10: 1 network intro

Future of Internet- InterSpaceFuture of Internet- InterSpace

InterSpace is a client /server InterSpace is a client /server software program that allows software program that allows multiple users to communicate online multiple users to communicate online with real time audio , video and text with real time audio , video and text chat in dynamic 3D environments.chat in dynamic 3D environments.

Page 11: 1 network intro

Few terms related to NetworkFew terms related to Network Workstation or NodesWorkstation or Nodes

refers to a computer that are attached to a networkrefers to a computer that are attached to a network

ServerServer

The master comp is called server.The master comp is called server.

Facilitates the sharing of data, s/w and h/w concepts.Facilitates the sharing of data, s/w and h/w concepts.

Server

Page 12: 1 network intro

Few terms related to NetworkFew terms related to NetworkTwo types of serversTwo types of servers

Non Dedicated serverNon Dedicated server Dedicated serverDedicated server

Workstation doublesWorkstation doubles up as a serverup as a server

Slower, requires more Slower, requires more memorymemory

Used in small networks Used in small networks called Peer-to-peer networkscalled Peer-to-peer networks

One computer One computer reserved for server job.reserved for server job.

FasterFaster

The networks using such a The networks using such a server is called Master – server is called Master – slave network.slave network.

Page 13: 1 network intro

Network Interface Unit (NIU)Network Interface Unit (NIU)

It is a device attached to each workstation It is a device attached to each workstation and server.and server.

Helps to make connections within the Helps to make connections within the network.network.

Each NIU has a unique no identifying it called Each NIU has a unique no identifying it called node address. node address.

NIU is also called terminal access point (TAP).NIU is also called terminal access point (TAP). Also called Network Interface Card (NIC)Also called Network Interface Card (NIC) Each NIC is given a unique physical address Each NIC is given a unique physical address

called MAC address.called MAC address.

Page 14: 1 network intro

How data is transmitted across networks?How data is transmitted across networks?

Switching Techniques are used for Switching Techniques are used for transmitting data across networks.transmitting data across networks.

3 types of switching techniques are 3 types of switching techniques are there.there.

Circuit SwitchingCircuit Switching Message SwitchingMessage Switching Packet SwitchingPacket Switching

Page 15: 1 network intro

Circuit SwitchingCircuit Switching Physical connection between the two computers Physical connection between the two computers

is established and then data is transmitted from is established and then data is transmitted from source to destination computer.source to destination computer.

When a computer places a telephone call , the When a computer places a telephone call , the switching equipment within the telephone system switching equipment within the telephone system seeks out a physical copper path from sender’s to seeks out a physical copper path from sender’s to receiver’s telephone.receiver’s telephone.

It sets up end-to-end connection between It sets up end-to-end connection between computers before any data can be sent.computers before any data can be sent.

Page 16: 1 network intro

Message SwitchingMessage Switching

The source comp sends the data The source comp sends the data to the switching office first which to the switching office first which stores the data in its buffer.stores the data in its buffer.

It then looks for a free link to It then looks for a free link to another switching office and another switching office and then sends the data to this then sends the data to this office.office.

Process is continued till the data Process is continued till the data is delivered to the destination is delivered to the destination computer.computer.

It is also known as store and It is also known as store and forward technique.forward technique.

Page 17: 1 network intro

Packet SwitchingPacket Switching

There is a tight upper limit on the block size. There is a tight upper limit on the block size. In message switching there was no upper In message switching there was no upper limit.limit.

A fixed size of packet is specified.A fixed size of packet is specified.

All the packets are stored in All the packets are stored in main memorymain memory in switching office. In message switching in switching office. In message switching packets are stored on packets are stored on disk. disk.

This increases the performance as access This increases the performance as access time is reduced.time is reduced.

Page 18: 1 network intro

Network DeviceNetwork Device

ModemModem Modems are most frequently used to Modems are most frequently used to

enable computers to communicate enable computers to communicate with each other across telephone lines.with each other across telephone lines.

Stands for Modulation – demodulation.Stands for Modulation – demodulation. Converts digital signal to analog signal Converts digital signal to analog signal

and vice versa.and vice versa. Two types- Internal and ExternalTwo types- Internal and External

Page 19: 1 network intro

RJ 45 ConnectorRJ 45 Connector

Register Jack 45 is an 8 wire Register Jack 45 is an 8 wire connector which is commonly used connector which is commonly used to connect computers on LAN.to connect computers on LAN.

Looks like RJ-11 telephone connectorLooks like RJ-11 telephone connector

Page 20: 1 network intro

Ethernet CardEthernet Card

Ethernet,Ethernet, is a LAN architecture is a LAN architecture developed by the Xerox developed by the Xerox corporation in 1976, originally corporation in 1976, originally for linking minicomputers at for linking minicomputers at the Palo Alto Research Center.the Palo Alto Research Center.

Computers that uses Ethernet Computers that uses Ethernet architecture have to install architecture have to install ethernet card .ethernet card .

Now computers are coming Now computers are coming fitted with ethernet card.fitted with ethernet card.

Page 21: 1 network intro

HubHub

•A common connection point for devices in a network.

• Hubs are commonly used to connect segments of a LAN.

•A hub contains multiple ports.

• A passive hub serves simply as a conduit for the data, enabling it to go from one device (or segment) to another.

•Active hub electrically amplify the signal as it moves from one connected device to another.

•Support 8, 12 or 24 RJ-45 ports

•Used in star or ring topology.

Page 22: 1 network intro

SwitchSwitch A switch (A switch (switchswitching hub) in the context of networking refers to a ing hub) in the context of networking refers to a

device which filters and forwards data packets across a network. device which filters and forwards data packets across a network.

Unlike a standard hub which simply replicates what it receives on Unlike a standard hub which simply replicates what it receives on one port onto all the other ports, a switching hub keeps a record of one port onto all the other ports, a switching hub keeps a record of the MAC addresses of the devices attached to it. the MAC addresses of the devices attached to it.

When the switch receives a data packet, it forwards the packet When the switch receives a data packet, it forwards the packet directly to the recipient device by looking up the MAC address. directly to the recipient device by looking up the MAC address.

A network switch can utilise the full throughput potential of a A network switch can utilise the full throughput potential of a networks connection for each device making it a natural choice networks connection for each device making it a natural choice over a standard hub. over a standard hub.

In other words, say for instance you had a network of 5 PCs and a In other words, say for instance you had a network of 5 PCs and a server all connected with 10Mbps UTP cable, with a hub the server all connected with 10Mbps UTP cable, with a hub the throughput (10Mbps) would be shared between each device, with a throughput (10Mbps) would be shared between each device, with a switch each device could utilise the full 10Mbps connection. switch each device could utilise the full 10Mbps connection.

Page 23: 1 network intro

RepeaterRepeater A A repeaterrepeater is an electronic device that receives is an electronic device that receives

a weak or low-level signal and retransmits it at a a weak or low-level signal and retransmits it at a higher level or higher power, so that the signal higher level or higher power, so that the signal can cover longer distances without degradation.can cover longer distances without degradation.

Page 24: 1 network intro

BridgeBridge – connects two LANS having the same – connects two LANS having the same protocol – (e.g. Ethernet or Token ring)protocol – (e.g. Ethernet or Token ring)

LAN A

Bridge

LAN B

Data not destined for other network is prevented from passing over the bridge.

Page 25: 1 network intro

BridgeBridge In telecommunication networks, a bridge is a product that In telecommunication networks, a bridge is a product that

connects a local area network (LAN) to another local area connects a local area network (LAN) to another local area network that uses the same protocol (for example, Ethernet network that uses the same protocol (for example, Ethernet or Token Ring). or Token Ring).

You can envision a bridge as being a device that decides You can envision a bridge as being a device that decides whether a message from you to someone else is going to the whether a message from you to someone else is going to the local area network in your building or to someone on the local area network in your building or to someone on the local area network in the building across the street. local area network in the building across the street.

A bridge examines each message on a LAN, "passing" those A bridge examines each message on a LAN, "passing" those known to be within the same LAN, and forwarding those known to be within the same LAN, and forwarding those known to be on the other interconnected LAN (or LANs). known to be on the other interconnected LAN (or LANs).

Page 26: 1 network intro

RouterRouter Router is a specialized network device used to interconnect Router is a specialized network device used to interconnect

different types of computer network that uses different different types of computer network that uses different protocols e.g. Ethernet to a mainframe.protocols e.g. Ethernet to a mainframe.

Page 27: 1 network intro

Uses of RouterUses of Router

A router can be used to connect A router can be used to connect a Local Area Network (LAN) to a Local Area Network (LAN) to

another LAN,another LAN, a Wide Area Network (WAN) to a Wide Area Network (WAN) to

another WAN, another WAN, a LAN to the Internet. a LAN to the Internet.

Page 28: 1 network intro

Working of RouterWorking of Router

Routers transmit data packets Routers transmit data packets through these networks through these networks

determine the best path of determine the best path of transmission, based on a transmission, based on a number of factors, including number of factors, including traffic load, line speed, and traffic load, line speed, and costscosts..

Page 29: 1 network intro

GatewayGateway

Gateway is a device that Gateway is a device that connects dissimilar networks.connects dissimilar networks.

Establishes intelligent Establishes intelligent connection between a local connection between a local network and external networks network and external networks with completely different with completely different structures.structures.

Gateway is the ISP that Gateway is the ISP that connects the user to the connects the user to the internet.internet.

Page 30: 1 network intro

LAN design- General Network Design ProcessLAN design- General Network Design Process

Access needs and costs

Model Network workload

Select topologies and technologies to satisfy needs

Simulate behavior under expected load

Perform sensitivity test

Rework design as needed

Page 31: 1 network intro

Thank youThank you