SlideShare une entreprise Scribd logo
1  sur  10
Télécharger pour lire hors ligne
1. Problem Statement................................................................................................................................2
1.1 Background:.........................................................................................................................................2
1.2 Test case/Need for building LAN .........................................................................................................2
1.3 Various options to build LAN ...............................................................................................................2
1.4 Which Option I have chosen?..............................................................................................................2
2. Assumptions ..........................................................................................................................................3
3. Basic things needed for LAN implementation:......................................................................................4
3.1 What Topology?...................................................................................................................................4
3.2 Concept @high level:...........................................................................................................................4
4. Choosing Technology to implement LAN ..............................................................................................5
4.1 Which suits my environment?.............................................................................................................5
5. Selecting right ethernet cable for my network?....................................................................................6
5.1 STP (vs) UTP differences: .....................................................................................................................6
5.2 Which UTP cable? ................................................................................................................................7
6. Selecting right switch.............................................................................................................................8
6.1 Selecting Flat level (or) Access switches:.............................................................................................8
6.1.1 Managed (or) Unmanaged?..........................................................................................................8
6.1.2 Distribution switches:...................................................................................................................8
6.1.3 Core Switch:..................................................................................................................................8
7. IP Management......................................................................................................................................9
8.Future work ..............................................................................................................................................10
1. Problem Statement
1.1 Background:
I live in a standalone apartment of 5-floors, where each floor has 3 flats. So total 15 flats in my
apartment (as shown below)
1.2 Test case/Need for building LAN
File sharing between 15 apartments in a secured manner. May be also have a network printer.
1.3 Various options to build LAN
There are 3 options of building LAN that I have come up at the high level, where each one has its own
benefits:
Option1: Wired LAN
Option2: Wireless LAN
Option3: Wired & Wireless LAN
1.4 Which Option I have chosen?
Answer to this question depends on the purpose of LAN design. Since, my purpose of building LAN is to
share files, I have selected Wired LAN as my preferred choice.
When compared with Wireless option, Wired LAN offers easiest, fastest, and safest option of building
LAN within a closed community like my standalone apartment.
2. Assumptions
1. First Assumption is that each flat already has network ready computers. Network ready means,
Network Interface Card (NIC) installed already. Making sure computer has a RJ-45 network port
on the back
2. Each flat doesn’t already have RJ-45 jacks in the walls. So a network hub (Layer 1) or switch
(Layer 2) or router (Layer 3) is needed.
My favorable choice is “Switch” for following reason: Switch is smarter than hub to determine the target
of the forwarding data. No need for Router, as Internet access is optional in my LAN design
3. Expected speeds: around 1Gbps would suffice. Maximum speed of internet connection in my
apartment is 100Mbps.
4. Cost (versus) speed: Not favoring any one of these metrics. Solution to provide fine balance
between both. Also, maintenance of LAN should be minimal!
5. Internet connection: may not be needed.
6. Metrics: There are various metrics such as Cost, speed, security, reliability, bandwidth, data
carrying-capacity. But, the two stand outs are: range and performance
3. Basic things needed for LAN implementation:
1. Equipment: Ethernet cables, Switches, computers
2. Connect first computer
3. Connect remaining devices
3.1 What Topology?
Star Topology: Switch is the central piece, helping to connect computers, printers, scanners and then
router for internet connection
3.2 Concept @high level:
1) To build LAN, IP’s must be in same subnet.
Use subnet mask as: 255.255.255.0. This way, we can use IP address from: 192.168.1.1 to 192.168.1.254
2) Run Ethernet cables around your flats and connect them through network switches at access,
distribution, and core switch level.
4. Choosing Technology to implement LAN
The following Technologies are analyzed and finally selected Ethernet as my suitable LAN protocol
• Token Ring
As name suggests, in this protocol, computers are arranged in a ring and single token is
continuously passed from computer to computer.
When a computer wants to send data to another computer, it waits for the token to come
around and then attaches its data to it. The token is then passed to the next computer in the
ring until it reaches the recipient computer. The recipient attaches two bits of data to the token
to inform the sender that the data was received. Other computers can't send data until the ring
is free again. This may sound slow, but was lightning fast for its time - up to 16Mpbs
• Fiber Distributed Data Interface (FDDI)
For transmitting data over fiber-optic cable over a span of up to 124 miles. FDDI is usually the
backbone in WAN’s. FDDI can carry up to 100 Mbps.
• Ethernet/Fast Ethernet
Ethernet cables which are usually blue, yellow or red. Maximum range 328 feet.
Ethernet can carry 10Mbps. Fast ethernet can carry 100Mbps.
4.1 Which suits my environment?
FDDI is more for long distance solution (For WAN). So, ruling out FDDI.
Fast Ethernet is for around 100Mbps. Since, 10Mbps suffice my requirement (as stated in assumptions
section), hence, ruling out this option.
The other two options I have are: Token ring (or) Ethernet. Considering cost and speed, choosing
Ethernet option.
Ethernet is cheaper than Token ring. Also, possession of token in token ring model makes it slower than
Ethernet.
5. Selecting right ethernet cable for my network?
3 major choices are studied.
1) Coaxial
2) Twisted pair:
a. Shielded Twisted pair (STP)
STP is generally used in Token ring
b. Unshielded Twisted pair (UTP)
UTP in Ethernet networks
3) Fiber optic cable
Cable Type Speed Bandwidth Distance
Fiber optic cable 10/100/1000 Mbps,
10/40/100/200 Gbps
Up to 4700 MHz Up to 80 KM
Twisted Pair Up to 10 Gbps Up to 4700 MHz Up to 100m
Coaxial Cable 10 Mbps 750 MHz (default) Up to 500m
Considering speed and distance, twisted pair would suffice the need here. In twisted pair, going for
Unshielded Twisted pair. (UTP is less costly than STP)
5.1 STP (vs) UTP differences:
I have chosen UTP for following reasons:
1) UTP cables are cheaper when compare with STP
2) In UTP, grounding cable is not required
Unshielded: Refers to lack of metallic shielding around the copper wires. By its very nature, the twisted-
pair design helps minimize electronic interference by providing balanced signal transmission, making a
physical shield unnecessary.
Unshield Twisted Pairs cable is susceptible to radio and electrical frequency interference. Hence, UTP’s
are generally used in short lengths such as inside a building or within a server room.
Since, most of our home internet connections are in <=100Mbps speed range, 1Gbps Ethernet cable
would suffice the need here.
***
CAT: Category
CATe: e stands for Enhanced
***
5.2 Which UTP cable?
From below table, since maximum internet connection speed in my apartment is 100Mbps, CAT5/CAT5e
are sufficient.
6. Selecting right switch
My apartment has 5 floors. Each Floor has 3 flats. Total Flats: 15
Considering below diagram for Switches design. So, I basically have to select 3 levels of switches:
1) Switch for each individual flat ➔ Access switch
2) Distribution switch (Switch between couple of Floors)
3) Core switch (Switch that connects distribution switches)
6.1 Selecting Flat level (or) Access switches:
Since this is specific to each flat, we need more ports. May be a switch with 8 or 10 ports will be
sufficient at flat/access level.
6.1.1 Managed (or) Unmanaged?
Since, all are of same priority in this file sharing application, choice is “Unmanaged”
Selection: 8-port 100Mb Unmanaged Switch
Quantity: 15
6.1.2 Distribution switches:
3 distribution switches are needed with maximum 8-port capacity.
Selection: 8-port 1Gb Unmanaged Switch
6.1.3 Core Switch:
1 core switch with 4-port 10Gbps Unmanaged
7. IP Management
For 15 floors, assuming 10 unique devices, total devices we have are: 250
The below IP management would suffice this requirement.
Use subnet mask as: 255.255.255.0. This way, we can use IP address from: 192.168.1.1 to 192.168.1.254
8.Future work
1) The above design document talks about Wired LAN. Future work can be on implementing
Wireless LAN or combination of Wired & Wireless
2) Adding Internet end point on top of core switch

