Você está na página 1de 50

Experiment no.

SEMESTER: V (2017-18) DATE OF DECLARATION:12/7/17

SUBJECT: CN DATE OF SUBMISSION:28/8/17

NAME OF THE STUDENT: MITALI BUTALA ROLL NO.:12

To study different network devices.


Aim
The student will understand the needs and functionalities of various
Learning network devices.
Objective
The student will describe and analyze networking devices.

The student will identify purpose, features and functions of network


Learning devices.
Outcome
The student will explore network devices through research and develop
familiarity with network devices.

The student will select the networking device to build the network after
analyzing the data.

The student will demonstrate installation and configuration of one of the


networking device.

CO 304.2 Describe and analyze the hardware,software, components of


Course a network and interrelations.
Outcome

PO2: Identify, formulate, research literature, and analyse complex


Program engineering problems reaching substantiated conclusions using first
Outcome principles of mathematics, natural sciences, and engineering sciences.

PO4: Conduct investigations of complex problems: Use research-based


knowledge and research methods including design of experiments,
analysis and interpretation of data, and synthesis of t h e information to
provide valid conclusions.

Bloom's
Taxonom Understand
y Level:
Analysis

Evaulation

Points to be included:
Theory:
1.Enlist various network devices.
Networking Devices:

 Hub

 Active Hub

 Passive Hub

 Switch

 Circuit switch

 Packet switch

 Message switch

 Router

 Three layer switches

 Two Layer switches

 Bridge

 Source Routing

 Transparent

 Filtering
 Gateway

 Repeater

 Modem

 Dial up Modem

 Digital Subscriber line

 Network Interface Cards (NICs)

 Network protocols

 ISDN (Integrated Services Digital Network)

2.Divide them into five categories based on the layer in which


they operate in the layer.

Layer Devices Protocols


used

Physical Layer Modem, Ethernet,


Repeater, ISDN and
Network card, other IEEE
802

Data link Switch, Hub, Ethernet,


Layer CSMA/CD,
Token bus,
Token ring

Network Layer Router, IP, ARP,


Gateway ICMP, IGMP,
IPX, DDP

Transport Gateway, TCP, UDP,


Layer Router ARP, RARP,
ATP,
NetBIOS/Net
BEUI

Session Layer Gateway NetBIOS,


RPC

Presentation LPP
Layer (Lightweight
Presentation
Protocol)

Application Host, PC, HTTP, FTP,


Layer Server SMTP,
DHCP,
Telnet,
SNMP, POP3

3.If you have a new device not mentioned in the book find
layer for it.

Devices Layer

Oscilloscope Physical Layer

Amplifier Physical Layer

Network Interface card Data Link Layer

ISDN Data Link Layer

Frame relay devices Network Layer

4.Describe each of these devices in detail with diagram and


functionalities.

 Hub:-
 Active Hub:

An active hub is actually a multipart repeater. It is normally


used to create connections between stations in a physical star topology.
We have seen examples of hubs in some. Ethernet implementations
(lOBase-T, for example). However, hubs can also be used to create
multiple levels of hierarchy, as shown in Figure 15.4. The hierarchical
use of hubs removes the length limitation of 10Base-T (100 m).

 Passive Hub:

A passive hub is just a connector. It connects the wires


coming from different branches. In a star-topology Ethernet LAN, a
passive hub is just a point where the signals coming from different
stations collide; the hub is the collision point. This type of a hub is part of
the media; its location in the Internet model is below the physical layer.

 Switches:
A switched network consists of a series of interlinked nodes, called
switches. Switches are devices capable of creating temporary
connections between two or more devices linked to the switch. In a
switched network, some of these nodes are connected to the end
systems (computers or telephones, for example).
Types:

 Circuit Switched:

A circuit-switched network consists of a set of switches connected


by physical links. A connection between two stations is a dedicated path
made of one or more links. However, each connection uses only one
dedicated channel on each link. Each link is normally divided into n
channels by using FDM or TDM. A circuit-switched network is made of a
set of switches connected by physical links, in which each link is divided
into n channels.

 Packet Switch:

A switch used in a packet-switched network has a different


structure from a switch used in a circuit-switched network.We can say
that a packet switch has four components: input ports, output ports, the
routing processor, and the switching fabric.
 Message Switch:

