显示标签为“3X0-102”的博文。显示所有博文
显示标签为“3X0-102”的博文。显示所有博文

2013年11月8日星期五

高品質のSAIR 3X0-102「Linux System Administration (Level 1) 」問題集

Pass4Testのウェブサイトをクリックしたら、Pass4Testに登録した人々が非常にたくさんいることに驚いたでしょう。実はこれは普通なことです。Pass4Testは毎日異なる受験生に様々なトレーニング資料を提供します。彼らは当社の資料を利用してから試験に受かりました。これは当社が提供したSAIRの3X0-102トレーニング資料が本当に効果的なものということを証明しました。もしあなたも試験に合格したいのなら、Pass4Testをミスしないでください。Pass4Testはきっとあなたのニーズを満たせますから。

Pass4TestがIT認証試験対策ツールのサイトで開発した問題集はとてもIT認証試験の受験生に適用します。Pass4Testが提供した研修ツールが対応性的なので君の貴重な時間とエネルギーを節約できます。

3X0-102認定試験は現在で本当に人気がある試験ですね。まだこの試験の認定資格を取っていないあなたも試験を受ける予定があるのでしょうか。確かに、これは困難な試験です。しかし、難しいといっても、高い点数を取って楽に試験に合格できないというわけではないです。では、まだ試験に合格するショートカットがわからないあなたは、受験のテクニックを知りたいですか。今教えてあげますよ。それはPass4Testの3X0-102問題集を利用することです。

もし3X0-102認定試験を受験したいなら、3X0-102試験参考書が必要でしょう。ターゲットがなくてあちこち参考資料を探すのをやめてください。どんな資料を利用すべきなのかがわからないとしたら、Pass4Testの3X0-102問題集を利用してみましょう。この問題集は的中率が高くて、あなたの一発成功を保証できますから。ほかの試験参考書より、この問題集はもっと正確に実際問題の範囲を絞ることができます。こうすれば、この問題集を利用して、あなたは勉強の効率を向上させ、十分に3X0-102試験に準備することができます。

試験番号:3X0-102問題集
試験科目:SAIR 「Linux System Administration (Level 1) 」
一年間無料で問題集をアップデートするサービスを提供いたします
最近更新時間:2013-11-08
問題と解答:全122問

購入前にお試し,私たちの試験の質問と回答のいずれかの無料サンプルをダウンロード:http://www.pass4test.jp/3X0-102.html

NO.1 Which of the following options is true of the entry below?
/dev/cdrom /cd iso9660 ro,user,noauto 0 0
A. This is an "mtab" entry which mounts a CD-ROM as a read-only device at boot time.
B. This is an "fstab" entry which mounts a CD-ROM as a read-only device at boot time.
C. This is an "fstab" entry which lets any user mount the CD-ROM.
D. None of the above.
Answer: C

SAIR   3X0-102認定資格   3X0-102   3X0-102   3X0-102   3X0-102過去問

NO.2 If Krishna, the superuser, installed the "gcc" compiler, where would he put all of the header files?
A. /usr/bin/gcc/include
B. /usr/include
C. /var/usr/include
D. /opt/gcc/include
Answer: B

SAIR認定試験   3X0-102過去問   3X0-102認証試験

NO.3 The following entry appears in the /etc/crontab as follows:
30.4 * * 1 /bin/sh /home/Tom/rmcore 2>&1 /dev/null
Select the action below which best represents what it will accomplish.
A. "rmcore" will execute on April 30th for one hour
B. "rmcore" will execute on the first day of every month
C. "rmcore" will execute every Monday at 4:30 a.m.
D. None of the above
Answer: C

SAIR認証試験   3X0-102練習問題   3X0-102

NO.4 Which of the following directories, by convention, are NOT found in the /var directory?
A. mail
B. news
C. bin
D. spool
Answer: C

SAIR問題集   3X0-102参考書   3X0-102認定試験   3X0-102認定証   3X0-102練習問題

NO.5 If Priya created a symbolic link to "/bin/bash" in her current working directory and called it
"yash", then which one of the following is true?
A. She is not using any disk space.
B. She is just using up an inode but no space.
C. She is using both disk space and inode.
D. She is just using up a directory entry, but no inode.
Answer: C

