Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.
Question: We have notebooks running Windows for Workgroups at location A that need to be able to dial up location B and run a DOS application on a PC. We
Question: Rights control to the NetWare 4.x file system simplified Answer: While using Novell NetWare 3.1x, administrators used the familiar “grant” command to control user rights to files and directories
Question: I have a 28.8 Kbps modem. Why do I always connect at 2400 baud? How can I realize the full potential of my modem? Answer: The 28.8 modem is
Question: Using TCP/IP on AS/400 midrange system Answer: The AS/400 midrange system with the V3R1 release of its operating system,OS/400, provides a means to implement TCP/IP as a communications protocol.Achieving
Question: How do I use the “NLIST” command in Novell 4.x effectively? Answer: The “NLIST” command is a very powerful tool that gives you access to a myriad of information
Question: How do I utilize Novell’s auditing features to audit various events on a NetWare 4.x server? Answer: The auditing features are available via the auditcon command in Novell4.x. This
Question: What is the difference between a null modem link and IPX-based links? Answer: There is a fundamental difference. IPX is a packet protocol, which means information is transported in
Question: We have a mixed UNIX/NetWare environment. How can we make our Netware queues available on UNIX? Answer: You’ll need the NetWare/IP product from Novell. This will let you configure
Question: How does Frame Relay compare with X.25? Answer: X.25 is a packet-switched technology, which implies that data is transmitted inunits called packets. In many ways, X.25 can be considered
Question: Is it possible to connect two nodes without a hub? If so, what type of cable do I need? Answer: Yes, it is possible. You need a “cross-over 10BaseT
Question: We are on a mixed Novell/Windows NT network. How can our users automatically log on to the Novell server without having to type the user ID/password combination twice? Answer:
Question: What is the importance of ATM LAN Emulation? Answer: Local Area Network Emulation (LANE) has been proposed as a way to bring thepower of ATM to the user’s desktop
Question: I’m concerned about the order in which images I use on a site are loaded. Specifically, I want toload certain images before others. Any ideas? Answer: There are three
Question: I am trying to create a pull-down menu for my Web page, and it is not working. Answer: The syntax for creating a pull-down menu is as follows:Pull-down Menu:
Question: What are virtual LANs and how do they function? Answer: Virtual LANs, as the name indicates, are software-defined groups of localarea network nodes. These nodes are comprised of workstations,
Question: I submitted a question last week about a problem I was having concerning the correct display of link colors on my home page. How long does it usually take
Question: I have written code in HTML to create my personal home page. How do I execute it? Answer: HTML is not a programming language, so it will not execute.
Question: With multiple Novell 4.x servers on a common backbone, once a user has logged into his/her home server and needs to map a drive to another accessible server on
Question: Please compare (in terms of advantages and disadvantages) the networked printer (with a network card) and the shared local printer (connected to one of the workstations). My hunch is
Question: I’ve inherited responsibility for a NetWare 3.11 LAN with 200+ users. How can I create a report/file that will provide me detailed information regarding each user, which groups he/she
Question: I want to connect two office computers together temporarily via Ethernet 10BaseT without a concentrator. I believe I use the 1, 2, 3 and 6 wires in an eight-wire
Question: Using a dual Ethernet/28.8 PC card in an NT 4.0 portable, there doesn’t appear to be a way to disable the Ethernet side of the card while leaving the
Question: What is the anatomy of an IP datagram? Answer: The minimum length of the IP header is 20 bytes.Version:Four bits are reserved for the IP version information. We are
Question: How can I configure NetWare Admin (Novell NetWare 4.0) to run on Windows 95? Answer: To use NetWare Admin for Windows 95 the following steps are required:Install a client
Question: Why does the *local* token ring network stop functioning when the DSU is disconnected from the MAU? It does not appear that MAUs have any “logic” in them. Answer:
Question: Printing from Macs in a NetWare 3.1x or 4.x environment Answer: Novell NetWare allows Macintosh clients to access file and print services via Mac support NLMs that are loaded
Question: OSPF — Open Shortest Path First — the mechanism behind this link state routing protocol Answer: OSPF is an IP routing protocol. It is registered with the Network Information
Question: What is the simplest way to physically link two separate local networks comprised of an NT 4.0 server, individual demarcation point and hub, and 1 Mac OS Server Network,
Question: What’s the best way to read in an integer fromthe keyboard for further use? Answer: You can probably find numerous examples of this by browsing through theJava section here
Question: How can I delete all data from a table using a join?For example, the SELECT statement would be: SELECT * FROM Master AS A, Detail AS B WHERE A.price