Write two advantages and disadvantages of networks.
Answer
Two advantages of networks are:
- It allows sharing of resources like printers, scanners.
- It allows sharing of storage i.e., files can be shared over a network.
Two disadvantages of networks are:
- If networks are badly managed, services can become unusable and productivity falls.
- If software and files are held centrally, it may be impossible to carry out any work if the central server fails.
What is ARPAnet ? What is NSFnet ?
Answer
ARPAnet (Advanced Research Projects Agency NETwork) is regarded as the first computer network. It was started by the U.S. Department of Defense in 1969 with the goal of connecting the computers at different universities and U.S. defense. It laid the foundations of today's internet.
NSFnet was the high-capacity network started by the National Science Foundation which was more capable than ARPAnet. NSFnet allowed only academic research on its network and not any kind of private business on it.
What do you understand by InterSpace ?
Answer
InterSpace is a client/server software program that allows multiple users to communicate online with real-time audio, video and text chat in dynamic 3D environments.
What is a communication channel ? Name the basic types of communication channels available.
Answer
A communication channel is a means of communication between two devices or workstations i.e., it refers to the medium used to carry information or data from one point to another. Communication channels can be grouped in two categories:
- Guided media — These media include cables. There are three basic types of cables :
- Twisted-Pair Cables
- Coaxial Cables
- Fiber-optic Cables
- Unguided media — These include waves through air, water or vacuum. Unsigned communication media are as follows:
- Microwaves
- Radiowaves
- Satellites
Define baud, bps and Bps. How are these interlinked ?
Answer
Baud is the unit of measurement for the information carrying capacity of a communication channel. It is synonymous with bps (bits per second).
bps refers to bits per second. It refers to the speed at which data transfer is measured. It is generally used to measure the speed of information through high speed phone lines or modems.
Bps refers to bytes per second.
All these terms are units of measurement for the information carrying capacity of a communication channel.
What are the various types of networks?
Answer
The types of network can be categorised based on geographical spread as well as component roles.
On the basis of geographical spread, networks can be of following types:
- LAN (Local Area Network)
- WAN (Wide Area Network)
- PAN (Personal Area Network)
- MAN (Metropolitan Area Network)
On the basis of component roles, networks can be of following types:
- Client-server network
- Peer-to-peer network
What is the difference between LAN and WAN?
Answer
LAN | WAN |
---|---|
LAN stands for Local Area Network. | WAN stands for Wide Area Network |
LAN is spread over a small area of upto 1 km. | WAN is spread over a very large area. |
LAN usually costs less to set up. | WAN costs higher to setup. |
LAN is usually a single network. | WAN is usually a network of many networks. |
Write two advantages and disadvantages of optical fibres.
Answer
Some advantages of optical fibres are:
- It is immune to electrical and magnetic interference.
- It guarantees secure transmission and has a very high transmission capacity.
Some disadvantages of optical fibres are:
- They are the most expensive of all the cables.
- Connecting either two fibers together or a light source to a fiber is a difficult process.
Write two advantages and disadvantages of satellites.
Answer
Some advantages of satellites are:
- The area coverage is quite large.
- Satellites can cover large areas and are particularly useful for sparsely populated areas.
Some disadvantages of satellites are:
- Technological limitations preventing the deployment of large, high gain antennas on the satellite platform.
- Over-crowding of available bandwidths due to low antenna gains.
Write two advantages and disadvantages of microwaves.
Answer
Some advantages of micro waves are:
- It proves cheaper than cables.
- It offers ease of communication over difficult terrain.
Some disadvantages of micro waves are:
- It is an insecure communication.
- Bandwidth allocation is extremely limited in case of microwaves.
Write two disadvantages of twisted pair cables.
Answer
Two disadvantages of twisted pair cables are:
- It is incapable of carrying a signal over long distances without the use of repeaters due to high attenuation.
- Its low bandwidth capabilities make it unsuitable for broadband applications.
Write an advantage and a disadvantage of using coaxial fiber cable.
Answer
An advantage of coaxial fiber cable is that it offers higher bandwidths of upto 400 Mbps.
A disadvantage of coaxial fiber cable is that it is expensive compared to twisted pair cables.
What is the difference between LAN and PAN?
Answer
LAN | PAN |
---|---|
LAN stands for Local Area Network. | PAN stands for personal area network. |
LAN is spread over an area of upto 1 km. | PAN is within the range of 10 metres. |
LAN usually provides connectivity to an organisation. | PAN is used to provide connectivity to an individual. |
What is meant by topology ? Name some popular topologies.
Answer
The pattern of interconnection of nodes in a network is called the Topology.
The most popular topologies are as follows:
- Bus or Linear topology
- Ring or Circular topology
- Star topology
- Tree topology
- Mesh topology
- Fully connected topology
What are the factors that must be considered before making a choice for the topology ?
Answer
The factors that must be considered before making a choice for the topology are as follows:
- Cruciality of Work — How crucial the continuity of work is a very important factor. For instance, military networks must not fail at any cost thus fully connected topology is preferred for military networks.
- Cost — Keeping in mind the budget, we should decide about a topology. A linear bus topology network may be the least expensive way to install a network. Fully connected is the most expensive way of creating a network.
- Length of cable needed — Sometimes, length of cable must be saved. The linear bus topology network uses shorter lengths of cable.
- Future growth — If a network has to grow in future, then the topology must support expansion. With a star topology, expanding a network is easily done by adding another concentrator.
- Communication Media — Sometimes, difficult terrains like hilly areas do not allow use of regular cables. For such conditions, linear bus topologies are not possible. The most common cable in schools is unshielded twisted pair, which is most often used with star topologies.
What are the similarities and differences between bus and tree topologies ?
Answer
Similarities
- Transmission can be done in both the directions, and can be received by all other stations.
- There is no need to remove packets from the medium.
Differences
- Tree topology is a network with the shape of an inverted tree with the central root branching and sub-branching to the extremities of the network whereas in bus topology, all devices on network are connected to a single continuous cable called a bus.
- Tree topology is expensive and difficult to maintain as compared to Bus Topology.
What are the limitations of star topology ?
Answer
The limitations of star topology are as follows:
- A large quantity of cable is required to connect each node to the center.
- It is difficult to expand.
- If the central node in a star network fails, the entire network is rendered inoperable.
When do you think, ring topology becomes the best choice for a network ?
Answer
Ring topology becomes the best choice for a network when we need less connection of wires, have limited space and require very fast communication speed as optical fiber offers very high transmission speed in one direction.
Write the two advantages and two disadvantages of bus topology in network.
Answer
The two advantages of bus topology in a network are:
- It requires shorter cable length and has a simple wiring layout.
- It provides a resilient architecture making it very reliable from a hardware point of view.
The two disadvantages of bus topology in a network are:
- Fault diagnosis and isolation is difficult.
- Reconfiguration is required when the network has its backbone extended using repeaters.
Give two advantages and two disadvantages of Mesh topology.
Answer
Two advantages of mesh topology are:
- It provides extensive back-up and rerouting capabilities.
- Each node is connected to more than one node to provide an alternative route in the case the host is either down or too busy.
Two disadvantages of mesh topology are:
- Mesh networks can be complex to design, implement, and manage, especially as the number of nodes increases.
- Maintenance and troubleshooting in mesh networks can be challenging due to their decentralized nature.
Give two advantages and two disadvantages of tree topology.
Answer
Two advantages of tree topology are:
- It uses point-to-point wiring for individual segments.
- It is supported by several hardware and software vendors.
Two disadvantages of tree topology are:
- Overall length of each segment is limited by the type of cabling used.
- If the backbone line breaks, the entire segment goes down.
Give two advantages and two disadvantages of bus topology.
Answer
The two advantages of bus topology in a network are:
- It requires shorter cable length and has a simple wiring layout.
- It provides a resilient architecture making it very reliable from a hardware point of view.
The two disadvantages of bus topology in a network are:
- Fault diagnosis and isolation is difficult.
- Reconfiguration is required when the network has its backbone extended using repeaters.
What are the types of addresses that play role in identifying a node on a network ?
Answer
The types of addresses that play role in identifying a node on a network are as follows :
- IP Address
- MAC Address
What is the name of:
(i) the logical address,
(ii) the physical address?
Answer
(i) The name of logical address is IP address (Internet Protocol address).
(ii) The name of physical address is MAC address (Media Access Control address).
What is the size of a MAC address?
Answer
The size of a MAC address is 6-byte (48 bits).
What is the structure of a MAC address?
Answer
A MAC address is a 6-byte address with each byte separated by a colon. The first three bytes (24 bits) of MAC address are the manufacturer-id or the Organisational Unique Identifier (OUI) (assigned to manufacturer by IEEE) and the last three bytes (24 bits) are the card-number (assigned by manufacturer). For example, a sample MAC address could be: 10 : B5 : 03 : 63 : 2E : FC
. Here, 10 : B5 : 03
is the manufacturer-id and 63 : 2E : FC
is the card number assigned by the manufacturer.
What are two types of IP addresses and what are their sizes?
Answer
The two types of IP addresses are as follows:
- Internet Protocol version 4 (IPv4) — It is a 4-byte (32 bit) address.
- Internet Protocol version 6 (IPv6) — It is a 16-byte (128 bit) address.
Two devices are in network if
- a process in one device is able to exchange information with a process in another device
- a process is running on both devices
- the processes running of different devices are of same type
- none of the mentioned
Answer
a process in one device is able to exchange information with a process in another device
Reason — A computer network is a collection of interconnected autonomous computing device, so as to exchange information and share resources.
What is a standalone computer ?
- A computer that is not connected to a network
- A computer that is being used as a server
- A computer that does not have any peripherals attached to it
- A computer that is used by only one person
Answer
A computer that is not connected to a network
Reason — A computer that is not connected to a network is a stand alone computer.
Which of the following statements about a network is FALSE ?
- Resources such as printers can be shared
- Viruses can spread to other computers throughout a computer network
- Files cannot be shared between users
- Communication becomes easier with nodes
Answer
Files cannot be shared between users
Reason — Files can be shared between users on the network.
Central Computer which is powerful than other computers in the network is called as ...............
- Client
- Server
- Hub
- Switch
Answer
Server
Reason — A computer that facilitates the sharing of data, software, and hardware resources on the network, is called a Server.
What are some reasons behind using a network over stand-alone computers ?
- Increased security - user access to the network is controlled
- Data transfer can be controlled
- Sharing resources and devices
- Centralisation of data
Answer
Increased security - user access to the network is controlled
Reason — The reason behind using a network over stand-alone computers is increased security through controlled user access.
Network in which every computer is capable of playing the role of a client, or a server or both at same time is called
- peer-to-peer network
- local area network
- dedicated server network
- wide area network
Answer
peer-to-peer network
Reason — Network in which every computer is capable of playing the role of a client, or a server or both at same time is called peer-to-peer network.
What is a server in a computer network ?
- Someone who manages the network
- The name for a large number of computer cables
- A powerful computer that provides a service, such as centralised file storage
- A software running on one of the network computers
Answer
A powerful computer that provides a service, such as centralised file storage
Reason — A server is a computer that provides services such as centralized file storage, data sharing, and access to software and hardware resources on the network.
In peer-to-peer network, each computer in a network is referred as
- server
- client
- peer
- sender
Answer
peer
Reason — Each computer in P2P network controls its own information and plays role of either a client or a server depending upon what is needed at that point of time.
Which of these statements is/are TRUE about a LAN ?
- A LAN connects computers in a small area such as an office
- A modem is needed to connect a computer to a LAN
- A LAN consists of only one computer
- A LAN can have geographical area up to 1 km
Answer
A LAN connects computers in a small area such as an office
A LAN can have geographical area up to 1 km
Reason — Small computer networks that are confined to a localised area upto 1 km (e.g., an office, a building or a factory) are known as Local Area Networks (LANs).
Which of the following networks is LEAST likely to be a WAN ?
- The Internet
- A school network
- A network of ATMs
- A network of lab computers of a testing lab
Answer
A school network
Reason — Wide Area Network (WAN) is a group of computers that are separated by large distances and tied together. While schools have Local Area Networks (LANs), these networks are confined to the school's premises.
Pick from the situations below where you would pick WLAN over a LAN
- Devices to be linked are mobile devices like laptops and smartphones spread over a large geographical area
- Connecting devices keep moving from cities to countries
- Devices to be linked are stationed within a small secluded place inside a city
- Expenses to setup a network are limited
Answer
Devices to be linked are mobile devices like laptops and smartphones spread over a large geographical area
Connecting devices keep moving from cities to countries
Reason — WLAN (Wireless local area network) is preferable when devices are mobile and spread over large areas, ensuring flexibility and continuous connectivity.
Pick from the situations below where you would pick LAN over a WLAN
- Devices to be linked are mobile devices like laptops and smartphones spread over a large geographical area
- Connecting devices keep moving from cities to countries
- Devices to be linked are stationed within a small secluded place inside a city
- Expenses to setup a network are limited
Answer
Devices to be linked are stationed within a small secluded place inside a city
Expenses to setup a network are limited
Reason — LAN is preferable when devices are stationary within a small area and expenses to setup the network should be kept lower.
Pick from the situations below where you would pick PAN over a WLAN
- Devices to be linked are mobile devices like laptops and smartphones spread over a large geographical area
- Connecting devices are confined within a room
- Connecting devices are within the range of same Wifi
- Expenses to setup a network are limited
Answer
Connecting devices are confined within a room
Connecting devices are within the range of same Wifi
Reason — A Personal Area Network (PAN) is the interconnection of information technology devices within the range of an individual person, typically up to 10 meters, e.g., using the same Wi-Fi network. Therefore, the above situations are suited for the use of PANs.
Which switching method offers a dedicated transmission channel ?
- Packet switching
- Circuit switching
- Message switching
- None of these
Answer
Circuit switching
Reason — In circuit switching technique, first an end-to-end path (connection) between computers is set up before any data can be sent. Therefore, this method offers a dedicated transmission channel.
The packets in ............... are independently sent, meaning that they can take different paths through the network to reach their intended destination.
- Packet switching
- Circuit switching
- Message switching
- none of these
Answer
Packet switching
Reason — In packet switching, packets are sent independently, allowing them to traverse various paths through the network to reach their destination.
A local telephone network is an example of a ............... network.
- Packet switched
- Circuit switched
- Message switched
- All of these
Answer
Circuit switched
Reason — When we make a telephone call, the switching equipment within the telephone system seeks out a physical copper path all the way from the sender's telephone to the receiver's telephone. Hence, an end-to-end path is set up before any data can be sent. Therefore, a local telephone network is an example of a circuit-switched network.
Which transmission media is capable of having a much higher bandwidth (data capacity) ?
- Coaxial
- Twisted pair cable
- Untwisted cable
- Fibre optic
Answer
Fibre optic
Reason — Optical fibers consist of thin strands of glass which are so constructed that they carry light from a source at one end of the fiber to a detector at the other end. Thus, the bandwidth of the medium is potentially very high.
Which type of transmission media is the least expensive to manufacture?
- Coaxial
- Twisted pair cable
- CAT cable
- Fibre optic
Answer
Twisted pair cable
Reason — Twisted pair cable is the least expensive to manufacture.
Which of these components is internal to a computer and is required to connect the computer to a network?
- Wireless Access Point
- Network Interface card
- Switch
- Hub
Answer
Network Interface card
Reason — Each workstation needs an NIC (Network Interface card) to help establish a connection with the network because without this, the workstations will not be able to share network resources.
Which of the following is the fastest media of data transfer ?
- Co-axial Cable
- Untwisted Wire
- Telephone Lines
- Fibre Optic
Answer
Fibre Optic
Reason — Fibre Optic is the fastest media of data transfer because the information travels on a modulated light beam.
What factors should be considered when selecting the appropriate cable for connecting a PC to a network ? (Choose two)
- type of system bus
- motherboard model
- distance of cable run
- speed of transmission
- computer manufacturer
Answer
distance of cable run
speed of transmission
Reason — Distance of cable run and speed of transmission should be considered when selecting the appropriate cable for connecting a PC to a network.
What are two advantages of using UTP cable in a networking environment? (Choose two)
- is stiffer than STP
- is less expensive than fiber
- is easier to install than coaxial
- provides longer distances than coaxial provides
- is less susceptible to outside noise sources than fiber is
Answer
is less expensive than fiber
is easier to install than coaxial
Reason — Unshielded Twisted Pair Cable is less expensive than fiber optic cable and is easier to install than coaxial cable.
In fiber optics, the signal is ............... waves.
- light
- radio
- infrared
- very low frequency
Answer
light
Reason — Fiber optics transmit data using light signals through optical fibers.
Which of the following is not a guided medium ?
- twisted-pair cable
- coaxial cable
- fiber-optic cable
- Radio-waves
Answer
Radio-waves
Reason — Radio waves are unguided medium as they are waves through the air.
Radio-waves, microwaves and infrared waves are types of
- wireless transmission
- guided transmission
- wired transmission
- unguided transmission
Answer
wireless transmission
unguided transmission
Reason — Radio waves, microwaves, and infrared waves are types of wireless transmission, also known as unguided transmission, because they propagate through the air or vacuum as waves.
Twisted-pair, Coaxial and Fiber optic are types of
- wireless transmission
- guided transmission
- wired transmission
- unguided transmission
Answer
guided transmission
wired transmission
Reason — Twisted-pair, coaxial, and fiber optic are types of wired transmission, also known as guided transmission, because they utilize cables.
What are two advantages of using fiber-optic cabling instead of UTP? (Choose two.)
- lower cost
- easier to install
- allows longer distances
- less effected by external signals
- easier to terminate the cable ends
Answer
allows longer distances
less effected by external signals
Reason — Optical fiber is immune to electrical and magnetic interference because the information is travelling on a modulated light beam. Hence, they allow long distance data transmission.
This is a technical term that describes the layout of connections in a network.
- Network Topology
- Network server
- Network Node
- Switching technique
Answer
Network Topology
Reason — The pattern of interconnection of nodes in a network is called the network topology.
Which network topology requires a central controller or hub?
- Star
- Bus
- None
- Tree
Answer
Star
Reason — Star topology consists of a central node to which all other nodes are connected by a single path.
Which topology requires a multipoint connection on a single cable?
- Star
- Bus
- None
- Tree
Answer
Bus
Reason — Bus topology requires a multipoint connection on a single cable as it consists of a single length of transmission medium onto which the various nodes are attached.
Which of the following topologies contains a backbone cable running through the whole length of the network?
- Star
- Bus
- None
- Tree
Answer
Bus
Reason — Bus topology contains a backbone cable running through the whole length of the network to which all the nodes are attached.
Which of the following devices can be used at the centre of a star topology?
- Router
- Repeater
- Modem
- Hub
Answer
Hub
Reason — A hub can be used at the centre of a star topology as it has multiple ports that are used for connecting multiple computers.
If a computer connected to a star topology fails, the entire network will ...............
- also fail
- work unaffectedly
- only server will work
- none of these
Answer
work unaffectedly
Reason — Star topology consists of a central node to which all other nodes are connected by a single path. Thus, failure of a single connection typically involves disconnection of one node from an otherwise fully functional network.
A combination of bus and star topologies is called a ............... topology.
- Combination
- Hybrid
- Mesh
- Tree
Answer
Tree
Reason — The shape of tree topology network is that of an inverted tree with the central root branching and sub-branching to the extremities of the network.
Internet is an example of ............... topology.
- Star
- Bus
- Bustar
- Bus
Answer
Bus
Reason — The internet operates on a bus topology where data flows through interconnected networks via a central backbone network.
Which type of network needs 'terminators' to function correctly ?
- Bus
- Ring
- Star
- Mesh
Answer
Bus
Reason — Bus topology requires terminators at either end, which absorb the signal, to function correctly.
............... topology uses hubs or switches as a central point of connection :
- Bus
- Star
- Ring
- Mesh
Answer
Star
Reason — Star topology uses hubs or switches as a central point of connection.
A computer network that spans a relatively large geographical area is called WAN.
WAN stands for Wide Area Network.
Wired networks' communication media is called guided media.
Wireless networks' communication media is called unguided media.
A network of networks is known as internet.
In a network, a machine is identified by unique address called IP address.
The physical address assigned by NIC manufacturer is called MAC address.
A MAC address consumes 6 bytes or 48 bits.
A network with a dedicated server is called a client/server network.
A computer, part of a computer network is called a node/host.
A network having a span within a building is called a LAN.
Computers connected by a network across different cities is an example of MAN.
The hub is a central connection point where all network cables are concentrated.
The bus topology has a central line and all nodes are connected to it.
The star topology has a central controller.
The tree topology is said to be a combination of star and bus topologies.
In mesh topology, there exists multiple paths between any two nodes of the network.
The PAN is a small network created by linking many personal devices.
The communication media having physical cables are collectively known as guided media.
The communication media that uses atmosphere for information transfer and no physical cables, are collectively known as unguided media.
The bleeding of a signal from one wire to another in a twisted pair cable, is known as cross talk.
High bandwidth channels are called broad band channels.
Low bandwidth channels are called narrow band channels.
Satellites have multiple, independent reception and transmission devices known as transponders.
A LAN is connected to large geographical area.
Answer
False
Reason — A LAN is connected to a small geographical area, typically up to 1 km.
A client is the computer that asks for the action in a network.
Answer
True
Reason — A client is a computer on the network that requests and utilizes network resources.
A computer is identified by 64 bit IP address.
Answer
False
Reason — A computer is identified by 32 bit IP address (IPv4) and 128 bit IP address (IPv6).
Every object on the Internet has a unique URL.
Answer
True
Reason — Every object on the Internet, such as web pages, images, videos, documents, etc., typically has a unique URL (Uniform Resource Locator).
A stand alone computer may also be referred to as host.
Answer
False
Reason — The term "host" refers to a computer connected to a network that seeks to share resources. A standalone computer cannot be used as a host because it is not connected to the network.
Big networks can be of peer-to-peer types.
Answer
False
Reason — Peer-to-peer networks are small networks.
MAC address is a 48 bit address.
Answer
True
Reason — MAC address is a 48 bit address (6-byte).
LAN is the biggest network geographically.
Answer
False
Reason — Wide Area Network (WAN) is the largest network geographically because it spreads across countries or over a very large geographical area, encompassing multiple cities, countries, or continents.
LAN is the smallest network geographically.
Answer
False
Reason — Personal Area Network (PAN) is the smallest network geographically because it operates within the range of an individual person, typically up to 10 meters.
PAN is the smallest network geographically.
Answer
True
Reason — Personal Area Network (PAN) is the smallest network geographically because it operates within the range of an individual person, typically up to 10 meters.
The Internet is an example of WAN.
Answer
True
Reason — A WAN covers a large geographical area across different locations. The internet spans the entire globe, connecting millions of networks and devices worldwide. Therefore, the Internet is an example of a Wide Area Network (WAN).
The bus topology is the simplest topology.
Answer
True
Reason — The bus topology requires short cables and features a simple wiring layout. It provides a resilient architecture, which enhances hardware reliability. Therefore, the bus topology is considered as the simplest network topologies.
The star topology ensures that the network will work even when a node fails.
Answer
True
Reason — In a star topology, each node is connected directly to a central node. If one node fails or its connection is disrupted, it only affects that individual node's connectivity. The rest of the network remains operational because the failure is contained within that specific node's connection.
Out of LAN, MAN and PAN, the smallest network is LAN.
Answer
False
Reason — The smallest network among LAN (Local Area Network), MAN (Metropolitan Area Network), and PAN (Personal Area Network) is PAN (Personal Area Network). PANs typically cover a very small area, usually within the range of 10 meters.
A network having a dedicated server is a peer-to-peer network.
Answer
False
Reason — A network that includes a dedicated server is categorized as a client-server network. A dedicated server operates exclusively as a server within the network.
A network having a dedicated server is known as Master/Slave network.
Answer
True
Reason — A network with a dedicated server is known as Master/Slave network or a client-server network. A dedicated server operates exclusively as a server within the network.
The first network was ARPANET.
Answer
True
Reason — The first network was ARPANET (Advanced Research Projects Agency NETwork).
Initially the Internet was formed by interconnecting ARPANET, NSFNet and other university networks.
Answer
True
Reason — Initially, the Internet was formed by interconnecting ARPANET, NSFNet, and various university networks. This process of interconnecting these networks, along with others such as private networks, is known as inter networking, which eventually led to the creation of the Internet as we know it today.
Single mode and multimode are two types of coaxial cables.
Answer
False
Reason — Single mode fiber and multimode fiber are two types of fiber optic cables.
Thicknet and Thinnet are two types of coaxial cables.
Answer
True
Reason — The two types of coaxial cables are thicknet and thinnet.
GTP and STP are two types of fiber optic cables.
Answer
False
Reason — Single mode fiber and multimode fiber are the two types of fiber optic cables.
Single mode and Multimode are fiber optic cables.
Answer
True
Reason — The two types of fiber optic cables are single mode fiber and multimode fiber.
UTP and STP are twisted pair cables.
Answer
True
Reason — UTP (Unshielded Twisted Pair) and STP (Shielded Twisted Pair) are two types of twisted pair cables.
Assertion. There is a difference between a standalone computer and a computer as a network node.
Reason. A standalone computer needs a special hardware NIC to be a network node.
Answer
(a)
Both Assertion and Reason are true and Reason is the correct explanation of Assertion.
Explanation
A standalone computer operates independently without being connected to a network, while a computer serving as a network node participates in network communication. To function as a network node, a computer requires a Network Interface Card (NIC) hardware, which facilitates communication over the network.
Assertion. A server is a computer but not every computer is a server.
Reason. A computer having the capabilities to serve the requests of other network nodes is a server.
Answer
(a)
Both Assertion and Reason are true and Reason is the correct explanation of Assertion.
Explanation
A computer becomes a server when it possesses the capability to fulfill requests from other network nodes. This aligns with the definition of a server. Therefore, a server is a computer, but not all computers serve the same purpose.
Assertion. On a computer network the users work on network nodes only.
Reason. A server cannot act as a network node.
Answer
(c)
Assertion is true but Reason is false.
Explanation
Users on a computer network interact with various network nodes such as computers, printers, switches, routers, etc., to access resources or services. In a computer network, a server is indeed considered a network node. A network node is any device connected to a network that can communicate with other devices. Servers, which provide services or resources to other devices on the network, are an integral part of network infrastructure and are thus considered network nodes.
Assertion. A local telephone network is an example of circuit switched network.
Reason. In circuit switching, a complete physical connection is established between the source node and the destination node, prior to any transmission.
Answer
(a)
Both Assertion and Reason are true and Reason is the correct explanation of Assertion.
Explanation
When a computer initiates a telephone call, the switching equipment within the telephone system seeks out a physical copper path all the way from sender telephone to the receiver's telephone. This establishes an end-to-end connection before any data transfer. A local telephone network provides an example of a circuit-switched network.
Assertion. In non-circuit switching techniques, the message may take different routes at different times.
Reason. The message switching and packet switching techniques are the same.
Answer
(c)
Assertion is true but Reason is false.
Explanation
In non-circuit switching techniques such as message switching and packet switching, messages may take different routes at different times. Message switching and packet switching are not the same techniques. In message switching, full message travel across different intermediate hops or switching offices, while packet switching involves dividing messages into packets and packets travel across hops.
Assertion. The tree topology is a hybrid topology created through a combination of Bus and Star topologies.
Reason. In tree topologies, at a time either bus topology transmission is followed or star topology transmission takes place but never both.
Answer
(c)
Assertion is true but Reason is false.
Explanation
The tree topology is a hybrid topology created through a combination of Bus and Star topologies. In tree topology, transmission takes place in the same way as in the bus topology.
Assertion. The bus and star topologies are widely used topologies.
Reason. Bus topology is the simplest topology and star topology is more robust comparatively.
Answer
(a)
Both Assertion and Reason are true and Reason is the correct explanation of Assertion.
Explanation
Both the bus and star topologies are widely used in networking. The bus topology requires short cables and features a simple wiring layout. It provides a resilient architecture, which enhances hardware reliability. Therefore, the bus topology is considered as the simplest network topologies. While the star topology is known for its robustness, as it provides easy access for service and better fault tolerance compared to other topologies.
What is a network ? What are its goals and applications ?
Answer
A network is an interconnected collection of autonomous computers that can share and exchange information and resources.
Major goals and applications of networks are :
- Resource Sharing — Through a network, data, software and hardware resources can be shared irrespective of the physical location of the resources and the user.
- Reliability — A file can have its copies on two or more computers of the network, so if one of them is unavailable, the other copies could be used. That makes a network more reliable.
- Reduced Costs — Since resources can be shared, it greatly reduces the costs.
- Fast communication — With networks, it is possible to exchange information at very fast speeds.
Briefly explain how Internet evolved.
Answer
In 1969, ARPANET was started by U.S. Department of Defense to connect computers at U.S. defense & different universities. In 1980s, the National Science Foundation started NSFnet to make a high capacity network to be used strictly for academic and engineering research.
In 1990s, many private companies built their own networks, which were later interconnected along with ARPANET and NSFnet to form Internet. Later, the commercial Internet services came into picture, which are running the Internet.
Write a short note on ARPAnet.
Answer
ARPAnet (Advanced Research Projects Agency NETwork) is regarded as the first computer network. It was started by the U.S. Department of Defense in 1969 with the goal of connecting the computers at different universities and U.S. defense. It laid the foundations of today's internet. The users of this system began exchanging data and messages on it. They were also able to play long distance games and socialize with people who shared their interests leading to its rapid expansion. The original ARPANET was shut down in 1990.
How does Internet work ?
Answer
In Internet, most computers are not connected directly to the Internet. Rather they are connected to smaller networks, which in turn are connected through gateways to the Internet backbone.
Internet functions in the following manner:
- At the source computer, the message or the file/document to be sent to another computer is firstly divided into very small parts called packets.
- Each packet is given a number serial wise e.g., 1, 2, 3.
- All these packets are then sent to the address of destination computer.
- The destination computer receives the packets in random manner. If a packet is garbled or lost, it is demanded again.
- The packets are reassembled in the order of their number and the original message/file/document is obtained.
Every computer connected to the internet uses communication protocols — Transmission Control Protocol(TCP) and Internet Protocol (IP).
Write a short note on InterSpace.
Answer
InterSpace is a client/server software program that allows multiple users to communicate online with real-time audio, video and text chat in dynamic 3D environments. It provides the most advanced form of communication available on the Internet today.
The Interspace is a vision of what the Internet will become, where users cross-correlate information in multiple ways from multiple sources. It is an applications environment for interconnecting spaces to manipulate information.
What is a network ? What are necessary network elements ?
Answer
A network is an interconnected collection of autonomous computers that can share and exchange information and resources.
The necessary network elements are :
- Hosts/Nodes
- Servers
- Clients
- Network hardware
- Communication channel
- Software
- Network services
How is circuit switching different from message switching ?
Answer
In circuit switching, a complete physical connection is established between the sender and the receiver and then data is transmitted from the source computer to the destination computer.
In message switching, no physical copper path is established in advance between sender and receiver. Instead when the sender has a block of data to be sent, it is stored in first switching office, then forwarded later, one jump at a time until the data is delivered to the destination computer. It works on the store and forward principle.
How does transmission take place across networks?
Answer
Switching techniques are used for transmitting data across networks. The switching techniques used are as follows:
- Circuit switching — A complete physical connection is established between the sender and the receiver and then data are transmitted from the source computer to the destination computer.
- Message switching — In this form of switching no physical copper path is established in advance between sender and receiver. Instead when the sender has a block of data to be sent, it is stored in first switching office, then forwarded later, one jump at a time until the data is delivered to the destination computer.
- Packet switching — A fixed size of packet which can be transmitted across the network is specified. The message is divided into packets and packets travel across hops.
What are communication channels ? Discuss various communication channels available for networks.
Answer
A communication channel is a means of communication between two devices or workstations i.e., it refers to the medium used to carry information or data from one point to another.
Communication channels can be grouped in two categories:
- Guided media — These media include cables. There are three basic types of cables :
- Twisted-Pair Cables — These cables consist of two insulated copper wires twisted around each other. These are also used for short and medium range telephone communication.
- Coaxial Cables — A coaxial cable consists of one or more small cables in protective covering. These are more expensive than twisted pair cables but perform better.
- Fiber-optic Cables — These cables are made of plastic or glass and are about as thick as human hair. These cables are highly durable and offer excellent performance but are expensive.
- Unguided media — These include waves through air, water or vacuum. Unguided communication media are as follows:
- Microwaves — The microwaves are similar to radio and television signals and are used for long distance communication. Microwave transmission consists of a transmitter, receiver and the atmosphere.
- Radiowaves — The transmission making use of radio frequencies is termed as radio-wave transmission.
- Satellites — Satellite communication use the synchronous satellite to relay the radio signal transmitted from ground station.
Write some advantages and disadvantages of optical fibres.
Answer
Some advantages of optical fibres are:
- It is immune to electrical and magnetic interference.
- It is highly suitable for harsh industrial environments.
- It guarantees secure transmission and has a very high transmission capacity.
- Fiber optic cables can be used for broadband transmission.
Some disadvantages of optical fibres are:
- Fiber optic cables are quite fragile and may need special care to make them sufficiently robust.
- Connecting either two fibers together or a light source to a fiber is a difficult process.
- In order to incept the signal, the fiber must be cut and a detector inserted.
- Light can reach the receiver out of phase.
- Connection losses are common problems.
- They are more difficult to solder.
- They are the most expensive of all the cables.
Write some advantages and disadvantages of coaxial cables.
Answer
Some advantages of coaxial cables are:
- The data transmission characteristics of coaxial cables are considerably better than that of twisted-pair cables.
- They can be used as the basis for a shared cable network.
- They can be used for broadband transmission.
- They offer higher bandwidths — upto 400 Mbps.
Some disadvantages of coaxial cables are:
- They are expensive as compared to twisted pair cables.
- They are not compatible with twisted pair cable.
Write some advantages and disadvantages of twisted pair cables.
Answer
Some advantages of twisted pair cables are:
- It is simple.
- It is easy to install and maintain.
- It is physically flexible.
- It has a low weight.
- It can be easily connected.
- It is very inexpensive.
Some disadvantages of twisted pair cables are:
- It is incapable of carrying a signal over long distances without the use of repeaters.
- It is unsuitable for broadband applications due to its low bandwidth capabilities.
- It supports maximum data rates of 1 Mbps without conditioning and 10 Mbps with conditioning.
Write some advantages and disadvantages of radio waves.
Answer
Some advantages of radio waves are:
- Its transmission offers mobility.
- It proves cheaper than cables.
- It offers freedom from land acquisition rights.
- It offers ease of communication over difficult terrain.
Some disadvantages of radio waves are:
- Communication is highly insecure.
- Its propagation is susceptible to weather effects like rains, thunder storms etc.
Write some advantages and disadvantages of micro waves.
Answer
Some advantages of micro waves are:
- It proves cheaper than cables.
- It offers freedom from land acquisition rights.
- It offers ease of communication over difficult terrain.
- Microwaves have the ability to communicate over oceans.
Some disadvantages of micro waves are:
- It is an insecure communication.
- Signals from a single antenna may split up and propagate by slightly different paths to the receiving antenna. When these out-of-phase signals recombine, they interfere, reducing the signal strength.
- Its propagation is susceptable to weather effects like rains, thunder storm, etc.
- Bandwidth allocation is extremely limited in case of microwaves.
- The cost of design, implementation, and maintenance of microwave links is high.
Write some advantages and disadvantages of satellites.
Answer
Some advantages of satellites are:
- The area coverage is quite large.
- The laying and maintenance of intercontinental cable is difficult and expensive and this is where the satellite proves to be the best alterative.
- The heavy usage of intercontinental traffic makes the satellite commercially attractive.
- Satellites can cover large areas of the Earth. This is particularly useful for sparsely populated areas.
Some disadvantages of satellites are:
- Technological limitations preventing the deployment of large, high gain antennas on the satellite platform.
- Over-crowding of available bandwidths due to low antenna gains.
- The high investment cost and insurance cost associated with significant probability of failure.
- High atmospheric losses above 30 GHz limit carrier frequencies.
What are types of twisted pair cables ?
Answer
The types of twisted pair cables are as follows :
- Unshielded Twisted Pair (UTP) cable
- Shielded Twisted Pair (STP) cable
What are types of coaxial cables ?
Answer
The types of coaxial cables are as follows :
- Thicknet coaxial cable
- Thinnet coaxial cable
What are the types of fiber optic cables ?
Answer
The types of fiber optic cables are as follows :
- Single mode fiber cable
- Multimode fiber cable
What is bandwidth ? How is it measured ?
Answer
Bandwidth refers to the width of allocated band of frequencies to a channel. It is the difference between the highest and lowest frequencies of a transmission channel. Bandwidth is directly proportional to the amount of data transmitted or received per unit time.
In digital systems, bandwidth is data speed in bits per second (bps), bytes per second (Bps), mega bytes per second (MBps).
In analog systems, bandwidth is measured in cycles per second — kilohertz (kHz), megahertz (mHz), gigahertz (GHz) and terahertz (THz).
What do you understand by data transfer rates ?
Answer
The data transfer rate represents the amount of data transferred per second by communications channel or a computing or storage device.
Data rate is measured in units of bits per second (bps), bytes per second (Bps), or baud.
In initial years, a modem providing a data rates of 56 kbps for downloading and 14.4 kbps for uploading was considered a good modem. How many bits per second could it download and upload ?
Answer
For downloading: 56 kbps = 56,000 bits per second (1 kilo bit = 1000 bits)
For uploading: 14.4 kbps = 14,400 bits per second
So, the modem could download data at a rate of 56,000 bits per second and upload data at a rate of 14,400 bits per second.
Discuss and compare various types of networks.
Answer
Based on geographical spread, networks can be of four types:
- LAN (Local Area Network) — Small computer networks that are confined to a localised area such as a building or factory, are known as Local Area Networks (LANs). LANs have geographical spread of upto 1 km.
- WAN (Wide Area Network) — The networks spread across countries or on a very big geographical area are known as WANs. The WANs link computers to facilitate fast and efficient exchange of information at lesser costs and higher speeds. The largest WAN in existence is the Internet.
- PAN (Personal Area Network) — It is the interconnection of information technology devices within the range of an individual person, typically within a range of 10 meters. PAN could also be interconnected without wires to the Internet or other networks.
- MAN (Metropolitan Area Network) — MAN refers to a network that is spread over an area as big as a city.
Based on component roles, network can be of two types:
- Peer-to-Peer networks — Computers in peer-to-peer network can act as both servers sharing resources and as clients using the resources. A peer-to-peer network has upto ten computers.
- Client/Server Networks — Server-based networks provide centralized control of network resources and rely on server computers to provide security and network administration. A client computer requests and utilizes network resources and a server is dedicated to processing client requests. Bigger networks prefer to have this type of network with centralized control.
Identify the network type from the following characteristics :
- used in personal space of a person
- covers range of 10-15 metres
- uses bluetooth/infrared or wifi etc. for connections.
Answer
The network type that matches the given characteristics is the Personal Area Network (PAN).
Identify the network type from the following characteristics :
- no outside connection
- interconnected devices within a factory or a building
- very high speeds
- secure network
Answer
The network type that matches the given characteristics is the Local Area Network (LAN).
Identify the network type :
- Mostly used in homes
- All computers are connected with each other
- Data exchange without any dedicated servers
- Limited number of computers
Answer
The network type that matches the given characteristics is the Peer-to-Peer Network (P2P).
Identify the network type :
- Big area geographically (countries/continents)
- Result of interconnected networks
Answer
The network type that matches the given characteristics is the Wide Area Network (WAN).
Explain various mostly used topologies.
Answer
The most used topologies are as follows:
- Bus or Linear topology — In this topology, all devices on network are connected to a single continuous cable called a bus. Transmission from any station travels the length of the bus in both directions and can be received by all other stations. The destination device, on identifying the address on data packet copies the data onto its disk. When the data packet reaches at either end the terminator on that end absorbs the signal, removing it from the bus. This topology can be used for smaller networks.
- Ring Topology — In this topology, each node is connected to two and only two neighbouring nodes. Data is accepted from one of the neighbouring nodes and is transmitted onwards to another. Thus data travels in one direction only, from node to node around the ring. After passing through each node, it returns to the sending node, which removes it.
- Star Topology — In this topology each workstation is directly linked to a central node. Devices can be easily plugged or unplugged to the central node, as need dictates. Any communication between the stations must pass through the central node.
- Tree Topology — In this topology the network is shaped as an inverted tree with the central root branching and sub-branching to the extremities of the network. Transmission in this topology takes place in the same way as in bus topology.
- Mesh topology — In this topology, each node is connected to more than one node to provide an alternative route in the case the host is either down or too busy.
- Fully Connected topology — When in a network each host is connected to other directly i.e., there is a direct link between each host, then the network is said to be fully connected. This characteristic is termed as full connectivity.
Discuss the factors that govern the selection of a topology for a network.
Answer
The factors that govern the selection of a topology for a network are as follows:
- Cruciality of Work — How crucial the continuity of work is a very important factor. For instance, military networks must not fail at any cost thus fully connected topology is preferred for military networks.
- Cost — Keeping in mind the budget, the topology should be decided based on cost. A linear bus topology network may be the least expensive way to install a network. Fully connected is the most expensive way of creating a network.
- Length of cable needed — Sometimes, length of cable must be saved. The linear bus topology network uses shorter lengths of cable.
- Future growth — If a network has to grow in future, then the topology must support expansion. With a star topology, expanding a network is easily done by adding another concentrator.
- Communication Media — Sometimes, difficult terrains like hilly areas do not allow use of regular cables. For such conditions, linear bus topologies are not possible. The most common cable in schools is unshielded twisted pair, which is most often used with star topologies.
Compare and contrast Star and Bus topologies.
Answer
Star topology | Bus topology |
---|---|
All the devices in the network are connected by a central hub in the star topology. | All the devices in this network are connected to a single cable - which acts as the backbone. |
The entire network would fail in case the central hub fails in the network. | The entire network would fail in case the network cable fails. |
It requires more cables. | It requires less cables. |
It is linear in nature. | It is non-linear in nature.It is comparatively much easier to detect faults in the system. |
Various devices can be added using this configuration. | The network only allows the addition of a limited number of devices. |
Data transmission is comparatively slower. | Data transmission is comparatively faster. |
Compare and contrast Star and Tree topologies.
Answer
Star topology | Tree topology |
---|---|
All the devices in the network are connected by a central hub in the star topology. | It is in the shape of an inverted tree with the central root branching and sub-branching to the extremities of the network. |
It is less complex. | It is more complex. |
It is cheaper. | It is expensive. |
Failure of one node doesn't affect entire network communication. | Failure of higher node can affect next level node performance. |
It is easy to install and maintain. | It is difficult to install and maintain. |
Data transmission rate is high. | Data transmission rate is comparatively low. |
Compare and contrast Bus and Ring topologies.
Answer
Bus topology | Ring topology |
---|---|
All the devices in this network are connected to a single cable - which acts as the backbone. | All the nodes are connected in the form of a ring or loop. |
A new node can be easily added using a connector. | The addition of a new node disrupts the whole network. |
The chances of data collisions are very high. | The chances of data collisions are low. |
Failure of one node does not affect the entire network. | Node failure breaks the ring and communication stops. |
Internet is a network of networks. How did it come into existence ? How does it function ?
Answer
The seeds of today's Internet were planted in 1969, when U.S. Department of Defense sponsored a project named ARPANET (Advanced Research Projects Agency NETwork). The goal of this project was to connect computers at different universities and U.S. defense. Soon the engineers, scientists, students and researchers, who were part of this system, began exchanging data and messages on it. The users of this system were also able to play long distance games and socialize with people who shared their interests. ARPANET started with a handful of computers but it expanded rapidly.
In mid 80's, another federal agency, the National Science Foundation, created a new, high-capacity network called NSFnet, which was more capable than ARPANET. NSFnet allowed only the academic research on its network and not any kind of private business on it. So many private companies built their own networks, which were later interconnected along with ARPANET and NSFnet to form Internet.
It was the Inter networking i.e., the linking of these two and some other networks that was named Internet. The original ARPANET was shut down in 1990, and the government funding for NSF discontinued in 1995. But the commercial Internet services came into picture, which are running the Internet.
The Internet is a world-wide network of computer networks. In Internet, most computers are not connected directly to the Internet. Rather they are connected to smaller networks, which in turn are connected through gateways to the Internet backbone.
The Internet functions in the following way:
- At the source computer, the message or the file/document to be sent to another computer is firstly divided into very small parts called packets. A packet generally contains some information.
- Each packet is given a number serialwise e.g., 1, 2, 3.
- All these packets are then sent to the address of destination computer.
- The destination computer receives the packets in random manner. If a packet is garbled or lost, it is demanded again.
- The packets are reassembled in the order of their number and the original message/file/document is obtained.
Discuss various types of networks. Can you imagine the relationship of a LAN with a WAN ? What is it ? Discuss.
Answer
Based on geographical spread, networks can be of four types:
- LAN (Local Area Network) — Small computer networks that are confined to a localised area such as a building or factory, are known as Local Area Networks (LANs). LANs have geographical spread of upto 1 km.
- WAN (Wide Area Network) — The networks spread across countries or on a very big geographical area are known as WANs. The WANs link computers to facilitate fast and efficient exchange of information at lesser costs and higher speeds. The largest WAN in existence is the Internet.
- PAN (Personal Area Network) — It is the interconnection of information technology devices within the range of an individual person, typically within a range of 10 meters. PAN could also be interconnected without wires to the Internet or other networks.
- MAN (Metropolitan Area Network) — MAN refers to a network that is spread over an area as big as a city.
Based on component roles, network can be of two types:
- Peer-to-Peer networks — Computers in peer-to-peer network can act as both servers sharing resources and as clients using the resources. A peer-to-peer network has upto ten computers.
- Client/Server Networks — Server-based networks provide centralized control of network resources and rely on server computers to provide security and network administration. A client computer requests and utilizes network resources and a server is dedicated to processing client requests. Bigger networks prefer to have this type of network with centralized control.
LAN or Local Area Network refers to small computer networks that are confined to a localised area of upto 1 km. WAN or Wide Area Network refers to networks spread across countries or on a very big geographical area.
A Wide Area Network (WAN) can be a group of LANs that are spread across several locations and connected together to look like one big LAN. The WANs link computers to facilitate fast and efficient exchange of information at lesser costs and higher speeds.
What is switching ? Discuss various switching technologies.
Answer
The technique by which nodes of a network transmit data to other nodes, is known as switching technique.
The three switching techniques are as follows:
- Circuit switching — A complete physical connection is established between the sender and the receiver and then data are transmitted from the source computer to the destination computer. A local telephone network is an example of a circuit-switched network.
- Message switching — In this technique, the source computer sends message to the switching office first, which stores the data in its buffer. It then looks for a free link to another switching office and then sends the data to this office. This process is continued until the data are delivered to the destination computers. This working principle is known as store and forward i.e., store first, forward later, one jump at a time. Here full messages travel across different intermediate hops.
- Packet switching — A fixed size of packet which can be transmitted across the network is specified. The message is divided into packets and packets travel across hops.
What is communication media ? Discuss different types of communication media used in networks.
Answer
Communication media refer to the ways, means or channels of transmitting message from sender to the receiver.
Communication media can be grouped in two categories:
- Guided media — These media include cables. There are three basic types of cables :
- Twisted-Pair Cables — These cables consist of two identical wires wrapped together in a double helix. These are also used for short and medium range telephone communication. The two types of twisted pair cables are Unshielded twisted pair cable (UTP) and Shielded twisted pair cable (STP).
- Coaxial Cables — This type of cable consists of a solid wire core surrounded by one or more foil or wire shields, each separated by some kind of plastic insulator. The inner core carries the signal, and the shield provides the ground. It is suitable for high speed communication. It is widely used for television signals. The two types of coaxial cables are thicknet and thinnet coaxial cable.
- Fiber-optic Cables — Optical fibres consist of thin strands of glass or glass like material which are so constructed that they carry light from a source at one end of the fiber to a detector at the other end. The fiber consists of core, cladding, protective coating. The bandwidth of the medium is very high. The two types of optical fibres are single mode and multimode fiber cables.
- Unguided media — These media include waves through air, water or vacuum.
Unguided communication media are as follows:- Microwaves — The microwaves are similar to radio and television signals and are used for long distance communication. Microwave transmission consists of a transmitter, receiver and the atmosphere. The microwave transmission is line-of-sight transmission.
- Radiowaves — The transmission making use of radio frequencies is termed as radio-wave transmission. This transmission includes transmitter, receiver and antenna.
- Satellites — Satellite communication use the synchronous satellite to relay the radio signal transmitted from ground station. This transmission includes transponders.
Discuss various Guided media.
Answer
Guided media include cables. There are three basic types of cables :
- Twisted-Pair Cables — These cables consist of two identical wires wrapped together in a double helix. These are also used for short and medium range telephone communication. The two types of twisted pair cables are Unshielded twisted pair cable (UTP) and Shielded twisted pair cable (STP).
- Coaxial Cables — This type of cable consists of a solid wire core surrounded by one or more foil or wire shields, each separated by some kind of plastic insulator. The inner core carries the signal, and the shield provides the ground. It is suitable for high speed communication. It is widely used for television signals. The two types of coaxial cables are thicknet and thinnet coaxial cable.
- Fiber-optic Cables — Optical fibres consist of thin strands of glass or glass like material which are so constructed that they carry light from a source at one end of the fiber to a detector at the other end. The fiber consists of core, cladding, protective coating. The bandwidth of the medium is very high. The two types of optical fibres are single mode and multimode fiber cables.
Discuss various Unguided media.
Answer
Unguided media include waves through air, water or vacuum. Unguided communication media are as follows:
- Microwaves — The microwaves are similar to radio and television signals and are used for long distance communication. Microwave transmission consists of a transmitter, receiver and the atmosphere. The microwave transmission is line-of-sight transmission.
- Radiowaves — The transmission making use of radio frequencies is termed as radio-wave transmission. This transmission includes transmitter, receiver and antenna.
- Satellites — Satellite communication use the synchronous satellite to relay the radio signal transmitted from ground station. This transmission includes transponders.
What are different types of networks based on roles of computers ?
Answer
The different types of networks based on roles of computers are as follows :
- Peer-to-Peer networks — Computers in peer-to-peer network can act as both servers sharing resources and as clients using the resources. A peer-to-peer network has upto ten computers.
- Client/Server Networks — Server-based networks provide centralized control of network resources and rely on server computers to provide security and network administration. A client computer requests and utilizes network resources and a server is dedicated to processing client requests. Bigger networks prefer to have this type of network with centralized control.
What are different types of networks based on geographical spread ?
Answer
The different types of networks based on geographical spread are as follows :
- LAN (Local Area Network) — Small computer networks that are confined to a localised area such as a building or factory, are known as Local Area Networks (LANs). LANs have geographical spread of upto 1 km.
- WAN (Wide Area Network) — The networks spread across countries or on a very big geographical area are known as WANs. The WANs link computers to facilitate fast and efficient exchange of information at lesser costs and higher speeds. The largest WAN in existence is the Internet.
- PAN (Personal Area Network) — It is the interconnection of information technology devices within the range of an individual person, typically within a range of 10 meters. PAN could also be interconnected without wires to the Internet or other networks.
- MAN (Metropolitan Area Network) — MAN refers to a network that is spread over an area as big as a city.
What are topologies ? Why are they important ? Discuss different topologies and advantages/disadvantages they offer.
Answer
The patterns of interconnection of nodes in a network are called Topologies. Topology is important as it affects the choice of media and the access method used.
The types of topologies are as follows:
Star Topology — This topology consists of a central node to which all other nodes are connected by a single path.
Advantages are :- It provide easy access for service.
- Access protocols are very simple in star topology.
- There is a centralized control/problem diagnosis.
- Failure of single connection involves disconnecting only that node without affecting network.
Disadvantages are :
- It requires long cable length.
- It is difficult to expand.
- There is a central node dependency.
Bus or Linear topology — This topology consists of a single length of the transmission medium onto which the various nodes are attached. Transmission from any station travels the length of the bus in both directions and can be received by all other stations. The destination device, on identifying the address on data packet copies the data onto its disk. When the data packet reaches at either end the terminator on that end absorbs the signal, removing it from the bus.
Advantages :- It requires short cable length and simple wiring layout.
- It provides resilient architecture.
- This topology can be expanded easily.
Disadvantages :
- Fault diagnosis is difficult in this topology.
- Fault isolation is difficult in bus topology.
- Repeater configuration is necessary.
- Nodes must be intelligent in bus topology.
Tree Topology — This topology is combination of bus and star topologies. The shape of the network is that of an inverted tree with the central root branching and sub-branching to the extremities of the network. Transmission in this topology takes place in the same way as in bus topology.
Advantages :- It uses point-to-point wiring for individual segments.
- It is supported by several hardware and software vendors.
- It is flexible and scalable.
Disadvantages :
- Overall length of each segment is limited by the type of cabling used.
- If the backbone line breaks, the entire segment goes down.
- It is more difficult to configure and wire than other topologies.
Ring or Circular Topology — In this topology, each node is connected to two and only two neighbouring nodes. Thus data travels in one direction only, from node to node around the ring. After passing through each node, it returns to the sending node, which removes it.
Advantages :- The chances of data collisions are low due to unidirectional flow of data.
- They are simple to design and implement.
Disadvantages :
- Node failure breaks the ring and communication stops.
- Difficulty in troubleshooting.
Mesh topology — In this topology, each node is connected to more than one node to provide an alternative route in the case the host is either down or too busy.
Advantages :- It provides extensive back-up and rerouting capabilities.
- Each node is connected to more than one node to provide an alternative route in the case the host is either down or too busy.
Disadvantages :
- Mesh networks can be complex to design, implement, and manage, especially as the number of nodes increases.
- Maintenance and troubleshooting in mesh networks can be challenging due to their decentralized nature.
Fully Connected topology — When in a network, there is a direct link between each host, then the network is said to be fully connected. This characteristic is termed as full connectivity.
Advantages :- Data travels quickly because devices are directly connected to each other.
- If one connection fails, there are other paths for communication to continue, making the network robust.
Disadvantages :
- Managing all the connections can be complicated.
- Setting up and maintaining a fully connected network can be expensive.
Write a note on the functioning of the Internet.
Answer
In Internet, most computers are not connected directly to the Internet. Rather they are connected to smaller networks, which in turn are connected through gateways to the Internet backbone.
Internet functions in the following manner:
- At the source computer, the message or the file/document to be sent to another computer is firstly divided into very small parts called packets.
- Each packet is given a number serial wise e.g., 1, 2, 3.
- All these packets are then sent to the address of destination computer.
- The destination computer receives the packets in random manner. If a packet is garbled or lost, it is demanded again.
- The packets are reassembled in the order of their number and the original message/file/document is obtained.
Every computer connected to the Internet uses communication protocols — Transmission Control Protocol(TCP) and Internet Protocol (IP).