The maximum number of times a double colon can replace a 16-bit segment that consists of all zeroes is two
The leading zeroes in any 16-bit segment do not have to be written.
Every 16-bit segment that consists of all zeroes can be represented with a single colon
The trailing zeroes in any 16-bit segment do not have to be written.
Any single, continuous string of one or more 16-bit segments that consists of all zeroes can be represented with a double colon
Two zeroes in the middle of any 16-bit segment do not have to be written
第1题:
When the system upon which a transport entity is running fails and subsequently restarts, the(66)information of all active connections is lost. The affected connections become half-open, as the side that did not fail does not yet realize the problem.The still active side of a half-open connection can close the connection using a(67)timer. This timer measures the time the transport machine will continue to await an(68)of a transmitted segment after the segment has been retransmitted the maximum number of times. When the timer(69), the transport entity assumes that either the other transport entity or the intervening network has failed. As a result, the timer closes the connection, and signals an abnormal close to the TS user.In the event that a transport entity fails and quickly restarts, half-open connections can be terminated more quickly by the use of the RST segment. The failed side returns an RST i to every segment i that it receives. When the RST i reaches the other side, it must be checked for validity based on the(70)number i, as the RST could be in response to an old segment. If the reset is valid, the transport entity performs an abnormal termination.
A.data
B.state
C.signal
D.control
第2题:
Which statement is correct regarding IPv6 addresses?()
第3题:
When the system upon which a transport entity is running fails and subsequently restarts,the(21) information of all active connections is lost. The affected connections become half-open, as the side that did not fail does not yet realize the problem.The still active side of a half-open connections can close the connection using a(22)timer. This timer measures the time the transport machine will continue to await an (23) of a transmitted segment after the segment has been retransmitted the maximum number of times.When the timer (24),the transport entity assumes that either the other transport entity or the intervening network has failed. As a result, the timer closes the connection, and signals an abnormal close to the TS user. In the event that a transport entity fails and quickly restarts, half-open connections can be terminated more quickly by the use of the RST segment, the failed side returns an RST i to every segment i that it receives. When the RST i reaches the other side, it must be checked for validity based on the (25) number i, as the RST could be in response to an old segment. If the reset is valid, the transport entity performs an abnormal termination. 空白处(25)应选择()
第4题:
Which two statements are true regarding transactions in an Oracle database()
第5题:
Your company is designing its public network. The network will use an IPv4 range of 131.107.40.0/22.The network must be configured as shown in the following exhibit.You need to configure subnets for each segment. Which network addresses should you assign?()
第6题:
You have a single network segment. All servers run Windows Server 2003 Service Pack 2 (SP2). You have a DHCP server named Server1. Client computers receive IP addresses from Server1. You add a second network segment separated by a RFC 1542-compliant router. You need to ensure that computers in the new network segment can receive their IP configurations from Server1. You make the appropriate configuration changes on the router. What should you do on Server1?()
第7题:
The DR floods this to describe the local stub network segment.
The ABR floods this to describe the local stub network segment.
The DR floods this to describe the local transit network segment.
Each OSPF router floods this to describe its interfaces and metrics.
The DR and BDR flood this to describe the local transit network segment.
第8题:
Extents would be managed by the freelists.
The segment would be managed by bitmaps.
The segment would be managed by the freelists.
Free space would be managed by the data dictionary.
第9题:
The number of broadcast domains will be decreased.
It will make the broadcasting of traffic between domains more efficient between segments.
It will increase the number of collisions.
It will prevent segment 1's broadcasts from getting to segment 2.
It will connect segment 1's broadcasts to segment 2.
第10题:
The source device will only retransmit lost packets on the request of the destination device.
The source device starts a timer when it sends a segment and retransmits if an acknowledgment is not received before the timer expires.
The destination device acknowledges receipt of a segment by sending a packet with a new sequence number and the ACK bit sent.
The destination device acknowledges receipt of a segment by sending a packet that indicates the next sequence number it expects.
If the destination device does not receive a segment, all segments are retransmitted.
The source device keeps a record of all segments sent and expects and acknowledgment of each.
第11题:
The bigfile tablespace have only one data file.
The segment space management is automatic.
The extent management is dictionary managed.
The database can have only one bigfile tablespace.
The bigfile tablespace can be converted to a smallfile tablespace.
第12题:
An extent cannot spread across data files.
A segment cannot spread across data files.
A data file can belong to only one tablespace.
A data file can have only one segment created in it.
A data block can spread across multiple data files as it can consist of multiple operating system (OS)blocks
第13题:
Which two statements correctly describe the relation between a data file and the logical databasestructures()
第14题:
What are two rules for compacting IPv6 addresses?()
第15题:
You specified segment space management as automatic for a tablespace. What effect would this have on space management?()
第16题:
You have a long-running process you want to assign to a specific UNDO segment brought online for that express purpose. You are not using automatic UNDO management. What statement can be used for this task? ()
第17题:
You are the administrator of a Windows XP Professional computer. You run five 16-bit applications on the computer. You want to monitor the performance of the computer when all five applications run at the same time. You use System Monitor to collect the performance data. The performance counters you want to include in your analysis are IO Read Bytes/sec, IO Write Bytes/sec, and Page Faults/sec. You want to ensure that you can collect these counters for each application. What should you do?()
第18题:
Segment A: 131.107.40.0/23 Segment B: 131.107.42.0/24 Segment C: 131.107.43.0/25 Segment D: 131.107.43.128/27
Segment A: 131.107.40.0/25 Segment B: 131.107.40.128/26 Segment C: 131.107.43.192/27 Segment D: 131.107.43.224/30
Segment A: 131.107.40.0/23 Segment B: 131.107.41.0/24 Segment C: 131.107.41.128/25 Segment D: 131.107.43.0/27
Segment A: 131.107.40.128/23 Segment B: 131.107.43.0/24 Segment C: 131.107.44.0/25 Segment D: 131.107.44.128/27
第19题:
Multiple transactions can use the same undo segment.
A transaction is assigned an undo segment when it is started.
More than one transaction cannot share the same extent in the undo tablespace.
The transactions use system undo segment to store undo data if all the segments in the undo tablespaceare used.
第20题:
An IPv6 address consists of 128 bits separated into eight 16-bit hexadecimal sections.
An IPv6 address consists of 64 bits separated into four 16-bit hexadecimal sections.
An IPv6 address consists of 128 bits separated into sixteen 8-bit hexadecimal sections.
An IPv6 address consists of 64 bits separated into eight 8-bit hexadecimal sections.
第21题:
The maximum number of times a double colon can replace a 16-bit segment that consists of all zeroes is two
The leading zeroes in any 16-bit segment do not have to be written.
Every 16-bit segment that consists of all zeroes can be represented with a single colon
The trailing zeroes in any 16-bit segment do not have to be written.
Any single, continuous string of one or more 16-bit segments that consists of all zeroes can be represented with a double colon
Two zeroes in the middle of any 16-bit segment do not have to be written
第22题:
the router with the lowest priority
the router with the highest priority
the router with the highest System ID
the router with the highest IP address
第23题:
Every 16 - bit segment segment that consists of all zeroes can be represented with a single colon.
The trailing zeroes in any 16 - bit segment do not have to be written.
The leading zeroes in any 16 - bit segment do not have to be written.
Any single, continuous string of one or more 16 - bit segments that consists of all zeroes can be represented with a double colon.
The maximum number of times a double colon can replace a 16 - bit segment that consists of all zeroes is two.
Two zeroes in the middle of any 16 -bit segment do not have to be written.
第24题:
The program target and the program audience are not usually identical.
The program audience and the market segment are usually identical.
The market segment and the program target are usually identical.
The program target is larger than the market segment.