• No results found

NETWORK FUNDAMENTALS

N/A
N/A
Protected

Academic year: 2020

Share "NETWORK FUNDAMENTALS"

Copied!
30
0
0

Loading.... (view fulltext now)

Full text

(1)

CHAPTER 2

NETWORK

(2)

Data networks

1.

Networking Devices

2.

Networking Topologies Types

Physical topologies

Logical topologies

(3)

▪ Data networks developed as a result of business applications that were written for microcomputers.

▪ Businesses needed a solution that would successfully address the following three problems:

▪ How to avoid duplication of equipment and resources

▪ How to communicate efficiently/ reduce duplicate copies of files

▪ How to set up and manage a network

▪ Businesses realized that networking technology could increase productivity while saving money.

(4)

▪ In the 1980s users with stand-alone computers started to share files using modems to connect to other computers. This was referred to as point-to-point, or dial-up communication

▪ Bulletin boards became the central point of communication in a dial-up connection. Drawbacks to this type of system were:

▪ That there was very little direct communication

▪ Availability was limited to only with those who knew about the location of the bulletin board

▪ Required one modem per connection. If five people connected simultaneously it would require five modems connected to five separate phone lines

▪ From the 1960s-1990s, the DoD developed large, reliable, WANs for military and scientific reasons.

▪ In 1990, the DoDs WAN eventually became the Internet

(5)

▪ One early solution was the creation of local-area network (LAN) standards.

▪ Because LAN standards provided an open set of guidelines for creating

network hardware and software, the equipment from different companies could then become compatible.

▪ This allowed for stability in LAN implementation.

▪ In a LAN system, each department of the company is a kind of electronic island.

▪ As the use of computers in businesses grew, it soon became obvious that even LANs were not sufficient.

(6)

Network devices include all the devices that connect the end-user

devices together to allow them to communicate.

End-user devices

include computers, printers, scanners, and other

devices that provide services directly to the user.

End-user devices that provide users with a connection to the

network are also referred to as

hosts

.

The host devices can exist without a network, but without the

network the host capabilities are greatly reduced.

Host devices are physically connected to the network media using a

network interface card (NIC)

(7)

Network devices provide transport for the data that

needs to be transferred between end-user devices.

Network devices provide:

extension of cable connections

concentration of connections

conversion of data format

management of data transfers.

(8)
(9)

A

repeater

is a network device used to regenerate a

signal.

Repeaters regenerate analoge or digital signals

distorted by transmission loss due to attenuation.

A repeater dose not perform intelligent routing.

NETWORKING DEVICES

(REPEATERS)

(10)

Hubs

concentrate connections.

In other words, they take a group of hosts and allow the

network to see them as a single unit.

This is done passively, without any other effect on the data

transmission.

Active hubs not only concentrate host, but they also

regenerate signals.

NETWORKING DEVICES

(HUBS)

(11)

Bridges

convert network transmission data formats

as well as perform basic data transmission

management.

Bridges provide connections between LANs.

Bridges also perform a check on the data to

determine whether it should cross the bridge or not.

NETWORKING DEVICES

(BRIDGES)

(12)

Workgroup switches

add more intelligence to data transfer

management.

Not only can they determine whether data should remain

on a LAN or not, but they can transfer the data only to the

connection that needs that data.

Another difference between a bridge and switch is that a

switch does not convert data transmission formats.

NETWORKING DEVICES

(13)

Routers

can regenerate signals, concentrate multiple

connections, convert data transmission formats, and

manage data transfers.

They can also connect to a WAN, which allows them to

connect LANs that are separated by great distances.

NETWORKING DEVICES

(ROUTERS)

(14)

NETWORK TOPOLOGIES

▪ Network topology defines the structure of the network.

One part of the topology definition is the physical topology, which is the actual layout of the wire or media.

The other part is the logical topology, which defines how the media is accessed by the hosts for sending data.

(15)

PHYSICAL TOPOLOGIES

(16)

PHYSICAL TOPOLOGIES BUS NETWORK TOPOLOGY

▪ A bus topology uses a single backbone cable that is terminated at both ends.

▪ All the hosts connect directly to this backbone.

▪ All devices connected to a common central cable

▪ Inexpensive

▪ Easily expanded

▪ If cable fails, the entire network will shut down

(17)

PHYSICAL TOPOLOGIES RING NETWORK TOPOLOGY

▪ Each node connected to two other nodes in a ring

▪ Similar to the buss, but with the ends of the buss connected together

▪ More reliable than buss or star

▪ If one node fails, data rerouted around failed node

▪ Expensive and difficult to install

▪ Usually used by larger organizations who can afford the expense and to whom the reliability is very important

(18)

PHYSICAL TOPOLOGIES STAR NETWORK TOPOLOGY

A star topology connects all cables to a central point of

concentration.

Star topology is centered around central routing device called a hub

All network nodes connect to the hub

Easy to install and update

If hub fails, network fails

(19)

PHYSICAL TOPOLOGIES

EXTENDED STAR

An extended star topology links individual stars together by

connecting the hubs and/or switches.

(20)

PHYSICAL TOPOLOGIES

HIERARCHICAL

A hierarchical topology is similar to an extended star.

However, instead of linking the hubs and/or switches together, the

system is linked to a computer that controls the traffic on the

topology.

(21)

PHYSICAL TOPOLOGIES

MESH NETWORK TOPOLOGY

▪ Every node connected to every other node

▪ Fast

▪ Reliable

▪ No hub or bus to fail

▪ If one device goes down, it is the only node affected

▪ Expensive

▪ Every node must be wired to every other node

▪ Difficult to add nodes

▪ If there are 32 nodes in a mesh network and you wish to add a new node, how many new cables must you add?

(22)

Copyright © 2005 Prentice Hall, Inc.

5-22

PHYSICAL TOPOLOGIES

TREE NETWORK TOPOLOGY

Combination of bus and star

Two or more star networks connected using a bus for the

(23)

Copyright © 2005 Prentice Hall, Inc.

PHYSICAL TOPOLOGIES

HYBRID TOPOLOGIES

Combine two or more of the other topologies

Bus used for LANs and ring used for campus backbone linking

(24)

LOGICAL TOPOLOGIES

The logical topology of a network is how the hosts communicate

across the medium.

The two most common types of logical topologies are broadcast

(25)

LOGICAL TOPOLOGIES

BROADCAST

Broadcast topology simply means that each host sends its data to all

other hosts on the network medium.

There is no order that the stations must follow to use the network.

It is first come, first serve.

(26)

BROADCAST

Ethernet

A set of rules for constructing message in a local network

Most widely used protocol for transmitting data over LANs

Listen before talk

Simple

Inexpensive

Flexible

Collisions

(27)

LOGICAL TOPOLOGIES

TOKEN PASSING

Token passing controls network access by passing an electronic

token sequentially to each host.

When a host receives the token, that host can send data on the

network.

If the host has no data to send, it passes the token to the next host

and the process repeats itself.

Two examples of networks that use token passing are Token Ring

(28)

TOKEN PASSING

Token Ring

Also a set of rules for constructing message in a local network

Only one node “talks” at a time

Complex

Expensive

More fault tolerant than Ethernet

No collisions

(29)

Copyright © 2005 Prentice Hall, Inc.

NETWORK SOFTWARE

Network operating system

▪ Novell NetWare

▪ Microsoft Windows Server 2003

Network management software

▪ Helps ensure security of network

▪ Monitors performance

▪ Helps administrators reconfigure network

▪ Remote administration via push technology

Network monitoring software

▪ Packet sniffers – see data as it moves over network

(30)

Copyright © 2005 Prentice Hall, Inc.

TELECOMMUNICATIONS SERVICES

Value Added Networks (VANs)

▪ Proprietary networks built using common carriers

▪ Provide enhanced services

▪ Video conferencing

▪ Electronic data interchange (EDI)

Virtual Private Networks (VPNs)

▪ Use encryption to provide a secure end-to-end connection over common carriers or the Internet

▪ Remote access to internal networks w/o dialup

Leased lines

References

Related documents

Due to the presence of Rahu the native was clouded for some time with politics (rahu) happening in his career (Rahu in 10H) and Jupiter implementing its 9 th  aspect in the 40 th

Two options to continue NASA’s current work are by (1) pursuing a Detailed Test Objective (DTO) for a wireless system onboard the ISS or (2) building a wireless handset to reduce

After comparing the different norms of justification involved in these logical systems, two hexagons expressing Aristotelian re- lations of opposition will be gathered in order to

IPTV networks basically consists of computer servers, gateways, access network connections and end user

The present experiments assessed the reinforcing and aversive functions of the stimuli correlated with the transitions between rich and lean schedules using observing and

Our WaveLine COMServer is designed to connect your serial end devices to your existing network infrastructure in the simplest way possible. The web front-end allows for

Try Scribd FREE for 30 days to access over 125 million titles without ads or interruptions. Start

While there is much research proving that rates of four-year college degree or higher education attainment for Latinas are significantly low compared to females from other races, and