CHAPTER 23
QUIZ ANSWERS:
1. b) 48 bits length
2. b) 32 bits
3. c) ATM
4. b) False
10. HIS and RIS differ in that RIS can be integrated with the DICOM standards whereas
HIS is incorporated with the HL7 standards.
PROBLEMS ANSWERS:
Students should research the answers for Problems 14 on their own.
5. The subnet address is the logical AND between 210.20.20.38 and the mask
255.255.255.240. The result is 210.20.20.32. The first IP is 210.20.20.33 and the last IP
is 210.20.20.46.
7. router> en
Router#> config t
Router(config)> int fa0/0
Router(config)> ip address 192.10.10.1 255.255.255.0
Router(config)> no shut
Router(config)> router rip
Router(config)> network 192.10.10.0
Router(config)> exit
Router#> exit
Router>