SAIR認定試験   3X0-102   3X0-102   3X0-102   3X0-102認定資格   3X0-102認定資格

NO.6 One of the most important security features that a system administrator must deal with is the
shadow password suite. For what reason is this suite important?
A. It improves the encryption for all passwords stored in the "/etc/passwd" file.
B. It provides a second level of encryption for the "/etc/passwd" file.
C. It moves the passwords to a separate file that has more restrictive permissions
D. It moves the passwords to a separate file and will also encrypt the password file.
Answer: C

SAIR   3X0-102認証試験   3X0-102問題集   3X0-102

NO.7 The "fsck" command will search all mounted file systems.
A. True
B. False
Answer: B

SAIR参考書   3X0-102認定証   3X0-102   3X0-102認定試験   3X0-102   3X0-102

NO.8 If Alladin mounted "/dev/hda2" under "/chem/inorg", then the original contents of "/chem/inorg"
__________.
A. are lost
B. are copied in a directory into "/dev/hda2" under "orig.backup"
C. can be retrieved after unmounting "/dev/hda2"
D. are garbled
Answer: C

SAIR練習問題   3X0-102   3X0-102   3X0-102   3X0-102認定試験

NO.9 If Priya created a hard link by issuing the following command from her current working directory:
ln /home/priya/mail/february lastmonth
Then which of the following are NOT true?
A. the file size of /home/priya/mail/february is not the same as lastmonth
B. changing the file lastmonth also changes the file /home/priya/mail/february
C. deleting the directory entry /home/priya/mail/february also deletes the directory entry lastmonth
D. /home/priya/mail/february and lastmonth are the same file
Answer: AC

SAIR過去問   3X0-102問題集   3X0-102認証試験   3X0-102認定資格

NO.10 If Priya created a symbolic link using the following command:
ln -s /bin/bash yash
Then which of the following are TRUE? (Select all that apply)
A. adding a file called "yash" does not consume another Inode
B. The "ls -l" reports the same size for the file "yash" and the file "/bin/bash"
C. a new inode is created for "yash"
D. deleting the file "yash" has no effect on the file "/bin/bash"
Answer: CD

SAIR参考書   3X0-102   3X0-102

NO.11 Which of the following statements about cron/crontab is NOT true?
A. each user can have his/her own personal crontab file
B. the crontab file is automatically created when a user account is created
C. the superuser can edit the cron table using the "crontab -e" command
D. cron jobs run with the permission of whomever submitted the job
Answer: B

SAIR   3X0-102認証試験   3X0-102   3X0-102   3X0-102練習問題

NO.12 Which one of the following is NOT true about the cron service?
A. the cron service lets you execute scripts at a fixed time
B. only root can execute scripts at a fixed time
C. the "crontab" file specifies what the cron service should do
D. the cron service is similar to the command "at"
Answer: B

SAIR   3X0-102練習問題   3X0-102参考書   3X0-102認定証   3X0-102参考書   3X0-102

NO.13 If Tom, the superuser, wants to add a swap file of 8 MB, what should he do?
A. Just run the command "swapon -file /swap -size 8192".
B. run commands "mkswap" and "swapon"
C. run commands "mkswap" and "sync"
D. dd if=/dev/zero of=/swap count=8192; mkswap 8192; swapon /swap
Answer: D

SAIR参考書   3X0-102認定資格   3X0-102参考書

NO.14 Tom, a Linux system user, has been using a Virtual Network Computing viewer but his viewer has
crashed. He calls Kina, the system administrator, to ask her whether the viewer can be restarted
from where it left off, or if he has to start the remote application all over again. Kina's response
should be:
A. No, the remote application cannot be recovered and Tom must start over.
B. Yes, the remote application can be recovered by restarting the viewer.
C. Yes, the application can be recovered by restarting the viewer.
D. Yes, it can be recovered by restarting both the server and the viewer.
Answer: B

SAIR認定証   3X0-102   3X0-102問題集

