Enter your email address:


Powered by FeedBurner

Jan
5th

Data Transfer in a Network

Author: luq | Files under security, tips, tutorials
Data transfer in a network differs slightly from the general data transfer compared to say data transfer in between two hard drives. There are two main ways in which they are transferred, Packet Switching and Circuit Switching.

  • Packet Switching

Here data is transferred in the form of packets, thus the name Packet Switching. Every data ‘packet’ is sent along with a sequence number, source, destination address and check sum. Here the data travels along different routes to the destination and it is then reconstructed at the destination:

Advantages

  1. As the data is transferred along different routes the entire network is used efficiently.
  1. Better Security – As the packets are transferred along different routes, in case the transfer route is tapped it is impossible to retrieve complete messages as they are being transferred along different routes.
  1. Packet switching is also cheaper relatively as the cost of connectivity is based on the amount of data transferred and not on the distance.
  • Circuit Switching

In circuit switching the route of transfer must be established before data has been transferred. Once the transfer is initiated the line must be kept open until the data has been transferred and cannot be used by other users.

Advantages

  1. Data transmission is faster as it directly arrives at the destination, unlike packet switching which arrives along different routes.
  1. It also saves the further processing and time that packet switching requires, as data does not have to be reconstructed at the destination.

Popularity: 5% [?]

I've written the post, i'll let you do the bookmarking:
  • StumbleUpon
  • Digg
  • del.icio.us
  • Reddit
  • Technorati
  • BlinkList
  • Furl
  • Ma.gnolia
  • Simpy
  • Slashdot
  • Spurl

Related posts:

  1. How data is checked for errors
  2. Data Validation
  3. Registry Tweak - Enabling/Disabling the Shutdown capability
  4. Registry Tweak - Enabling/Disabling the Display properties
  5. Ways of retrieving data from unreadable CD/DVD’s

Related posts brought to you by Yet Another Related Posts Plugin.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Enjoyed the post? Return the favor! Sign up for the Computer Realm Community and post your ideas, tips, reviews or anything else. Benefit from the community by posting your own questions and receiving feedback from fellow members.

 


 

 

Post a Comment