-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction to Networking
A collection of computing devices that are corrected in various ways in order to communicate and stored resources.
Usually, the collections between computers in a network are made using physical wire or cables.
However, some connections are wireless using radio, waves or infrared signals.
The generic term node or host refers to any devices on a network.
The speed with which data is moved from one place on a network to another data transfer rate is a key issue in a computer network.
Computer network have opened up an entire frontier in the world of computing called the client/server model.
File server:- A computer that stores and manage files for multiple user on a network.
Web server:- A computer dedicated to responding to requests (from the browser client) for web pages.
Local area network (LAN):- A network that connects a relatively small number of machines in a relatively geographical area.
various configurations, called topologies have been used to administer lans.
A configuration that connects all notes in a closed loop on which message travel in one direction
A configuration that centers around one node to which all others are connected and through which all messages are sent
All nodes are connected to a single communication line that carries messages in both directions.
Star topology doesn't allow direct communication between devices, a a devices most have to communicate through hub.
If one device wants to send data to other device. It has to first send the data to hub and then the hub Transmit that data to be designated device
- Best Topology ever for networking of multiple devices over a network.**
Advantages:- less expensive because each device only need on 1/0 part and needs to be connected with hub with one link.
Easier to install less amount
Disadvantages:- If hub goes down encrypting goes down, none of the devices can work without hub.
-
All devices connected to a single back-bone cable
-
one device is failure, create problem in entire network
-
In bus topology main cable and all the devices are connected to this main cable through drop lines.
-
There is a device called tap that connect the dropline to the main cable. since all the data is transmitted.
A network that connect two or move local area network over a potentially large geographic distance often one particular node on lan is setup to serve as a gateway to handle all communication going between that land and other networks.
Communication between networks is called internetworking the internet, as we knot it today is essentially the ultimate wide-area-networks, spanning the entire globe.
(MAN) The communication infrastructures that have been developed in and around large cities.
Gateway:- local area network connected across a distance to create a wide-area-network.
Internet backbone:- A set of high speed network that carry internet traffic.
These network are provided by companies such as AT & T, GTE and IBM.
A company that provides other companies or individuals with access to internet.
Note:- There are various technologies available that you can use to connect a home computers to the internet
#A phone modem:- converts a computer data into a analog audio signal for transfer over a telephone line, and then a model at the destination convert it back again into data.
A digital subscriber line(DSL):- uses regular copper line to transfer digital data to and from the phone company's central office.
A cabel model:- use the same line that your cable tv signal come in into transfer the data back one forth.
A connection in which transfer speed are faster than 128 bit per second.
The speed for downloads (getting data from the internet to your home computer) may not be the same as uploads (sending data from your home computer to the internet)
Hub:- hubs correct computers together in start topology network. due to the design, they increase the chances for colision. hub operate in the physical layer of osi model and have no intelligence. hubs flood incoming packets to all ports all the time.
Repeater:- A repeater is an electronic device that receive signal and retransmit it at higher level and/or higher power. or into the other side of an abstruction. so that the signal can cover long distance without degradation.
Modem:- Modem (from modulator demodulator) is a device that runs the digital 1s and 0s of a personal computer into sounds that can be transmitted over the telephone lines and once received to the other side, convert those sounds back into form used by USB, Ethernet, serial or network connection.
Modems are generally classified by the amount of data they can send in given time, normally measured in bits per second, or "bps"
NIC:- A network interface card is a computer hardware computer design to allow computer to communicate other a computer network it is both on OSI layer 1 and layer 2 device, as it provide physical access to networking medium and provides a low level address system through the use of mac address.
Switches:- Switches provide a central connection between two or more computers on a network, but with some intelligence. they provide traffic control for packets, rather than forwarding data to all the connected ports, a switch forward data only to port on which the destination system is connected.
They used a database of mac address to determine where computers are located and very efficiently send packets only where they need to go.
Bridge:- Bridges can be identified by the fact that they operate at the data link layer of OSI model. bridges have intelligence and can "bridge" two of their port together at very high speed.
They use a database of mac address to determine where computers are located and very efficiently send frames only where they need to go.
The database is created dynamically as computers communication on the network.
Routers:- Routers operate at the network layer of the OSI model and efficiently route information between local area networks. since router operate in the third layer, the network layer, they must understand layer 3 addressing, such as TCP/IP.
A router will divide a broadcast domain by not forwarding broadcast on one connected network to another connected networks.
Wireless Access point:- A wireless access point (WAP or AP) is a device that allows wireless communication devices to connect to a wireless network using Wifi. Bluetooth or related standards. the WAP usually connect to a weird network (such as computer or printers) and wired devices on the network.
Device that forward data packet between computer networks. think of them as the 'post office' of the network, directing traffic to ensure it gets where its supposed to go.
These are like the 'traffic cops' for your network, they connect multiple devices on a Lan and direct the flow of data to the correct destination.
These are hardware components installed in computers that enable them to connect to a computer
Operating system:- system like windows, Macos, or Linux have built in network capabilities.
network driver:- These are software program that control the network hardware and provide an interface for the operating system to interact with it.
Networking protocols:- These are set of rules that given how data is transferred on a network.
Guided
- Twisted-pair cable
- coaxial cable
- Fiber optic cable
Unguided
- Radio waves
- microwaves
- infrared
Pair of wires (the forward and return conductors of a single circuit) are twisted together for the purposes of cancelling out Electromagnetic interference (EMI) from other wire pairs and from external sources.
Advantages:- cheap, easy to work with Disadvantages:- low data rate, short range
Coaxial cable is a type of copper cable specially built with a metal shield and other components engineered to block signal interference. it is primarily used by cable companies to connect their satellite antena facilities to customer homes and business
Advantages
- Used in high frequency applications
- improve attenuation and shield effectiveness
- less Suspectiable to noise an interference compare to twisted pair cable
- high bandwidth
- cost of coaxial cable is less
Disadvantages
- Bulky, thick, shift
- Expensive to install
- security issue
- Grounding necessary
Optical cable are used to transfer digital data signals in the form of light up to distances of hundreds of miles with higher throughput rates.
two common types of Fiber optics are: Single mode Fiber(SMF) Multi-mode Fiber(SMF)
Advantages:
Extremely high bandwidth thinner and light weighted Resistance to Electromagnetic interference longer distance lower security risk
Disadvantage cost very tragic difficult to install Attenuation & dispersion
A network consist of many switching devices. in order to connect multiple devices, one solution could be to have a point to point connection in between pair of devices. but this increases the number of connection.
The other solution could be to have a central device to each other and connect every device to each other vice the central device which is generally is known as star topology.
Circuit switching
Circuit switching is generally used in the public network it comes into existence for handling voice traffic in addition to digital data
After the link has been sets in between the sender and the receiver the the information is forwarded continously over the provided link.
A dedicated link/path is established across for the entire duration of conversation.
Advantage
- Guarantee data rate
- No waiting time at each switch
- suitable for long continous transmission
Disadvantage
- other nodes cannot use same channel
- require more bandwidth
- time required to establish physical link is too long.
Packet switching
To improve the efficiency of transferring information over shared communication line, messages are divided into fixed sized, numbered packets.
network devices called routers are used to direct packets between networks.
- Messages is divided into packets
- packers are sent over the internet by the most expedient value
- packets are re-ordered and the re-assembled
Advantage
- Efficient use of network
- high data transmission
- no big memory required
- no dedicated path required
- suitable for videos/voice cales
- less usage cost
Disadvantage
- order mismatch
- transmission delay
- packet loss
- implementation cost
- security issues
Message switching
Here each message is treated as an independent unit and includes its can destination source address by its own.
Each complete message is then transmitted from one device to another through inter network. Each intermediate device receive the message and store its until the next device is ready to recieve it.
For this reason a message switching network is sometimes called as store and forward switching.
Advantages
- More devices share the same channel
- congestion can be reduced
- support message length unlimited size.
Disadvantage
- No compatible for voice and video
- costly as store and forward device are expensive
- can lead to security issues it hacked
- not reliable