In message switching, each switch stores the whole message


and forwards it to the next switch. Although, we don't see message
switching at lower layers, it is still used in some applications like
electronic mail (e-mail).

 Router:
A router is a three-layer device that routes packets based on
their logical addresses (host-to-host addressing). A router normally
connects LANs and WANs in the Internet and has a routing table that is
used for making decisions about the route. The routing tables are
normally dynamic and are updated using routing protocols. We discuss
routers and routing in greater detail in Chapters 19 and 21. Figure 15.11
shows a part of the Internet that uses routers to connect LANs and
WANs.

Routers connecting independent LANs and WANs

Types:

 Three-Layer Switches

A three-layer switch is a router, but a faster and more


sophisticated. The switching fabric in a three-layer switch allows faster
table lookup and forwarding. In this book, we use the terms router and
three-layer switch interchangeably.

 Two-Layer Switches
When we use the term switch, we must be careful because a
switch can mean two different things. We must clarify the term by adding
the level at which the device operates. We can have a two-layer switch
or a three-layer switch. A three-layer switch is used at the network layer;
it is a kind of router. The two-layer switch performs at the physical and
data link layers.

 Bridge:
A bridge operates in both the physical and the data link layer. As
a physical layer device, it regenerates the signal it receives. As a data
link layer device, the bridge can check the physical (MAC) addresses
(source and destination) contained in the frame.

A bridge connecting two LANs

Types:

 Filtering:

One may ask, What is the difference in functionality between a


bridge and a repeater? A bridge has filtering capability. It can check the
destination address of a frame and decide if the frame should be
forwarded or dropped. If the frame is to be forwarded, the decision must
specify the port. A bridge has a table that maps addresses to ports.

 Transparent Bridges:
A transparent bridge is a bridge in which the stations are
completely unaware of the bridge's existence. If a bridge is added or
deleted from the system, reconfiguration of the stations is unnecessary.
According to the IEEE 802.1 d specification, a system equipped with
transparent bridges must meet three criteria:
I. Frames must be forwarded from one station to another.
2. The forwarding table is automatically made by learning frame
movements in then network.
3. Loops in the system must be prevented.

 Source Routing Bridges:

Another way to prevent loops in a system with redundant


bridges is to use source routing bridges. A transparent bridge's duties
include filtering frames, forwarding, and blocking. In a system that has
source routing bridges, these duties are performed by the source station
and, to some extent, the destination station. In source routing, a sending
station defines the bridges that the frame must visit. The addresses of
these bridges are included in the frame. In other words, the frame
contains not only the source and destination addresses, but also the
addresses of all bridges to be visited. The source gets these bridge
addresses through the exchange of special frames with the destination
prior to sending the data frame. Source routing bridges were designed
by IEEE to be used with Token Ring LANs. These LANs are not very
common today.

 Gateway:
Although some textbooks use the terms gateway and router
interchangeably, most of the literature distinguishes between the two. A
gateway is normally a computer that operates in all five layers of the
Internet or seven layers of OSI model. A gateway takes an
application message, reads it, and interprets it. This means that it can be
used as a connecting device between two internetworks that use
different models. For example, a network designed to use the OSI model
can be connected to another network using the Internet model. The
gateway connecting the two systems can take a frame as it arrives from
the first system, move it up to the OSI application layer, and remove the
message.
 Repeater:
A repeater is a device that operates only in the physical layer.
Signals that carry information within a network can travel a fixed
distance before attenuation endangers the integrity of the data. A
repeater receives a signal and, before it becomes too weak or corrupted,
regenerates the original bit pattern. The repeater then sends the
refreshed signal. A repeater can extend the physical length of a LAN, as
shown in Figure 15.2.

A repeater does not actually connect two LANs; it connects two


segments of the same LAN. The segments connected are still part of
one single LAN. A repeater is not a device that can connect two LANs of
different protocols. A repeater connects segments of a LAN. A repeater
can overcome the 10Base5 Ethernet length restriction. In this standard,
the length of the cable is limited to 500 m. To extend this length, we
divide the cable into segments and install repeaters between segments.
Note that the whole network is still considered one LAN, but the portions
of the network separated by repeaters are called segments. The
repeater acts as a two-port node, but operates only in the physical
layer. When it receives a frame from any of the ports, it regenerates and
forwards it to the other port.

 Modem:
