Thursday, June 30, 2011

learn Networking and Internetworking

right now let start learn network and internetworking,, don't be panic just read slowly get some food and tasty soda.... heheh ok ber ready 1 2 3 ....   
The principles on which computer networks are based include protocol layering, packet switching, routing and data streaming. Internetworking techniques enable heterogeneous networks to be integrated. They are now undergoing revision to accommodate future growth and to meet new application requirements for mobility, security, quality of service.

  The networks used in distributed systems are built from a variety of transmission media, hardware devices and software components (communication subsystem). n This chapter is intended to provide an introductory overview of computer networking with reference to the communication requirements of distributed systems. In the remainder of this section we discuss the communication requirements of distributed systems.
Type of network
Network principles
The basis for computer networks is the packet-switching technique first developed in the 1960s. Packet  witching was a radical step, this enables packets addressed to different destinations to share a single communications link. Packets are queued in a buffer and trasmitted when the link is available.



Packet Transmission
In most applications of computer networks the requirement is for the transmission of logical units of information or messages.But before a message is transmitted it is subdivided into packets, sequence of binary
data of restricted length, together with addressing information sufficient to identify the source and destination
computer.
Packet Transmission (2)
Packets of restricted length are used: n So that each computer in the network can allocate sufficient buffer storage to hold the largest possible incoming packet; n To avoid the undue delays that would occurin waiting for communication channels to become free if long messages were transmitted without subdivision
Data Streaming
The timely delivery of such data streams depends upon the availability of connections with guaranteed quality of service – bandwidth, latency and reliability must all beguaranteed.n ATM networks are specifically designed to provide high bandwidths and low latencies and to support quality of service by the reservation of network resources. IPv6, the new network protocol for the internet that will be brought into use over the coming decade, include features that enable each IP packet that forms part of a real-time stream to be identified and treated separately from other data at the network level.
Switching schemes
A network consists of a set of nodes connected together by circuits. To transmit information between two arbitrary nodes, a switching system is required.
1 Broadcast
2 Circuit switching
3 Packet switching
4 Frame relay
Protocols
The term protocol is used to refer to a well known set of rules and formats to be used for communication between processes in order to perform a given task. The definition of a protocol gas two important parts to it: 
1. A specification of the sequence of messages that must be exchanged;
2. A specification of the format of the data in the messages.

No comments:

Post a Comment