4.4.2 Synchronous TransmissionWith synchronous transmission, all the l dịch - 4.4.2 Synchronous TransmissionWith synchronous transmission, all the l Việt làm thế nào để nói

4.4.2 Synchronous TransmissionWith

4.4.2 Synchronous Transmission
With synchronous transmission, all the letters or data in one group of data are transmitted at one time as a block of data. This block of data is called a frame. For example, a
terminal or personal computer will save all the keystrokes typed by the user and transmit
them only when the user presses a special “transmit” key. In this case, the start and end
of the entire frame must be marked, not the start and end of each letter. Synchronous
transmission is often used on both point-to-point and multipoint circuits. For multipoint
circuits, each packet must include a destination address and a source address, and media
access control is important.
The start and end of each frame (synchronization) sometimes is established by
adding synchronization characters (SYN) to the start of the frame. Depending on the
protocol, there may be anywhere from one to eight SYN characters. After the SYN
characters, the transmitting computer sends a long stream of data that may contain thousands of bits. Knowing what code is being used, the receiving computer counts off the
appropriate number of bits for the first character, assumes this is the first character, and
passes it to the computer. It then counts off the bits for the second character, and so on.
In summary, asynchronous data transmission means each character is transmitted
as a totally independent entity with its own start and stop bits to inform the receiving
computer that the character is beginning and ending. Synchronous transmission means
whole blocks of data are transmitted as frames after the sender and the receiver have
been synchronized.
There are many protocols for synchronous transmission. We discuss four commonly
used synchronous data link protocols.
Synchronous Data Link Control Synchronous data link control (SDLC) is a
mainframe protocol developed by IBM in 1972 that is still in use today. It uses a
controlled-access media access protocol. If you use a 3270 protocol, you’re using SDLC.
Figure 4.9 shows a typical SDLC frame. Each SDLC frame begins and ends with
a special bit pattern (01111110), known as the flag. The address field identifies the
destination. The length of the address field is usually 8 bits but can be set at 16 bits; all
computers on the same network must use the same length. The control field identifies the kind of frame that is being transmitted, either information or supervisory. An information
frame is used for the transfer and reception of messages, frame numbering of contiguous
frames, and the like. A supervisory frame is used to transmit acknowledgments (ACKs
and NAKs). The message field is of variable length and is the user’s message. The frame
check sequence field is a 32-bit CRC code (some older versions use a 16-bit CRC).
High-Level Data Link Control High-level data link control (HDLC) is a formal
standard developed by the ISO often used in WANs. HDLC is essentially the same as
SDLC, except that the address and control fields can be longer. HDLC also has several
additional benefits that are beyond the scope of this book, such as a larger sliding window
for continuous ARQ. It uses a controlled-access media access protocol. One variant,
Link Access Protocol–Balanced (LAP-B), uses the same structure as HDLC but is a
scaled-down version of HDLC (i.e., provides fewer of those benefits mentioned that are
“beyond the scope of this book”). A version of HDLC called Cisco HDLC (cHDLC)
includes a network protocol field. cHDLC and HDLC have gradually replaced SDLC.
Ethernet Ethernet is a very popular LAN protocol, conceived by Bob Metcalfe in
1973 and developed jointly by Digital, Intel, and Xerox in the 1970s. Since then, Ethernet
has been further refined and developed into a formal standard called IEEE 802.3ac. There
are several versions of Ethernet in use today. Ethernet uses a contention media access
protocol.
There are several standard versions of Ethernet. Figure 4.10a shows an Ethernet
803.3ac frame. The frame starts with a 7-byte preamble which is a repeating pattern of
ones and zeros (10101010). This is followed by a start of frame delimiter, which marks
the start of the frame. The destination address specifies the receiver, whereas the source
address specifies the sender. The length indicates the length in 8-bit bytes of the message
portion of the frame. The VLAN tag field is an optional 4-byte address field used by
virtual LANs (VLANs), which are discussed in Chapter 7.
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
4.4.2 Synchronous TransmissionWith synchronous transmission, all the letters or data in one group of data are transmitted at one time as a block of data. This block of data is called a frame. For example, aterminal or personal computer will save all the keystrokes typed by the user and transmitthem only when the user presses a special “transmit” key. In this case, the start and endof the entire frame must be marked, not the start and end of each letter. Synchronoustransmission is often used on both point-to-point and multipoint circuits. For multipointcircuits, each packet must include a destination address and a source address, and mediaaccess control is important.The start and end of each frame (synchronization) sometimes is established byadding synchronization characters (SYN) to the start of the frame. Depending on theprotocol, there may be anywhere from one to eight SYN characters. After the SYNcharacters, the transmitting computer sends a long stream of data that may contain thousands of bits. Knowing what code is being used, the receiving computer counts off theappropriate number of bits for the first character, assumes this is the first character, andpasses it to the computer. It then counts off the bits for the second character, and so on.In summary, asynchronous data transmission means each character is transmittedas a totally independent entity with its own start and stop bits to inform the receivingcomputer that the character is beginning and ending. Synchronous transmission meanswhole blocks of data are transmitted as frames after the sender and the receiver havebeen synchronized.There are many protocols for synchronous transmission. We discuss four commonlyused synchronous data link protocols.Synchronous Data Link Control Synchronous data link control (SDLC) is amainframe protocol developed by IBM in 1972 that is still in use today. It uses acontrolled-access media access protocol. If you use a 3270 protocol, you’re using SDLC.Figure 4.9 shows a typical SDLC frame. Each SDLC frame begins and ends witha special bit pattern (01111110), known as the flag. The address field identifies thedestination. The length of the address field is usually 8 bits but can be set at 16 bits; allcomputers on the same network must use the same length. The control field identifies the kind of frame that is being transmitted, either information or supervisory. An informationframe is used for the transfer and reception of messages, frame numbering of contiguousframes, and the like. A supervisory frame is used to transmit acknowledgments (ACKsand NAKs). The message field is of variable length and is the user’s message. The framecheck sequence field is a 32-bit CRC code (some older versions use a 16-bit CRC).High-Level Data Link Control High-level data link control (HDLC) is a formalstandard developed by the ISO often used in WANs. HDLC is essentially the same asSDLC, except that the address and control fields can be longer. HDLC also has severaladditional benefits that are beyond the scope of this book, such as a larger sliding windowfor continuous ARQ. It uses a controlled-access media access protocol. One variant,Link Access Protocol–Balanced (LAP-B), uses the same structure as HDLC but is ascaled-down version of HDLC (i.e., provides fewer of those benefits mentioned that are“beyond the scope of this book”). A version of HDLC called Cisco HDLC (cHDLC)includes a network protocol field. cHDLC and HDLC have gradually replaced SDLC.Ethernet Ethernet is a very popular LAN protocol, conceived by Bob Metcalfe in1973 and developed jointly by Digital, Intel, and Xerox in the 1970s. Since then, Ethernethas been further refined and developed into a formal standard called IEEE 802.3ac. Thereare several versions of Ethernet in use today. Ethernet uses a contention media accessprotocol.There are several standard versions of Ethernet. Figure 4.10a shows an Ethernet803.3ac frame. The frame starts with a 7-byte preamble which is a repeating pattern ofones and zeros (10101010). This is followed by a start of frame delimiter, which marksthe start of the frame. The destination address specifies the receiver, whereas the sourceaddress specifies the sender. The length indicates the length in 8-bit bytes of the messageportion of the frame. The VLAN tag field is an optional 4-byte address field used byvirtual LANs (VLANs), which are discussed in Chapter 7.
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
4.4.2 Truyền tải đồng bộ
Với truyền đồng bộ, tất cả các chữ cái hoặc dữ liệu trong một nhóm các dữ liệu được truyền đi cùng một lúc như là một khối dữ liệu. Khối dữ liệu này được gọi là một khung. Ví dụ, một
thiết bị đầu cuối hoặc máy tính cá nhân sẽ lưu tất cả các tổ hợp phím gõ của người sử dụng và truyền tải
chúng chỉ khi người dùng nhấn một đặc biệt "truyền" phím. Trong trường hợp này, khi bắt đầu và kết thúc
của toàn bộ khung phải được đánh dấu, không bắt đầu và kết thúc của mỗi chữ cái. Đồng bộ
truyền thường được sử dụng trên cả mạng point-to-point và mạch đa điểm. Đối với đa
mạch, mỗi gói tin phải có địa chỉ đích và địa chỉ nguồn, và phương tiện truyền thông
kiểm soát truy cập là quan trọng.
Sự bắt đầu và kết thúc của mỗi khung hình (đồng bộ hóa) đôi khi được thành lập bởi
việc thêm ký tự đồng bộ (SYN) để bắt đầu của khung. Tùy thuộc vào
giao thức, có thể có từ một đến tám ký tự SYN. Sau khi SYN
ký tự, các máy tính truyền gửi một dòng dài của dữ liệu có thể chứa hàng ngàn bit. Hiểu biết những gì đang được sử dụng, máy tính nhận ra đếm các
số thích hợp của các bit cho các ký tự đầu tiên, giả định này là nhân vật đầu tiên, và
chuyển nó vào máy tính. Sau đó nó đếm tắt các bit cho nhân vật thứ hai, và như vậy.
Tóm lại, truyền tải dữ liệu không đồng bộ có nghĩa là mỗi ký tự được truyền đi
như một thực thể hoàn toàn độc lập với sự khởi đầu của mình và ngăn chặn bit để thông báo tiếp nhận
máy tính mà nhân vật này được bắt đầu và kết thúc . Truyền đồng bộ có nghĩa là
toàn bộ khối dữ liệu được truyền như các khung sau khi người gửi và người nhận đã
được đồng bộ.
Có nhiều giao thức để truyền đồng bộ. Chúng tôi thảo luận bốn thường
sử dụng các giao thức liên kết dữ liệu đồng bộ.
Synchronous Data Link Control đồng bộ điều khiển liên kết dữ liệu (SDLC) là một
giao thức máy tính lớn được phát triển bởi IBM vào năm 1972 mà vẫn còn được sử dụng ngày nay. Nó sử dụng một
kiểm soát truy cập giao thức truy cập phương tiện truyền thông. Nếu bạn sử dụng một giao thức 3270, bạn đang sử dụng SDLC.
Hình 4.9 cho thấy một khung SDLC điển hình. Mỗi khung SDLC bắt đầu và kết thúc với
một mô hình đặc biệt chút (01111110), được biết đến như là lá cờ. Trường địa chỉ xác định
điểm đến. Chiều dài của các trường địa chỉ thường là 8 bit nhưng có thể được thiết lập tại 16 bit; tất cả
các máy tính trên cùng một mạng phải sử dụng cùng độ dài. Các lĩnh vực kiểm soát xác định các loại khung đang được truyền đi, hoặc là thông tin hay giám sát. Một thông tin
khung được sử dụng cho việc chuyển giao và nhận tin nhắn, khung đánh số tiếp giáp
khung, và như thế. Một khung giám sát được sử dụng để truyền tải các báo nhận (ACK
và NAKs). Các lĩnh vực tin nhắn có độ dài biến và là thông điệp của người dùng. Khung
lĩnh vực trình tự kiểm tra là một mã CRC 32-bit (một số phiên bản cũ sử dụng 16-bit CRC).
Cấp cao Data Link Control cao cấp điều khiển liên kết dữ liệu (HDLC) là một hình thức
tiêu chuẩn được phát triển bởi các tiêu chuẩn ISO thường được sử dụng trong WAN. HDLC cơ bản cũng giống như
SDLC, ngoại trừ các trường địa chỉ và điều khiển có thể lâu hơn. HDLC cũng có một số
lợi ích bổ sung mà không thuộc phạm vi của cuốn sách này, chẳng hạn như một cửa sổ trượt lớn hơn
cho ARQ liên tục. Nó sử dụng một kiểm soát truy cập giao thức truy cập phương tiện truyền thông. Một biến thể,
Link Access Protocol-Balanced (LAP-B), sử dụng các cấu trúc tương tự như HDLC nhưng là một
phiên bản thu nhỏ của HDLC (tức là, cung cấp ít hơn những lợi ích nói rằng là
"vượt ra ngoài phạm vi của cuốn sách này"). Một phiên bản của HDLC gọi là Cisco HDLC (cHDLC)
bao gồm một lĩnh vực giao thức mạng. cHDLC và HDLC đã dần dần thay thế SDLC.
Ethernet Ethernet là một giao thức mạng LAN rất phổ biến, được hình thành bởi Bob Metcalfe trong
năm 1973 và phát triển bởi Digital, Intel và Xerox trong những năm 1970. Kể từ đó, Ethernet
tiếp tục được cải tiến và phát triển thành một tiêu chuẩn chính thức được gọi là IEEE 802.3ac. Có
rất nhiều phiên bản của Ethernet sử dụng ngày nay. Ethernet sử dụng một phương tiện truyền thông tranh truy cập
giao thức.
Có một số phiên bản tiêu chuẩn của Ethernet. Hình 4.10a cho thấy một Ethernet
khung 803.3ac. Khung bắt đầu với một đoạn đầu 7-byte mà là một mô hình lặp đi lặp lại của
những người thân và số không (10101010). Tiếp theo là một sự khởi đầu của dấu phân cách khung, đánh dấu
sự bắt đầu của khung. Địa chỉ đích xác nhận, trong khi các nguồn
địa chỉ xác định người gửi. Chiều dài chỉ ra chiều dài tính bằng byte 8-bit của thông điệp
phần của khung. Các lĩnh vực thẻ VLAN là một tùy chọn 4-byte địa chỉ trường được sử dụng bởi
các mạng LAN ảo (VLAN), mà sẽ được thảo luận trong chương 7.
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: