EXERCISE 12.0E XERCISE 12.03R EQUESTING A C ERTIFICATE FROM A W EB S...

1. You are implementing a network that will include UNIX workstations that will share filesand information with the Windows users.What protocols will you need to implement toprovide integration with UNIX machines?A. IPX/SPXB. NetBEUIC. TCP/IPD. NetBIOS over TCP/IPC. UNIX uses TCP/IP by default, and since the TCP/IP suite of protocols is standardacross platforms, HTTP and FTP can be used to share information and files.A, B, D. IPX/SPX is used with NWLink and NetWare servers. NetBEUI is no longersupported on Windows Server 2003. NetBIOS is used for NetBIOS name resolution,which is not required to access UNIX machines. It is possible to implement SAMBA, aservice that provides Server Message Block (SMB) and NetBIOS encapsulation overTCP/IP on the UNIX clients, which will enable them to use NetBIOS name resolu-tion and function as NetBIOS clients.