Network LayerThe primary function of protocols at theNetwork layer, th dịch - Network LayerThe primary function of protocols at theNetwork layer, th Việt làm thế nào để nói

Network LayerThe primary function o

Network Layer
The primary function of protocols at theNetwork layer, the third layer in the OSI model, is
to translate network addresses into their physical counterparts and decide how to route data
from the sender to the receiver. Addressing is a system for assigning unique identification
numbers to devices on a network. Each node has two types of addresses.
One type of address is called a network address.Network addressesfollow a hierarchical
addressing scheme and can be assigned through operating system software. They are hierarchical because they contain subsets of data that incrementally narrow down the location
of a node, just as your home address is hierarchical because it provides a country, state,
zip code, city, street, house number, and person’s name. Network layer address formats
differ depending on which Network layer protocol the network uses. Network addresses
are also calledNetwork layer addresses, logical addresses,orvirtual addresses. The second
type of address assigned to each node is called a physical address, discussed in detail in the
next section.
For example, a computer running on a TCP/IP network might have a Network layer address
of 10.34.99.12 and a physical address of 0060973E97F3. In the classroom example, this
addressing scheme is like saying that “Ms. Jones”and “United States citizen with Social
Security number 123-45-6789”are the same person. Even though there may be other people
named“Ms. Jones”in the United States, only one person has the Social Security number
123-45-6789. Within the confines of your classroom, however, there is only one Ms. Jones, so
you can be certain the correct person will respond when you say,“Ms. Jones?”There’snoneed
to use her Social Security number.
Network layer protocols accept the Transport layer segments and add logical addressing
information in a network header. At this point, the data unit becomes a packet. Network
layer protocols also determine the path from point A on one network to point B on another
network by factoring in:
● Delivery priorities (for example, packets that make up a phone call connected through the
Internet might be designated high priority, whereas a mass e-mail message is low priority)
● Network congestion
● Quality of service (for example, some packets may require faster, more reliable delivery)
● Cost of alternative routes
The process of determining the best path is known as routing. More formally, toroutemeans
to intelligently direct data based on addressing, patterns of usage, and availability. Because
the Network layer handles routing, routers—the devices that connect network segments and
direct data—belong in the Network layer.
Although there are numerous Network layer protocols, one of the most common, and the one
that underlies most Internet traffic, is theIP (Internet Protocol). In the example of requesting a
Web page, IP is the protocol that instructs the network where the HTTP request is coming from
and where it should go. Figure 2-7 depicts the data found in an IP packet used to contact the
Web sitewww.loc.gov/index.html.Notice the Network layer addresses, or IP addresses, in the
first line of the packet. The first, labeled“src Addr”reveals the unique IP address of the computer issuing the transmission. The next, labeled“DST Add,”indicates the unique IP address
of the receiving computer. Chapter 4 illustrates IP packets and describes them in more detail.On TCP/IP-based networks (such as the Internet), Network layer protocols can perform
an additional function called fragmentation. Infragmentation, a Network layer protocol
(such as IP) subdivides the segments it receives from the Transport layer into smaller
packets. If this process sounds familiar, it’s because fragmentation accomplishes the same
task at the Network layer that segmentation performs at the Transport layer. It ensures
that packets issued to the network are no larger than the network’s maximum transmission unit size. However, if a Transport layer protocol performs segmentation, fragmentation may not be necessary. For greater network efficiency, segmentation is preferred. Not
all Transport layer protocols are designed to accomplish segmentation. If a Transport
layer protocol cannot perform segmentation, Network layer protocols will perform fragmentation, if needed.
Data Link Layer
In the second layer of the OSI model, the Data Link layer, protocols divide data they receive
from the Network layer into distinct frames that can then be transmitted by the Physical
layer. A frame is a structured package for moving data that includes not only the raw data,
or“payload,”but also the sender’s and receiver’s network addresses, and error checking
and control information. The addresses tell the network where to deliver the frame, whereas
the error checking and control information ensure that the frame arrives without any
problems.
To understand the function of the Data Link layer fully, pretend for a moment that computers communicate as humans do. Suppose you are in Ms. Jones’s large classroom, which is
full of noisy students, and you need to ask the teacher a question. To get your message
through, you might say, “Ms. Jones? Can you explain more about the effects of railroads
on commerce in the mid-nineteenth century?”In this example, you are the sender (in a busy
network) and you have addressed your recipient, Ms. Jones, just as the Data Link layer
addresses another computer on the network. In addition, you have formatted your thought
as a question, just as the Data Link layer formats data into frames that can be interpreted
by receiving computers.What happens if the room is so noisy that Ms. Jones hears only part of your question? For
example, she might receive “on commerce in the late-nineteenth century?”This kind of
error can happen in network communications as well (because of wiring problems, for example). The Data Link layer protocols find out that information has been dropped and ask the
first computer to retransmit its message—just as in a classroom setting Ms. Jones might say,
“I didn’t hear you. Can you repeat the question?”The Data Link layer accomplishes this task
through a process called error checking.
Error checking is accomplished by a 4-byteFCS (frame check sequence)field, whose purpose
is to ensure that the data at the destination exactly match the data issued from the source.
When the source node transmits the data, it performs an algorithm (or mathematical routine)
called aCRC (cyclic redundancy check). CRC takes the values of all of the preceding fields
in the frame and generates a unique 4-byte number, the FCS. When the destination node
receives the frame, its Data Link layer services unscramble the FCS via the same CRC algorithm and ensure that the frame’s fields match their original form. If this comparison fails,
the receiving node assumes that the frame has been damaged in transit and requests that the
source node retransmit the data. Note that the receiving node, and not the sending node, is
responsible for detecting errors.
In addition, the sender’s Data Link layer waits for acknowledgment from the receiver’s
Transport layer that data was received correctly. If the sender does not get this acknowledgment within a prescribed period of time, its Data Link layer gives instruction to retransmit
the information. The Data Link layer never tries to figure out what went wrong. Similarly,
as in a busy classroom, Ms. Jones will probably say,“Pardon me?”rather than,“It sounds
as if you might have a question about railroads, and I heard only the last part of it, which
dealt with commerce, so I assume you are asking about commerce and railroads; is that correct?”Obviously, the former method is more efficient.
Another communications mishap that might occur in a noisy classroom or on a busy network is a glut of communication requests. For example, at the end of class, 20 people might
ask Ms. Jones 20 different questions at once. Of course, she can’t pay attention to all of them
simultaneously. She will probably say,“One person at a time, please,”then point to one student who asked a question. This is just like what the Data Link layer does for the Physical
layer. One node on a network (a Web server, for example) may receive multiple requests
that include many frames of data each. The Data Link layer controls the flow of this information, allowing the NIC to process data without error.
In fact, the IEEE has divided the Data Link layer into two sublayers, as shown in Figure 2-8.
The reason for this change was to allow higher-layer protocols (for example, those operating
in the Network layer) to interact with Data Link layer protocols without regard for Physical
layer specifications.
The upper sublayer of the Data Link layer, called theLLC (Logical Link Control) sublayer,
provides an interface to the Network layer protocols, manages flow control, and issues
requests for transmission for data that have suffered errors. TheMAC (Media Access Control) sublayer, the lower sublayer of the Data Link layer, manages access to the physical
medium. It appends thephysical addressof the destination computer onto the data frame.
The physical address is a fixed number associated with a device’s network interface. It is
assigned to each NIC at the factory and stored in the NIC’s on-board memory. Because this address is appended by the MAC sublayer of the Data Link layer, it is also known as aMAC
addressor aData Link layer address. Sometimes, it’s also called ahardware address.
You can find a NIC’s physical address through your computer’s protocol configuration utility
or by simply looking at the NIC. The physical address will be stamped directly onto the
NIC’s circuit board or on a sticker attached to some part of the NIC, as shown in Figure 2-9.
In Hands-On Project 2-3 at the end of this chapter, you will have a chance to discover your
computer’s physical address using both these methods.
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Network LayerThe primary function of protocols at theNetwork layer, the third layer in the OSI model, isto translate network addresses into their physical counterparts and decide how to route datafrom the sender to the receiver. Addressing is a system for assigning unique identificationnumbers to devices on a network. Each node has two types of addresses.One type of address is called a network address.Network addressesfollow a hierarchicaladdressing scheme and can be assigned through operating system software. They are hierarchical because they contain subsets of data that incrementally narrow down the locationof a node, just as your home address is hierarchical because it provides a country, state,zip code, city, street, house number, and person’s name. Network layer address formatsdiffer depending on which Network layer protocol the network uses. Network addressesare also calledNetwork layer addresses, logical addresses,orvirtual addresses. The secondtype of address assigned to each node is called a physical address, discussed in detail in thenext section.For example, a computer running on a TCP/IP network might have a Network layer addressof 10.34.99.12 and a physical address of 0060973E97F3. In the classroom example, thisaddressing scheme is like saying that “Ms. Jones”and “United States citizen with SocialSecurity number 123-45-6789”are the same person. Even though there may be other peoplenamed“Ms. Jones”in the United States, only one person has the Social Security number123-45-6789. Within the confines of your classroom, however, there is only one Ms. Jones, soyou can be certain the correct person will respond when you say,“Ms. Jones?”There’snoneedto use her Social Security number.Network layer protocols accept the Transport layer segments and add logical addressinginformation in a network header. At this point, the data unit becomes a packet. Networklayer protocols also determine the path from point A on one network to point B on anothernetwork by factoring in:● Delivery priorities (for example, packets that make up a phone call connected through theInternet might be designated high priority, whereas a mass e-mail message is low priority)● Network congestion● Quality of service (for example, some packets may require faster, more reliable delivery)● Cost of alternative routesThe process of determining the best path is known as routing. More formally, toroutemeansto intelligently direct data based on addressing, patterns of usage, and availability. Becausethe Network layer handles routing, routers—the devices that connect network segments anddirect data—belong in the Network layer.Although there are numerous Network layer protocols, one of the most common, and the onethat underlies most Internet traffic, is theIP (Internet Protocol). In the example of requesting aWeb page, IP is the protocol that instructs the network where the HTTP request is coming from
and where it should go. Figure 2-7 depicts the data found in an IP packet used to contact the
Web sitewww.loc.gov/index.html.Notice the Network layer addresses, or IP addresses, in the
first line of the packet. The first, labeled“src Addr”reveals the unique IP address of the computer issuing the transmission. The next, labeled“DST Add,”indicates the unique IP address
of the receiving computer. Chapter 4 illustrates IP packets and describes them in more detail.On TCP/IP-based networks (such as the Internet), Network layer protocols can perform
an additional function called fragmentation. Infragmentation, a Network layer protocol
(such as IP) subdivides the segments it receives from the Transport layer into smaller
packets. If this process sounds familiar, it’s because fragmentation accomplishes the same
task at the Network layer that segmentation performs at the Transport layer. It ensures
that packets issued to the network are no larger than the network’s maximum transmission unit size. However, if a Transport layer protocol performs segmentation, fragmentation may not be necessary. For greater network efficiency, segmentation is preferred. Not
all Transport layer protocols are designed to accomplish segmentation. If a Transport
layer protocol cannot perform segmentation, Network layer protocols will perform fragmentation, if needed.
Data Link Layer
In the second layer of the OSI model, the Data Link layer, protocols divide data they receive
from the Network layer into distinct frames that can then be transmitted by the Physical
layer. A frame is a structured package for moving data that includes not only the raw data,
or“payload,”but also the sender’s and receiver’s network addresses, and error checking
and control information. The addresses tell the network where to deliver the frame, whereas
the error checking and control information ensure that the frame arrives without any
problems.
To understand the function of the Data Link layer fully, pretend for a moment that computers communicate as humans do. Suppose you are in Ms. Jones’s large classroom, which is
full of noisy students, and you need to ask the teacher a question. To get your message
through, you might say, “Ms. Jones? Can you explain more about the effects of railroads
on commerce in the mid-nineteenth century?”In this example, you are the sender (in a busy
network) and you have addressed your recipient, Ms. Jones, just as the Data Link layer
addresses another computer on the network. In addition, you have formatted your thought
as a question, just as the Data Link layer formats data into frames that can be interpreted
by receiving computers.What happens if the room is so noisy that Ms. Jones hears only part of your question? For
example, she might receive “on commerce in the late-nineteenth century?”This kind of
error can happen in network communications as well (because of wiring problems, for example). The Data Link layer protocols find out that information has been dropped and ask the
first computer to retransmit its message—just as in a classroom setting Ms. Jones might say,
“I didn’t hear you. Can you repeat the question?”The Data Link layer accomplishes this task
through a process called error checking.
Error checking is accomplished by a 4-byteFCS (frame check sequence)field, whose purpose
is to ensure that the data at the destination exactly match the data issued from the source.
When the source node transmits the data, it performs an algorithm (or mathematical routine)
called aCRC (cyclic redundancy check). CRC takes the values of all of the preceding fields
in the frame and generates a unique 4-byte number, the FCS. When the destination node
receives the frame, its Data Link layer services unscramble the FCS via the same CRC algorithm and ensure that the frame’s fields match their original form. If this comparison fails,
the receiving node assumes that the frame has been damaged in transit and requests that the
source node retransmit the data. Note that the receiving node, and not the sending node, is
responsible for detecting errors.
In addition, the sender’s Data Link layer waits for acknowledgment from the receiver’s
Transport layer that data was received correctly. If the sender does not get this acknowledgment within a prescribed period of time, its Data Link layer gives instruction to retransmit
the information. The Data Link layer never tries to figure out what went wrong. Similarly,
as in a busy classroom, Ms. Jones will probably say,“Pardon me?”rather than,“It sounds
as if you might have a question about railroads, and I heard only the last part of it, which
dealt with commerce, so I assume you are asking about commerce and railroads; is that correct?”Obviously, the former method is more efficient.
Another communications mishap that might occur in a noisy classroom or on a busy network is a glut of communication requests. For example, at the end of class, 20 people might
ask Ms. Jones 20 different questions at once. Of course, she can’t pay attention to all of them
simultaneously. She will probably say,“One person at a time, please,”then point to one student who asked a question. This is just like what the Data Link layer does for the Physical
layer. One node on a network (a Web server, for example) may receive multiple requests
that include many frames of data each. The Data Link layer controls the flow of this information, allowing the NIC to process data without error.
In fact, the IEEE has divided the Data Link layer into two sublayers, as shown in Figure 2-8.
The reason for this change was to allow higher-layer protocols (for example, those operating
in the Network layer) to interact with Data Link layer protocols without regard for Physical
layer specifications.
The upper sublayer of the Data Link layer, called theLLC (Logical Link Control) sublayer,
provides an interface to the Network layer protocols, manages flow control, and issues
requests for transmission for data that have suffered errors. TheMAC (Media Access Control) sublayer, the lower sublayer of the Data Link layer, manages access to the physical
medium. It appends thephysical addressof the destination computer onto the data frame.
The physical address is a fixed number associated with a device’s network interface. It is
assigned to each NIC at the factory and stored in the NIC’s on-board memory. Because this address is appended by the MAC sublayer of the Data Link layer, it is also known as aMAC
addressor aData Link layer address. Sometimes, it’s also called ahardware address.
You can find a NIC’s physical address through your computer’s protocol configuration utility
or by simply looking at the NIC. The physical address will be stamped directly onto the
NIC’s circuit board or on a sticker attached to some part of the NIC, as shown in Figure 2-9.
In Hands-On Project 2-3 at the end of this chapter, you will have a chance to discover your
computer’s physical address using both these methods.
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Network Layer
Chức năng chính của giao thức ở lớp theNetwork, lớp thứ ba trong mô hình OSI, là
để dịch địa chỉ mạng vào đối tác vật lý của họ và quyết định làm thế nào để định tuyến dữ liệu
từ người gửi đến người nhận. Giải quyết là một hệ thống giao nhận dạng duy nhất
con số để thiết bị trên mạng. Mỗi nút có hai loại địa chỉ.
Một loại địa chỉ được gọi là một address.Network mạng addressesfollow một thứ bậc
án giải quyết và có thể được gán thông qua phần mềm hệ điều hành. Họ là phân cấp, vì chúng có chứa các tập con của dữ liệu mà từng bước thu hẹp vị trí
của một nút, giống như địa chỉ nhà của bạn là phân cấp bởi vì nó cung cấp một quốc gia, tiểu bang,
mã vùng, thành phố, đường phố, số nhà, và người của tên. Mạng lưới các định dạng địa chỉ lớp
khác nhau tùy thuộc vào giao thức lớp mạng mà mạng sử dụng. Địa chỉ mạng
cũng là những địa chỉ lớp calledNetwork, địa chỉ logic, địa chỉ orvirtual. Thứ hai
loại địa chỉ được gán cho mỗi nút được gọi là địa chỉ vật lý, thảo luận chi tiết trong các
phần tiếp theo.
Ví dụ, một máy tính chạy trên một mạng TCP / IP có thể có một địa chỉ lớp mạng
của 10.34.99.12 và một địa chỉ vật lý của 0060973E97F3. Trong ví dụ lớp học, điều này
sơ đồ địa chỉ cũng giống như nói rằng "Bà Jones "và" công dân Hoa Kỳ với xã hội
an ninh số 123-45-6789 "là cùng một người. Mặc dù có thể có những người khác
có tên là "Ms. Jones "tại Hoa Kỳ, chỉ có một người có số An Sinh Xã Hội
123-45-6789. Trong giới hạn về lớp học của bạn, tuy nhiên, chỉ có một bà Jones, vì vậy
bạn có thể chắc chắn đúng người sẽ phản ứng khi bạn nói, "Bà. Jones? "There'snoneed
sử dụng cô an sinh xã hội.
Giao thức lớp mạng chấp nhận các phân đoạn lớp Giao thông vận tải và thêm giải quyết hợp lý
các thông tin trong một tiêu đề mạng. Tại thời điểm này, các đơn vị dữ liệu sẽ trở thành một gói. Mạng lưới
giao thức lớp cũng xác định đường đi từ điểm A trên một mạng tới điểm B trên một
mạng bằng cách xem xét:
ưu tiên ● Giao hàng (ví dụ, các gói tin đó tạo nên một cuộc gọi điện thoại được kết nối thông qua
Internet có thể được chỉ định ưu tiên cao, trong khi đó một khối lượng nhắn e-mail là thấp ưu tiên)
● Mạng tắc nghẽn
● Chất lượng dịch vụ (ví dụ, một số gói có thể yêu cầu nhanh hơn, đáng tin cậy hơn giao hàng)
● Chi phí của các tuyến đường thay thế
Quy trình xác định đường đi tốt nhất được biết đến như là định tuyến. Chính thức hơn, toroutemeans
để dữ liệu một cách thông minh dựa vào việc định địa chỉ, mô hình sử dụng, và tính sẵn sàng. Bởi vì
các lớp mạng xử lý định tuyến, bộ định tuyến các thiết bị kết nối các phân đoạn mạng và
trực tiếp dữ liệu thuộc về lớp mạng.
Mặc dù có rất nhiều giao thức lớp mạng, một trong những phổ biến nhất, và một trong những
làm nền tảng cho giao thông Internet nhất, là theIP (Giao thức Internet). Trong ví dụ của việc yêu cầu một
trang web, IP là giao thức mà chỉ thị các mạng mà các yêu cầu HTTP đến từ
và nơi cần đi. Hình 2-7 mô tả các dữ liệu tìm thấy trong một gói tin IP được sử dụng để liên lạc với các
Web sitewww.loc.gov/index.html.Notice các địa chỉ lớp mạng, hoặc địa chỉ IP, trong
dòng đầu tiên của gói tin. Việc đầu tiên, có nhãn "src Addr" tiết lộ địa chỉ IP duy nhất của máy tính cấp việc truyền tải. Tiếp theo, dán nhãn "DST Thêm", chỉ ra địa chỉ IP duy nhất
của máy tính nhận. Chương 4 minh họa các gói tin IP và mô tả chúng trong nhiều mạng detail.On TCP / IP dựa trên (như Internet), các giao thức lớp mạng có thể thực hiện
một chức năng bổ sung gọi là phân mảnh. Infragmentation, một giao thức lớp mạng
(như IP) subdivides các phân đoạn mà nó nhận được từ các lớp Giao thông vận tải thành nhỏ hơn
gói. Nếu quá trình này nghe có vẻ quen thuộc, đó là bởi vì phân mảnh thực hiện giống
nhiệm vụ tại tầng mạng rằng phân khúc thực hiện ở lớp Transport. Nó đảm bảo
rằng các gói cấp cho mạng lưới là không lớn hơn tối đa kích thước đơn vị truyền dẫn của mạng. Tuy nhiên, nếu một giao thức lớp Transport thực hiện phân khúc, phân mảnh có thể không cần thiết. Đối với hiệu quả mạng lưới lớn hơn, phân khúc được ưa thích. Không
tất cả các giao thức lớp Transport được thiết kế để thực hiện phân khúc. Nếu một Giao thông vận tải
giao thức lớp không thể thực hiện phân đoạn, các giao thức lớp mạng sẽ thực hiện phân mảnh, nếu cần thiết.
Data Link layer
Lớp thứ hai của mô hình OSI, lớp liên kết dữ liệu, giao thức phân chia dữ liệu mà họ nhận được
từ tầng mạng thành các khung riêng biệt mà có thể sau đó được truyền qua vật lý
lớp. Một khung hình là một gói có cấu trúc để chuyển dữ liệu đó không chỉ bao gồm các dữ liệu thô,
hoặc "tải trọng", nhưng cũng kiểm tra của người gửi và địa chỉ mạng của máy thu, và lỗi
và kiểm soát thông tin. Các địa chỉ cho mạng nơi để cung cấp các khung hình, trong khi
các kiểm tra lỗi và kiểm soát thông tin đảm bảo rằng frame đến mà không có bất kỳ
vấn đề.
Để hiểu được chức năng của các lớp liên kết dữ liệu đầy đủ, giả vờ cho một thời điểm mà các máy tính giao tiếp như con người. Giả sử bạn đang ở trong lớp học lớn của bà Jones, đó là
đầy đủ của sinh viên ồn ào, và bạn cần phải hỏi thầy một câu hỏi. Để nhận được tin nhắn của bạn
thông qua, có thể nói, "Bà Jones? Bạn có thể giải thích thêm về những ảnh hưởng của tuyến đường sắt
trên thương mại vào giữa thế kỷ XIX? "Trong ví dụ này, bạn là người gửi (trong một bận rộn
mạng) và bạn đã giải quyết nhận của bạn, bà Jones, chỉ là lớp liên kết dữ liệu
địa chỉ một máy tính khác trên mạng. Ngoài ra, bạn có định dạng suy nghĩ của bạn
như là một câu hỏi, cũng giống như các định dạng lớp Data Link dữ liệu vào khung hình có thể được giải thích
bằng cách nhận computers.What xảy ra nếu phòng quá ồn ào mà bà Jones nghe chỉ là một phần của câu hỏi của bạn? Ví
dụ, cô ấy có thể nhận được "về thương mại ở cuối thế kỷ XIX?" Đây là loại
lỗi có thể xảy ra trong truyền thông mạng cũng (vì những vấn đề hệ thống dây điện, ví dụ). Các giao thức lớp liên kết dữ liệu tìm hiểu thông tin đó đã được giảm xuống và yêu cầu
máy tính đầu tiên truyền lại nó nhắn cũng giống như trong một lớp học thiết Bà Jones có thể nói,
"Tôi không nghe thấy bạn. Bạn có thể lặp lại các câu hỏi? "Các lớp liên kết dữ liệu hoàn thành nhiệm vụ này
thông qua một quá trình được gọi là kiểm tra lỗi.
Lỗi kiểm tra được thực hiện bởi một 4-byteFCS (chuỗi kiểm tra frame) lĩnh vực, mà mục đích
là để đảm bảo rằng các dữ liệu tại các điểm đến chính xác những trận đấu các dữ liệu được cấp phát từ nguồn.
Khi nút nguồn truyền dữ liệu, nó thực hiện một thuật toán (hay thói quen toán học)
gọi aCRC (cyclic redundancy check). CRC mất các giá trị của tất cả các trường trước
trong khung hình và tạo ra một số 4 byte duy nhất, FCS. Khi node đích
nhận được frame, dịch vụ của tầng liên kết dữ liệu của nó xắp xếp lại các FCS qua các thuật toán CRC cùng và đảm bảo rằng các lĩnh vực của khung phù hợp với hình thức ban đầu của họ. Nếu so sánh này không thành công,
nút nhận giả định rằng các khung đã bị hư hỏng trong quá cảnh và yêu cầu các
nút nguồn truyền lại dữ liệu. Lưu ý rằng nút nhận, và không phải là nút gửi, là
trách nhiệm phát hiện lỗi.
Ngoài ra, Data Link layer đợi của người gửi để xác nhận từ người nhận
lớp Transport rằng dữ liệu đã được xác nhận. Nếu người gửi không có được sự thừa nhận điều này trong một thời gian quy định thời gian, lớp liên kết dữ liệu của nó cho hướng dẫn để truyền lại
các thông tin. Các lớp liên kết dữ liệu không bao giờ cố gắng để tìm ra những gì đã đi sai. Tương tự như vậy,
như trong một lớp học bận rộn, bà Jones có thể sẽ nói, "Xin lỗi?" Chứ không phải là, "Có vẻ
như nếu bạn có thể có một câu hỏi về đường sắt, và tôi nghe thấy chỉ là phần cuối cùng của nó, mà
xử lý thương mại , vì vậy tôi giả sử bạn đang hỏi về thương mại và đường sắt; là đúng? "Rõ ràng, các phương pháp cũ là hiệu quả hơn.
Một rủi ro thông tin liên lạc có thể xảy ra trong một lớp học ồn ào hoặc trên một mạng lưới bận rộn là một thị trường bất yêu cầu thông tin liên lạc. Ví dụ, ở cuối lớp, 20 người có thể
hỏi bà Jones 20 câu hỏi khác nhau cùng một lúc. Tất nhiên, cô không thể chú ý đến tất cả chúng
cùng một lúc. Cô có thể sẽ nói, "Một người tại một thời điểm, xin vui lòng", sau đó trỏ đến một sinh viên hỏi một câu hỏi. Điều này cũng giống như những gì các lớp liên kết dữ liệu không cho các Physical
layer. Một nút trên mạng (một máy chủ Web, ví dụ) có thể nhận được nhiều yêu cầu
bao gồm nhiều khung dữ liệu mỗi. Các lớp liên kết dữ liệu kiểm soát dòng chảy của thông tin này, cho phép các NIC để xử lý dữ liệu mà không có lỗi.
Trong thực tế, IEEE đã chia lớp liên kết dữ liệu thành hai lớp con, như thể hiện trong hình 2-8.
Lý do cho sự thay đổi này là để cho phép các giao thức lớp cao hơn (ví dụ, những người hoạt động
trong lớp Network) để tương tác với các lớp giao thức liên kết dữ liệu mà không quan tâm vật lý
kỹ thuật lớp.
Lớp con trên của lớp liên kết dữ liệu, gọi là theLLC (Logical Link Control), lớp con,
cung cấp một giao diện với các giao thức lớp mạng, quản lý kiểm soát dòng chảy, và các vấn đề
yêu cầu để truyền cho rằng dữ liệu đã bị lỗi. TheMAC (Media Access Control), lớp con, lớp con dưới của lớp liên kết dữ liệu, quản lý truy cập đến thể chất
trung bình. Nó gắn thêm thephysical địa chỉ cơ máy tính đích vào khung dữ liệu.
Các địa chỉ vật lý là một số cố định liên quan đến giao diện mạng của thiết bị. Nó được
gán cho mỗi NIC tại nhà máy và được lưu trữ trong bộ nhớ on-board của NIC. Bởi vì địa chỉ này được nối thêm bởi lớp con MAC của lớp liên kết dữ liệu, nó còn được gọi là AMAC
addressor địa chỉ lớp ADATA Link. Đôi khi, nó còn được gọi là ahardware địa chỉ.
Bạn có thể tìm thấy địa chỉ vật lý của NIC thông qua tiện ích cấu hình giao thức máy tính của bạn
hoặc chỉ đơn giản nhìn vào NIC. Các địa chỉ vật lý sẽ được đóng dấu trực tiếp vào
bảng mạch của NIC hoặc một sticker gắn liền với một số phần của NIC, như thể hiện trong hình 2-9.
Trong Hands-On Dự án 2-3 ở cuối chương này, bạn sẽ có một cơ hội để khám phá của bạn
địa chỉ vật lý của máy tính bằng cách sử dụng cả hai phương pháp này.
đ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 ©2024 I Love Translation. All reserved.

E-mail: