You are on page 1of 10

TDC 562:Computer Network Design

& Analysis (Internet Engineering)


Lecture # 6: Network Design Tutorial

Dr. Ehab S. Al-Shaer


School of Computer Science & Telecommunications
DePaul University
Chicago, IL

Network Design Steps


 From customer needs to network
specifications
• Network applications requirements
• Number of users and simultaneous access
• Type of machines
• Physical distribution and distances
 Network Elements
 Interfacing
• E.g., DCE-DTE,CSU/DSU for leased lines, ..etc
 Network Optimization
 bps/$$ Balance
2
Dr. Ehab Al-Shaer/Network Design & Analysis

Basic Interfacing
 Interfaces: RS232, RJ45, .. etc
 RS232C Interface
• Physical interface
• DTE-DCE Signaling (straight)
DTE <----> DCE
DTR ---> DTR
DSR <--- DSR
RTS ---> RTS
CTS <--- CTS
TR ----> TR
RX <---- RX 3
Dr. Ehab Al-Shaer/Network Design & Analysis

1
Basic Interfacing
• DTE-DTE Signaling (Cross)
DTE <----> DTE
DTR DTR
DSR DSR
RTS RTS
CTS CTS
TR TR
RX RX
 Some machines does not fully implement
the standard (25 pin assignment). So you
need to understand the concept and be 4
SMART Dr. Ehab Al-Shaer/Network Design & Analysis

Network Elements
 Terminal
• Mainframes or Minicomputers
• Workstations
• File servers
• Xterminals
• dump terminal (airlines, cashier .. etc)
 LAN Elements
• Asynchronous lines (may be with repeaters)
– mainframes and minicomputers with RS232 IAC
• NIC (direct)
– file servers, workstations and Xterminals
5
Dr. Ehab Al-Shaer/Network Design & Analysis

LAN Network Elements


• Terminal Servers
– for dump terminal (airlines, cashier .. etc)
• Terminal Manager
– when too many terminal servers -- better management
• Bridges
– expand segment and filters packets, but not broadcast
• Routers
– S/W=IP forwarding + routing protocol such as RIP
• Switches
– Hardware (faster and cheaper)
– contains DL only, may be some IP functionality such as
fragmentation, may be al IP in VLSI -- not flexible
• ISDN PBX (DOV technology) 6
Dr. Ehab Al-Shaer/Network Design & Analysis

2
Network Elements
 LAN Elements
• ATM LAN Emulation (LANE)
– ATM between machines or switches (example later)
• Wireless base stations (not covered)
 Remote Access Elements
• Modems
– dialup vs. leased line; Asynchronous vs. Synchronous
• Multiplexers
– TDM vs. STDM vs. FDM
• Dialup (PPP) terminal servers (e.g., Netblazer)
• ISDN links (128kbps)
• DSL (1.5Mbps) -- future xDSL 10Mbps 7
Dr. Ehab Al-Shaer/Network Design & Analysis

MAN/WAN Network Elements


 Packet switching
• Routers (the only player in this game)-- next class
– may be multicastable (with IGMP)
– may include a gateways software
 Circuit and Cell Switching
• ISDN, DSL, PSTN
• ATM
– 53 (5 header) fixed cells
– guaranteed service (e.g., multimedia applications)
– IP over ATM
• Frame Relay
– Statistical multiplexer
– connected independent data links
– variable frames (more efficient than ATM)
– widely used by ISP and in WAN
8
Dr. Ehab Al-Shaer/Network Design & Analysis

WAN Connectivity
 Private/Corporate Network
• leased or dial up
• Fiber optics, wireless (microwave, satellite)
+ under control -- important for critical net
+ long-term investment
- headache!
 Internet (via ISP or dedicated links)
+ flexible (expansion)
+ outsourcing
- uncontrolled traffic/reliability
 X.25 PDN (history)
9
Dr. Ehab Al-Shaer/Network Design & Analysis

3
Rebuilding Your Network
 Reasons for re-building the network
• user growth
• new applications
• out-of-date machines and network elements
• make it more manageable
• adding more redundancy for reliability
 Network Design Approaches
• Designing small network: single seg, < 100
• Designing medium-sized network: backbone
network, < 1000 users
• Designing large-scale network: high-speed
network over number of buildings, >1000 users 10
Dr. Ehab Al-Shaer/Network Design & Analysis

Network Design Architectures

Network Design Metric


• Performance – response time
• Scalability – future growth
• Adaptable – future application needs
• Reliability & Availability – service continuation
• Security – authentication and privacy
• Cost – $$/Mbps
11

1. Flat Network

 Flat network includes hubs and layer-2 switches


 if A or B connects to H, then Switch 2 learns that A and B MAC
addresses are reachable thru switch 1 and port 1
 Switch must know MAC of all connected hosts as well as the
destinations connected to the other switch in order to forward pkts
directly, otherwise switch broadcast the packet thru all ports (flooding) 12
Dr. Ehab Al-Shaer/Network Design & Analysis

4
2. LAN Segmentation Using
Routers

 every segment have a different subnet ID


 routers limit ARP broadcast into the local segment

13
Dr. Ehab Al-Shaer/Network Design & Analysis

3. Symmatric/Asymatric
Switching

 could switch between devices of different speed


 have the same flooding problem

