hyndb
[TCP/IP] 8장 연습문제 - 주관식 본문
1. Is the size of the ARP packet fixed? Explain.
A: ARP 패킷의 크기는 고정적이지 않고 가변적
2.What is the size of an ARP packet when the protocol is IP and the hardware is Ethernet?
A: 8 + 12 + 8 = 28 bytes
general header + physical addresses(송신자 하드웨어 주소 6 + 수신자 하드웨어 주소 6) + IP addresses(송신자 IP 주소 4 + 수신자 IP 주소 4)
3.What is the size of an Ethernet frame carrying an ARP packet?
A: ARP 패킷은 일반적으로 최소 이더넷 페이로드보다 작다. -> 이더넷 프레임의 크기는 72바이트
4.What is the broadcast address for Ethernet?
A: 0xFFFFFFFFFFFF
5.A router with IP address 125.45.23.12 and Ethernet physical address 23:45:AB:4F:67:CD has received a packet for a host destination with IP address 125.11.78.10 and Ethernet physical address AA:BB:A2:4F:67:CD. ( IP 주소가 125.45.23.12이고 이더넷 물리 주소가 23:45:AB:4F:67:CD인 라우터가 IP 주 소가 125.11.78.10이고 이더넷 물리 주소가 AA:BB:A2:4F:67:CD인 목적지 호스트로 전 송되고자 하는 패킷을 수신하였다)
a. Show the entries in the ARP request packet sent by the router. Assume no subnetting. ( 서브넷팅이 없다고 가정하였을 때 라우터에 의해 보내어진 ARP 요청 패킷의 엔트리 를 보여라.)
b. Show the entries in the ARP packet sent in response to part a. ( 문제 a의 요청 패킷에 대해 응답으로 보내지는 ARP 패킷의 엔트리를 보여라.)
c. Encapsulate the packet made in part a in a data link frame. Fill in all the fields. ( 문제 a의 결과로 생성된 패킷을 데이터링크 프레임으로 캡슐화하라. 모든 필드를 채 워라.)
d. Encapsulate the packet part b in a data link frame. Fill in all the fields. ( b 문제의 결과 패킷을 데이터링크 프레임으로 캡슐화하라. 모든 필드를 채워라.)
A:
6. A router with IP address 195.5.2.12 and Ethernet physical address AA:25:AB:1F:67:CD has received a packet for a destination with IP address 185.11.78.10. When the router checks its routing table, it finds out the packet should be delivered to a router with IP address 195.5.2.6 and Ethernet physical address AD:34:5D:4F:67:CD. ( IP 주소가 195.5.2.12이고, 이더넷 물리 주소가 AA:25:AB:1F:67:CD인 라우터가 IP 주소 가 185.11.78.10인 목적지로 전송되고자 하는 패킷을 수신하였다. 라우터가 라우팅 테이블 을 검사한 결과 이 패킷은 IP 주소가 195.5.2.6이고 이더넷 주소가 AD:34:5D:4F:67:CD인 라우터로 전달되어야 함을 알 수 있었다.)
a. Show the entries in the ARP request packet sent by the router. Assume no subnetting.
b. Show the entries in the ARP packet sent in response to part a.
c. Encapsulate the packet made in part a in the data link layer. Fill in all the fields.
d. Encapsulate the packet made in part b in a data link frame. Fill in all the fields.
A:
7. Show the contents of ATMARP inverse packets exchanged between two routers that have a PVC connection. The IP addresses are 172.14.20.16/16 and 180.25.23.14/24. Choose two arbitrary 20-byte physical addresses. Use hexadeci mal values in filling the fields. (PVC 연결을 갖는 두 라우터 사이에 교환되는 ATMARP 인버스 패킷들의 내용을 보여 라. IP 주소들은 각각 172.14.20.16/16과 180.25.23.14/24이다. 물리 주소는 각각 임의의 20바이트를 선택하라. 필드를 채울 때 16진수를 사용하라.)
A:
8. Show the contents of ATMARP packets (request and reply) exchanged between a router and a server. The IP address of the router is 14.56.12.8/16 and the IP address of the server is 200.23.54.8/24. Choose two arbitrary 20-byte physical addresses. Use hexadecimal values in filling the fields. ( 라우터와 서버 사이에 교환되는 ATMARP 패킷들(요청 및 응답)의 내용을 보여라. 라우 터의 IP 주소는 14.56.12.8/16이고 서버의 IP 주소는 200.23.54.8/24이다. 물리 주소는 각각 임의의 20바이트를 선택하라. 필드를 채울 때 16진수를 사용하라.)
A:
9. Add IP addresses for the routers in Figure 8.12. Note that the prefix in each LIS must be the same, but it must be different for the two LISs. Note also that the routers that belong to two LISs must have two IP addresses. ( 그림 8.12에서 라우터에 IP 주소를 첨부하라. 각 LIS에서는 프리픽스들이 같아야 하지만 두 LIS에 대해 서로 달라야 한다는 것을 주의하라. 또한 두 개의 LIS에 속한 라우터들은 두 개의 IP 주소를 가져야 한다는 것도 주의하라.)
A:
10. An ATMARP packet must also be carried in cells. How many cells are needed to carry an ATMARP packet discussed in this chapter? ( ATMARP 패킷은 셀로 운반되어야 한다. 이 장에서 논의한 ATMARP 패킷을 운반하기 위해서는 몇 개의 셀이 필요한가?)
A: 60bytes in length, 각 셀은 48bytes를 챙길 수 있다. 그래서 2셀이 더 필요하다.
'TCP IP > 연습문제' 카테고리의 다른 글
[TCP/IP] 10장 연습문제 - 객관식 (0) | 2024.11.08 |
---|---|
[TCP/IP] 9장 연습문제 - 객관식 (2) | 2024.11.08 |
[TCP/IP] 6장 연습문제 - 객관식 (1) | 2024.10.06 |
[TCP/IP] 5장 연습문제 - 객관식 (0) | 2024.10.05 |
[TCP/IP] 7장 연습문제 - 주관식 (0) | 2024.09.27 |