The term modem is a composite word that refers to the two
functional entities that make up the device: a signal modulator and a
signal demodulator. A modulator creates a bandpass analog signal from
binary data. A demodulator recovers the binary data from the modulated
signal.
Modem stands for modulator/demodulator.

The relationship of modems to a communications line The computer on


the left sends a digital signal to the modulator portion of the modem; the
data are sent as an analog signal on the telephone lines. The modem on
the right receives the analog signal, demodulates it through its
demodulator, and delivers data to the computer on the right. The
communication can be bidirectional, which means the computer on the
right can simultaneously send data to the computer on the left, using the
same modulation/demodulation processes.

 Dail up Modem:

Traditional telephone lines can carry frequencies between 300


and 3300 Hz, giving them a bandwidth of 3000 Hz. All this range is used
for transmitting voice, where a great deal of interference and distortion
can be accepted without loss of intelligibility. As we have seen, however,
data signals require a higher degree of accuracy to ensure integrity. For
safety's sake, therefore, the edges of this range are not used for data
communications. In general, we can say that the signal bandwidth must
be smaller than the cable bandwidth. The effective bandwidth of a
telephone line being used for data transmission is 2400 Hz, covering the
range from 600 to 3000 Hz. Note that today some telephone lines are
capable of handling greater bandwidth than traditional lines. However,
modem design is still based on traditional capability.

 Digital subscriber Line:

After traditional modems reached their peak data rate, telephone


companies developed another technology, DSL, to provide higher-speed
access to the Internet. Digital subscriber line (DSL) technology is one of
the most promising for supporting high-speed digital communication over
the existing local loops. DSL technology is a set of technologies, each
differing in the first letter (ADSL, VDSL, HDSL, and SDSL). The set is
often referred to as xDSL, where x can be replaced by A, V, H, or S.

ADSL is an asymmetric communication technology designed for


residential users; it is not suitable for businesses.

The high-bit-rate digital subscriber line (HDSL) was designed as an


alternative to the T-lline (1.544 Mbps). The T-1line uses alternate mark
inversion (AMI) encoding, which is very susceptible to attenuation at
high frequencies.

The symmetric digital subscriber line (SDSL) is a one twisted-pair


version of HDSL. It provides full-duplex symmetric communication
supporting up to 768 kbps in each direction.

The very high-bit-rate digital subscriber line (VDSL), an alternative


approach that is similar to ADSL, uses coaxial, fiber-optic, or twisted-pair
cable for short distances. The modulating technique is DMT.

 Network Interface Card:


A network interface card (NIC) is a circuit board or card that is
installed in a computer so that it can be connected to a network. A
network interface card provides the computer with a dedicated, full-time
connection to a network. Personal computers and workstations on a
local area network (LAN) typically contain a network interface card
specifically designed for the LAN transmission technology

NIC Physical Description

Network cards come in many different forms but the two main ones are
wired and wireless.

Wireless NICs need to use wireless technologies to access the network,


so they have one or more antennas sticking out of the card. You can see
an example of this with the TP-Link PCI Express Adapter.
Wired NICs just use an RJ45 port since they have an Ethernet cable
attached to the end. This makes them much flatter than wireless network
cards. The TP-Link Gigabit Ethernet PCI Express Network Adapter is
one example.

No matter which is used, the NIC protrudes from the back of the
computer next to the other plugs, like for the monitor. If the NIC is
plugged into a laptop, it's most likely attached to the side.

4.For each device complete the following table:

1.Hub:

Sr Mod Name Manuf Picture of Features of the Cost


. el of the acture the device device of the
N No. device r of device
o. the in
device Rupe
es
1 100 Hub TP- 8 10/100Mbps Rs
8D LINK auto negotiation 789
TL- RJ45 ports
SF100 supports auto
8D MDI/MDIX, green
ethernet
technology saves
the power up to
60% and IEEE
802.3x flow
control provides
reliable data
transfer
180 USB Transform a Rs
7U 3.1 computer's Type- 1099
Type- C port into four
C to 4 individual USB
Port Type-A 3.1 ports
USB for connecting
Hub - phones,
Black keyboards and
other peripherals

