49
Computer Networking Principles ICS 216 Classification of computer networks

CLASSIFICATION OF COMPUTER NETWORKS-2011

Embed Size (px)

Citation preview

Page 1: CLASSIFICATION OF COMPUTER NETWORKS-2011

Computer Networking PrinciplesICS 216

Classification of computer networks

Page 2: CLASSIFICATION OF COMPUTER NETWORKS-2011

Classification of computer networks

• There is no generally accepted taxonomy into which all computer networks fit

• Two dimensions stand out: transmission technology and scale

Page 3: CLASSIFICATION OF COMPUTER NETWORKS-2011

Classification of computer networks

Transmission technology dimension

Page 4: CLASSIFICATION OF COMPUTER NETWORKS-2011

Classification of computer networks

• There are broadly two types of transmission technologies Broadcast links Point to point links

Page 5: CLASSIFICATION OF COMPUTER NETWORKS-2011

Broadcast networks

Page 6: CLASSIFICATION OF COMPUTER NETWORKS-2011

Broadcast networks

• Broadcast systems have a single communication channel that is shared by all the machines on the network.

• Packets sent by any machine are received by all others.

Page 7: CLASSIFICATION OF COMPUTER NETWORKS-2011

Broadcast networks

• An address field within the packet specifies for whom it is intended.

• Upon receiving a packet, a machine checks the address field. If the packet is intended for some other machine it is ignored.

Page 8: CLASSIFICATION OF COMPUTER NETWORKS-2011

Broadcast networks

• Broadcast systems generally also allow the possibility of addressing a packet to all destinations by using a special code in the address field.

• When a packet with this code is transmitted, it is received and processed by every machine on the network.

• This mode of operation is called broadcasting

Page 9: CLASSIFICATION OF COMPUTER NETWORKS-2011

Broadcast networks

• Some broadcast systems also support transmission to a subset of the machines, something known as multicasting.

• May be achieved by reserving one bit for multicasting with the remaining n-1 bits address bits holding the group number

• Each machine can subscribe to any or all of the groups• When a packet is sent to a certain group, it is delivered to

all machines subscribing to the group

Page 10: CLASSIFICATION OF COMPUTER NETWORKS-2011

Point-to-point networks

Page 11: CLASSIFICATION OF COMPUTER NETWORKS-2011

Point to point Networks

• Point to point networks consist of many connections between individual machines

• The network contains numerous cables or leased telephone lines which link individual computers indirectly via intermediate computers.

Page 12: CLASSIFICATION OF COMPUTER NETWORKS-2011

Point to point networks

• If two individual computers that do not share a cable nevertheless wish to communicate, they must do this indirectly via intermediate machines

• Often multiple routes of different lengths are possible

Page 13: CLASSIFICATION OF COMPUTER NETWORKS-2011

Point-to-point networks

• Point-to-point transmission with one sender and one receiver is often called unicasting

Page 14: CLASSIFICATION OF COMPUTER NETWORKS-2011

Point-to-point networks

• A general rule: Smaller geographically localized networks tend to use

broadcasting Larger networks tend to use point-to-point

Page 15: CLASSIFICATION OF COMPUTER NETWORKS-2011

classification of computer networks

Scale dimension

Page 16: CLASSIFICATION OF COMPUTER NETWORKS-2011

classification of computer networks

• An alternative criterion for classifying networks is their scale

• These can be divided into Local Area networks (LAN) Wide area networks (WAN) Metropolitan area networks (MAN) Internetworks

Page 17: CLASSIFICATION OF COMPUTER NETWORKS-2011

classification of computer networks

Classification of computer networks by scale

Page 18: CLASSIFICATION OF COMPUTER NETWORKS-2011

Local area networks

Page 19: CLASSIFICATION OF COMPUTER NETWORKS-2011

Local area networks

• LANS are usually privately owned. The owning organization usually owns all the attached devices.

• They are widely used to connect Personal computers and workstations in offices to share resources and exchange information

• The management responsibilities of a LAN are carried out solely by the owning organization

Page 20: CLASSIFICATION OF COMPUTER NETWORKS-2011

Local area networks

• LANs can be distinguished from other kinds of networks by their Size Transmission technology Topology

Page 21: CLASSIFICATION OF COMPUTER NETWORKS-2011

Local area networks

• Size A LAN covers a small geographical area A LAN is usually the interconnection of a collection of

computer systems in a single building or a cluster of buildings

Network is usually up to a few kilometers in size In TCP/IP networking, a LAN is often but not

always implemented as a single IP subnet. Cost low (thousands of dollars).

Page 22: CLASSIFICATION OF COMPUTER NETWORKS-2011

Local area networks

• Transmission technology A cable to which all machines are attached and can

transmit The internal data rates of LANs are typically high

(10Mbps-10 Gbps).

Page 23: CLASSIFICATION OF COMPUTER NETWORKS-2011

Local area networks

• Topology: Various topologies are possible for broadcast LANS Bus Ring

Page 24: CLASSIFICATION OF COMPUTER NETWORKS-2011

Local area networks

Two broadcast networks (a) Bus (b) Ring

Page 25: CLASSIFICATION OF COMPUTER NETWORKS-2011

Local area networks

• Characteristics

• Geographical scope?

• Ownership?

• Transmission Technology?

Page 26: CLASSIFICATION OF COMPUTER NETWORKS-2011

Metropolitan area networks

Page 27: CLASSIFICATION OF COMPUTER NETWORKS-2011

Metropolitan area networks

• A MAN covers a medium-size geographic region (e.g. entire town or city). A MAN is larger than a LAN and smaller than a WAN