14
Dr. Ehab Al-Shaer/Network Design & Analysis

4. VLAN Technology

 VLAN is logical grouping based on role (not restricted to physical


switch) using IEEE 802.1Q
 it limits ARP broadcast
 every VLA is like subnet but it does not have to be a subnet (i.e., a
subnet can have different VLAN) 15
Dr. Ehab Al-Shaer/Network Design & Analysis

5
5. One-layer Network Design

 Simpler -- it is used mainly when remote access is limited and most of


the applications/users are normally from the local site (LAN)
 The key issue is the placement of of servers (distributed across LANs or
using a server farm) 16
Dr. Ehab Al-Shaer/Network Design & Analysis

6. Two-layer Network Design

 To interconnect sites of multiple LANS across WAN (E.g.,


DePaul Campuses) 17
Dr. Ehab Al-Shaer/Network Design & Analysis

7. Three-layer Network Design

 Core layer: interconnects remotes sites/campuses over WAN using T3 or


frame relays, ATM leased from the telecom service provider
 Distribution layer is the backbone that interconnects LANS (building)
and normally used Fast Ethernet
 Access layer is a group of LANs (ether/token ring) that provide network
18
frontline access to users
Dr. Ehab Al-Shaer/Network Design & Analysis

6
Designing Small Networks
 Topology: Ethernet, Token ring or switched
 First step
• Is it client/server or peer-peer network?
– E.g. of client/server: NFS, DB
– E.g. of peer-to-peer: Windows for Workgroups,
multimedia applications
– For client/server, Ether and Token are appropriate
– For peer-to-peer, switched network is appropriate
• What is the bandwidth required for the server
• Buffer Architecture
– Shared vs. independent port buffers
19
Dr. Ehab Al-Shaer/Network Design & Analysis

Designing Medium-sized
Networks
 Topology: Interconnected Ethernet, Token
ring or switched subnets in to backbone
• Examples, CTI network (depts, labs .. etc)
 Traditionally, using routers increases
latency

20
Dr. Ehab Al-Shaer/Network Design & Analysis

Designing Medium-sized
Networks Using Routers

21
Dr. Ehab Al-Shaer/Network Design & Analysis

7
Designing Medium-sized
Networks Using Flat Switching

22
Dr. Ehab Al-Shaer/Network Design & Analysis

Designing Medium-sized
Networks Using VLAN
 Flat switching is wasting bandwidth
 Using Virtual LAN (VLAN)
• notice (1) router use, (2) server is its own port
 Using VLAN to make logical subnets/group
 Using LANE as backbone for
interconnecting VLANs
 Examples follow

23
Dr. Ehab Al-Shaer/Network Design & Analysis

Designing Medium-sized
Networks Using VLAN

24
Dr. Ehab Al-Shaer/Network Design & Analysis

8
Medium-sized Networks Using
VLAN and LANE

25
Dr. Ehab Al-Shaer/Network Design & Analysis

VLAN Benefits and


Drawbacks
 Virtual LAN
• avoids bridge transparent broadcast problem
• avoids routers latency problems
• more manageable => logical grouping
independent of physical location
• better performance => faster than routers
• better security (has more security options)
 Drawbacks
• limited max number of machines (MAC
addresses) ~= 500
• Switch port does not provide independent
VLANs (all machines connected to a switch
port via a hup must share the same VLAN) 26
Dr. Ehab Al-Shaer/Network Design & Analysis

Designing Large-scale
Networks
 Step (1): Where is the bottleneck?
• Backbone
• Network elements such as routers and switches
 Step (2): What domains?
• Physical domains -- based on distances
• Logical domains – based on applications
 Step (3): Intra-domains connection
• What are the leaves network based on user access and
applications needs?
 Step(4): Inter-domain connection
• Interface to the backbone
• Watch out for bottlenecks
27
Dr. Ehab Al-Shaer/Network Design & Analysis

9
Designing Large-scale
Networks
 FDDI
• upto 500? Mbps
• max 500 nodes and 62 miles total distance
• mature but expensive ($400-$1000/port)
 ATM
• >10 Gbps (OC-3, OC- 12 and OC-48)
• MPOA (multi-Protocol Over ATM)
– to forward between VLANS quickly and avoid router latency
– ATM can make routing decision based on pre-calculated
routing information
– A router server is still needed to build the routing table
 Frame Relay
• links routers, ISDN, switches to WAN (e.g. T1)
• T1~=1.5Mbps, T3=45Mbps
• used with CSU/DSU (from IP DG to frame) 28
Dr. Ehab Al-Shaer/Network Design & Analysis

Network Elements Icons


(for the project)
Dump Terminal Router

Multimedia WS LAN switch

ATM with MPOA


Workstation

Frame Relay
Phone
Bridge

Mainframe Fax/printer

29
Dr. Ehab Al-Shaer/Network Design & Analysis

Network Elements Icons


(for the project)
SONET
ADM
Multiplexer Modem
SONET or
FDDI File Server
Terminal Server
SONET
ADM
OC3 Terminal Manager

Internet PBX

PBX
Ethernet
Buildings/Houses
WAN Links
30
Dr. Ehab Al-Shaer/Network Design & Analysis

10

You might also like