NO.15 If correct permissions have been setup, users can execute their own programs at a fixed time by
submitting their jobs to the cron service using the crontab command.
A. True
B. False
Answer: A

SAIR参考書   3X0-102練習問題   3X0-102   3X0-102認定証   3X0-102過去問

NO.16 The most appropriate place for commands such as: insmod, ifconfig, reboot, lsmod, and route is
A. /usr/bin; this is where all files that users have access to are placed
B. /bin; this directory, by convention, is always on the root partition and available for use.
C. /sbin; by convention, only the system adminstrator has /sbin in the default path, and this is always
mounted on the root partition
D. /opt/bin; by convention, these programs are for optimizing the system
Answer: C

SAIR   3X0-102参考書   3X0-102   3X0-102認証試験

NO.17 Which of the following is NOT true about an inode?
A. It is a data structure on the disk that stores file attributes.
B. inodes are created when a file system is made.
C. The number of inodes for the disk denotes the number of files and drives the disk can hold.
D. The superuser can use the "chinode" command to increase the number of inodes in a file system.
Answer: D

SAIR参考書   3X0-102練習問題   3X0-102   3X0-102問題集

NO.18 Assume that Priya and Sita are Linux system users and that Krishna is the superuser. Also, assume
that both Priya and Sita were accessing files in the "/cdrom" directory and that they did not log out
and their current working directory is still in the /cdrom hierarchy. Krishna wishes to install some
software from a new CD-ROM that he bought. Which of the following are valid options for Krishna?
(Select all that apply)
A. He can just push the eject button on the CD-ROM drive that is currently in the drive, then insert his new
one and start the installation.
B. He has to find Priya and Sita and tell them to change directory from /cdrom so that he can then
unmount
the CD-ROM, eject it, put his new CD-ROM in, and then install.
C. Krishna can use "umount -f" to force the unmount of the CD-ROM, then he can eject it, insert his
CD-ROM, and install.
D. He can use the "fuser" command to find all processes that are using the CD-ROM device, along with
their associated PID's, kill each process, unmount the CD-ROM, eject it, put his CD-ROM in, and then
install the software.
Answer: BD

SAIR認定証   3X0-102問題集   3X0-102過去問

NO.19 The system log files, which are written by the __________ daemon, are erased and then restarted
whenever the system reboots. (Fill in the blank for the proper daemon, and then state whether the
statement is true or false)
A. syslogd, true
B. syslogd, false
C. systemd, true
D. loggert, true
Answer: B

SAIR   3X0-102認定試験   3X0-102   3X0-102

NO.20 Assume Tom wrote a program that would let users on two separate Linux machines share their
directories, but his program has to read an initial configuration file to know which user has decided
to share which directory. Where should he ask the system administrator to put the configuration
file?
A. /usr/bin/
B. /etc/
C. /usr/local/bin/
D. A or C
Answer: B

SAIR認定試験   3X0-102   3X0-102

Pass4Testは最新の000-656試験問題集と高品質のHP2-B25認定試験の問題と回答を提供します。Pass4Testの100-101 VCEテストエンジンと700-501試験ガイドはあなたが一回で試験に合格するのを助けることができます。高品質のトレーニング教材は、あなたがより迅速かつ簡単に試験に合格することを100%保証します。試験に合格して認証資格を取るのはそのような簡単なことです。

記事のリンク:http://www.pass4test.jp/3X0-102.html

2013年10月1日星期二

SAIR 3X0-102認定試験に関連する最も優秀な問題集

君はほかのサイトや書籍もブラウズ するがもしれませんが、弊社の関連の学習資料と比較してからPass4Testの商品の範囲が広くてまたネット上でダウンロードを発見してしまいました。Pass4Testだけ全面と高品質の問題集があるのではPass4Testの専門家チームが彼らの長年のIT知識と豊富な経験で研究してしました。そして、Pass4Testに多くの受験生の歓迎されます。

今の人材が多い社会中に多くの業界は人材不足でたとえばIT業界はかなり技術的な人材が不足で、SAIRの3X0-102認定試験はIT技術の認証試験の1つで、Pass4TestはSAIRの3X0-102認証試験に関するの特別な技術を持ってサイトでございます。