Contenu connexe

Tendances

Networking and Data Communications
Networking and Data CommunicationsNetworking and Data Communications
Networking and Data Communicationskuramartin
 
Networking
NetworkingNetworking
NetworkingISMAT CH
 
Networking Chapter 8
Networking Chapter 8Networking Chapter 8
Networking Chapter 8mlrbrown
 
Wireless lab4902
Wireless lab4902Wireless lab4902
Wireless lab4902mark scott
 
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)Tutun Juhana
 
Networking Chapter 6
Networking Chapter 6Networking Chapter 6
Networking Chapter 6mlrbrown
 
Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01Sachin Morya
 
Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01Sachin Morya
 
Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Sachin Morya
 
Ethernet,token ring
Ethernet,token ring Ethernet,token ring
Ethernet,token ring Hareem Naz
 
Ethernet and switches
Ethernet and switchesEthernet and switches
Ethernet and switchesBhavik Vashi
 
CCNA Network Devices
CCNA Network DevicesCCNA Network Devices
CCNA Network DevicesDsunte Wilson
 
Network Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking DevicesNetwork Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking DevicesAalok Shah
 
Network Topology & Networking Devices
Network Topology & Networking DevicesNetwork Topology & Networking Devices
Network Topology & Networking DevicesSwati Ramteke
 
Ipv4 tutorial
Ipv4 tutorialIpv4 tutorial
Ipv4 tutorialsaryu2011
 
Identify and resolve network problems
Identify and resolve network problemsIdentify and resolve network problems
Identify and resolve network problemsAbenezer Abiti
 

Tendances (20)

Networking and Data Communications
Networking and Data CommunicationsNetworking and Data Communications
Networking and Data Communications
 
Networking
NetworkingNetworking
Networking
 
Networking Chapter 8
Networking Chapter 8Networking Chapter 8
Networking Chapter 8
 
Wireless lab4902
Wireless lab4902Wireless lab4902
Wireless lab4902
 
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
Underlying Technologies Part I (Lecture #4 ET3003 Sem1 2014/2015)
 
Networking Chapter 6
Networking Chapter 6Networking Chapter 6
Networking Chapter 6
 
Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01
 
Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01
 
Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01
 
Ethernet,token ring
Ethernet,token ring Ethernet,token ring
Ethernet,token ring
 
Ethernet and switches
Ethernet and switchesEthernet and switches
Ethernet and switches
 
CCNA Network Devices
CCNA Network DevicesCCNA Network Devices
CCNA Network Devices
 
Network Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking DevicesNetwork Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking Devices
 
Network Topology & Networking Devices
Network Topology & Networking DevicesNetwork Topology & Networking Devices
Network Topology & Networking Devices
 
Ipv4 tutorial
Ipv4 tutorialIpv4 tutorial
Ipv4 tutorial
 
Ccna day5
Ccna day5Ccna day5
Ccna day5
 
C C N A Day1
C C N A  Day1C C N A  Day1
C C N A Day1
 
Identify and resolve network problems
Identify and resolve network problemsIdentify and resolve network problems
Identify and resolve network problems
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Mod6
Mod6Mod6
Mod6
 

Similaire à LAN Design for 15 flats : Park Pride Apartments

Similaire à LAN Design for 15 flats : Park Pride Apartments (20)

Acr5 dcb
Acr5 dcbAcr5 dcb
Acr5 dcb
 
NIM module 1 31122017.pdf
NIM module 1 31122017.pdfNIM module 1 31122017.pdf
NIM module 1 31122017.pdf
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
 
CCNA ppt Day 1
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1
 
A427 nic card
A427 nic cardA427 nic card
A427 nic card
 
Ethernet_Networks
Ethernet_NetworksEthernet_Networks
Ethernet_Networks
 
Mod9
Mod9Mod9
Mod9
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LAN
 
monotoring Basics2
monotoring Basics2monotoring Basics2
monotoring Basics2
 
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & TechniciansAdvanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
 
IEEE standard
IEEE standardIEEE standard
IEEE standard
 
Chapter 4ver2
Chapter 4ver2Chapter 4ver2
Chapter 4ver2
 
ND0801_Assignment_3_Protocols for P3
ND0801_Assignment_3_Protocols for P3ND0801_Assignment_3_Protocols for P3
ND0801_Assignment_3_Protocols for P3
 
Computer Network
Computer NetworkComputer Network
Computer Network
 
Data link layer
Data link layerData link layer
Data link layer
 
Unit 2 ppt 3.ppt
Unit 2 ppt 3.pptUnit 2 ppt 3.ppt
Unit 2 ppt 3.ppt
 
DITEC - Fundamentals in Networking
DITEC - Fundamentals in NetworkingDITEC - Fundamentals in Networking
DITEC - Fundamentals in Networking
 
IEEE Standards
IEEE StandardsIEEE Standards
IEEE Standards
 
Communication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkCommunication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet Network
 
01 coms 525 tcpip - networking concepts review
01   coms 525 tcpip - networking concepts review01   coms 525 tcpip - networking concepts review
01 coms 525 tcpip - networking concepts review
 

Plus de Subhajit Sahu

DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTESDyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTESSubhajit Sahu
 
Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Subhajit Sahu
 
A Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTESA Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTESSubhajit Sahu
 
Scalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTESScalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTESSubhajit Sahu
 
Application Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTESApplication Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTESSubhajit Sahu
 
Community Detection on the GPU : NOTES
Community Detection on the GPU : NOTESCommunity Detection on the GPU : NOTES
Community Detection on the GPU : NOTESSubhajit Sahu
 
Survey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTESSurvey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTESSubhajit Sahu
 
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTERDynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTERSubhajit Sahu
 
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...Subhajit Sahu
 
Fast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTESFast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTESSubhajit Sahu
 
Can you fix farming by going back 8000 years : NOTES
Can you fix farming by going back 8000 years : NOTESCan you fix farming by going back 8000 years : NOTES
Can you fix farming by going back 8000 years : NOTESSubhajit Sahu
 
HITS algorithm : NOTES
HITS algorithm : NOTESHITS algorithm : NOTES
HITS algorithm : NOTESSubhajit Sahu
 
Basic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTESBasic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTESSubhajit Sahu
 
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDESDynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDESSubhajit Sahu
 
Are Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTESAre Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTESSubhajit Sahu
 
Taxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTESTaxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTESSubhajit Sahu
 
A Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESA Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESSubhajit Sahu
 
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...Subhajit Sahu
 
Income Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTESIncome Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTESSubhajit Sahu
 
Youngistaan Foundation: Annual Report 2020-21 : NOTES
Youngistaan Foundation: Annual Report 2020-21 : NOTESYoungistaan Foundation: Annual Report 2020-21 : NOTES
Youngistaan Foundation: Annual Report 2020-21 : NOTESSubhajit Sahu
 

Plus de Subhajit Sahu (20)

DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTESDyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
DyGraph: A Dynamic Graph Generator and Benchmark Suite : NOTES
 
Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)Shared memory Parallelism (NOTES)
Shared memory Parallelism (NOTES)
 
A Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTESA Dynamic Algorithm for Local Community Detection in Graphs : NOTES
A Dynamic Algorithm for Local Community Detection in Graphs : NOTES
 
Scalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTESScalable Static and Dynamic Community Detection Using Grappolo : NOTES
Scalable Static and Dynamic Community Detection Using Grappolo : NOTES
 
Application Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTESApplication Areas of Community Detection: A Review : NOTES
Application Areas of Community Detection: A Review : NOTES
 
Community Detection on the GPU : NOTES
Community Detection on the GPU : NOTESCommunity Detection on the GPU : NOTES
Community Detection on the GPU : NOTES
 
Survey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTESSurvey for extra-child-process package : NOTES
Survey for extra-child-process package : NOTES
 
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTERDynamic Batch Parallel Algorithms for Updating PageRank : POSTER
Dynamic Batch Parallel Algorithms for Updating PageRank : POSTER
 
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
Abstract for IPDPS 2022 PhD Forum on Dynamic Batch Parallel Algorithms for Up...
 
Fast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTESFast Incremental Community Detection on Dynamic Graphs : NOTES
Fast Incremental Community Detection on Dynamic Graphs : NOTES
 
Can you fix farming by going back 8000 years : NOTES
Can you fix farming by going back 8000 years : NOTESCan you fix farming by going back 8000 years : NOTES
Can you fix farming by going back 8000 years : NOTES
 
HITS algorithm : NOTES
HITS algorithm : NOTESHITS algorithm : NOTES
HITS algorithm : NOTES
 
Basic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTESBasic Computer Architecture and the Case for GPUs : NOTES
Basic Computer Architecture and the Case for GPUs : NOTES
 
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDESDynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
Dynamic Batch Parallel Algorithms for Updating Pagerank : SLIDES
 
Are Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTESAre Satellites Covered in Gold Foil : NOTES
Are Satellites Covered in Gold Foil : NOTES
 
Taxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTESTaxation for Traders < Markets and Taxation : NOTES
Taxation for Traders < Markets and Taxation : NOTES
 
A Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTESA Generalization of the PageRank Algorithm : NOTES
A Generalization of the PageRank Algorithm : NOTES
 
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
ApproxBioWear: Approximating Additions for Efficient Biomedical Wearable Comp...
 
