You are on page 1of 6

Simple Design for

A Coffee Shop
Brief Procedures
In the report, you should fulfill the following works:
1/ Describe Requirements and Expectations: Area
Coverage, Building Structure, Max. users and Bandwidth
for them
2/ Analyze requirements/ expectations to design with the
suitable devices and subnets.
3/ Implement in Cisco Packet Tracer and show results
(captured screens).
Hints
• Area  coverage radius  find the appropriate devices / WIFI standards
// Suggestions: Standard WIFI 802.11a / b / g / n
// from 2 or more Access Points, how should I configure it to avoid noise?
// different frequency configuration: f1 # f2 # ... # fn;
// Example: f1 = 2412 Mhz (channel 1); f2 = 2417 Mhz (channel 2)
// use WIFIINFOVIEW program to view nearby frequencies and avoid
• Building Structure  How to find devices/ technologies could transfer through walls? MIMO
// Suggestions: You should set the Access Point away from metal objects and wall corners
• Maximum number of people with dynamic IPs
• Maximum bandwidth requirement per user  preventing users from draining other
people's bandwidth (eg watching 4K)
Select subnet for users
• Private Classes for Local Area Network (LAN):
• Private Class A: 10.0.0.0/u (u >= 8)
• Private Class B: 172.16.0.0/u (u >= 12)
• Private Class C: 192.168.0.0/u (u>= 16)
• In case of 169 users? U = ?
169 <= 2(32 – u) – 2  171 <= 2(32 – u) = 256 = 28  u = 24
or 2(32 – u) = 512 = 29  u = 23
Subscribed Banwidth (at least)?
• Download a color image of 1024 * 768 pixels (HD) in 1 second. What is
the minimum bandwidth needed?
// Hint: Bandwidth (BW); Data size (S: bit); Time (T: s)
// BW = S / T; Note: The multiplier of BW is 103 and storage is 210
// 1 pixel  24 bit  S = 1024*768*24 (bit)
= (1024*768*24)/(1024*1024) = 18Mb
//T = 1 s  BW = 18Mbps (Megabits per second)

You might also like