Pass4Testが提供する資料は比べものにならない資料です。これは前例のない真実かつ正確なものです。受験生のあなたが首尾よく試験に合格することを助けるように、当社のITエリートの団体はずっと探っています。Pass4Testが提供した製品は真実なもので、しかも価格は非常に合理的です。Pass4Testの製品を選んだら、あなたがもっと充分の時間で試験に準備できるように、当社は一年間の無料更新サービスを提供します。そうしたら、試験からの緊張感を解消することができ、あなたは最大のメリットを取得できます。

SAIRの3X0-102認定試験に受かるためにがんばって勉強していれば、Pass4Testはあなたにヘルプを与えます。Pass4Test が提供したSAIRの3X0-102問題集は実践の検査に合格したもので、最も良い品質であなたがSAIRの3X0-102認定試験に合格することを保証します。

3X0-102はSAIRのひとつの認証で、3X0-102がSAIRに入るの第一歩として、3X0-102試験がますます人気があがって、3X0-102に参加するかたもだんだん多くなって、しかし3X0-102認証試験に合格することが非常に難しいで、君は3X0-102に関する試験科目の問題集を購入したいですか?

試験番号:3X0-102問題集
試験科目:SAIR 「Linux System Administration (Level 1) 」
一年間無料で問題集をアップデートするサービスを提供いたします
最近更新時間:2013-09-30
問題と解答:全122問

現在の社会の中で優秀な人材が揃てIT人材も多く、競争もとても大きくて、だから多くのIT者はにIT関する試験に参加するIT業界での地位のために奮闘しています。3X0-102試験はSAIRの一つ重要な認証試験で多くのIT専門スタッフが認証される重要な試験です。

Pass4TestのIT認証試験問題集は長年のトレーニング経験を持っています。Pass4Test SAIRの3X0-102試験トレーニング資料は信頼できる製品です。当社のスタッフ は受験生の皆様が試験で高い点数を取ることを保証できるように、巨大な努力をして皆様に最新版の3X0-102試験トレーニング資料を提供しています。Pass4Test SAIRの3X0-102試験材料は最も実用的なIT認定材料を提供することを確認することができます。

購入前にお試し,私たちの試験の質問と回答のいずれかの無料サンプルをダウンロード:http://www.pass4test.jp/3X0-102.html

NO.1 The system log files, which are written by the __________ daemon, are erased and then restarted
whenever the system reboots. (Fill in the blank for the proper daemon, and then state whether the
statement is true or false)
A. syslogd, true
B. syslogd, false
C. systemd, true
D. loggert, true
Answer: B

SAIR認定試験   3X0-102認定資格   3X0-102練習問題   3X0-102

NO.2 The "fsck" command will search all mounted file systems.
A. True
B. False
Answer: B

SAIR   3X0-102問題集   3X0-102

NO.3 Which one of the following is NOT true about the cron service?
A. the cron service lets you execute scripts at a fixed time
B. only root can execute scripts at a fixed time
C. the "crontab" file specifies what the cron service should do
D. the cron service is similar to the command "at"
Answer: B

SAIR認定資格   3X0-102   3X0-102問題集

NO.4 If Priya created a symbolic link to "/bin/bash" in her current working directory and called it
"yash", then which one of the following is true?
A. She is not using any disk space.
B. She is just using up an inode but no space.
C. She is using both disk space and inode.
D. She is just using up a directory entry, but no inode.
Answer: C

SAIR   3X0-102問題集   3X0-102   3X0-102認定資格   3X0-102認定試験

NO.5 Which of the following directories, by convention, are NOT found in the /var directory?
A. mail
B. news
C. bin
D. spool
Answer: C

SAIR問題集   3X0-102   3X0-102

NO.6 One of the most important security features that a system administrator must deal with is the
shadow password suite. For what reason is this suite important?
A. It improves the encryption for all passwords stored in the "/etc/passwd" file.
B. It provides a second level of encryption for the "/etc/passwd" file.
C. It moves the passwords to a separate file that has more restrictive permissions
D. It moves the passwords to a separate file and will also encrypt the password file.
Answer: C

