SlideShare a Scribd company logo
International Journal of Research in Advent Technology, Vol.3, No.7, July 2015
E-ISSN: 2321-9637
62
Performance Evaluation of Duplex Mode Parameter in
A Wired Local Area Network
Isizoh A. N.1
, Nwobodo Lois O.2
, Okafor LoisAnthony U.3
, Obute K. C.4
, Nwobodo H. N.5
Dept. of Electronic and Computer Engineering1
, Dept. of Electrical Engineering4
Nnamdi Azikiwe University, Awka, Nigeria1, 4
E-mail: anthonyisizoh@yahoo.com1
, kingsleyunizikedu@yahoo.com4
Dept. of Physics Education, Fed. College of Education (T), Umunze, Nigeria3
.
E-mail: loisanny@yahoo.com3
Dept. of Computer Engineering, Enugu State University of Science and Tech.,Enugu, Nigeria2, 5
.
Email: ifeonyi@yahoo.com2
, nnennanwobodo@yahoo.com5
Abstract- This paper discusses the performance evaluation of duplex mode parameter in a wired local area
network (IEEE 802.3 wired LAN) with four nodes. IEEE802.3 is a protocol standard used for a Wired Local
Area Network (Wired LAN). A wired LAN connects computers that are placed relatively close to each other
with wires. In this paper, two duplex mode parameters were considered: Full duplex and Half duplex; but the
metrics studied were traffic received and bit error rate. A software called OPNET was used in this research to
simulate the wired LAN with four nodes by varying the full and half duplex mode parameters so as to study
the effects on the qualities of service: the Traffic received and Bit error rate. Graphical results obtained show
that when full duplex mode was implemented, the traffic received was increased, but for half duplex mode, it
was lower. The result also confirmed that when full duplex mode was implemented, the bit-error rate reduced
to zero. These results validated the theoretical concept on the usage of full duplex mode parameter at all
times.
Keywords: Bit error rate, duplex mode, Media Access Control layer, packet delay, software, traffic
received, Wired LAN.
1. INTRODUCTION
A local area network (wired or wireless LAN) is a
group of computers and associated devices that
share a common communications line or wireless
link. Typically, connected devices share the
resources of a single processor or server within a
small geographic area (for example, within an
office building). Usually, the server has
applications and data storage that are shared in
common by multiple computer users. A local area
network may serve as few as two or three users
(for example, in a home network) or as many as
thousands of users (for example, in an FDDI
network) [1].
IEEE802.3 is a protocol standard for a Wired
Local Area Network (Wired LAN). A wired LAN
connects computers that are placed relatively
close to each other with wires. For example, a
wired network within an office connecting users,
allowing them to share resources such as files,
printer or modem can be categorized as a wired
LAN [2].
To achieve this, switches or hubs are used to
connect such multiple hosts together to form the
wired LAN network. Unlike a hub, a switch can
forward a message to a specific host. When a host
forwards a message to another host on the switch,
the switch accepts and decodes the frames to read
the physical Media Access Control address (MAC
Address) portion of the message.
A table on the switch, called a MAC address
table, contains a list of all of the active ports and
the host MAC addresses that are attached to them.
When a message is sent between hosts, the switch
checks to see if the destination MAC address is in
the table list; if it is, the switch builds a temporary
connection called a circuit between the source and
destination ports [3]. This new circuit provides a
dedicated channel over which the two hosts can
communicate.
Other hosts attached to the switch do not share
bandwidth on this channel and do not receive
messages that are not addressed to them. A new
circuit is built for every new conversation
between hosts. These separate circuits allow many
International Journal of Research in Advent Technology, Vol.3, No.7, July 2015
E-ISSN: 2321-9637
63
conversations to take place at the same time,
without collisions occurring [4].
What happens when the switch receives a frame
addressed to a new host that is not yet in the MAC
address? If the destination MAC address is not in
the table, the switch does not have the necessary
information to create an individual circuit. When
the switch cannot determine where the destination
host is located, it uses a process called flooding to
forward the message out to all attached hosts [5].
Each host compares the destination MAC address
in the message to its own MAC address, be only
the host with the correct destination address
process, the message and responds to the sender.
IEEE 802.3 standard is used for 1-peristent
CSMA/CD (Carrier Sense Multiple
Access/Collision Detection) LAN, which is
commonly known as Ethernet. Using the
transmission media idle. Due to this, it is known
as 1-persistent CSMA. The IEEE 802.3 standard
is used for Ethernet. The IEEE 802.2 standard
falls under MAC sub layer of the Data Link layer
and the OSI physical layer. The IEEE 802.3
standard falls under Network Access layer of the
TCP/IP architecture [6].
Ethernet is an inexpensive, reasonably fast, and
very popular LAN technology. The other LAN
technologies such as Token FDDI and ATM are
more complex and expensive as compared to
Ethernet. Ethernet was developed by Digital,
Intel, and Xerox Corporation and was known as
DIX Ethernet. It was originally developed by Bob
Metcalfe and David Boggs of the Xerox Paid Alto
Research Centre (PARC). It interconnected Xerox
Alto computers and laser printers at a data
transmission rate of 2.94 Mbps. The first version,
referred to as experimental Ethernet, operated at 3
Mbps and used 8-bit address. This version was
later upgraded to Ethernet version 1 and 2 then to
Ethernet version 2.
Ethernet is currently used for approximately 85
percent of the World’s LAN-connected PCs and
workstations. One of the main reasons for the
popularity of Ethernet is the Ethernet’s protocol
[7]. In the OSI model, Ethernet technology
operates at the physical and data link layers. In the
TCP/IP architecture, Ethernet operates at the
network access layer. Ethernet supports all higher-
level, implement, manage, and maintain. These
protocols provide extensive topological flexibility
for network installation. Ethernet protocols can
run on different network topologies such as bus
topology and star topology [8].
An Ethernet LAN can use a coaxial cable, a
twisted pair wiring, or a fiber optic cable. Ethernet
cables can use a coaxial cable, a twisted pair
wiring, or a fiber optic cable. Ethernet cables can
transmit data from 10Mbps to 10 Gigabits per
second. The most popular cable used in the
Ethernet technology is Category 5 (CAT5) and
category 5e (CAT5e) [9].
With the growing popularity of the Ethernet
technology, Ethernet hardware has also become a
product. The Ethernet hardware consists of many
hardware devices such as network adapter card,
cables, connectors, and hubs. The most popular
among these are network adapter or Network
Interface Card (NIC). Network Interface Cards are
also known as Ethernet cards. They are used to
connect Ethernet cables to a computer with the
help of a connector. They come with an Ethernet
address embedded in it [10].
2. WIRED LAN IMPLEMENTATION
In this wired network, two duplex mode
parameters were considered: Full duplex and Half
duplex; but the metrics studied were traffic
received and bit error rate.
The Wired LAN network for this research paper
involves four terminals, and these terminals or
nodes were placed within 75.0metres x
62.5metres. Figure 1 below shows the
implementation using Opnet IT Guru Academic
edition software.
International Journal of Research in Advent Technology, Vol.3, No.7, July 2015
E-ISSN: 2321-9637
64
Fig. 1: WLAN Implementation using Opnet simulator
In implementing Wired LAN network for this
paper, the duplex mode parameter was varied. The
variation was from full-duplex mode to half-
duplex mode. This is shown in Table 1.
Table 1: Wired LAN parameter and its scenarios
Attribute Scenario 1 Scenario 2
Duplex
mode
Full duplex Half duplex
3. SIMULATION RESULTS AND ANALYSIS
(a) Traffic Received
Figure 2 shows that when full duplex mode was
implemented, the traffic received was increased,
but for half duplex mode, it was lower.
Fig. 2: Traffic received in full duplex mode and half duplex mode
International Journal of Research in Advent Technology, Vol.3, No.7, July 2015
E-ISSN: 2321-9637
65
(b) Bit Error Rate
The number of bits corrupted or destroyed as data
was transmitted from its source to destination
increased when half duplex mode was used on
this network. When full duplex mode was
implemented, the bit-error rate reduced to zero.
Figure 3 confirms this.
Fig. 3: Bit error rate for full duplex mode and half duplex mode
4. CONCLUSION
A Local Area Network (LAN) is a group of
computers and associated devices that share a
common communications line or wireless link.
Typically, connected devices share the resources
of a single processor or server within a small
geographic area. A Local Area Network (LAN)
can either be wireless and wired LAN. For a LAN
device to be used its parameters are to be tuned to
valid positions so as to obtain good qualities of
service.
However this research paper analyzed the effects
of full and half duplex mode parameters on the
performance of wired local area network (IEEE
802.3) by examining two qualities of service: the
Traffic received and Bit error rate. The graphical
results showed that when full duplex mode was
implemented, the traffic received was increased,
but for half duplex mode, it was lower. The result
also confirmed that when full duplex mode was
implemented, the bit-error rate reduced to zero.
These results validated the theoretical concept on
the usage of full duplex mode parameter in a
wired local area network. In a full duplex, switch
and station can communicate with each other
simultaneously, and therefore modern Ethernets
are completely collision-free.
REFERENCES
[1] Basandra S.K., “Local Area Networks”,
Golgotha Publications PVT Ltd, New Delhi,
2007.
[2] Andree Tanenbaum, Berry Ker cheval, “LAN
Computer Networks and Network Topology”,
2nd
edition, McGraw Hill, New York, 2009.
[3] Behrouz A.F.,”Data Communications and
Networking”, Fourth Edition, Mc Graw Hill
International Edition, New York, 2007.
[4] Ziouva E., Antonakopoulos T., “SMA/CA
Performance under High Traffic Conditions:
Throughput and Delay Analysis”, Computer
communication, 2000.
[5] Koendjbiharie S, Koppius O, Vervest P, Van
Heck E., “Network Transparency and the
Performance of Dynamic Business
Networks”, 2010 4th IEEE International
Conference on Digital Ecosystems and
Technologies (DEST).
[6] Kouvastos D.D., “Network Performance
Engineering: A Handbook on Convergent
Multi-Service Networks and Next
Genereation Internet”, German Springer–
Verlag Berlin Heidelberg, 2011.
International Journal of Research in Advent Technology, Vol.3, No.7, July 2015
E-ISSN: 2321-9637
66
[7] Lathi, B., “Modern Digital and Analog
Communication Systems”, Oxford University
Press Inc., 2007.
[8] Law Niczak AT, Tang X., “Packet Switching
Network Performance Indicators as Function
of Network Topology and Routing
Algorithms”, IEEE Conference (CCECE '06)
Publication, 2006.
[9] Keiser G., “Local Area Networks”, McGraw –
Hill Companies,United States of America,
New York, 2002.
[10] R.S. Murray, M. Dovrolis C, Claffy K.,
“Bandwidth Estimation: Metrics,
Measurement andTools, Networking Journal,
IEEE, 2003.

More Related Content

What's hot

Computer network
Computer networkComputer network
Computer network
Subrata Kumer Paul
 
Computer networking 1
Computer networking 1Computer networking 1
Computer networking 1
Prof. Dr. K. Adisesha
 
Introduction to computer networks
Introduction to computer networks Introduction to computer networks
Introduction to computer networks
Basma Gamal
 
Computer Networks Lecture Notes
Computer Networks Lecture NotesComputer Networks Lecture Notes
Computer Networks Lecture Notes
FellowBuddy.com
 
Data Communication & Networking Basics
Data Communication & Networking BasicsData Communication & Networking Basics
Data Communication & Networking Basics
Mahbub Alam Masud
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
guestf10d8f
 
Note 2: Classification of Computer Networks
Note 2: Classification of Computer NetworksNote 2: Classification of Computer Networks
Note 2: Classification of Computer Networks
Hasibul Islam Nirob
 
Computer network
Computer networkComputer network
Computer network
Neha Gupta
 
2nd class
2nd class2nd class
IP & MAC Addressing
IP & MAC Addressing IP & MAC Addressing
IP & MAC Addressing
Shamima Akther
 
Definition of computur netwoeks
Definition of computur netwoeksDefinition of computur netwoeks
Definition of computur netwoeks
Md Ashikur Rahman
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
okelloerick
 
1. introduction data comm
1. introduction data comm1. introduction data comm
1. introduction data comm
Humayoun Kabir
 
Computer Network [OSI Model]
Computer Network [OSI Model]Computer Network [OSI Model]
Computer Network [OSI Model]
AfsanaAkterRubi
 
types of computer networks, protocols and standards
types of computer networks, protocols and standardstypes of computer networks, protocols and standards
types of computer networks, protocols and standards
Midhun Menon
 
Introduction to computer networks
Introduction to computer networksIntroduction to computer networks
Introduction to computer networks
Maksudujjaman
 
Internetworking basics
Internetworking basicsInternetworking basics
Internetworking basics
Romeo Alonzo
 
Unit-1 intro to communication networks
Unit-1 intro to communication networksUnit-1 intro to communication networks
Unit-1 intro to communication networks
SSGMCE SHEGAON
 
IP, Addressing, Host
IP, Addressing, HostIP, Addressing, Host
IP, Addressing, Host
AfsanaAkterRubi
 
Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And Protocols
Steven Cahill
 

What's hot (20)

Computer network
Computer networkComputer network
Computer network
 
Computer networking 1
Computer networking 1Computer networking 1
Computer networking 1
 
Introduction to computer networks
Introduction to computer networks Introduction to computer networks
Introduction to computer networks
 
Computer Networks Lecture Notes
Computer Networks Lecture NotesComputer Networks Lecture Notes
Computer Networks Lecture Notes
 
Data Communication & Networking Basics
Data Communication & Networking BasicsData Communication & Networking Basics
Data Communication & Networking Basics
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Note 2: Classification of Computer Networks
Note 2: Classification of Computer NetworksNote 2: Classification of Computer Networks
Note 2: Classification of Computer Networks
 
Computer network
Computer networkComputer network
Computer network
 
2nd class
2nd class2nd class
2nd class
 
IP & MAC Addressing
IP & MAC Addressing IP & MAC Addressing
IP & MAC Addressing
 
Definition of computur netwoeks
Definition of computur netwoeksDefinition of computur netwoeks
Definition of computur netwoeks
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
1. introduction data comm
1. introduction data comm1. introduction data comm
1. introduction data comm
 
Computer Network [OSI Model]
Computer Network [OSI Model]Computer Network [OSI Model]
Computer Network [OSI Model]
 
types of computer networks, protocols and standards
types of computer networks, protocols and standardstypes of computer networks, protocols and standards
types of computer networks, protocols and standards
 
Introduction to computer networks
Introduction to computer networksIntroduction to computer networks
Introduction to computer networks
 
Internetworking basics
Internetworking basicsInternetworking basics
Internetworking basics
 
Unit-1 intro to communication networks
Unit-1 intro to communication networksUnit-1 intro to communication networks
Unit-1 intro to communication networks
 
IP, Addressing, Host
IP, Addressing, HostIP, Addressing, Host
IP, Addressing, Host
 
Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And Protocols
 

Viewers also liked

Paper id 41201610
Paper id 41201610Paper id 41201610
Paper id 41201610
IJRAT
 
Paper id 252014146
Paper id 252014146Paper id 252014146
Paper id 252014146
IJRAT
 
Paper id 36201502
Paper id 36201502Paper id 36201502
Paper id 36201502
IJRAT
 
Paper id 35201568
Paper id 35201568Paper id 35201568
Paper id 35201568
IJRAT
 
Paper id 41201612
Paper id 41201612Paper id 41201612
Paper id 41201612
IJRAT
 
Paper id 21201424
Paper id 21201424Paper id 21201424
Paper id 21201424
IJRAT
 
Paper id 42201601
Paper id 42201601Paper id 42201601
Paper id 42201601
IJRAT
 
Paper id 2320146
Paper id 2320146Paper id 2320146
Paper id 2320146
IJRAT
 
Paper id 36201521
Paper id 36201521Paper id 36201521
Paper id 36201521
IJRAT
 
Paper id 37201533
Paper id 37201533Paper id 37201533
Paper id 37201533
IJRAT
 
Paper id 21201433
Paper id 21201433Paper id 21201433
Paper id 21201433
IJRAT
 
Paper id 41201605
Paper id 41201605Paper id 41201605
Paper id 41201605
IJRAT
 
Paper id 28201439
Paper id 28201439Paper id 28201439
Paper id 28201439
IJRAT
 
Paper id 37201505
Paper id 37201505Paper id 37201505
Paper id 37201505
IJRAT
 
Paper id 42201621
Paper id 42201621Paper id 42201621
Paper id 42201621
IJRAT
 
Paper id 36201537
Paper id 36201537Paper id 36201537
Paper id 36201537
IJRAT
 
Paper id 28201432
Paper id 28201432Paper id 28201432
Paper id 28201432
IJRAT
 
Paper id 42201618
Paper id 42201618Paper id 42201618
Paper id 42201618
IJRAT
 
Paper id 36201508
Paper id 36201508Paper id 36201508
Paper id 36201508
IJRAT
 
Paper id 36201529
Paper id 36201529Paper id 36201529
Paper id 36201529
IJRAT
 

Viewers also liked (20)

Paper id 41201610
Paper id 41201610Paper id 41201610
Paper id 41201610
 
Paper id 252014146
Paper id 252014146Paper id 252014146
Paper id 252014146
 
Paper id 36201502
Paper id 36201502Paper id 36201502
Paper id 36201502
 
Paper id 35201568
Paper id 35201568Paper id 35201568
Paper id 35201568
 
Paper id 41201612
Paper id 41201612Paper id 41201612
Paper id 41201612
 
Paper id 21201424
Paper id 21201424Paper id 21201424
Paper id 21201424
 
Paper id 42201601
Paper id 42201601Paper id 42201601
Paper id 42201601
 
Paper id 2320146
Paper id 2320146Paper id 2320146
Paper id 2320146
 
Paper id 36201521
Paper id 36201521Paper id 36201521
Paper id 36201521
 
Paper id 37201533
Paper id 37201533Paper id 37201533
Paper id 37201533
 
Paper id 21201433
Paper id 21201433Paper id 21201433
Paper id 21201433
 
Paper id 41201605
Paper id 41201605Paper id 41201605
Paper id 41201605
 
Paper id 28201439
Paper id 28201439Paper id 28201439
Paper id 28201439
 
Paper id 37201505
Paper id 37201505Paper id 37201505
Paper id 37201505
 
Paper id 42201621
Paper id 42201621Paper id 42201621
Paper id 42201621
 
Paper id 36201537
Paper id 36201537Paper id 36201537
Paper id 36201537
 
Paper id 28201432
Paper id 28201432Paper id 28201432
Paper id 28201432
 
Paper id 42201618
Paper id 42201618Paper id 42201618
Paper id 42201618
 
Paper id 36201508
Paper id 36201508Paper id 36201508
Paper id 36201508
 
Paper id 36201529
Paper id 36201529Paper id 36201529
Paper id 36201529
 

Similar to Paper id 36201527

www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
IJERD Editor
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
sumit dimri
 
Network system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & TechnologyNetwork system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & Technology
Manas Saha
 
IP ADDRESSING AND SUBNETTING REPORT
IP ADDRESSING AND SUBNETTING  REPORTIP ADDRESSING AND SUBNETTING  REPORT
IP ADDRESSING AND SUBNETTING REPORT
Rajat Kumar
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
Sujee Antony
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Soumen Santra
 
CCNA Report
CCNA ReportCCNA Report
CCNA Report
Abhishek Parihari
 
OSI model (7 layer )
OSI model (7 layer ) OSI model (7 layer )
OSI model (7 layer )
dimuthu22
 
I017554954
I017554954I017554954
I017554954
IOSR Journals
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
Dwi Yulianto
 
An Approach for Enhanced Performance of Packet Transmission over Packet Switc...
An Approach for Enhanced Performance of Packet Transmission over Packet Switc...An Approach for Enhanced Performance of Packet Transmission over Packet Switc...
An Approach for Enhanced Performance of Packet Transmission over Packet Switc...
ijceronline
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
ssuser86699a
 
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptxpppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
zeyadosama505
 
Lan
LanLan
Ccna day1
Ccna day1Ccna day1
C C N A Day1
C C N A  Day1C C N A  Day1
C C N A Day1
darulquthni
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
Sanjeev Jain
 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
Kathirvel Ayyaswamy
 
CCNA project-report
CCNA project-reportCCNA project-report
CCNA project-report
Sagar Shashank
 
Computer network
Computer networkComputer network
Computer network
samiksha padgilwar
 

Similar to Paper id 36201527 (20)

www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
 
Network system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & TechnologyNetwork system on Ahsanullah University of Science & Technology
Network system on Ahsanullah University of Science & Technology
 
IP ADDRESSING AND SUBNETTING REPORT
IP ADDRESSING AND SUBNETTING  REPORTIP ADDRESSING AND SUBNETTING  REPORT
IP ADDRESSING AND SUBNETTING REPORT
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
 
CCNA Report
CCNA ReportCCNA Report
CCNA Report
 
OSI model (7 layer )
OSI model (7 layer ) OSI model (7 layer )
OSI model (7 layer )
 
I017554954
I017554954I017554954
I017554954
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
An Approach for Enhanced Performance of Packet Transmission over Packet Switc...
An Approach for Enhanced Performance of Packet Transmission over Packet Switc...An Approach for Enhanced Performance of Packet Transmission over Packet Switc...
An Approach for Enhanced Performance of Packet Transmission over Packet Switc...
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
 
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptxpppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
 
Lan
LanLan
Lan
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
C C N A Day1
C C N A  Day1C C N A  Day1
C C N A Day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
 
CCNA project-report
CCNA project-reportCCNA project-report
CCNA project-report
 
Computer network
Computer networkComputer network
Computer network
 

More from IJRAT

96202108
9620210896202108
96202108
IJRAT
 
97202107
9720210797202107
97202107
IJRAT
 
93202101
9320210193202101
93202101
IJRAT
 
92202102
9220210292202102
92202102
IJRAT
 
91202104
9120210491202104
91202104
IJRAT
 
87202003
8720200387202003
87202003
IJRAT
 
87202001
8720200187202001
87202001
IJRAT
 
86202013
8620201386202013
86202013
IJRAT
 
86202008
8620200886202008
86202008
IJRAT
 
86202005
8620200586202005
86202005
IJRAT
 
86202004
8620200486202004
86202004
IJRAT
 
85202026
8520202685202026
85202026
IJRAT
 
711201940
711201940711201940
711201940
IJRAT
 
711201939
711201939711201939
711201939
IJRAT
 
711201935
711201935711201935
711201935
IJRAT
 
711201927
711201927711201927
711201927
IJRAT
 
711201905
711201905711201905
711201905
IJRAT
 
710201947
710201947710201947
710201947
IJRAT
 
712201907
712201907712201907
712201907
IJRAT
 
712201903
712201903712201903
712201903
IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Recently uploaded

Blood finder application project report (1).pdf
Blood finder application project report (1).pdfBlood finder application project report (1).pdf
Blood finder application project report (1).pdf
Kamal Acharya
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
vmspraneeth
 
5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf
AlvianRamadhani5
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
PriyankaKilaniya
 
P5 Working Drawings.pdf floor plan, civil
P5 Working Drawings.pdf floor plan, civilP5 Working Drawings.pdf floor plan, civil
P5 Working Drawings.pdf floor plan, civil
AnasAhmadNoor
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
Kamal Acharya
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
Dwarkadas J Sanghvi College of Engineering
 
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
Addu25809
 
Zener Diode and its V-I Characteristics and Applications
Zener Diode and its V-I Characteristics and ApplicationsZener Diode and its V-I Characteristics and Applications
Zener Diode and its V-I Characteristics and Applications
Shiny Christobel
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
aryanpankaj78
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
harshapolam10
 
Mechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineeringMechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineering
sachin chaurasia
 
Height and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdfHeight and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdf
q30122000
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
UReason
 
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Transcat
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
AI-Based Home Security System : Home security
AI-Based Home Security System : Home securityAI-Based Home Security System : Home security
AI-Based Home Security System : Home security
AIRCC Publishing Corporation
 

Recently uploaded (20)

Blood finder application project report (1).pdf
Blood finder application project report (1).pdfBlood finder application project report (1).pdf
Blood finder application project report (1).pdf
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
 
5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
 
P5 Working Drawings.pdf floor plan, civil
P5 Working Drawings.pdf floor plan, civilP5 Working Drawings.pdf floor plan, civil
P5 Working Drawings.pdf floor plan, civil
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
 
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
 
Zener Diode and its V-I Characteristics and Applications
Zener Diode and its V-I Characteristics and ApplicationsZener Diode and its V-I Characteristics and Applications
Zener Diode and its V-I Characteristics and Applications
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
 
Mechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineeringMechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineering
 
Height and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdfHeight and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdf
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
 
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
AI-Based Home Security System : Home security
AI-Based Home Security System : Home securityAI-Based Home Security System : Home security
AI-Based Home Security System : Home security
 

Paper id 36201527

  • 1. International Journal of Research in Advent Technology, Vol.3, No.7, July 2015 E-ISSN: 2321-9637 62 Performance Evaluation of Duplex Mode Parameter in A Wired Local Area Network Isizoh A. N.1 , Nwobodo Lois O.2 , Okafor LoisAnthony U.3 , Obute K. C.4 , Nwobodo H. N.5 Dept. of Electronic and Computer Engineering1 , Dept. of Electrical Engineering4 Nnamdi Azikiwe University, Awka, Nigeria1, 4 E-mail: anthonyisizoh@yahoo.com1 , kingsleyunizikedu@yahoo.com4 Dept. of Physics Education, Fed. College of Education (T), Umunze, Nigeria3 . E-mail: loisanny@yahoo.com3 Dept. of Computer Engineering, Enugu State University of Science and Tech.,Enugu, Nigeria2, 5 . Email: ifeonyi@yahoo.com2 , nnennanwobodo@yahoo.com5 Abstract- This paper discusses the performance evaluation of duplex mode parameter in a wired local area network (IEEE 802.3 wired LAN) with four nodes. IEEE802.3 is a protocol standard used for a Wired Local Area Network (Wired LAN). A wired LAN connects computers that are placed relatively close to each other with wires. In this paper, two duplex mode parameters were considered: Full duplex and Half duplex; but the metrics studied were traffic received and bit error rate. A software called OPNET was used in this research to simulate the wired LAN with four nodes by varying the full and half duplex mode parameters so as to study the effects on the qualities of service: the Traffic received and Bit error rate. Graphical results obtained show that when full duplex mode was implemented, the traffic received was increased, but for half duplex mode, it was lower. The result also confirmed that when full duplex mode was implemented, the bit-error rate reduced to zero. These results validated the theoretical concept on the usage of full duplex mode parameter at all times. Keywords: Bit error rate, duplex mode, Media Access Control layer, packet delay, software, traffic received, Wired LAN. 1. INTRODUCTION A local area network (wired or wireless LAN) is a group of computers and associated devices that share a common communications line or wireless link. Typically, connected devices share the resources of a single processor or server within a small geographic area (for example, within an office building). Usually, the server has applications and data storage that are shared in common by multiple computer users. A local area network may serve as few as two or three users (for example, in a home network) or as many as thousands of users (for example, in an FDDI network) [1]. IEEE802.3 is a protocol standard for a Wired Local Area Network (Wired LAN). A wired LAN connects computers that are placed relatively close to each other with wires. For example, a wired network within an office connecting users, allowing them to share resources such as files, printer or modem can be categorized as a wired LAN [2]. To achieve this, switches or hubs are used to connect such multiple hosts together to form the wired LAN network. Unlike a hub, a switch can forward a message to a specific host. When a host forwards a message to another host on the switch, the switch accepts and decodes the frames to read the physical Media Access Control address (MAC Address) portion of the message. A table on the switch, called a MAC address table, contains a list of all of the active ports and the host MAC addresses that are attached to them. When a message is sent between hosts, the switch checks to see if the destination MAC address is in the table list; if it is, the switch builds a temporary connection called a circuit between the source and destination ports [3]. This new circuit provides a dedicated channel over which the two hosts can communicate. Other hosts attached to the switch do not share bandwidth on this channel and do not receive messages that are not addressed to them. A new circuit is built for every new conversation between hosts. These separate circuits allow many
  • 2. International Journal of Research in Advent Technology, Vol.3, No.7, July 2015 E-ISSN: 2321-9637 63 conversations to take place at the same time, without collisions occurring [4]. What happens when the switch receives a frame addressed to a new host that is not yet in the MAC address? If the destination MAC address is not in the table, the switch does not have the necessary information to create an individual circuit. When the switch cannot determine where the destination host is located, it uses a process called flooding to forward the message out to all attached hosts [5]. Each host compares the destination MAC address in the message to its own MAC address, be only the host with the correct destination address process, the message and responds to the sender. IEEE 802.3 standard is used for 1-peristent CSMA/CD (Carrier Sense Multiple Access/Collision Detection) LAN, which is commonly known as Ethernet. Using the transmission media idle. Due to this, it is known as 1-persistent CSMA. The IEEE 802.3 standard is used for Ethernet. The IEEE 802.2 standard falls under MAC sub layer of the Data Link layer and the OSI physical layer. The IEEE 802.3 standard falls under Network Access layer of the TCP/IP architecture [6]. Ethernet is an inexpensive, reasonably fast, and very popular LAN technology. The other LAN technologies such as Token FDDI and ATM are more complex and expensive as compared to Ethernet. Ethernet was developed by Digital, Intel, and Xerox Corporation and was known as DIX Ethernet. It was originally developed by Bob Metcalfe and David Boggs of the Xerox Paid Alto Research Centre (PARC). It interconnected Xerox Alto computers and laser printers at a data transmission rate of 2.94 Mbps. The first version, referred to as experimental Ethernet, operated at 3 Mbps and used 8-bit address. This version was later upgraded to Ethernet version 1 and 2 then to Ethernet version 2. Ethernet is currently used for approximately 85 percent of the World’s LAN-connected PCs and workstations. One of the main reasons for the popularity of Ethernet is the Ethernet’s protocol [7]. In the OSI model, Ethernet technology operates at the physical and data link layers. In the TCP/IP architecture, Ethernet operates at the network access layer. Ethernet supports all higher- level, implement, manage, and maintain. These protocols provide extensive topological flexibility for network installation. Ethernet protocols can run on different network topologies such as bus topology and star topology [8]. An Ethernet LAN can use a coaxial cable, a twisted pair wiring, or a fiber optic cable. Ethernet cables can use a coaxial cable, a twisted pair wiring, or a fiber optic cable. Ethernet cables can transmit data from 10Mbps to 10 Gigabits per second. The most popular cable used in the Ethernet technology is Category 5 (CAT5) and category 5e (CAT5e) [9]. With the growing popularity of the Ethernet technology, Ethernet hardware has also become a product. The Ethernet hardware consists of many hardware devices such as network adapter card, cables, connectors, and hubs. The most popular among these are network adapter or Network Interface Card (NIC). Network Interface Cards are also known as Ethernet cards. They are used to connect Ethernet cables to a computer with the help of a connector. They come with an Ethernet address embedded in it [10]. 2. WIRED LAN IMPLEMENTATION In this wired network, two duplex mode parameters were considered: Full duplex and Half duplex; but the metrics studied were traffic received and bit error rate. The Wired LAN network for this research paper involves four terminals, and these terminals or nodes were placed within 75.0metres x 62.5metres. Figure 1 below shows the implementation using Opnet IT Guru Academic edition software.
  • 3. International Journal of Research in Advent Technology, Vol.3, No.7, July 2015 E-ISSN: 2321-9637 64 Fig. 1: WLAN Implementation using Opnet simulator In implementing Wired LAN network for this paper, the duplex mode parameter was varied. The variation was from full-duplex mode to half- duplex mode. This is shown in Table 1. Table 1: Wired LAN parameter and its scenarios Attribute Scenario 1 Scenario 2 Duplex mode Full duplex Half duplex 3. SIMULATION RESULTS AND ANALYSIS (a) Traffic Received Figure 2 shows that when full duplex mode was implemented, the traffic received was increased, but for half duplex mode, it was lower. Fig. 2: Traffic received in full duplex mode and half duplex mode
  • 4. International Journal of Research in Advent Technology, Vol.3, No.7, July 2015 E-ISSN: 2321-9637 65 (b) Bit Error Rate The number of bits corrupted or destroyed as data was transmitted from its source to destination increased when half duplex mode was used on this network. When full duplex mode was implemented, the bit-error rate reduced to zero. Figure 3 confirms this. Fig. 3: Bit error rate for full duplex mode and half duplex mode 4. CONCLUSION A Local Area Network (LAN) is a group of computers and associated devices that share a common communications line or wireless link. Typically, connected devices share the resources of a single processor or server within a small geographic area. A Local Area Network (LAN) can either be wireless and wired LAN. For a LAN device to be used its parameters are to be tuned to valid positions so as to obtain good qualities of service. However this research paper analyzed the effects of full and half duplex mode parameters on the performance of wired local area network (IEEE 802.3) by examining two qualities of service: the Traffic received and Bit error rate. The graphical results showed that when full duplex mode was implemented, the traffic received was increased, but for half duplex mode, it was lower. The result also confirmed that when full duplex mode was implemented, the bit-error rate reduced to zero. These results validated the theoretical concept on the usage of full duplex mode parameter in a wired local area network. In a full duplex, switch and station can communicate with each other simultaneously, and therefore modern Ethernets are completely collision-free. REFERENCES [1] Basandra S.K., “Local Area Networks”, Golgotha Publications PVT Ltd, New Delhi, 2007. [2] Andree Tanenbaum, Berry Ker cheval, “LAN Computer Networks and Network Topology”, 2nd edition, McGraw Hill, New York, 2009. [3] Behrouz A.F.,”Data Communications and Networking”, Fourth Edition, Mc Graw Hill International Edition, New York, 2007. [4] Ziouva E., Antonakopoulos T., “SMA/CA Performance under High Traffic Conditions: Throughput and Delay Analysis”, Computer communication, 2000. [5] Koendjbiharie S, Koppius O, Vervest P, Van Heck E., “Network Transparency and the Performance of Dynamic Business Networks”, 2010 4th IEEE International Conference on Digital Ecosystems and Technologies (DEST). [6] Kouvastos D.D., “Network Performance Engineering: A Handbook on Convergent Multi-Service Networks and Next Genereation Internet”, German Springer– Verlag Berlin Heidelberg, 2011.
  • 5. International Journal of Research in Advent Technology, Vol.3, No.7, July 2015 E-ISSN: 2321-9637 66 [7] Lathi, B., “Modern Digital and Analog Communication Systems”, Oxford University Press Inc., 2007. [8] Law Niczak AT, Tang X., “Packet Switching Network Performance Indicators as Function of Network Topology and Routing Algorithms”, IEEE Conference (CCECE '06) Publication, 2006. [9] Keiser G., “Local Area Networks”, McGraw – Hill Companies,United States of America, New York, 2002. [10] R.S. Murray, M. Dovrolis C, Claffy K., “Bandwidth Estimation: Metrics, Measurement andTools, Networking Journal, IEEE, 2003.