Open System Interconnection (OSI) - Is The Model Which Is ST
Open System Interconnection (OSI) - Is The Model Which Is ST
1. Simplex: - Data is transmit and received on single way. e.g., radio, television etc.
2. Half-duplex: - Data is transmit on both ways but one way at a time. e.g., walkie talkie, web
servers etc.
3. Full-duplex: - Data is transmit on both ways at a time. e.g., telephone, calls on internet etc.
1. Analog Transmission: - The continuous wave form with time varying quantities are analog
signals and the data on these signals are called analog data with analog transmission e.g.,
human voice.
2. Digital Transmission: - The discrete wave form with constant quantities over time are
digital signals and the data on these signals are called digital data with digital transmission e.g.
Image downloading or uploading.
Switching techniques: - Data transmission technique for local area networks (LAN) means for
small area like in same office, data being transmit from one computer to another.
It switches data communication across multiple devices if required.
Two types of switching technique are Following:
1. Circuit Switching: - In this type of switching technique to transmit data from one node to
another first physical destination path is created and then data starts to transmit, during this
transmission we can't start another process of data transmission, first this process needs to be
over. It is fast but can't utilized redundant data.
2. Packet Switching: - In this type of switching technique to transmit data from one node to
another breaks the data in small packets and then delivers to another node. Each packet has its
own header that contains specific information related to destination. It is slow process, but it
can utilize redundant data.
Routing technique: - Data transmission technique for wide area networks (WAN)
means for large area like in different offices.
It defines the best path for destination of information.
Two types of routing technique are following:
1. Source Routing: - In this type of routing technique destination path is selected first then data
is transmitted with a specific header based on specific IP address.
2. Hop by Hop Routing: - In this type of routing technique the destination path is not confirm,
the router delivers the packet to another router and another router makes decision by algorithm
then delivers to another router and so on until packet is not delivered to destination node.
switching is used within a LAN for direct communication between devices based on MAC
addresses, while routing is employed for forwarding packets across different networks based
on IP addresses.
Network Topology: - Is the connection arrangement of various nodes of computer
network.
Following types of network topology are:
1. Star Topology: - In this arrangement of network every node is connected to a single node
called hub or switch. Every node sends and receive data by passing from hub. Easy to create,
alteration is simple in star topology, shutting down of hub whole network will be down.
2. Ring Topology: - In this arrangement of network every node is connect to two other nodes
and by this manner they create a circle or ring. Alteration is easy but if each system shut down
then whole network will be down.
3. Bus Topology: - In this arrangement of network every node is connected by a single cable
in parallel format. Alteration is very easy shut down of single node will not affect the network
but if main cable damage or breaks whole network will be down.
4. Mesh Topology: - In this arrangement of network every node is connected to each node. It
is very fast compared to other topologies but very complex and expensive if not wireless.