MCQs > IT & Programming > Networking MCQs > Basic Networking MCQs

Basic Networking MCQ

The most common data link layer protocol for wired connections is _____.

Answer

Correct Answer: Ethernet

Note: This Question is unanswered, help us to find answer for this one

One of the most common transmission flaws affecting data signals is ____.

Answer

Correct Answer: Noise

Note: This Question is unanswered, help us to find answer for this one

A ________ is a network located in your residence that connects to all your digital devices.

Answer

Correct Answer: HAN.

Note: This Question is unanswered, help us to find answer for this one

The domain controllers are the computers that store and run the _______________.

Answer

Correct Answer: Active Directory database

Note: This Question is unanswered, help us to find answer for this one

The ability for a protocol or program to determine that something went wrong is known as ________.

Answer

Correct Answer: Error detection

Note: This Question is unanswered, help us to find answer for this one

Tier 1 isps connect together and exchange data at ___________.

Answer

Correct Answer: Inter Exchange Points (IXPs)

Note: This Question is unanswered, help us to find answer for this one

The protocols pop3 and __________ can be used to manage your incoming mail.

Answer

Correct Answer: IMAP

Note: This Question is unanswered, help us to find answer for this one

Some incoming email servers use the ____ communications protocol.

Answer

Correct Answer: POP3

Note: This Question is unanswered, help us to find answer for this one

A web crawler uses a search _______ to traverse the web.

Answer

Correct Answer: Algorithm

Note: This Question is unanswered, help us to find answer for this one

Networks are structured in two principle ways: client/server and ________.

Answer

Correct Answer: Peer to peer

Note: This Question is unanswered, help us to find answer for this one

Network technologies that use _______________ light use single-mode fiber optic cabling.

Answer

Correct Answer: Laser

Note: This Question is unanswered, help us to find answer for this one

"network problems are often traceable to ____.

Answer

Correct Answer: Some combination of all of these

Note: This Question is unanswered, help us to find answer for this one

Malware programs that masquerade as system files are called ________.

Answer

Correct Answer: Trojan horses

Note: This Question is unanswered, help us to find answer for this one

In ipv6, __________ is commonly used with dns.

Answer

Correct Answer: Anycast

Note: This Question is unanswered, help us to find answer for this one

In a client/server system, the database resides on a computer called the ____.

Answer

Correct Answer: Server

Note: This Question is unanswered, help us to find answer for this one

In a client/server network, the _______ provides access to resources and services.

Answer

Correct Answer: Server

Note: This Question is unanswered, help us to find answer for this one

In ____ both computers verify the credentials of the other

Answer

Correct Answer: Mutual authentication

Note: This Question is unanswered, help us to find answer for this one

Compared with education, the primary goal of training is to ____.

Answer

Correct Answer: Perform tasks and build expertise

Note: This Question is unanswered, help us to find answer for this one

Before you perform any upgrade procedure, you should ______.

Answer

Correct Answer: Backup the entire system.

Note: This Question is unanswered, help us to find answer for this one

The URL Connection class can be used to read and write data to the specified resource referred by the URL?

Answer

Correct Answer: True

Note: This Question is unanswered, help us to find answer for this one

The client in socket programming must know which informations?

Answer

Correct Answer: IPaddress of Server And Port number

Note: This Question is unanswered, help us to find answer for this one

TCP,FTP,Telnet,SMTP,POP etc. are examples of?

Answer

Correct Answer: Protocol

Note: This Question is unanswered, help us to find answer for this one

The flush() method of PrintStream class flushes any uncleared buffers in memory?

Answer

Correct Answer: True

Note: This Question is unanswered, help us to find answer for this one

Which constructor of DatagramSocket class is used that it creates a datagram socket and binds it with the given Port Number?

Answer

Correct Answer: DatagramSocket(int port, InetAddress address)

Note: This Question is unanswered, help us to find answer for this one

Datagram is basically an information but there is no guarantee of its content, arrival or arrival time.

Answer

Correct Answer: True

Note: This Question is unanswered, help us to find answer for this one

Which classes are used for connection-oriented socket programming?

Answer

Correct Answer: Socket And ServerSocket

Note: This Question is unanswered, help us to find answer for this one

Which class is used to create servers that listen for either local client or remote client programs?

Answer

Correct Answer: ServerSockets

Note: This Question is unanswered, help us to find answer for this one

In InetAddress class which method it returns the host name of the IP Address?

Answer

Correct Answer: Public String getHostName()

Note: This Question is unanswered, help us to find answer for this one

Which class can be used to create a server socket. This object is used to establish communication with the clients?

Answer

Correct Answer: ServerSocket

Note: This Question is unanswered, help us to find answer for this one

Which package provides core functionality?

Answer

Correct Answer: Java.lang

Note: This Question is unanswered, help us to find answer for this one

Which classes are used for connection-less socket programming?

Answer

Correct Answer: DatagramSocket And DatagramPacket

Note: This Question is unanswered, help us to find answer for this one

Which steps occur when establishing a TCP connection between two computers using sockets?

Answer

Correct Answer: The server instantiates a ServerSocket object, denoting which port number communication is to occur on

Note: This Question is unanswered, help us to find answer for this one

URL is an acronym for?

Answer

Correct Answer: Uniform Resource locator

Note: This Question is unanswered, help us to find answer for this one

The java.net.InetAddress class represents an?

Answer

Correct Answer: IP address

Note: This Question is unanswered, help us to find answer for this one