1. 2-3 sentences, define each of the following terms as they relate to UNIX and the Internet: a) Port b) Client c) IP address d) Server e) Protocol f) Nslookup g) Usenet h) Traceroute i) lynx j) ftp 2. What is the importance and/or use of the program Telnet? 3. My co-worker Mark and I both regularly ...continues
4. I was recently working on our mainframe UNIX system, and suddenly I received a message that the server needed to be rebooted on my screen. I asked around and everyone in my department got the same message. How did our UNIX administrator distribute this message to all of people logged into the system at the time, without using ...continues
What are the fundamental differences between Windows, Mac OS, UNIX, and Linux operating systems for personal computers? What unique characteristics do mainframe operating systems have? Post 200-300 word. Thanks.
Imagine that you acting as an IT consultant for them. What software solutions would you recommend to your executives based on their needs? Explain your answer. Meredith (President and Owner) “My main concern is understanding how software will help the company so that I can make an informed investment decision. In addition ...continues
What is the difference between binary and general semaphores? Stallings
Problem: a concurrent program with two processes, p and q,defined as follows, A,B,C,D, and E are arbitrary atomic (indivisible) statements. Assume that the main program (not shown) does a parbegin of the two processes. void p() { A; B; C; } void q() { D; E; } Show all the possible interleavings of the ...continues
Why is it not possible to enforce memory protection at compile time?
Compute the size of pointer to a partition in the process table, under fixed partitioning scheme.
Consider a fixed partitioning scheme with equal-size partitions of 2^16 bytes and a total main memory size of 2^24 bytes. A process table is maintained that includes a pointer to a partition for each resident process. How many bits are required for the pointer?
Consider a simple paging system with the following parameters: 2^32 bytes of physical memory, page size of 2^10 bytes, and 2^16 pages of logical address space. a. How many bits are in a logical address? b. How many bytes in a frame? c. How many bits in the physical address specify the frame? d. How many entries in the ...continues
Why is the principle of locality crucial to the use of virtual memory?
Why is the principle of locality crucial to the use of virtual memory?