SAIR   3X0-102   3X0-102過去問

NO.7 If correct permissions have been setup, users can execute their own programs at a fixed time by
submitting their jobs to the cron service using the crontab command.
A. True
B. False
Answer: A

SAIR   3X0-102参考書   3X0-102

NO.8 If Priya created a symbolic link using the following command:
ln -s /bin/bash yash
Then which of the following are TRUE? (Select all that apply)
A. adding a file called "yash" does not consume another Inode
B. The "ls -l" reports the same size for the file "yash" and the file "/bin/bash"
C. a new inode is created for "yash"
D. deleting the file "yash" has no effect on the file "/bin/bash"
Answer: CD

SAIR問題集   3X0-102   3X0-102   3X0-102

NO.9 If Krishna, the superuser, installed the "gcc" compiler, where would he put all of the header files?
A. /usr/bin/gcc/include
B. /usr/include
C. /var/usr/include
D. /opt/gcc/include
Answer: B

SAIR認定証   3X0-102参考書   3X0-102   3X0-102

NO.10 If Tom, the superuser, wants to add a swap file of 8 MB, what should he do?
A. Just run the command "swapon -file /swap -size 8192".
B. run commands "mkswap" and "swapon"
C. run commands "mkswap" and "sync"
D. dd if=/dev/zero of=/swap count=8192; mkswap 8192; swapon /swap
Answer: D

SAIR   3X0-102   3X0-102

NO.11 The following entry appears in the /etc/crontab as follows:
30.4 * * 1 /bin/sh /home/Tom/rmcore 2>&1 /dev/null
Select the action below which best represents what it will accomplish.
A. "rmcore" will execute on April 30th for one hour
B. "rmcore" will execute on the first day of every month
C. "rmcore" will execute every Monday at 4:30 a.m.
D. None of the above
Answer: C

SAIR   3X0-102練習問題   3X0-102練習問題   3X0-102練習問題

NO.12 Which of the following is NOT true about an inode?
A. It is a data structure on the disk that stores file attributes.
B. inodes are created when a file system is made.
C. The number of inodes for the disk denotes the number of files and drives the disk can hold.
D. The superuser can use the "chinode" command to increase the number of inodes in a file system.
Answer: D

SAIR練習問題   3X0-102   3X0-102問題集

NO.13 The most appropriate place for commands such as: insmod, ifconfig, reboot, lsmod, and route is
A. /usr/bin; this is where all files that users have access to are placed
B. /bin; this directory, by convention, is always on the root partition and available for use.
C. /sbin; by convention, only the system adminstrator has /sbin in the default path, and this is always
mounted on the root partition
D. /opt/bin; by convention, these programs are for optimizing the system
Answer: C

SAIR参考書   3X0-102   3X0-102   3X0-102   3X0-102練習問題   3X0-102

NO.14 Which of the following options is true of the entry below?
/dev/cdrom /cd iso9660 ro,user,noauto 0 0
A. This is an "mtab" entry which mounts a CD-ROM as a read-only device at boot time.
B. This is an "fstab" entry which mounts a CD-ROM as a read-only device at boot time.
C. This is an "fstab" entry which lets any user mount the CD-ROM.
D. None of the above.
Answer: C

SAIR問題集   3X0-102問題集   3X0-102   3X0-102過去問   3X0-102過去問

NO.15 If Alladin mounted "/dev/hda2" under "/chem/inorg", then the original contents of "/chem/inorg"
__________.
A. are lost
B. are copied in a directory into "/dev/hda2" under "orig.backup"
C. can be retrieved after unmounting "/dev/hda2"
D. are garbled
Answer: C

SAIR過去問   3X0-102練習問題   3X0-102練習問題

