Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
seti_1-30 (1).docx
Скачиваний:
0
Добавлен:
01.05.2025
Размер:
623.27 Кб
Скачать

28. Protocol Frame Relay (fr).

Frame Relay is a protocol standard for LAN internetworking which provides a fast and efficient method of transmitting information from a user device to LAN bridges and routers. The Frame Relay frame is transmitted to its destination by way of virtual circuits to a destination point. Network providers commonly implement Frame Relay for voice and data as an encapsulation technique, used between local area networks (LANs) over a wide area network (WAN). Each end-user gets a private line to a Frame Relay node .Frame Relay offers an attractive alternative to both dedicated lines and networks for connecting LANs to bridges and routers.

Advantages of Frame Relay:

The success of the Frame Relay protocol is based on the following two underlying factors:

  • Because virtual circuits consume bandwidth only when they transport data, many virtual circuits can exist simultaneously across a given transmission line. In addition, each device can use more of the bandwidth as necessary, and thus operate at higher speeds.

  • The improved reliability of communication lines and increased error-handling sophistication at end stations allows the Frame Relay protocol to discard erroneous frames and thus eliminate time-consuming error-handling processing.

These two factors make Frame Relay a desirable choice for data transmission; however, they also necessitate testing to determine that the system works properly and that data is not lost.

29. The main functions of tcp. Protocol udp.

A protocol is a collection of rules and procedures for two computers to exchange information. Protocol also defines the format of data that is being exchanged. Typical protocols:

  • TCP – Transmission Control Protocol

Provide further the functions such as reordering and data resend. The protocol corresponds to the transport layer of TCP/IP suite. TCP provides a communication service at an intermediate level between an application program and the Internet Protocol (IP). TCP is a connection-oriented protocol. Does not mean it has a physical connection between sender and receiver. TCP provides the function to allow a connection virtually exists – also called virtual circuit.

TCP provides the functions:

  • Dividing a chunk of data into segments

  • Reassembly segments into the original chunk

  • Provide further the functions such as reordering and data resend

Offering a reliable byte-stream delivery service.

  • UDP – User Datagram Service

The UDP is a transport layer protocol defined for use with the IP network layer protocol. UDP provides a minimal, unreliable, best-effort, message-passing transport to applications and upper-layer protocols. UDP communication consequently does not incur connection establishment and teardown overheads and there is minimal associated end system state. Because of these characteristics, UDP can offer a very efficient communication transport to some applications, but has no inherent congestion control or reliability. UDP does not provide any communications security. Use when the message to be sent fit exactly into a datagram, use also when a more simplified data format is required.

The main difference between the two protocols is that TCP uses a connection-oriented transport, while UDP uses a connectionless type of communication.

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]