356 Quant External power Rs


4Q umZE supply (12V 3A 3630
RO power adapter,
QZHB included in the
08 package) ensures
36W your devices
USB receive enough
3.0 7- power they need
Port for uninterrupted
12V operation.
3A
Power
ed
Hub
[VIA
VL813
Chips
et]
1005D TP- Fanless design Rs
Link ensures quiet 656
TL- operation,
SF100 desktop design
5D 5- and plug and play
Port design simplifies
10/10 installation
0Mbps
Deskt
op
Hub
1210D D-Link 28-Port Fast Rs
DES- Ethernet 7674
1210- WebSmart
28 28 Switch, including
Port 2 Gigabit BASE-T
Fast and 2 Gigabit
Ethern Combo BASE-
et T/SFP
WebS
mart Switching
Hub Capacity -12.8
Gbps

2.Switch:

Sr Mod Name Manufa Picture of Feature of the Cost


No el of cturer of the device device of
No Devic the devic
e device e in
Rupe
es
D-Link Input Type RJ-
1005 Switch DES- 45 (Ethernet Rs
A 1005A Cable) 570
5-Port supported by
10/100 ISPs such as
Switch MTNL, BSNL,
(White) Airtel,Hathway,A
CT
Fibrenet,Spectra
net and
neighbourhood
cable operator
Address
S10 TENDA learning and Rs
5 TE- aging and data 700
S105 5- flow control for
Port enhanced
Mini transmission
10/100
Mbps
Fast
Etherne
t Switch
Netgear 8 Lan ports
S60 GS608 Rs
8 8-Port 10/100/1000Mb 1990
Gigabit ps
Etherne
t Switch Unmanaged

NetGea Gigabit speed


S10 r with QoS, VLAN Rs
8 GS108 and network 7150
PE monitoring
ProSafe
Plus Simple network
Switch set-up on top of
8-port plug-and-play
Gigabit connectivity
Etherne
t Switch Power-over-
with 4- Ethernet (PoE)
port support
PoE

TP-
1005 LINK Switch provides Rs
D TL- an easy way to 1499
SG100 make the
5D transition to
10/100/ Gigabit
1000Mb Ethernet.
ps 5-
Port
Gigabit
Desktop
Switch,
10Gbps
Capacit
y

3.Router:

Sr Mod Name Manufa Picture of Feature of Cost


No el of cturer of device device of
No device device devic
e in
Rupe
es
Tenda Easy setup and
N Route N301 enjoy a security Rs
300 r Wireles wireless network 940
s N300 in a
Easy minute,Wireless
Setup security
Router encryption easily
(White) at a push of
WPS button
Netgear External
R62 R6220 antennas for Rs
20 AC- improved WiFi 3925
1200 coverage,Home
Smart s come in all
WiFi shapes and
Router sizes and R6220
with Smart WiFi
External Router provides
Antenn WiFi coverage
as no matter where
you connect in
your home
TP-
R84 LINK IP based Rs
1 TL- bandwidth 1294
WR841 control allows
N administrators to
300Mbp determine how
s much bandwidth
Wireles is allotted to
sN each P
Router

Linksys Simultaneous
X62 X6200 dual-band Rs
00 Dual ensure that 1299
Band speeds up to 9
AC750 750mbps
Wireles provides secure
s ADSL whole-home Wi-
, VDSL Fi for HD
Modem streaming,
Router online gaming or
simply surfing
online
D-Link Input Type RJ-
2730 DSL- 11 (Ethernet Rs
U 2730U Cable) 1200
Wireles supported by
s N 150 ISPs such as
ADSL2 MTNL, BSNL,
+ 4-Port Airtel, Hathway,
Router ACT Fibrenet,
Spectranet and
neighbourhood
cable operator

4.Bridge:

Sr Mod Name Manufa Picture of Feature of the Cost


No el of the cturer of the device device of the
No device the devic
device e in
Rupe
es
Cisco-
B67 Bridge Linksys Wireless-N (2.4 Rs
4 Wireles GHz) 1000
s-N Fast Ethernet 0
Range (10/100) Bridge
Extend Port
er/Bridg Extended range
e with multiple
antennas