NO.16 Assume that Priya and Sita are Linux system users and that Krishna is the superuser. Also, assume
that both Priya and Sita were accessing files in the "/cdrom" directory and that they did not log out
and their current working directory is still in the /cdrom hierarchy. Krishna wishes to install some
software from a new CD-ROM that he bought. Which of the following are valid options for Krishna?
(Select all that apply)
A. He can just push the eject button on the CD-ROM drive that is currently in the drive, then insert his new
one and start the installation.
B. He has to find Priya and Sita and tell them to change directory from /cdrom so that he can then
unmount
the CD-ROM, eject it, put his new CD-ROM in, and then install.
C. Krishna can use "umount -f" to force the unmount of the CD-ROM, then he can eject it, insert his
CD-ROM, and install.
D. He can use the "fuser" command to find all processes that are using the CD-ROM device, along with
their associated PID's, kill each process, unmount the CD-ROM, eject it, put his CD-ROM in, and then
install the software.
Answer: BD

SAIR   3X0-102認証試験   3X0-102認証試験   3X0-102

NO.17 Assume Tom wrote a program that would let users on two separate Linux machines share their
directories, but his program has to read an initial configuration file to know which user has decided
to share which directory. Where should he ask the system administrator to put the configuration
file?
A. /usr/bin/
B. /etc/
C. /usr/local/bin/
D. A or C
Answer: B

SAIR   3X0-102過去問   3X0-102参考書   3X0-102過去問   3X0-102

NO.18 Which of the following statements about cron/crontab is NOT true?
A. each user can have his/her own personal crontab file
B. the crontab file is automatically created when a user account is created
C. the superuser can edit the cron table using the "crontab -e" command
D. cron jobs run with the permission of whomever submitted the job
Answer: B

SAIR練習問題   3X0-102問題集   3X0-102問題集   3X0-102   3X0-102問題集

NO.19 If Priya created a hard link by issuing the following command from her current working directory:
ln /home/priya/mail/february lastmonth
Then which of the following are NOT true?
A. the file size of /home/priya/mail/february is not the same as lastmonth
B. changing the file lastmonth also changes the file /home/priya/mail/february
C. deleting the directory entry /home/priya/mail/february also deletes the directory entry lastmonth
D. /home/priya/mail/february and lastmonth are the same file
Answer: AC

SAIR過去問   3X0-102認証試験   3X0-102

NO.20 Tom, a Linux system user, has been using a Virtual Network Computing viewer but his viewer has
crashed. He calls Kina, the system administrator, to ask her whether the viewer can be restarted
from where it left off, or if he has to start the remote application all over again. Kina's response
should be:
A. No, the remote application cannot be recovered and Tom must start over.
B. Yes, the remote application can be recovered by restarting the viewer.
C. Yes, the application can be recovered by restarting the viewer.
D. Yes, it can be recovered by restarting both the server and the viewer.
Answer: B

SAIR   3X0-102認定試験   3X0-102   3X0-102認定資格   3X0-102過去問

Pass4Testは最新の1Z0-511試験問題集と高品質のE20-553認定試験の問題と回答を提供します。Pass4Testの000-783 VCEテストエンジンとMB6-871試験ガイドはあなたが一回で試験に合格するのを助けることができます。高品質のC-TSCM62-65トレーニング教材は、あなたがより迅速かつ簡単に試験に合格することを100%保証します。試験に合格して認証資格を取るのはそのような簡単なことです。

記事のリンク:http://www.pass4test.jp/3X0-102.html

2013年7月30日星期二

最新なSAIRの3X0-102 3X0-103 3X0-202認定試験の問題集

君はほかのサイトや書籍もブラウズ するがもしれませんが、弊社の関連の学習資料と比較してからPass4Testの商品の範囲が広くてまたネット上でダウンロードを発見してしまいました。Pass4Testだけ全面と高品質の問題集があるのではPass4Testの専門家チームが彼らの長年のIT知識と豊富な経験で研究してしました。そして、Pass4Testに多くの受験生の歓迎されます。


Pass4Testは専門的な、受験生の皆さんを対象とした最も先進的なSAIRの3X0-102 3X0-103 3X0-202試験の認証資料を提供しているサイトです。Pass4Testを利用したら、SAIRの3X0-102 3X0-103 3X0-202試験に合格するのを心配することはないです。


Pass4Testを利用するのは君の合格率を100%保証いたします。Pass4Testは多種なIT認証試験を受ける方を正確な資料を提供者でございます。弊社の無料なサンプルを遠慮なくダウンロードしてください。


