Saturday, September 21, 2013
What are the services provided to upper layers by transport layer?
Posted by
Sunflower
at
9/21/2013 04:01:00 PM
0
comments
Labels: Applications, Communication, Components, Connection oriented, Connection-less, Data, Framework, Interface, Layers, Networking, Operating System, OSI, Protocol, Services, TCP/IP, Transport layer, Upper layers
![]() | Subscribe by Email |
|
Wednesday, September 18, 2013
What are the advantages and disadvantages of datagram approach?
- Datagrams
can contain the full destination address rather than using some number.
- There
is no set up phase required for the datagram circuits. This means that no
resources are consumed.
- If
it happens during a transmission that one router goes down, the datagrams
that will suffer will include only those routers which would have been
queued up in that specific router. The other datagrams will not suffer.
- If
any fault or loss occurs on a communication line, the datagrams circuits are
capable of compensating for it.
- Datagrams
play an important role in the balancing of the traffic in the subnet. This
is so because halfway the router can be changed.
- Since
the datagrams consist of the full destination address, they generate more
overhead and thus lead to wastage of the bandwidth. This in turn makes
using datagram approach quite costly.
- A
complicated procedure has to be followed for datagram circuits for
determining the destination of the packet.
- In
a subnet using the datagram approach, it is very difficult to keep
congestion problems at bay.
- The
any-to-any communication is one of the key disadvantages of the
datagram subnets. This means that if a system can communicate with any
device, any of the devices can communicate with this system. This can lead
to various security issues.
- Datagram
subnets are prone to losing or re - sequencing the data packets during the
transition. This puts a great burden on the end systems for monitoring,
recovering, and reordering the packets as they were originally.
- Datagram
subnets have less capability of dealing with congestion control as well as
flow control. This happens because the direction of the incoming traffic
is not specified. In the virtual circuit subnets, the flow of the packets
is directed only along the virtual circuits thus making it comparatively
easy for controlling it.
- The
unpredictable nature of the flow of the traffic makes it difficult to
design the datagram networks.
Posted by
Sunflower
at
9/18/2013 05:51:00 PM
0
comments
Labels: Address, Advantages, Connection, Datagrams, Destination, Disadvantages, Information, Layers, Models, Networking, Networks, OSI, Packets, Paths, Route, Router, Routing, Source, Switching, transmission
![]() | Subscribe by Email |
|
Saturday, July 20, 2013
What are data gram sub-nets?
- Layer
1: chip (CDMA)
- Layer
2: frames (IEEE 802.3 and IEEE 802.11), cell (ATM)
- Layer
3: data packet
- Layer
4: data segment
Posted by
Sunflower
at
7/20/2013 03:16:00 PM
0
comments
Labels: Advantages, Communication, Connection, Datagram Subnets, Destination, Disadvantages, Hosts, Information, Layers, Network, Operate, OSI, Packets, Protocols, Source, Subnets, Switch, User
![]() | Subscribe by Email |
|
Wednesday, July 17, 2013
What are network layer design issues?
- Services
provided to the layer 4 i.e., the transport layer.
- Implementation
of the services that are connection oriented.
- Store
– and - forward packet switching
- Implementation
of the services that are not connection oriented.
- Comparison
of the data-gram sub-nets and the virtual circuits.
- They
should be independent of the router technology.
- Shielding
from the type, number and topology of the routers must be provided to the
transport layer.
- The
network addresses that are provided to the transport layer must exhibit a
uniform numbering plan irrespective of whether it’s a LAN or a WAN.
Posted by
Sunflower
at
7/17/2013 05:30:00 PM
0
comments
Labels: Communication, Connection, Data, Datagram, Design, Hosts, Issues, Layers, Model, Network, Network layer, OSI, Packets, Processes, Routes, Routing, subnet, Tasks, Transport layer, Virtual Circuits
![]() | Subscribe by Email |
|
Tuesday, July 16, 2013
What are the characteristics of network layer?
Posted by
Sunflower
at
7/16/2013 05:26:00 PM
0
comments
Labels: Address, Communication, Decapsulation, Destination, Encapsulation, Frames, Functions, Host, Layers, Message, Network layer, Networking, OSI, Packets, Process, Protocols, Routers, Routing, Source
![]() | Subscribe by Email |
|
Friday, July 12, 2013
Sliding Window Protocols? – Part 1
Posted by
Sunflower
at
7/12/2013 01:30:00 PM
0
comments
Labels: Bit, Data, Data Link layer, Features, Modes, OSI, Packets, Protocols, Receive, Reliability, Sender, Sliding Window protocols, TCP/IP, transmission, Transmit, Transmitter, Window
![]() | Subscribe by Email |
|
Wednesday, July 10, 2013
Explain the concept of piggybacking?
Posted by
Sunflower
at
7/10/2013 01:30:00 PM
0
comments
Labels: Acknowledge, Data, Frames, Internet, Layers, Network layer, Operating System, OSI, Packets, Piggybacking, Protocols, Receiver, Sender, Signals, Technique, Transfer, transmission, Transmit, Uses
![]() | Subscribe by Email |
|
Saturday, June 29, 2013
What are the reasons for using layered protocols?
- Specialization and
- Abstraction
Posted by
Sunflower
at
6/29/2013 12:00:00 PM
0
comments
Labels: Abstraction, Application, Architecture, Data, Framework, Layered Protocols, Layering, Layers, Networking, Operating System, OSI, Protocols, Services, Software, Specialization, Standards, Tasks
![]() | Subscribe by Email |
|
Saturday, March 13, 2010
Data Link Layer - Layer 2 of OSI model
The Data Link Layer is Layer 2 of the seven-layer OSI model of computer networking.
At this layer, data packets are encoded and decoded into bits. It furnishes transmission protocol knowledge and management and handles errors in the physical layer, flow control and frame synchronization.
The data link layer performs various functions depending upon the hardware protocol used, but has four primary functions:
- Communication with the Network layer above.
- Communication with the Physical layer below.
- Segmentation of upper layer datagrams (also called packets) into frames in sizes that can be handled by the communications hardware.
- The data link layer organizes the pattern of data bits into frames before transmission. The frame formatting issues such as stop and start bits, bit order, parity and other functions are handled here.
- It provides error checking by adding a CRC to the frame, and flow control.
- The data link layer is also responsible for logical link control, media access control, hardware addressing, error detection and handling and defining physical layer standards.
- The data link layer is divided into two sublayers: the media access control (MAC) layer and the logical link control (LLC) layer. The former controls how computers on the network gain access to the data and obtain permission to transmit it; the latter controls packet synchronization, flow control and error checking.
- The data link layer is where most LAN (local area network) and wireless LAN technologies are defined. Technologies and protocols used with this layer are Ethernet, Token Ring, FDDI, ATM, SLIP, PPP, HDLC, and ADCCP.
- The data link layer is often implemented in software as a driver for a network interface card (NIC). Because the data link and physical layers are so closely related, many types of hardware are also associated with the data link layer.
- Data link layer processing is faster than network layer processing because less analysis of the packet is required.
- The Data Link layer also manages physical addressing schemes such as MAC addresses for Ethernet networks, controlling access of any various network devices to the physical medium.
Posted by
Sunflower
at
3/13/2010 07:42:00 PM
1 comments
Labels: Communication, Data Link layer, Error correction, Error Detection, Errors, Layer 2 Datagrams, Layers, OSI, Packets, Pattern
![]() | Subscribe by Email |
|
Friday, March 12, 2010
Physical Layer - Layer 1 of OSI model
- The physical layer is level one in the seven level OSI model. Actually, it is last layer that receives and processes the data from the sending device while it is first layer to receive the data at the destination end.
- It performs services requested by the data link layer.
- The Physical Layer defines the Mechanical, Electrical, Procedural and Functional specifications for activating, maintaining and deactivating the physical link between communication network systems.
- The basic objective of this layer is to transform the data in the form that is needed to be carried through the transmission media over the network. The transmission media either bounded or unbounded , carries the data in the form of electromagnetic waves or radio waves.
- The Physical Layer is responsible for bit-level transmission between network nodes.
The main functions of physical layer are :
- Definition of Hardware Specifications: The details of operation of cables, connectors, wireless radio transceivers, network interface cards and other hardware devices are generally a function of the physical layer. Devices used in the Physical Layer are
* Network Interface Cards (NIC)
* Transceivers
* Repeaters
* Hubs
* Multi Station Access Units (MAU’s)
- Encoding and Signaling: The physical layer is responsible for various encoding and signaling functions that transform the data from bits that reside within a computer or other device into signals that can be sent over the network.
- Data Transmission and Reception: After encoding the data appropriately, the physical layer actually transmits the data, and of course, receives it.
- Topology and Physical Network Design: The physical layer is also considered the domain of many hardware-related network design issues, such as LAN and WAN topology. There are four possible kinds of topologies:
* Bus
* Star
* Ring
* Mesh
In general, then, physical layer technologies are ones that are at the very lowest level and deal with the actual ones and zeroes that are sent over the network.
Posted by
Sunflower
at
3/12/2010 02:24:00 PM
0
comments
Labels: Devices, Functions, Hardware, Layer 1, Layers, Models, Open Systems Interconnection, OSI, The Physical Layer, transmission
![]() | Subscribe by Email |
|
Thursday, March 11, 2010
How to support a reliable communication in transport layer ?
At the Transport layer, each particular set of pieces flowing between a source application and a destination application is known as a conversation.To identify each segment of data, the Transport layer adds to the piece a header containing binary data. This header contains fields of bits. It is the values in these fields that enable different Transport layer protocols to perform different functions.
Reliability means ensuring that each piece of data that the source sends arrives at the destination. At the Transport layer the three basic operations of reliability are:
- tracking transmitted data.
- acknowledging received data.
- retransmitting any unacknowledged data.
This requires the processes of Transport layer of the source to keep track of all the data pieces of each conversation and the retransmit any of data that did were not acknowledged by the destination. The Transport layer of the receiving host must also track the data as it is received and acknowledge the receipt of the data. These reliability processes place additional overhead on the network resources due to the acknowledgement, tracking, and retransmission. To support these reliability operations, more control data is exchanged between the sending and receiving hosts. This control information is contained in the Layer 4 header.
Determining the Need for Reliability
Applications, such as databases, web pages, and e-mail, require that all of the sent data arrive at the destination in its original condition, in order for the data to be useful. Any missing data could cause a corrupt communication that is either incomplete or unreadable. Therefore, these applications are designed to use a Transport layer protocol that implements reliability.
Posted by
Sunflower
at
3/11/2010 01:28:00 PM
0
comments
Labels: Acknowledging, Destination, Layer 4, Models, Open System Interconnection Reference Model, OSI, Reliability, Retransmitting, Source, Tracking, Transport layer
![]() | Subscribe by Email |
|