Support for
R13 Cisco both point-to- Rs
10 AIRON point or point- 4078
ET AIR- to-multipoint
BR1310 configurations
G-A-K9
TiVo
T100 Bridge TiVo Bridge Rs
7 MoCa turns your 5214
2.0 home's coaxial
Adapter wires into a
high-
performance
Ethernet
network and
allows cable
broadband
subscribers to
distribute
multimedia
content
IOGEA Works with
172I R Roku, Apple Rs
Powerli TV, Sling box, 1848
ne PlayStation,
Nano Xbox or any
Etherne Ethernet
t Bridge enabled
Kit, broadband
GPLB2 device
00K
Ubiquiti Improved Noise
U30 NBE- Immunity Rs
00 5AC-16 5940
High- Integrated
Perform Design
ance
airMAX Powerful
Bridge Wireless
NanoBe Features
am ac
16dBi Usability
Enhancements

5.Gateway:
Sr Model Name Manuf Picture of Feature of Cost
No No of the acturer the device device of
device of devic
device e
CPC signaling
S5560 Gatewa SIMAD to prevent port Rs
y O blockages and 1000
GFX11 accurate billing 0
GSM Caller ID
presentation on
analog extension

C7709 Check Impeccable Rs


point resistance to 9000
Securit corrosion 0
y
Gatew User friendly
ays
Supports a large
C7765 Comm number of users Rs
unicati 1300
on Can be used 0
Gatew with touch
ay panels

Optimal
performance

Appliance
T9087 Transc automatically Rs
oder operates at 5000
Gatew startup – 0
a connect up to
four USB3
Vision or GigE
Vision cameras

Transcode video
feed to
H.264/RTSP for
playback on
tablets,
smartphones,
embedded PCs
etc

W342 Wirele Interface Rs


1 ss Hart between the 9000
Gatew Wireless Hart 0
ay network and the
control system
or asset
management
system.
Hart
Communicators
modules.

6.Repeater:

Sr Model Name Manuf Picture of Feature of Cost


No No of acturer device device of
device of devic
device e
TP- Wireless N
N300 Repeat Link speed up to Rs
er Wirele 300Mbps makes 1584
ss it ideal for high
N300 bandwidth
2T2R consuming or
Access interruption
Point, sensitive
2.4Ghz applications like
300Mb video streaming,
ps, online gaming
802.11 and VoIP
b/g/n,
AP/Cli Fully compatible
ent/Re with 802.11b/g
peater, products
2x Detachable
4dBi, antenna allows
Passiv for stronger
e POE antenna
(TL- upgrades
WA801
ND)

VONE Environmental,n
G300 TS eedn't extra Rs
VAP11 power 1254
G-300 supply,reducing
Wirele e-waste.
ss
Portabl Portable,small
e Wifi size good for
Repeat plug and play,no
er/AP need to reset.
Modes,
Pocket Professional
Design intelligent WiFi
300mb repeater,support
ps WiFi hot spots
Multi- scan
Functio automatically
nal AP and WiFi hot
Signal spot memory
Booste function.
r

MECO
M660 WiFi The mini WiFi Rs
Range repeater can 1188
Extend boost your
er WiFi existing Wi-Fi
Repeat coverage and
er create a
N300 stronger signal
Signal in hard-to-reach
Booste areas. Allows
r more users to
Suppor share one
ts account to
Repeat access Internet;
er/Acc
ess
Point

BOLS High-speed data


B711 300Mb transfer rate up Rs
ps to 300Mbps 990
Wirele under repeater
ss-N mode for better
WiFi performance to
Range penetrate walls
Extend or across multi
er floor house.The
Wirele various
ss connection
Access modes is
Point provided
Suppor including
t AP Router,
Repeat Repeater,
er,3dbi Client, AP,
Dual Bridge Modes
Extern for different
al networking
Antenn demands;
as
Signal
Booste
rs
Amped High speed
S308 Wirele Wireless-300N Rs
ss is great for video 2838
High streaming and
Power high traffic
Wirele networks
ss-N
Smart Universal:
Repeat Works with most
er and Wi-Fi routers
Range
Extend Adds wired
er connections for
(SR30 A/V devices and
0) PCs

7.Modem:

