Skip to main content

Types of Computer Networks?

Before getting into detailed about any other concepts. Lets learn few Networking concepts


What is a Computer Network?


Computer network refers to interconnected computing devices that can exchange data and share resources with each other. A computer network is a set of devices connected through links for sharing the data. Lets say when two devices are connected to each other they are in network. Computer networks make it very easy to communicate.


The four efficient means of data communication


Delivery :  The system must deliver data to the correct destination without any interruption.

Accuracy :  The system must deliver the data accurately 

Timeliness : The system must deliver data in a timely manner. Data delivered late are useless. 

Jitter : Jitter refers to the variation in the packet arrival time. If some of the packets arrive with 30-ms delay and others with 40-ms delay, an uneven quality in the video is the result.


A data communications system has five components 


Message :  The message is the information (data) to be communicated.

Sender :  The sender is the device that sends the data message.

Receiver : The receiver is the device that receives the message.

Transmission medium : The transmission medium is the physical path by which a message travels from sender to receiver.

Protocol : A protocol is a set of rules that govern data communications. In a protocol, two devices may be connected but not communicating.


Types of  Computer Network based on size 


Each network differs in their characteristics such as distance, transmission speed, cables and cost.


LAN : A local area network (LAN) is a network that connects computers and devices in a limited geographical area such as a home, school, office building, or closely positioned group of buildings. 


WAN : A wide area network (WAN) is a computer network that combines many types of media such as telephone lines, cables, and airwaves.


MAN : A metropolitan area network (MAN) is a large computer network that interconnects users with computer resources in a geographic region of the size of a metropolitan area.


GAN : A global area network (GAN) is a network used for supporting mobile users across an arbitrary number of wireless LANs, satellite coverage areas, etc. 


HAN : A home area network (HAN) is a residential LAN used for communication between digital devices typically deployed in the home, usually a small number of personal computers and accessories, such as printers and mobile computing devices. 


PAN : A personal area network (PAN) is a computer network for interconnecting electronic devices within an individual person's workspace. A PAN provides data transmission among devices such as computers, smartphones, tablets and personal digital assistants.

Example Bluetooth uses short-range radio waves.


VPN : A virtual private network (VPN) is an overlay network in which some of the links between nodes are carried by open connections or virtual circuits in some larger network (e.g., the Internet) instead of by physical wires.

Comments

Popular posts from this blog

WHAT IS HTTP ?? HOW HTTP WORKS?

What is HTTP? HTTP is a protocol. HTTP stands for Hypertext standard protocol . It is defined as a set of rules used for communicating with servers while transmitting any message from client to server. then, what is HTTPS? HTTPS is a secure version of HTTP. "s" is Secure in HTTPS. In HTTPS the data sent is encrypted, so that people don't see the message transmitted over the network. By using the secured version the data sent or received is completely encrypted and no one can impersonate it. When we access a website, our browser sends requests to the server and then the server gives the response in the form of web pages. webpages consist of images, audio, video, html files, and more. How do we access a website? When we access a website, the browser sends a request to a web server and downloads the responses. You need to tell the browser specifically from where to access the resources, this is where the URLs help. URL is a uniform Resource Locator which gives instructio...

What is TCP/IP Model??

What is TCP/IP Model?? TCP stands for Transmission Control protocol/Internet Protocol . It is a communication protocol used to interconnect the devices in the internet. Initially, the Transmission Control Program provided only a common service to its users, not datagram. As experience with the protocol grew, functionality was divided into layers of distinct protocols, allowing users direct access to service.  TCP provides reliable, ordered delivery of  bytes between applications running on hosts communicating via network. TCP is connection oriented means a connection is established between a client and server before data is sent. The server waits for the connection requests from clients before any connection is formed.  TCP/IP has 5 layers  Application Layer : This layer allows the user to interact with the application.  Transport Layer : This layer is responsible for flow control, the data is sent through this layer. Network Layer : This layer is responsible f...

Attacks that are happening in our daily lives!!!

Lets see Few more attacks that are happening in our daily lives but are unaware about it . Social engineering is a term we are hearing now a days a  lot. But  what is it?  Social engineering is a technique which is aimed to target a victim to reveal the information or performing some illegitimate tasks for his benefits. It is like psychological manipulation for the performing actions. Lets see few techniques with examples below Phishing refers to a technique of fraudulently obtain the private information. It is an attack to steal your money, by getting to know about the personal information by the person. Example : The e-mail which gets especially in festival times usually contains a link to a fraudulent web page that seems legitimate—with company logos and content—and has a form requesting everything from a home address to an ATM card's PIN or a credit card number. Vishing also known as " voice phishing ", is again the same practice of revealing the information over a ...