Income Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTESIncome Tax Calender 2021 (ITD) : NOTES
Income Tax Calender 2021 (ITD) : NOTES
 
Youngistaan Foundation: Annual Report 2020-21 : NOTES
Youngistaan Foundation: Annual Report 2020-21 : NOTESYoungistaan Foundation: Annual Report 2020-21 : NOTES
Youngistaan Foundation: Annual Report 2020-21 : NOTES
 

Dernier

PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
Q4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxQ4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxeditsforyah
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predieusebiomeyer
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleanscorenetworkseo
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书rnrncn29
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书rnrncn29
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 

Dernier (20)

young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Q4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxQ4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptx
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predi
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleans
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 

LAN Design for 15 flats : Park Pride Apartments

  • 1. 1. Problem Statement................................................................................................................................2 1.1 Background:.........................................................................................................................................2 1.2 Test case/Need for building LAN .........................................................................................................2 1.3 Various options to build LAN ...............................................................................................................2 1.4 Which Option I have chosen?..............................................................................................................2 2. Assumptions ..........................................................................................................................................3 3. Basic things needed for LAN implementation:......................................................................................4 3.1 What Topology?...................................................................................................................................4 3.2 Concept @high level:...........................................................................................................................4 4. Choosing Technology to implement LAN ..............................................................................................5 4.1 Which suits my environment?.............................................................................................................5 5. Selecting right ethernet cable for my network?....................................................................................6 5.1 STP (vs) UTP differences: .....................................................................................................................6 5.2 Which UTP cable? ................................................................................................................................7 6. Selecting right switch.............................................................................................................................8 6.1 Selecting Flat level (or) Access switches:.............................................................................................8 6.1.1 Managed (or) Unmanaged?..........................................................................................................8 6.1.2 Distribution switches:...................................................................................................................8 6.1.3 Core Switch:..................................................................................................................................8 7. IP Management......................................................................................................................................9 8.Future work ..............................................................................................................................................10
  • 2. 1. Problem Statement 1.1 Background: I live in a standalone apartment of 5-floors, where each floor has 3 flats. So total 15 flats in my apartment (as shown below) 1.2 Test case/Need for building LAN File sharing between 15 apartments in a secured manner. May be also have a network printer. 1.3 Various options to build LAN There are 3 options of building LAN that I have come up at the high level, where each one has its own benefits: Option1: Wired LAN Option2: Wireless LAN Option3: Wired & Wireless LAN 1.4 Which Option I have chosen? Answer to this question depends on the purpose of LAN design. Since, my purpose of building LAN is to share files, I have selected Wired LAN as my preferred choice. When compared with Wireless option, Wired LAN offers easiest, fastest, and safest option of building LAN within a closed community like my standalone apartment.
  • 3. 2. Assumptions 1. First Assumption is that each flat already has network ready computers. Network ready means, Network Interface Card (NIC) installed already. Making sure computer has a RJ-45 network port on the back 2. Each flat doesn’t already have RJ-45 jacks in the walls. So a network hub (Layer 1) or switch (Layer 2) or router (Layer 3) is needed. My favorable choice is “Switch” for following reason: Switch is smarter than hub to determine the target of the forwarding data. No need for Router, as Internet access is optional in my LAN design 3. Expected speeds: around 1Gbps would suffice. Maximum speed of internet connection in my apartment is 100Mbps. 4. Cost (versus) speed: Not favoring any one of these metrics. Solution to provide fine balance between both. Also, maintenance of LAN should be minimal! 5. Internet connection: may not be needed. 6. Metrics: There are various metrics such as Cost, speed, security, reliability, bandwidth, data carrying-capacity. But, the two stand outs are: range and performance
  • 4. 3. Basic things needed for LAN implementation: 1. Equipment: Ethernet cables, Switches, computers 2. Connect first computer 3. Connect remaining devices 3.1 What Topology? Star Topology: Switch is the central piece, helping to connect computers, printers, scanners and then router for internet connection 3.2 Concept @high level: 1) To build LAN, IP’s must be in same subnet. Use subnet mask as: 255.255.255.0. This way, we can use IP address from: 192.168.1.1 to 192.168.1.254 2) Run Ethernet cables around your flats and connect them through network switches at access, distribution, and core switch level.
  • 5. 4. Choosing Technology to implement LAN The following Technologies are analyzed and finally selected Ethernet as my suitable LAN protocol • Token Ring As name suggests, in this protocol, computers are arranged in a ring and single token is continuously passed from computer to computer. When a computer wants to send data to another computer, it waits for the token to come around and then attaches its data to it. The token is then passed to the next computer in the ring until it reaches the recipient computer. The recipient attaches two bits of data to the token to inform the sender that the data was received. Other computers can't send data until the ring is free again. This may sound slow, but was lightning fast for its time - up to 16Mpbs • Fiber Distributed Data Interface (FDDI) For transmitting data over fiber-optic cable over a span of up to 124 miles. FDDI is usually the backbone in WAN’s. FDDI can carry up to 100 Mbps. • Ethernet/Fast Ethernet Ethernet cables which are usually blue, yellow or red. Maximum range 328 feet. Ethernet can carry 10Mbps. Fast ethernet can carry 100Mbps. 4.1 Which suits my environment? FDDI is more for long distance solution (For WAN). So, ruling out FDDI. Fast Ethernet is for around 100Mbps. Since, 10Mbps suffice my requirement (as stated in assumptions section), hence, ruling out this option. The other two options I have are: Token ring (or) Ethernet. Considering cost and speed, choosing Ethernet option. Ethernet is cheaper than Token ring. Also, possession of token in token ring model makes it slower than Ethernet.
  • 6. 5. Selecting right ethernet cable for my network? 3 major choices are studied. 1) Coaxial 2) Twisted pair: a. Shielded Twisted pair (STP) STP is generally used in Token ring b. Unshielded Twisted pair (UTP) UTP in Ethernet networks 3) Fiber optic cable Cable Type Speed Bandwidth Distance Fiber optic cable 10/100/1000 Mbps, 10/40/100/200 Gbps Up to 4700 MHz Up to 80 KM Twisted Pair Up to 10 Gbps Up to 4700 MHz Up to 100m Coaxial Cable 10 Mbps 750 MHz (default) Up to 500m Considering speed and distance, twisted pair would suffice the need here. In twisted pair, going for Unshielded Twisted pair. (UTP is less costly than STP) 5.1 STP (vs) UTP differences: I have chosen UTP for following reasons: 1) UTP cables are cheaper when compare with STP 2) In UTP, grounding cable is not required Unshielded: Refers to lack of metallic shielding around the copper wires. By its very nature, the twisted- pair design helps minimize electronic interference by providing balanced signal transmission, making a physical shield unnecessary. Unshield Twisted Pairs cable is susceptible to radio and electrical frequency interference. Hence, UTP’s are generally used in short lengths such as inside a building or within a server room. Since, most of our home internet connections are in <=100Mbps speed range, 1Gbps Ethernet cable would suffice the need here.
  • 7. *** CAT: Category CATe: e stands for Enhanced *** 5.2 Which UTP cable? From below table, since maximum internet connection speed in my apartment is 100Mbps, CAT5/CAT5e are sufficient.
  • 8. 6. Selecting right switch My apartment has 5 floors. Each Floor has 3 flats. Total Flats: 15 Considering below diagram for Switches design. So, I basically have to select 3 levels of switches: 1) Switch for each individual flat ➔ Access switch 2) Distribution switch (Switch between couple of Floors) 3) Core switch (Switch that connects distribution switches) 6.1 Selecting Flat level (or) Access switches: Since this is specific to each flat, we need more ports. May be a switch with 8 or 10 ports will be sufficient at flat/access level. 6.1.1 Managed (or) Unmanaged? Since, all are of same priority in this file sharing application, choice is “Unmanaged” Selection: 8-port 100Mb Unmanaged Switch Quantity: 15 6.1.2 Distribution switches: 3 distribution switches are needed with maximum 8-port capacity. Selection: 8-port 1Gb Unmanaged Switch 6.1.3 Core Switch: 1 core switch with 4-port 10Gbps Unmanaged
  • 9. 7. IP Management For 15 floors, assuming 10 unique devices, total devices we have are: 250 The below IP management would suffice this requirement. Use subnet mask as: 255.255.255.0. This way, we can use IP address from: 192.168.1.1 to 192.168.1.254
  • 10. 8.Future work 1) The above design document talks about Wired LAN. Future work can be on implementing Wireless LAN or combination of Wired & Wireless 2) Adding Internet end point on top of core switch