Sie sind auf Seite 1von 117

� � #ࡱ# � ################>### � �

#################c###########e####### � � � � # # ##b### � � � � � � � � � � � � � � � � � � � � � � � � �
��� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �
��� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �
��� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �
��� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �
��� � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �
### � # � ############### � &####bjbj � � � � # # ################

###.>## � � # # � � # # � # ############################## � � ########## � � # ######### � � # #########


######## � ##### � ####### � ### � ####### � ####### � ####### � ####### � ############### � #######
####### ####### #######
###4###T###$### � ####### � N##2### � ####### � ####### � ####### � ####### � #######_#######_###
####_#######&N######(N######(N######(N######(N######(N######(N##$### � O##h###AR## � ##
#LN###################### � #######_#######################_#######_#######_#######_#
######LN############## � ####### � ####### � ############### � ### � ###aN######O#######O####
###O#######_### � ### � ####### � ####### � ####### � #######&N##############O###############
########################################_#######&N##############O#######O###2###ZH#
# � ### � ####### � ###############################################################:M####
## � #######x###
### � � y � � � � # # # ######
#######)###j###2J##.###########&N######wN##0### � N######`J## � ### � R###### � ### � ### � R##
\###:M#############################################################################
# � R############## � #######:M## � ###_#######_#######O#######_#######_#################
######################_#######_#######_#######LN######LN###########################
###########9#######################################_#######_#######_####### � N######
_#######_#######_#######_############### � ####### � ####### � ###d
########## � ####### � ####### � ############### � ####### � ####### � ####### � ####### � ####### �
####### � ####### � ####### � ####### � � � � # # ####
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#################################################################################ST
UDY GUIDE � FINAL EXAMIntroduction/ReviewBe able to define system call, mode
switch, context switch. Know the purpose of each. Be able to reproduce the
process state transition diagram and describe the characteristics of each state and
the kinds of events that cause state transitions.Know the difference between
deadlock and starvation.Kernel Architectures & Virtual Machine MonitorsWhat is the
motivation for developing microkernel and other extensible operating system
architectures?.(What problem do they address?)Be able to briefly describe the main
mechanism used in SPIN (extensions) and Exokernel (library operating systems) and
explain how the mechanisms address the problem mentioned above. Be able to define
virtual machine and virtual machine monitor. Know the difference between full
virtualization and para-virtualization.What are the advantages of virtual machine
technology?Distributed Systems � Introduction and ArchitecturesWhat is middleware?
How does it contribute to transparency (single system image) in distributed
systems?What are some techniques for adding transparency into a distributed system?
Discuss scalability in distributed systems and be familiar with various scaling
techniques. Be able to compare cluster computer systems and grid computer systems.
Be able to compare centralized (client/server) and decentralized (peer-to-peer)
architectures for distributed systems.What is the main difference between
structured and unstructured P2P systems?Identify Distributed Hash Tables and the
Chord algorithm; understand their purpose.Processes, Threads, Virtual Machines in
Distributed SystemsThreads/lightweight processes � what are they, why are they
usefulWhat are the benefits of a multithreaded server? What is the role of
virtualization in distributed systems?Communication in Distributed SystemsWhat is
the difference between reliable and unreliable communication?What is the difference
between a synchronous and an asynchronous primitive?Understand the structure and
operation of Remote Procedure Calls and why they may be preferred to messages.
Synchronization, Mutual Exclusion, Transactions, Data-race DetectionDefinitions:
mutual exclusion, critical section, data race, etc.Know the characteristics of the
producer/consumer and readers/writers problem. Know how the P and V operations on
semaphores work. Be able to state the algorithm that was presented in class, and
know how to apply it in situations such as the homework problems or class examples.
What is Lamport � s happened-before relation? Know the three components of the
definition. Understand the difference between causally related events and
concurrent events. How does � happens-before � differ (in purpose or application)
from total ordering?What is the biggest shortcoming associated with Lamport � s
virtual clocks? What is the advantage of vector clocks over Lamport clocks?Given
the four algorithms for ensuring mutual exclusion in a distributed environment, be
able to explain #a) how the algorithm works#b) how a process knows when it
can enter the critical section#c) the main problems associated with this
algorithm #d) how fault tolerant the algorithm is (justify your answer)#e)
how efficient they are, in terms of message overhead.Be able to define
� transaction � , explain the four ACID properties (especially atomicity and
isolation), and describe what it means for a transaction to � commit � .What is the
main problem addressed by RaceTrack and Eraser? Briefly, how do each of these
algorithms approach the problem?Why might a distributed system need an election
algorithm?Distributed System Principles: Naming, Replication & Consistency, Fault
ToleranceWhy is an identifier more suitable than an address as a name for an object
in a distributed system?What is location-independent naming? How does the Chord
algorithm support it?What are two arguments in favor of data replication? What
problems does data replication introduce?Fault tolerance: definition, use of
redundancy to mask failures
File SystemsWhat is an i-node? Why did FFS introduce cylinder groups? (Consider
performance and reliability)Give an argument in favor of large block sizes in file
systems and an argument against large block sizes. How did FFS solve this issue?
What are the major issues that must be addressed in a distributed file system?
What is network transparency, how can it be achieved?How does the architecture of a
cluster file system, such as Google File System, differ from a traditional client-
server system? How does it differ from a Peer-to-Peer system?What is the difference
between a stateless and a stateful file system? Be able to give an advantage and
disadvantage of each approach.Understand the meaning of UNIX semantics, session
semantics, immutable semantics, and transaction semantics.Be able to compare
server-initiated and client-initiated cached consistency.Distributed file systems
implement various measures to deal with consistency. Why is file locking still
desirable?In general, what are the advantages and disadvantages of client-side
caching in a distributed file system? Compare to the advantages and disadvantages
of server-side replication. What is the special emphasis of the Coda file system?
The Coda file system sometimes uses callbacks to communicate with clients. What is
their purpose?How does Coda check for inconsistency in file replicas?Memory
ManagementUnderstand the basic principles of memory management: motivation for
virtual memory, implementation of virtual memory, problems with virtual memory, and
the solutions.Understand the function of a page table and a TLBWhat problem is
addressed in the superpage paper?Discuss the two main ways an operating system can
implement superpages (relocation, reservation) and the advantages & disadvantages
of each.Be able to state an argument for the use of multiple page sizes in a
system, and an argument against the use of multiple page sizes. What approach is
adopted in the paper we read?Understand the problems of memory fragmentation,
contiguity management, and other issues introduced by the use of superpages
MapReduceBe able to describe the main purpose of this programming methodology.What
kinds of problems are suitable for this kind of processing? How does parallelism
improve performance?What do the map and reduce phases do (give examples)Know how
the processing is distributed across a Google cluster; understand how the MapReduce
distribution of work using Master/Worker organization differs from the way file
accesses are processed in the Master/Chunkserver organization.What kind of fault
tolerance measures does the MapReduce algorithm support? (No need to know all
details, just be able to give a general description.)DynamoDynamo storage
management system is designed to handle applications based on a primary key/value
lookup system.What are Dynamo � s performance requirements? (Incremental scalability,
high availability � 99.9% for writes � and fault tolerance). How does the design
of the system enforce the requirements?Why is a DBMS system inappropriate for these
applications?Understand the conflict between strong consistency and high
availability.What is � always writeable � data storage and how does Dynamo support
it? (Hint: think of things like replication, eventual consistency versus strong
consistency, resolution of inconsistencies during reads, not writes)What are key
design principles/considerations for Dynamo?What is the architecture of a Dynamo
storage management system?What is � eventual � consistency?What technique do Dynamo
and Coda use to recognize replica inconsistencies/conflicting versions?What is
consistent hashing?Sloppy Quorum & gossip-based protocol: for what purpose are they
used in Dynamo?
###################################################################################
###################################################################################
###################################################################################
###################################################################################
########################################
######################.###' ##Z ##[ ##\ ##p ##� ## � ##� ## � ##�
##� ## � ##� ###
##B
## �
## �
## �
## �
## �
## �
## � � � � � � � ƻ � � � � � � � w � � � w l w l � a l � V #########################h � #g##h � #F#CJ##aJ#####h
h1'L#CJ##aJ#####h � #g##h#5 � #CJ##aJ#####h � #g##h � n##CJ##aJ#####h � #g##h
h##5# � CJ##aJ####h � #g##h � G##5# � CJ##aJ####h � #g##h
h##CJ##aJ#####h � #g##hRm##CJ##aJ#####h � #g##h//_#CJ##aJ#####h � #g##hZn � #CJ##aJ#####h � #
g##hZn � #5# � CJ##aJ####h � = � ##hZn � #5# � CJ##aJ####h � = � #5# � CJ##aJ####h � = � ##h � _ � # 5# � CJ##aJ
####h � = � ##h � G##5# � CJ##aJ################.### � ###' ##\ ## � ###
## �
##T### � ### � ###*
##v
## �
##### � ## �
##3### � ############ � ############ � ############ � ############ � ############ � ###########
# � ############ � ############ � ############ � ############ � ############ � ############ �###
######### � ############ � ############ � ############ � ############ � ############ � ########
######################
&##F##gd � Qa####
&##F##gd~"#####
&##F##gd##G#####gd##G####
&##F##gd##G####
&##F##gd � #F####
&##F##gd � #F####
&##F##gd � n######gd � G#####
&##F##gd
h#####
&##F##gdZn � ########### � &## � ########################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
################################ �
##C###D###R###S###T###\###`###a###n### � ### � ### � ###*
##G
##J
##u
##v
## �
## �
## �
## �
## �
########%##-##8##H##[##k## �## �## �## �
##2###3###o###�###�###����������ĸ�ϥϭ��������Ϗ���������xme####
#h�~&#CJ##aJ#####h�#g##h�Qa#CJ##aJ#####h�#g##h�Qa#5#�CJ##aJ####h�#g##h�###CJ#
#aJ#####h�#g##h~"##CJ##aJ#####h�#g##h//_#CJ##aJ#####h#S�#CJ##aJ#####h�#g##h##G#C
J##aJ#####h�#g##h##G#5#�CJ##aJ####h�#g##h
h##CJ##aJ#####hC:g#CJ##aJ#####h�#g##h�#F#CJ##aJ#####htY�#CJ##aJ#####h�#g##h�#�
#CJ##aJ#####h�#g##h4W�#CJ##aJ##'3###o###�###�#######D###�###�###B###�###�####
###�###�###)###e###�###z###�###0###�###�###�############�############�######
######�############�############�############�############�############�######
######�############�############�############�############�############�######
######�############�############�############�############�############�######
################
&##F##gd�Y\####
&##F##gd�Y\####
&##F#gdC:g####
&##F#gd�Y\#####gd�Y\####
&##F #gd�Y\####
&##F #gdY#�#####gd-$�####
&##F##gd�Qa#####gd�Qa###�###�###�###�###�###�#######D###�###############$###
7###@###A###B###�###�###�###�###�###)###d###e###k######�###�###�###�###�##
#�###�###�###�###
###*###_###`###�###���������߸�����������ߐ߀ߐt�l�ߐߐߐ##############hC
:g#CJ##aJ#####h�#g##h�Y\#>*#CJ##aJ####h�#g#CJ##aJ#####h�R�#CJ##aJ#####h�#g##h�
Y\#CJ##aJ#####h�#g##h�Y\#5#�CJ##aJ####h�#g#5#�CJ##aJ####h|?
�#CJ##aJ#####h@m�#CJ##aJ#####h#S�#CJ##aJ#####h�#g##hY#�#CJ##aJ#####h�#g##h-
$�#5#�CJ##aJ####h�#g##h//_#CJ##aJ#####h�#g##h/
+W#CJ##aJ#####h�#g##h�Qa#CJ##aJ##(�###�###�###�###�###�###�#######>###�###�
###0###W###e###�###�###�###�###�###4###B###W###k###~###�###�###�###�###�###
�###�###�###�###�###�#######/###4###?
###B###�###�###�###�###�###I###�����������ú�����‫תת‬Ϫ‫ע�ע�ך��׃‬ ‫{�ע�ע�ך��׎׎‬s###
h�#�#CJ##aJ#####hVz^#CJ##aJ#####h�#g##hVz^#CJ##aJ#####h�#g##h�Y\#>*#CJ##aJ####h
&J##CJ##aJ#####h�=�#CJ##aJ#####h�#x#CJ##aJ#####h@m�#CJ##aJ#####h�^v#5#�CJ##aJ#
###h�#g##h�Y\#5#�CJ##aJ####h#S�#CJ##aJ#####h�#g##h�Y\#CJ##aJ#####h�~&#CJ##aJ##
###h�#g##h//_#CJ##aJ#####h�#g##h�n�#CJ##aJ##-
�###5###�###�###�###�###K###�###Z### ###�###�###J###�###t###�###
###E###W###�###1###c###�###�###�############�############�############�#######
#####�############�############�############�############�############�#######
#####�############�############�############�############�############�#######
#####�############�############�############�############�############�#######
#####�##############################
&##F##gd�#h#####gd�#h####
&##F##gd�#h####
&##F##gdVz^####
&##F##gd�Y\#####gd�Y\####
&##F##gd�Y\###I###J###�###�###�###�#######(###9###V###s###t###�###�###
######D###E###V###W###�###�###�###�###�###�###�###�###�#### ##+ ##- ##q
##������������������߉����yqc[S####h�9+#CJ##aJ#####h@m�#CJ##aJ#####
h@m�##h@m�#5#�>*#CJ##aJ#####h�=�#CJ##aJ#####h�n�#CJ##aJ#####h�#h#CJ##aJ#####h
�#g##h�n�#CJ##aJ#####h�#g##h�#h#5#�CJ##aJ####h�#g##h�#�#5#�CJ##aJ####h�#�#
#h�#�#5#�CJ##aJ####h�#�#CJ##aJ#####h�#�##h�#g#5#�CJ##aJ####h�R�#CJ##aJ#####
h�#g##h�#h#CJ##aJ#####h�#g##hVz^#CJ##aJ#####h�#g##h�#g#CJ##aJ#####h�#g##h�#�#
CJ##aJ## �#### ##- ##s ##� ###!##�!##�"##�"#####�####$##R$##+%##e%##�%##�
%##&&##B&##�&##�&##�############�############�############�############�######
######�############�############�############�############�############�######
######�############�############�############�############�############�######
######�############�############�###############################################
##################################################################
&##F##gd(;g#####gd0b#####
&##F##gd�9+#####gd@m�####
&##F##gd�#h###q ##r ##s ##� ##2!##�!##�!##�"##�"##�"##�"##�"##�%##�
%##&&##A&##�&##�&##���������������̾#####################################
###################################################################################
###################################################################################
###################################################################################
#######h(;g##h(;g#5#�>*#CJ##aJ#####h(;g##h(;g#CJ##aJ#####h0b##5#�>*#CJ##aJ#####h0
b###h0b##5#�>*#CJ##aJ#####h�9+#CJ##aJ#####h(;g#CJ##aJ###,#1�h##��/ ��=!
�##"�###��#$��#%�###��##��#
��###############################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
##�#######�######################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
#######################################################################@##@�##@#
###########N#o#r#m#a#l#########CJ##_H##aJ##mH #sH #tH
###################D#A#��#D#
###########D#e#f#a#u#l#t# #P#a#r#a#g#r#a#p#h# #F#o#n#t#####R#i#��#R#
#########
#T#a#b#l#e# #N#o#r#m#a#l######�###4�###
#l#4�#######a�#########(#k@��#(#############N#o#
#L#i#s#t###############�######>####����############.###�###'###\###�#######�#
##T###�###�###*###v###�#######�###�###3###o###�###�#######D###�###�###B###�#
##�#### ##� ##�
##)###e###�
##z##�##0###�###�###5###�###�###�###�###K###�###Z###
###�###�###J###�###t###�######E###W###�###1###c###�###�#######-
###s###�#######�###�###�###
###�#######R###+###e###�###�###&###B###�###�###�####0#######�###�##########�
####0#######�###�##########�####0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�####0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�##
#0#######�###�##########�####0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�####0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�####0#######�###�##########�#
#0#######�###�##########�# #0#######�###�##########�#
#0#######�###�##########�####0#######�###�##########�#
#0#######�###�##########�# #0#######�###�##########�#
#0#######�###�##########�# #0#######�###�##########�#
#0#######�###�##########�# #0#######�###�##########�#
#0#######�###�##########�# #0#######�###�##########�##
#0#######�###�##########�##
#0#######�###�##########�####0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�##
#0#######�###�##########�####0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0 ######�###�##########�## #0
######�###�##########�## #0#######�###�##########�## #0
######�###�##########�####0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�##
#0#######�###�##########�####0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�####0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�##
#0#######�###�##########�## #0#######�###�##########�## #0
######�###�##########�####0#######�###�##############�###�###� ##�
##)###e###�
##z##�##�###�###K###Z### ###J###�###�@###0#######�###�########�#�@#
#0#######�###�########�#�@# #0#######�###�########�#�@#
#0#######�###�########�#�@# #0 ######�###�########�#�@#
#0#######�###�##########�@# #0#######�###�##########�@#
#0#######�###�##########�@#
#0#######�###�##########�@###0#######�###�##########�@#
#0#######�###�##########�@# #0#######�###�##########�@#
#0#######�###�##########�@# #0#######�###�##########�@#
#0#######�###�##########�####0#######�###��w�j�w.#�#####�
##�###�###I###q
##�&##############################3###�###�###�&######################�&#######
##�8######�############################@##�####��####�#���#�#######�######
�###############�0######�(##### �######################
�###############�B#####
�############S##�####�#####�#####�####### ###?########�############?###C###�
##� ##########U###\###_
##`
##�##�##�###�###:###B###R###[###�###�#######!
#######,###f###o###�###�###.###7###9###@###�####################################
#####################################Z###a###�###�###M###]###�
##�
##�##�
##�###�###`###h###&###B###�#####3###3###3###3###3###3###3###########�###�######
#D###�###�###�###�###�###�###$###Z###�###�###E###W#######,###�###�###�###�
###�###�###&###B###�############################################################
#9###@###�###########�~?
#�WvY�#�#�#�#�#�#�#�#�###�J�#$�#��#�#�#�#�#�#�#�#�###�#�#�u���
#�#�#�#�#�#�#�#�###"9� #V�
�#�#�#�#�#�#�#�#�###�T�+4C#w�#�#�#�#�#�#�#�#�###
%k�0Z:f��#�#�#�#�#�#�#�#�###�#z7\
t��#�#�#�#�#�#�#�#�####�8#�"�#�#�#�#�#�#�#�#�###aQX?
#�s�#�#�#�#�#�#�#�#�###�#�@>#D#�#�#�#�#�#�#�#�#�###�#
I��t�###################�#_I�#Z��#�#�#�#�#�#�#�#�###�#)O�#Į�#�#�#�#
�#�#�#�#�###s>#U#�#�#�#�#�#�#�#�#�#�###�`�W�X�j�#�#�#�#�#�#�#�#
�###uES_p����#�#�#�#�#�#�#�#�###)
(.c�y���#�#�#�#�#�#�#�#�###Z#+h2#2�#�#�#�#�#�#�#�#�####&�l`A��#�#
�#�#�#�#�#�#�###$
%4m~&�#�#�#�#�#�#�#�#�#�###################h############�h##���#�###h##^
�h#`���OJ##QJ##o(#�h####�H####��################h#######
####�8##���#�###8##^�8#`����h####�H######.######�##########h#######
####�###�L�#�######^�##`�L��h####�H######.######�##########h#######
####�� #���#�###� #^��
`����h####�H######.######�##########h#######
####��
#���#�###�
#^��
`����h####�H######.######�##########h#######
####�x##�L�#�###x##^�x#`�L��h####�H######.######�##########h#######
####�H##���#�###H##^�H#`����h####�H######.######�##########h#######
####�###���#�######^�##`����h####�H######.######�##########h#######
####��##�L�#�###�##^��#`�L��h####�H######.#################h############�
h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h#########
###�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�##########h##
##########�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�#########
#h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h########
####�h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h####
###
####�8##���#�###8##^�8#`����h####�H######.######�##########h#######
####�###�L�#�######^�##`�L��h####�H######.######�##########h#######
####�� #���#�###� #^��
`����h####�H######.######�##########h#######
####��
#���#�###�
#^��
`����h####�H######.######�##########h#######
####�x##�L�#�###x##^�x#`�L��h####�H######.######�##########h#######
####�H##���#�###H##^�H#`����h####�H######.######�##########h#######
####�###���#�######^�##`����h####�H######.######�##########h#######
####��##�L�#�###�##^��#`�L��h####�H######.#################h############�
h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h#########
###�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�##########h##
##########�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�#########
#h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h########
####�h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h####
########�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�########
##h############�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�####
######h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h########
####�h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��################h####
###
####�8##���#�###8##^�8#`����h####�H######.######�##########h#######
####�###�L�#�######^�##`�L��h####�H######.######�##########h#######
####�� #���#�###� #^��
`����h####�H######.######�##########h#######
####��
#���#�###�
#^��
`����h####�H######.######�##########h#######
####�x##�L�#�###x##^�x#`�L��h####�H######.######�##########h#######
####�H##���#�###H##^�H#`����h####�H######.######�##########h#######
####�###���#�######^�##`����h####�H######.######�##########h#######
####��##�L�#�###�##^��#`�L��h####�H######.#################h############�
h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h#########
###�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�##########h##
##########�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�#########
#h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h########
####�h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h####
########�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�########
##h############�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�####
######h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h########
####�h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h####
########�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�########
##h############�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�####
######h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h########
####�h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h####
########�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�########
##h############�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�####
######h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��#####@##############h###
####�h##���^�h#`����h####�H######.#################h############��##���#
�###�##^��#`���OJ##QJ##o(#�h####�H####��#####�##########h############��##
���#�###�##^��#`���OJ##QJ##^J##o(#�h####�H####o######�##########h########
####�p##���#�###p##^�p#`���OJ##QJ##o(#�h####�H####��#####�##########h####
########�@##���#�###@##^�@#`���OJ##QJ##o(#�h####�H####��#####�##########h
############�###���#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�####
######h############��##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��####
#�##########h############��##���#�###�##^��#`���OJ##QJ##o(#�h####�H####
��#####�##########h############��##���#�###�##^��#`���OJ##QJ##^J##o(#�h
####�H####o######�##########h############�P##���#�###P##^�P#`���OJ##QJ##o(#
�h####�H####��################h#######
####�h##���#�###h##^�h#`����h####�H######.######�##########h#######
####�8##���#�###8##^�8#`����h####�H######.######�##########h#######
####�###�L�#�######^�##`�L��h####�H######.######�##########h#######
####�� #���#�###� #^��
`����h####�H######.######�##########h#######
####��
#���#�###�
#^��
`����h####�H######.######�##########h#######
####�x##�L�#�###x##^�x#`�L��h####�H######.######�##########h#######
####�H##���#�###H##^�H#`����h####�H######.######�##########h#######
####�###���#�######^�##`����h####�H######.######�##########h#######
####��##�L�#�###�##^��#`�L��h####�H######.#################h############�
h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h#########
###�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�##########h##
##########�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�#########
#h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h########
####�h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h####
########�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�########
##h############�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�####
######h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h########
####�h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h####
########�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�########
##h############�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�####
######h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h########
####�h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h####
########�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�########
##h############�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�####
######h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h########
####�h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��################h####
########�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�########
##h############�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�####
######h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��################h#######
####�h##���#�###h##^�h#`����h####�H######.#################h#######
####�8##���#�###8##^�8#`����h####�H######.######�##########h#######
####�###�L�#�######^�##`�L��h####�H######.######�##########h#######
####�� #���#�###� #^��
`����h####�H######.######�##########h#######
####��
#���#�###�
#^��
`����h####�H######.######�##########h#######
####�x##�L�#�###x##^�x#`�L��h####�H######.######�##########h#######
####�H##���#�###H##^�H#`����h####�H######.######�##########h#######
####�###���#�######^�##`����h####�H######.######�##########h#######
####��##�L�#�###�##^��#`�L��h####�H######.#################h############�
h##���#�###h##^�h#`���OJ##QJ##o(#�h####�H####��#####�##########h#########
###�8##���#�###8##^�8#`���OJ##QJ##^J##o(#�h####�H####o######�##########h##
##########�###���#�######^�##`���OJ##QJ##o(#�h####�H####��#####�#########
#h############�� #���#�###� #^��
`���OJ##QJ##o(#�h####�H####��#####�##########h############��
#���#�###�
#^��
`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�x##���#�###x
##^�x#`���OJ##QJ##o(#�h####�H####��#####�##########h############�H##���#�
###H##^�H#`���OJ##QJ##o(#�h####�H####��#####�##########h############�###��
�#�######^�##`���OJ##QJ##^J##o(#�h####�H####o######�##########h############�
�##���#�###�##^��#`���OJ##QJ##o(#�h####�H####��####�J�#############aQX?
############�#_I############"9� ############�T�+############s>#U############$
%4m############)(.c############�#�@############�#
I####�1###�##&�l############�#)O############Z#+h#############�8############�#
�###########�#�~?###########�#�#z7############
%k�0############uES_############�`�W############�������������������
����������������������1#`�#######@##############h###
####�h##���^�h#`����h####�H######.#������������������������
������������������############################################��####
#### ### ### ### ### ### ### ### ### ##### ### ### ### ###
### ### ### ### ##### ### ### ### ### ### ### ### ###
##### ### ### ### ### ### ### ### ### ##### ### ### ###
### ### ### ### ### ##### ### ### ### ### ### ### ###
### ##### ### ### ### ### ### ### ### ### ##### ### ###
### ### ### ### ### ### ##### ### ### ### ### ### ###
### ### ##### ### ### ### ### ### ### ### ### #######
### ### ### ### ### ### ### ### ##### ### ### ### ###
### ### ### ### ##### ### ### ### ### ### ### ### ###
##### ### ### ### ### ### ### ### ### ##### ### ### ###
### ### ### ### ### ##### ### ### ### ### ### ### ###
### ##### ### ### ### ### ### ### ### ### ##### ### ###
### ### ### ### ### ### ##### ### ### ### ### ### ###
### ### #5###########�#######4###�G##
h##Rm##0b##�n##�###&J##�
"#~"##�~&#�9+#�'?#�#D#T-E#�#F###G#1'L#/+W#�Y\#Vz^#//_#�Qa#�#g#C:g#(;g#�#h#�#
n#�^v##Dw#�#x##5�#Y#�#Zn�#�#�#�R�#�9�#4W�#tY�#�#�#�_�##S�#-J�#-
$�#iD�#|?�#�n�#�Q�#@m�#: �#�8�#s1�#�=�#�#�#�@#�##A###A###�-
#####A#######A################�###P####@##��######U#n#k#n#o#w#n#��#############
#��######��####��####��####��########G#�#############�z#
###�########�#######T#i#m#e#s# #N#e#w#
#R#o#m#a#n###5#�################################�####S#y#m#b#o#l###3&�##########
###�z# ###�########�#######A#r#i#a#l###?5�###### ######�z#
###�########�#######C#o#u#r#i#e#r#
#N#e#w###;#�################################�####W#i#n#g#d#i#n#g#s###"###q#�##�
�###h#####2#�f�#�F######}###�#################7###�#############7#######!
##�###############################################################################
###################################################################################
###################################################################################
#######################################################################�#�#�#��
24######d#######�###�############################################################
#############2�Q#�################################HX####)�####?
##�###���������������������Zn�#####2#################��#
#########S#T#U#D#Y# #Q#U#E#S#T#I#O#N#S#:# #T#E#S#T# #1#########U#A#H#
#C#o#m#p#u#t#e#r# #S#c#i#e#n#c#e# #D#e#p#t###S#y#s#t#e#m#
#A#d#m#i#n#i#s#t#r#a#t#i#o#n#####################\#############
###
###
###
###
###
###
###
###
# #
#
#
###
#
#
##
###
###
###
###
###
###
###################################################################################
###################################################################################
##########��##########################���Oh#��##+'��0###�###########�######
#�#######�#######�#######�#######�################### ###4#######@###
###`###
###l######x#######�#######�#######�#######�#######�###########STUDY QUESTIONS:
TEST 1#####################UAH Computer Science Dept###############################
###Normal.dot##########System Administration###########6###########Microsoft Office
Word###@####.Yv####@####�Ie�s�#@####��q���#############�####################
###################################################################################
###################################################################################
#############

Das könnte Ihnen auch gefallen