Deck 16: Writing a Network Application

ملء الشاشة (f)
exit full mode
سؤال
The ____ line must be the first output generated by a CGI program and tells the browser what type of information it is receiving.

A) Media-type
B) Content-type
C) File-type
D) Info-type
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
_____________________________________________ is an interpreted language useful for CGI applications.
سؤال
When troubleshooting a network application, test your connection by PINGing the server machine from the client (or vice versa) to make sure the machines are able to communicate.
سؤال
Visual Basic comes complete with many sample applications to help get you started with Internet programming right away.
سؤال
When a socket is in ___________________ mode, and a read type of function is called, the program will stop and wait for a packet to be received.
سؤال
The IRP device operates using ____.

A) TCP
B) ICMP
C) IANA
D) UDP
سؤال
Perl programs are called ____________________.
سؤال
The IP Address Calculator CGI application uses its ____ data to determine what class of IP address was supplied.

A) FORM
B) OPTION
C) ACTION
D) POST
سؤال
In the Windows environment, network functions are provided through the ____ API.

A) Winsock
B) Berkley Sockets
C) IETF
D) POSIX
سؤال
In the client-server model, the message containing the client request is ____ inside a network packet and transmitted over a physical connection to the server.

A) transcribed
B) translated
C) fragmented
D) encapsulated
سؤال
The IPS device operates using ____.

A) TCP
B) UDP
C) ICMP
D) IETF
سؤال
Using the LS100, many legacy serial devices can extend their useful lifetime and continue to provide the essential features they were designed to perform, on a network.
سؤال
Client-server messages only contain text-based data.
سؤال
When a socket is in ____________________ mode, the program accepts a packet if one is available but will not stop and wait for a new packet to arrive.
سؤال
Every network application uses a ____ to communicate.

A) binding
B) connection
C) socket
D) signal
سؤال
The ____ project on Linux supports the C# language.

A) notNet
B) mono
C) Babylon
D) Babel
سؤال
____ are server applications that run on the Microsoft Internet Information Server.

A) JSP applications
B) Servlet applications
C) PSP applications
D) IIS applications
سؤال
Client sockets and server sockets require the same initialization.
سؤال
In a network game, most of the processor time will be spent performing all the ____________________ rendering.
سؤال
The ____ function is used to send text results back to the browser.

A) cgi_write()
B) cgi_writeln()
C) cgi_printf()
D) cgi_post()
سؤال
List three of the special features of the LS100.
سؤال
Match between columns
Uses UDP datagrams and eliminates the session overhead
Connection-oriented communication
Uses UDP datagrams and eliminates the session overhead
Connectionless communication
Uses UDP datagrams and eliminates the session overhead
Socket
Uses UDP datagrams and eliminates the session overhead
Administrator privileges
Uses UDP datagrams and eliminates the session overhead
Socket binding
Are required to use well-known port numbers on a server
Connection-oriented communication
Are required to use well-known port numbers on a server
Connectionless communication
Are required to use well-known port numbers on a server
Socket
Are required to use well-known port numbers on a server
Administrator privileges
Are required to use well-known port numbers on a server
Socket binding
Associates the protocol (Internet), the IP address (ANY) and the specific port number (7500) with a socket
Connection-oriented communication
Associates the protocol (Internet), the IP address (ANY) and the specific port number (7500) with a socket
Connectionless communication
Associates the protocol (Internet), the IP address (ANY) and the specific port number (7500) with a socket
Socket
Associates the protocol (Internet), the IP address (ANY) and the specific port number (7500) with a socket
Administrator privileges
Associates the protocol (Internet), the IP address (ANY) and the specific port number (7500) with a socket
Socket binding
An input/output mechanism for network messages
Connection-oriented communication
An input/output mechanism for network messages
Connectionless communication
An input/output mechanism for network messages
Socket
An input/output mechanism for network messages
Administrator privileges
An input/output mechanism for network messages
Socket binding
Requires a session to be established between the client and server
Connection-oriented communication
Requires a session to be established between the client and server
Connectionless communication
Requires a session to be established between the client and server
Socket
Requires a session to be established between the client and server
Administrator privileges
Requires a session to be established between the client and server
Socket binding
سؤال
What are DHTML applications?
سؤال
List the two forms of Visual Basic code and two types of applications that can be created with Visual Basic for use with the Internet.
سؤال
List five of the special features of the IPS device.
سؤال
Describe the NETMAZE program.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/26
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 16: Writing a Network Application
1
The ____ line must be the first output generated by a CGI program and tells the browser what type of information it is receiving.