Sr Model Name Manufa Picture of Feature of the Cost


No No of the cturer of the device of the
device device device devic
e
NETGE Up to 1.4Gbps
M700 Modem AR download and Rs
CM700 upload speed. 6534
(32x8) Separate router
DOCSI required for WiFi.
S 3.0 32x8 channel
Cable bonding . Cable
Modem. Broadband
Max Internet service:
downlo Please check
ad your cable
speeds Internet service
of provider web site
1.4Gbp for data speed tier
s. compatibility.Micr
Certifie osoft® Windows®
d for 7, 8, Vista®, XP,
XFINIT 2000, Mac OS®,
Y by or other operating
Comcas systems running a
t, Time TCP/IP network.
Warner Microsoft®
Cable, Internet Explorer®
Charter, 5.0, Firefox® 2.0,
& more Safari® 1.4, or
(CM700 Google Chrome™
) 11.0 browsers or
higher

SMC 16 downstream
D311 Network and 4 upstream Rs
s channels allows 3894
D3CM1 for blazing
604 speeds!
Modem
(DOCSI Ideal for
S 3.0, streaming HD
16x4 Video and gaming
Channe on multiple
l devices at a time
Bondin
g) DOCSIS 3.0
Approv cable modem
ed for equipped with a
Time 16x4 bonding
Warner capable of speeds
Cable, in excess of 640
Charter, Mbps
Cox, downstream and
Spectru 120 Mbps
m upstream.
ARRIS Cable Modem: 16
B6900 SURFb download & 4 Rs
0 oard upload channels 10758
SBG69 with Internet
000AC speeds up to 686
Docsis Mbps Download
3.0 and 131 Mbps
Cable Upload based on
Modem your cable ISP
subscription.

TP-Link Item is CABLE


TC76 DOCSI MODEM ONLY Rs
20 S 3.0 and great for 4554
(16x4) Cable Internet
High plans up to
Speed 300Mbps
Cable
Modem Certified for
(TC- XFINITY from
7620) Comcast,
Spectrum
(Including
Charter, Time
Warner Cable,
and Bright House
Networks), Cox,
Suddenlink,
Mediacom, and
WOW

Zoom This 8x4 cable


5345 8x4 modem has eight Rs
Cable downstream 2904
Modem, channels (four
343 more than 4x4
Mbps cable modems)
DOCSI and gives higher
S 3.0, average
Model download speeds
5345 than 4x4 modems
even when the
service speed is
below this cable
modem's top
speed of 343
Mbps

8.Network Interface Card:

Sr Model Name Manufa Picture of Feature of device Cos


N No of the cturer of device t of
o device device devi
ce
TP-Link Wake-on-LAN
3468 Network Gigabit supporting Auto- Rs
Interfac Etherne Negotiation and 924
e Card t PCI- Auto MDI/MDIX
Express Supports
Network IEEE802.3x Flow
Adapter Control for Full-
(TG- duplex Mode and
3468) backpressure for
Half-duplex
Mode

Intel Product Type -


1000 PRO/10 Adapter Rs
00 Pt 237
Dual Warranty - 6
Port Lifetime
Server
Adapter Compatible with
x4, x8, and x16
full-height PCI
Express slots
Rosewil Standards:
4501 l PCI- IEEE802.3, Rs
Express IEEE802.3u, 217
Dual IEEE802.3ab 8
Port
Gigabit Speed: 10/ 100/
Etherne 1000Mbps
t
Network Interface: PCI-
Adapter Express
2x
RJ45 Designed to
(RNG- Meet PCI
407- Express
Dualv2) Specification
Revision 1.1,
compatible with
x4, x8, x16
HP PCI Express
3584 NC364 1.0a, Fits in x4, Rs
T PCIe x8, or x16 244
4Pt 2
Gigabit Low profile with
Server half height and
Adptr full height
bracket
ipolex Connector &
7412 for Cable Medium: Rs
10GbE SFP+ Direct 554
Conver Attach 4
ged Copper/SFP+
Network Transceivers
Adapter
(NIC) Bracket Height:
Low Profile and
Full Height

Supported
Operating
Systems:
Support most
OS, Windows,
Linux, etc
5.After completing a table, analyze a table and write your
observation in detail. Justify with obsevation.

 From above collected information we can say that there are


