LAN Model Paper Scheme
LAN Model Paper Scheme
I. Fill in the following table with corresponding information about the transmission media. Use
following words given whining the bracket ( Low , High , Very High) (08 marks )
II. Name connector type used for the following cables (06 marks)
a. UTP or STP twisted fairs cables – RJ11-4 wire, RJ12-6 wire, RJ45-8 wire
b. Coaxial Cable – F and BNC Connector
c. Fiber Optics cable – ST (Straight Tip), SC (standard connector), FC (Fiber Channel or Ferrule
Connector), LC (Local Connector)
Question 02
I. Explain the following devices use in networking. Your answer should include main task of devices. It
operate in which layer of OSI model, number of collision and broad cast domain.
(a) HUB
Main task of devices - Hubs are devices commonly used to connect segments of a LAN. The hub
contains multiple ports.
Layer of OSI model – Layer 1
Number of collision - each port have same collision domain.
Broad cast domain - by default in the same broadcast domain.
(b) switches
Main task of devices - A network switch is networking hardware that connects devices on a
computer network by using packet switching to receive, and forward data to the destination
device.
Layer of OSI model – Layer 3 / Layer 2
Number of collision – each port have separate collision domain.
Broad cast domain - by default in the same broadcast domain.
(c) Router
Main task of devices - A router is connected to two or more data lines from different IP
networks. Routers perform the traffic directing functions on the Internet.
Layer of OSI model – Layer 3
Number of collision - each port have separate collision domain.
Broad cast domain - All ports on a router are in the different broadcast domains.
(06 marks)
II. You are required to design a computer network. Following are the requirements. (08 marks)
it has 10 computers to connect
It should include one network printer
Require internet connectivity for all computers
Draw a propose network diagram indicating all equipment, IP addresses, Gateway IP addresses.
III. Write short note on
(a) DTE / DCE
A data circuit-terminating equipment (DCE) is a device that sits between the data terminal equipment
(DTE) and a data transmission circuit. It is also called data communication(s) equipment and data carrier
equipment. Usually, the DTE device is the terminal (or computer), and the DCE is a modem.
In a data station, the DCE performs functions such as signal conversion, coding, and line clocking and may
be a part of the DTE or intermediate equipment. Interfacing equipment may be required to couple the
data terminal equipment (DTE) into a transmission circuit or channel and from a transmission circuit or
channel into the DTE.
Disadvantages
Expensive to Install.
Requires Administrative Time.
Servers Fail.
Cables May Break.
Security and compliance.
II. Switch is mostly using In a Star Topology than Hub, So what are the different between Hub & Switch?
A hub works on the physical layer (Layer 1) of OSI model while Switch works on the data link layer (Layer
2). Switch is more efficient than the hub. A switch can join multiple computers within one LAN, and a hub
just connects multiple Ethernet devices together as a single segment. Switch is smarter than hub to
determine the target of the forwarding data. Since switch has a higher performance, its cost will also
become more expensive.
III. Name computer network Topologies. Describe two of them.
Star, Bus, Tree, Ring, Mesh, Hybrid
A bus topology is a topology for a Local Area Network (LAN) in which all the nodes are connected
to a single cable. The cable to which the nodes connect is called a "backbone". If the backbone is
broken, the entire segment fails
A mesh network (or simply meshnet) is a local network topology in which the infrastructure nodes
(i.e. bridges, switches, and other infrastructure devices) connect directly, dynamically and non-
hierarchically to as many other nodes as possible and cooperate with one another to efficiently
route data from/to clients.
Star topology. A star topology is a topology for a Local Area Network (LAN) in which all nodes are
individually connected to a central connection point, like a hub or a switch. A star takes more
cable than e.g. a bus, but the benefit is that if a cable fails, only one node will be brought down.
IV. What is Network Operating System? What are the major functions of Operating System?
A network operating system (NOS) is a computer operating system (OS) that is designed primarily
to support workstations, personal computers and, in some instances, older terminals that are
connected on a local area network (LAN).
A network operating system performs some of the same functions as an OS for individual
computers but also has some specialized tasks, including managing network resources, security,
administration and performance monitoring.
V. Analogue Signal and Digital Signal two type of signal used in data communication. Compare
Analogue Signal and Digital Signal (5 x 05 = 20marks)
Analog signal is a continuous wave that keeps on changing over a time period. Digital signal is discrete in
nature. The fundamental difference between analog and digital signal is that analog signal is
represented by the sine waves whereas, the digital signal is represented by square waves
Question 04
I. Write two advantages / disadvantages of peer-to-peer networks. (04marks)
Advantages Disadvantages
No need for a network operating system Because each computer might be being
accessed might be being accessed by other it
can slow down the performance for the user
Does not need expensive server because individual Files and folders cannot be centrally backed
workstations are used to access the files. up.
Much easier to set up than a client-server network – Ensuring that viruses are not introduced to the
does not need specialist knowledge. network is the responsibility of each individual
user.
If one computer fails it will not disrupt any other There is little or no security besides the
part of the network. it just means that those files permissions. Users often don’t need to log
aren’t available to other users at that time onto their workstations.
With a server client network the files will not be stored on the hard drive of each workstation. Instead
they will be stored on a specialized computer called a server. A server is designed to efficiently provide
data to remote client.
III. As a network person, what type of documents are to be handover to the customer after completing
network installation. (04 marks)
IV. Name three advantages of DOMAIN network system over the workgroup network (04 marks)
1. Generally DNS is the only system in the entire world that can help you browse the internet.
2. No need for memorizing IP addresses -DNS servers provide a nifty solution of converting domain
or sub domain names to IP addresses.
3. Security enhancement -DNS servers are an important component for the security of your home
or work connections.
4. DNS servers have fast internet connections
5. DNS servers also have primary and secondary connections. This allows you to have internet
uptime even when one of the servers is down for maintenance.
V. List steps that you are going to follow after made any request to install new network system in any
organization (04 marks)
Environment (Most of the time we aren't talking about the weather when it comes to your wireless
environment)
Devices.
Applications.
Users.
Security.
Budgets.
Scalability & Future Considerations.
Connectivity and Security
Redundancy and Backing Up
Standardization of Hardware and Software
Disaster Recovery Plan
Future Growth of the Organization
Question 5
OSI layers have been introduced to network data communication.
i. Define OSI Layers Models. (05 marks)
Layer Protocols Devices Encapsulation
Question 6
I. 100001011001000000101000001010 /20 binary format is used to represent a one of the IP address
assigned to any node of a network system. Write its (08 marks)
a) Decimal narration
10000101.10010000.00101000.00101000 \20 27 26 25 24 23 22 21 20
133.144.40.40 128+64+32+16+8+4+2+1=255
b) Subnet Mask IP
\20 => 11111111.11111111.11110000.00000000 1 Mean Network bit 0 Mean Host bit
255.255.240.0
c) Host and Network Parts
NNNNNNNN.NNNNNNNN.NNNNHHHH.HHHHHHHH
First 20 bit are Network Portion and Last 12 bit are Host Portion.
Host Range – 133.144.32.0 – 133.144.47.255
Usable Host Range - 133.144.32.1 – 133.144.47.254
Network - 133.144.32.0
133.144.40.40 16 32 48 64
Private IP Address
A private IP address is the address space allocated by Inter NIC to allow organizations to create their own
private network.
192.168.0.0 - 192.168.255.255 (65,536 IP addresses)
172.16.0.0 - 172.31.255.255 (1,048,576 IP addresses)
10.0.0.0 - 10.255.255.255 (16,777,216 IP addresses)
In computer networks, a proxy server is a server (a computer system or an application) that acts as an
intermediary for requests from clients seeking resources from other servers.
Proxy server helps the clients to protect their important information from getting hacked by
hackers.
A proxy server is also used in bypassing blocked websites.
The proxy server is also used to enhance the security and privacy level of the client’s device while
doing surfing using different proxies.
Proxy server many times used for speeding up the browsing and access data, because of their
good cache system.
As the cache system of the proxy server is very good, when you access any websites using a proxy
server, it is having the chance to store your desired data in their cache system.