and is constrained to a defined geographical area.

• A MAN may be controlled by an organization, or by a Telecommunications provider or may be a regional resource.

Page 28: CLASSIFICATION OF COMPUTER NETWORKS-2011

Metropolitan area networks

• Best known example of a MAN is the cable television network

• This type of network is based on high bandwidth copper wire and/or fiber optic cabling installed in towns and cities for the transmission of television programming and other services directly to peoples homes over distances of up to 50 kilometers .

Page 29: CLASSIFICATION OF COMPUTER NETWORKS-2011

Metropolitan area networks

• A number of television channels collected at a central location (called a headend) is distributed to subscribers within a community by means of a network of optical fibers and/or coaxial cables.

Page 30: CLASSIFICATION OF COMPUTER NETWORKS-2011

Metropolitan area networks

• With the increased use of internet, cable TV systems are now offering two way internet services in the unused part of the spectrum.

• Both the TV signals and internet are being fed into the headend for subsequent distribution into peoples homes.

Page 31: CLASSIFICATION OF COMPUTER NETWORKS-2011

Metropolitan area networks

Metropolitan area network based on cable TV

Page 32: CLASSIFICATION OF COMPUTER NETWORKS-2011

Metropolitan area networks

• Characteristics

• Geographical scope?

• Ownership?

• Transmission Technology?

Page 33: CLASSIFICATION OF COMPUTER NETWORKS-2011

Wide area networks

Page 34: CLASSIFICATION OF COMPUTER NETWORKS-2011

Wide area networks

• A WAN covers a large geographical area (e.g a country or continent).

• Typically a WAN is a geographically-dispersed collection of LANs.

• Connects multiple LANs to one another over great geographic distances, the size of a country or continent.

• The type of WAN can be Enterprise wide Private network (leased circuits) or simply use Public carrier networks.

Page 35: CLASSIFICATION OF COMPUTER NETWORKS-2011

Wide area networks

• Most organizations do not build their own WANs by laying cables, building Microwave towers or sending up satellites.

• Instead most organizations lease circuits from Public communication providers and use those to transmit their data.

• They require crossing of public right-of-ways. Hence WANs depend on telecommunication providers for actual data transmission when communicating computers are located in different sites.

Page 36: CLASSIFICATION OF COMPUTER NETWORKS-2011

Wide area networks

• WAN circuits come in all Types and sizes but typically span hundreds or thousands of miles and provide data transmission rates from 56Kbps to 10Gbps.

• The speed available on a WAN varies depending on the cost of the connections (which increases with distance) and may be low

Page 37: CLASSIFICATION OF COMPUTER NETWORKS-2011

Wide area networks

• WANs operate using an interconnection of routers which can "choose" the most appropriate path for data to take to reach a network node

Page 38: CLASSIFICATION OF COMPUTER NETWORKS-2011

Wide area networks

Relationship between hosts and subnet

Page 39: CLASSIFICATION OF COMPUTER NETWORKS-2011

Wide area networks

• The network consists of a collection of user machines (hosts) connected to a communication subnet.

• The subnet, typically owned and operated by a telephone company or internet service provider, consists of a number of inter connected switching nodes (or routers).

• The transmission lines interconnecting routers can be made of copper wire or optical fiber or even radio links

Page 40: CLASSIFICATION OF COMPUTER NETWORKS-2011

Wide area networks

• The job of the subnet is to carry messages from source host to destination host.

• A transmission is routed through these internal nodes to the specified destination device. These nodes are not concerned with the content of the data but the moving data from node to node until they reach destination.

• Traditionally WANs have been implemented using one of two technologies: Circuit switching and packet switching. More recently we have Frame relay and ATM networks

• The Speed of data transmission over a WAN is usually slower than the speed of data transmission over a LAN

Page 41: CLASSIFICATION OF COMPUTER NETWORKS-2011

Wide area networks

Sending from source host to destination host

Page 42: CLASSIFICATION OF COMPUTER NETWORKS-2011

Internetworks

Page 43: CLASSIFICATION OF COMPUTER NETWORKS-2011

Internetworks

• An internetwork is a collection of networks that are interconnected together

• People connected to one type of network often want to communicate with people attached to a different one. This requires incompatible networks to be connected. E.g. LAN and WAN or LAN and LAN

• Internetworking means connecting different types of networks that use different technologies such as Ethernet, ATM, FDDI.

Page 44: CLASSIFICATION OF COMPUTER NETWORKS-2011

Internetworks

• An internetwork is therefore a logical network built around multiple separate physical networks.

• These different networks are connected, sometimes by means of machines called gateways to make connections and provide the necessary translation in terms of both hardware and software

Page 45: CLASSIFICATION OF COMPUTER NETWORKS-2011

Internetworks

• A common form of internet is a collection of LANs connected by a WAN

LAN-WAN-LAN• The world wide Internet is the most widely used

interconnection of networks to which a large number of networks are connected.

• The Internet is an internetwork of widely used networks.

Page 46: CLASSIFICATION OF COMPUTER NETWORKS-2011

Internetworks

• While Internet is a specific world-wide connection of networks, internet is a generic term.

Page 47: CLASSIFICATION OF COMPUTER NETWORKS-2011

Internetworks

• Additional Reading/Assignment:

• Personal Area Network

• Storage Area Network

• System Area Network

• Intranet/Extranet

Page 48: CLASSIFICATION OF COMPUTER NETWORKS-2011

References

• Local Area networks by Behrouz A. Forouzan Chapter 1

Page 49: CLASSIFICATION OF COMPUTER NETWORKS-2011

Questions?