number of networking devices which we can use to create
different networks and each device has its own features. And
also these devices are manufactured by number of different
manufacturers. We can say a single device can have n
number of maufacturers and that it may have n number of
cost values depending on functionalities it can provide to the
user and how capable device is so that we can use it to a
have a good network.

Lab 1.Select a device of your choice and write the steps for its
Activity: installation and configuration.

Installation and Configuration of Repeater:


Steps:

 First, plug your repeater into the wall next to your PC with the
supplied power cord, and connect the repeater to your PC’s
Internet/LAN input (a broadband “phone jack” type plug that is
wider than your phone plug connector”).
 In Windows 7 (the steps are similar for other operating systems. If
you get stuck, please comment below and we’ll provide detailed
instructions), type “Network and Sharing Center” into your Start
Menu search box and hit enter.
 If your wireless repeater is recognized by your PC, you should see
it as a wired network (i.e. “Local Area Connection”) under “View
your active networks.”
 Left-click the connection, and select “Properties.”
 Select “Internet Protocol Version 4 (TCP/IPv4)” (select
TCP/IP Protocol is there is only one version) and click on
“Properties.”
 Change “Obtain an IP address automatically” to “Use the following
IP address.” Then enter:
 IP Address: 192.168.1.100
 Subnet Mask: 255.255.255.0
 Default gateway: 192.168.1.2 (substitute with the
IP address of your wireless repeater – should be
specified in the documentation)
 Leave DNS settings as is and save.
 Browse to the IP address of your repeater in a browser