A) Media-type
B) Content-type
C) File-type
D) Info-type
B
2
_____________________________________________ is an interpreted language useful for CGI applications.
Perl (Practical Extraction and Reporting Language),Practical Extraction and Reporting Language (Perl),Perl,Practical Extraction and Reporting Language
3
When troubleshooting a network application, test your connection by PINGing the server machine from the client (or vice versa) to make sure the machines are able to communicate.
True
4
Visual Basic comes complete with many sample applications to help get you started with Internet programming right away.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
5
When a socket is in ___________________ mode, and a read type of function is called, the program will stop and wait for a packet to be received.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
6
The IRP device operates using ____.

A) TCP
B) ICMP
C) IANA
D) UDP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
7
Perl programs are called ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
8
The IP Address Calculator CGI application uses its ____ data to determine what class of IP address was supplied.

A) FORM
B) OPTION
C) ACTION
D) POST
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
9
In the Windows environment, network functions are provided through the ____ API.

A) Winsock
B) Berkley Sockets
C) IETF
D) POSIX
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
10
In the client-server model, the message containing the client request is ____ inside a network packet and transmitted over a physical connection to the server.

A) transcribed
B) translated
C) fragmented
D) encapsulated
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
11
The IPS device operates using ____.

A) TCP
B) UDP
C) ICMP
D) IETF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
12
Using the LS100, many legacy serial devices can extend their useful lifetime and continue to provide the essential features they were designed to perform, on a network.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
13
Client-server messages only contain text-based data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
14
When a socket is in ____________________ mode, the program accepts a packet if one is available but will not stop and wait for a new packet to arrive.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
15
Every network application uses a ____ to communicate.

A) binding
B) connection
C) socket
D) signal
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
16
The ____ project on Linux supports the C# language.

A) notNet
B) mono
C) Babylon
D) Babel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
17
____ are server applications that run on the Microsoft Internet Information Server.

A) JSP applications
B) Servlet applications
C) PSP applications
D) IIS applications
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
18
Client sockets and server sockets require the same initialization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
19
In a network game, most of the processor time will be spent performing all the ____________________ rendering.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
20
The ____ function is used to send text results back to the browser.

A) cgi_write()
B) cgi_writeln()
C) cgi_printf()
D) cgi_post()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
21
List three of the special features of the LS100.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
22
Match between columns
Uses UDP datagrams and eliminates the session overhead
Connection-oriented communication
Uses UDP datagrams and eliminates the session overhead
Connectionless communication
Uses UDP datagrams and eliminates the session overhead
Socket
Uses UDP datagrams and eliminates the session overhead
Administrator privileges
Uses UDP datagrams and eliminates the session overhead
Socket binding
Are required to use well-known port numbers on a server
Connection-oriented communication
Are required to use well-known port numbers on a server
Connectionless communication
Are required to use well-known port numbers on a server
Socket
Are required to use well-known port numbers on a server
Administrator privileges
Are required to use well-known port numbers on a server
Socket binding
Associates the protocol (Internet), the IP address (ANY) and the specific port number (7500) with a socket
Connection-oriented communication
Associates the protocol (Internet), the IP address (ANY) and the specific port number (7500) with a socket
Connectionless communication
Associates the protocol (Internet), the IP address (ANY) and the specific port number (7500) with a socket
Socket
Associates the protocol (Internet), the IP address (ANY) and the specific port number (7500) with a socket
Administrator privileges
Associates the protocol (Internet), the IP address (ANY) and the specific port number (7500) with a socket
Socket binding
An input/output mechanism for network messages
Connection-oriented communication
An input/output mechanism for network messages
Connectionless communication
An input/output mechanism for network messages
Socket
An input/output mechanism for network messages
Administrator privileges
An input/output mechanism for network messages
Socket binding
Requires a session to be established between the client and server
Connection-oriented communication
Requires a session to be established between the client and server
Connectionless communication
Requires a session to be established between the client and server
Socket
Requires a session to be established between the client and server
Administrator privileges
Requires a session to be established between the client and server
Socket binding
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
23
What are DHTML applications?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
24
List the two forms of Visual Basic code and two types of applications that can be created with Visual Basic for use with the Internet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
25
List five of the special features of the IPS device.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
26
Describe the NETMAZE program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 26 في هذه المجموعة.