試験番号:3X0-102問題集

試験科目:SAIR 「Linux System Administration (Level 1) 」

試験番号:3X0-103問題集

試験科目:SAIR 「Linux Networking (Level 1) 」

試験番号:3X0-202問題集

試験科目:SAIR 「Apache Webserver (Level 2)」

SAIRの3X0-102 3X0-103 3X0-202認定試験に受かりたいのなら、適切なトレーニングツールを選択する必要があります。SAIRの3X0-102 3X0-103 3X0-202認定試験に関する研究資料が重要な一部です。我々Pass4TestはSAIRの3X0-102 3X0-103 3X0-202認定試験に対する効果的な資料を提供できます。Pass4TestのIT専門家は全員が実力と豊富な経験を持っているのですから、彼らが研究した材料は実際の試験問題と殆ど同じです。Pass4Testは特別に受験生に便宜を提供するためのサイトで、受験生が首尾よく試験に合格することを助けられます。


購入前にお試し,私たちの試験の質問と回答のいずれかの無料サンプルをダウンロード:http://www.pass4test.jp/3X0-103.html


NO.1 Which of the following subnet masks is usually associated with a Class A IP address?
A. 255.255.0.0
B. 255.255.255.0
C. 255.0.0.0
D. 255.255.255.255
Answer: C

SAIR参考書   3X0-103   3X0-103練習問題

NO.2 Which of the following can tunneling be used for?
A. It can connect two IPX networks separated by some different network.
B. It can connect two IPv4 networks separated by some different network.
C. It can provide mobile IP support and amateur radio support.
D. It can connect two IPv6 networks separated by some different network.
E. All of the above.
Answer: E

SAIR   3X0-103過去問   3X0-103過去問   3X0-103

NO.3 For a Class C network, which of the following denotes a valid host address on the 192.168.3.0
network?
A. 192.168.3.255
B. 192.168.3.1
C. 192.168.3.0
D. 192.168.3.256
Answer: B

SAIR   3X0-103   3X0-103

NO.4 Which of the following are TRUE about buffer size? (Choose two.)
A. A large buffer can lead to wasted system memory.
B. A small buffer can lead to slower data transfer lines.
C. Having a small buffer will free system memory, allocating fewer registers.
D. The larger the buffer, the faster the transfer rate, reducing time arrival jitter.
Answer: AB

SAIR問題集   3X0-103   3X0-103認定資格   3X0-103認定試験

NO.5 Which of the following is TRUE concerning the Address Resolution Protocol (ARP)?
A. It binds a physical address to a broadcast address.
B. It binds a MAC (Media Access Control) address to a logical address.
C. It binds a logical address to an IP address.
D. It binds a MAC (Media Access Control) address to a physical address.
Answer: B

SAIR認証試験   3X0-103認定試験   3X0-103認証試験   3X0-103認定証

NO.6 Which of the following commands will allow you to view the ARP table when the configured name
server is not functioning? (Choose the best answer.)
A. arp -v
B. arp -a
C. arp -n
D. arp -s
Answer: C

SAIR   3X0-103   3X0-103   3X0-103   3X0-103認定試験

NO.7 Which of the following can you do with the "ping" command? (Choose two.)
A. Determine if a remote host can be contacted.
B. Create and modify (n)x-u NIS network maps.
C. View the MAC address of a given host.
D. Display the route along which an IP packet travels.
Answer: AD

SAIR認証試験   3X0-103認定試験   3X0-103   3X0-103認証試験   3X0-103認証試験

NO.8 You wish to communicate with hosts on your wide-area network. Which of the following is the exact
sequence of commands used to manually configure an Ethernet interface, assuming driver modules
are not loaded?
A. lsmod, insmod, ifconfig
B. insmod, ifconfig, route
C. lsmod, rmmod, insmod, ifconfig
D. ifconfig, route
Answer: B

SAIR認定証   3X0-103認定試験   3X0-103   3X0-103過去問   3X0-103

NO.9 A default policy of DENY and ACCEPT may be implemented for a system's ipchains. Which of the
following options will change the default input policy to DENY?
A. ipchains -a input DENY
B. ipchains -a output DENY
C. ipchains -P input DENY
D. ipchains -all input DENY
E. ipchains -input DENY
Answer: C