window (i.e. //192.168.1.2).
 Your wireless repeater user ID and password (usually
admin/admin by default – you’ll want to change these once in).
 Browse to Basic > Wireless
 Enter the SSID that matches the name of your wireless network
(we initially tried giving the repeater a unique name but couldn’t
get it to connect). Select your network band (we recommend 2.4
GHz (B+G+N), where N allows speeds up to 300mbps or faster.
Note that this repeater is not compatible with the newer 5 GHz
band, available on dual band routers.
 Click on “Site Survey.”
 Find the SSID of your wireless network and select “Connect.”
 You should see a message that you connected successfully. If
not, see the troubleshooting section below.
 You can now move your wireless repeater to a location halfway
between your router and your PC.
 Disconnect and re-connect to your wireless connection on your
PC. You should notice a marked increase in connection speed.

Installation steps for Network Interface Card:


Step 1: Install a network card. This could be PCI card or USB network
card adaptor.

If you are installing a PCI card you need to open your computer case
and push the PCI network card into an empty PCI slot. It is quite simple
and straight forward. If you are using a USB network adaptor you simply
need to plug it into an empty USB port.
Step 2: Install the device driver for the network card. Windows will
detect that you have installed a new hardware. In most cases it will
install the drivers automatically. If not, you need to install the drivers
manually from the CD supplied with the network card. 7 operating
system

Step 3: After the drivers have been installed successfully you can see a
network card listed under windows device manager. To go to the device
manager click Start -> Control Panel -> System and Security ->
Device Manager.

You will see a network card listed under the device manager similar to
the image below:
Step 4: Go to network sharing center by clicking Start -> Control panel
-> Network and Internet -> Network and Sharing Center. As you can
see from the image below the computer name tiger is connected to a
network and has access to the Internet. This indicates that our network
card is installed correctly and managed to get connection to our network.
In this case it is connected to a ADSL router.
Step 5: Check your local area connections by clicking on change
adaptor settings link on the left side of Network and Sharing center.
You will get an icon similar to below:

Step 6: Double click on Local Area Connection icon which will display
your LAN status. It shows the network connection duration, the speed of
the connection, number of bytes sent and received etc
Step 7: Click Details to see the Network connection details. You will see
some very import connection details. Inside the red highlighted area you
will see DHCP Enable is set to Yes and your IP Address listed. DHCP
means (Dynamic Host Configuration Protocol). Basically its a feature
built into most Routers or server operating systems which automatically
assigns an IP address to the client computer. In our case the Router is
the DHCP server and our computer is the client. Please note the
dynamic IP address assigned by a DHCP server is random and can
change next time you reboot your computer or the router.
Step 8: Close the Network connection details. Click Properties -> (on
Network area connections status) -> Internet protocol version 4
(TCP/IPv4) -> Properties. As you can see everything is set to
automatic. This means the DHCP server assigns everything
automatically as mentioned above.
Step 9: If you have many computers on a network i.e. your Desktop PC,
Your Laptop, and your PS3 console its a good idea to fix the IP Address
for each device. This is called static IP address. By fixing the IP address
you can easily identify each computer on the network. This is what i will
do below. I will choose my IP address as 192.168.0.100. The subnet
mask will be automatically set to 255.255.255.0. Default gateway
is 192.168.0.1. The gateway IP address is normally the IP address of
your router. Preferred DNS server is also the IP Address of your router,
although you can use other DNS server like Open DNS IP address.
Step 10: You can now check if the static settings have taken effect by
clicking on Detailson Local Area connection status as you have done on
Step 6. Finally you will see all the settings that you have made in the
previous step has taken effect. You will notice that the DHCP enable is
set to No, as we have set each value manually.
2. Visit this Link and Perform all simuation for step by
step, simuation and build a network. Attach all
screenshots of the simulation performed by you.

Simulation Steps:
Step 1:
 Steps to perform simulation and build a network step by step
Step 2:

 Specify the number of host in network you need

Step 3:
 Specify the speed network interface card of computers to run at
Step 4:
 List the device you want to connect hosts in network

Step 5:
 Specify the speed of NIC of selected device
Step 6:
 Select the speed of NIC of server to run at

Step 7:
 Select all the server function you want to have in your network
Step 8:
 Specify speed of internet connection

Step 9:
 Select one application that you want to run
Step 10:
 Network is created with all specification you have specified

Step 11:
 To change application of computer click on any of the host
Step 12:
 Note down the total network utilization accordingly make changes
to the network to hava atmost utilization of network

Step 13:
 To change functions of server click on any of selected server
Step 14:
 Note down total network utilization

Step 15:
 To know properties of transmission medium click on the medium
Step 16:
 To know properties of network connection devices click on the
device

Step 17:
 Having a 100% utlization of network we create a network setup
applicable for our use

Rubrics Performance Developing Meets Exceeds


for Indicators expectations expectations
Assessm
Identify identifies some Identifies Identifies goals
ent:
experiment goals and/or necessary and and relevant
goals and data, but may sufficient goals data that extend
describe an be inadequate and appropriate the original
experimental for the intended data to be scope of the
process and experiment. collected. experiment.
procedures to
achieve the Describes some
goals applicable Generates
experimental multiple
processes or applicable
partial experimental
procedures. processes and
procedures
Data Collection Some of the Collects data Collects data
and data collected is accurately most very accurately;
presentation inaccurate; of the time; very
somewhat systematically systematically;
systematic in most of the presents data
data collection; time; presents very clearly
data data clearly using
presentation is using appropriate
not that clear; appropriate graphics; figure
figure captions graphics; figure captions and
and units are captions and units are always
not always units are included.
included. included most
of the time.
Data analysis Analyzes and Analyzes and Always
and interprets data interprets data analyzes and
interpretation correctly correctly most interprets data
occasionally; of the time; correctly and
some most of the precisely;
conclusion are conclusion are always draws
incorrect; correct and correct and
occasionally useful; useful
compares compares conclusions;
theory against theory against always
experimental experimental compares
data and data and theory against
calculates calculates experiment and
related error. related error calculates
most of the related error.
time.
Subject Has some Has very good Fully
Knowledge understanding understanding understands the
of the of the experiment,
experiment, its experiment, its including its
purpose and purpose and purpose and
results; almost results; able to results; able to
able to discuss discuss discuss
experimental experimental experimental
protocols in a protocols in a protocols in a
clear manner. reasonably clear and
clear manner. precise manner.

Referenc 1. B.A. Forouzan, “Data Communications and Networking”, TMH,


es: Fourth Edition.

2. http://www.teachict.com/gcse_new/networks/hardware/resources/
NWB_SIM.swf

3. List the names of at least three websites that are referred.


1. www.codesandtutorials.com

2. www.dell.com

3. www.techwalla.com

4. www.teach-ict.com

Você também pode gostar