SAIR   3X0-103練習問題   3X0-103   3X0-103過去問

NO.10 Which of the following statements is TRUE about the subnet mask?
A. Another name for the subnet mask is the subnet address.
B. In the subnet mask, zeros represent the host ID and ones represent the network ID.
C. In the subnet mask, ones represent the host ID and zeros represent the network ID.
D. The subnet mask is used to aid in name resolution for root name servers.
Answer: B

SAIR   3X0-103   3X0-103

NO.11 inetd is responsible for waiting for new network requests and authenticating users based on the
contents of the "inetd.conf" file.
A. TRUE
B. FALSE
Answer: B

SAIR   3X0-103   3X0-103   3X0-103   3X0-103練習問題

NO.12 Which Resource Record allows the redirecting of mail to another host, assuming the correct
accounts exist?
A. TXT
B. PTR
C. SOA
D. MAIL
E. MX
Answer: E

SAIR参考書   3X0-103練習問題   3X0-103   3X0-103

NO.13 Assume that a software company has a subnet address 192.168.1.0/255.255.255.0. How many
possible hosts can this subnet support, and what is the network address for the subnet?
A. 64; 192.168.1.255
B. 254; 192.168.1.0
C. 255; 192.168.1.0
D. 256; 192.168.1.255
E. 128; 192.168.1.1
Answer: B

SAIR   3X0-103   3X0-103   3X0-103

NO.14 Telnet was developed as a continuation of what other communications program developed for
ARPANET? (Select the best answer.)
A. rpc
B. tele
C. login
D. ftp
E. mutt
F. None of the above
Answer: D

SAIR参考書   3X0-103認定試験   3X0-103   3X0-103

NO.15 Which of the following is FALSE concerning TCP, IP, and UDP? (Select the best answer.)
A. Transport Control Protocol (TCP) supports unicast addressing.
B. User Datagram Protocol (UDP) supports unicast addressing.
C. TCP supports multicasting.
D. UDP supports multicasting.
E. Internet Protocol (IP) supports multicasting.
Answer: C

SAIR問題集   3X0-103   3X0-103   3X0-103認証試験   3X0-103問題集

NO.16 If a machine has an IP address of 192.168.1.61 and the netmask is 255.255.255.0, what is its subnet
address?
A. 192.0.0.0
B. 192.168.0.0
C. 192.168.1.0
D. 0.0.0.61
Answer: C

SAIR   3X0-103   3X0-103過去問   3X0-103

NO.17 Which path accurately depicts a three-way handshake between Network X and Network Y for
establishing a TCP connection? (Select the best answer.)
A. X sends SYN to Y; Y sends SYN to X; X sends ACK to Y
B. X sends SYN to Y; Y sends two SYNs to X; X sends ACK to Y
C. X sends ACK to Y; Y sends SYN to X ; X sends ACK to Y
D. X sends SYN to Y; Y sends ACK to X ; X sends ACK to Y
E. X sends ACK to Y; Y sends SYN and ACK to X; X sends ACK to Y
Answer: D

SAIR   3X0-103   3X0-103   3X0-103認定証   3X0-103

NO.18 Typical implementations of ping use the _____ to send echo requests to other hosts.
A. Internet Protocol (IP)
B. Internet Control Message Protocol (ICMP)
C. User Datagram Protocol (UDP)
D. Transport Control Protocol (TCP)
Answer: B

SAIR   3X0-103   3X0-103問題集   3X0-103認定証

NO.19 Which of the following host IP addresses are on networks normally reserved for intranets? (Choose
three.)
A. 10.1.220.1
B. 12.1.2.4
C. 172.16.0.30
D. 192.168.0.18
E. 187.10.30.200
Answer: ACD

SAIR   3X0-103   3X0-103認定資格

NO.20 Because of flow control, UDP will generally lead to network congestion, while TCP helps prevent
congestion.
A. True
B. False
Answer: A

SAIR   3X0-103問題集   3X0-103認定資格   3X0-103