An endpoint of an inter-process
communication flow across a computer
network is called
a. socket
b. pipe
c. port
d. machine

1 Answer

Answer :

a. socket

Related questions

Description : An endpoint of an inter-process communication flow across a computer network is called a. socket b. pipe c. port d. machine

Last Answer : a. socket

Description : The combination of an IP address and a port number is known as ................... (A) network number (B) socket address (C) subnet mask number (D) MAC address

Last Answer : (B) socket address

Description : A _____ is a TCP name for a transport service access point. a. port b. pipe c. node d. protocol

Last Answer : a. port

Description : A _____ is a TCP name for a transport service access point. a. port b. pipe c. node d. protocol

Last Answer : a. port

Description : Identify the correct order in which a server process must invoke the function calls accept, bind, listen, and recv according to UNIX socket API a. listen, accept, bind recv b. bind, listen, accept, recv c. bind, accept, listen, recv d. accept, listen, bind, recv

Last Answer : b. bind, listen, accept, recv

Description : Which one of the following is not a function of network layer? a. routing b. inter-networking c. congestion control d. error contro

Last Answer : d. error control

Description : Which one of the following is not a function of network layer? a) routing b) inter-networking c) congestion control d) error control

Last Answer : d) error control

Description : Socket-style API for windows is called ____________ a. wsock b. winsock c. wins d. sockwi

Last Answer : b. winsock

Description : Socket-style API for windows is called ____________ a. wsock b. winsock c. wins d. sockwi

Last Answer : b. winsock

Description : What does SSL stands for ? System socket layer Secure system login Secure socket layer Secure system login

Last Answer : Secure socket layer

Description : Which of the following system calls results in the sending of SYN packets? a. socket b. bind c. listen d. connect

Last Answer : d. connect

Description : Should I connect the headphones socket of my bass amplifier to the mic port on my PC?

Last Answer : answer:I have limited expertise here, but some audio inputs labeled mic are general-purpose line-level inputs (which is what you want) while others actually expect just a microphone. This matters ... PC audio section are very small. If you connected the speaker output to the PC-different story!

Description : At the socket and spigot joint, (A) Enlarged end of the pipe is called socket (B) Normal end of the pipe is called spigot (C) Spigot is fitted into the socket (D) All the above

Last Answer : (D) All the above

Description : A backing ring is used inside the pipe joint when making a (a) butt weld (b) fillet weld (c) sleeve weld (d) socket weld (e) tube weld.

Last Answer : (a) butt weld

Description : Sometimes, Session layer is also called ______ layer a. Virtual layer b. Port layer c. Segmentation layer d. Process layer

Last Answer : b. Port layer

Description : Transmission of computerized data from one location to another is called A. data transfer B. data flow C. data communication D. data management E. None of the above

Last Answer : data communication

Description : A _________ network is across between a circuit-switchednetworkand a datagram network. It has some characteristics ofboth. A) virtual-circuit B) packet-switched C) frame-switched D) none of the above

Last Answer : virtual-circui

Description : When you ping theloopback address,a packet is sent where? A. On the network B. Down through thelayers of the IP architecture and then up thelayers again C. Across the wire D. through the loopback dongle E. None of the above

Last Answer : Down through thelayers of the IP architecture and then up thelayers again

Description : The Internet Control Message Protocol (ICMP) A. allows gateways to send error acontrol messages toother gateways or hosts B. provides communication between the Internet Protocol Software on one machine ... and takeaction to correct theproblem D. All of theabove E. None of the above

Last Answer : All of theabove

Description : A one-to-all communication between one source and all hosts on a network is classified as a_______ communication. A) unicast B) multicast C) broadcast D) none of the above

Last Answer : broadcast

Description : Which of the following is NOT true about User Datagram Protocol in transport layer? a. Works well in unidirectional communication, suitable for broadcast information. b. It does three way ... File System d. The lack of retransmission delays makes it suitable for real-time applications

Last Answer : b. It does three way handshake before sending datagrams

Description : The physical layer translates logical communication requests from the ______ into hardware specific operations. a. data link layer b. network layer c. trasnport layer d. application layer

Last Answer : a. data link layer

Description : Communication channel is shared by all the machines on the network in ________ a) broadcast network b) unicast network c) multicast network d) anycast network

Last Answer : a) broadcast network

Description : The physical layer is concerned with ___________ a. bit-by-bit delivery b. process to process delivery c. application to application delivery d. port to port delivery

Last Answer : a. bit-by-bit delivery

Description : A ________ is a 16-bit number used by the host-to-host protocol to identify to which higher- level protocol or application program (process) it must deliver incoming messages A. connection B. UDP C. port D. TCP

Last Answer : C. port

Description : The physical layer is concerned with ___________ A. bit-by-bit delivery B. process to process delivery C. application to application delivery D. port to port delivery

Last Answer : A. bit-by-bit delivery

Description : The physical layer is concerned with ___________ a) bit-by-bit delivery p) process to process delivery c) application to application delivery d) port to port delivery

Last Answer : a) bit-by-bit delivery

Description : Which address is used to identify a process on a host by the transport layer? a) physical address b) logical address c) port address d) specific address

Last Answer : c) port address

Description : The functions of a Logical Link Layer (LLC) are a. Error control b. Flow control c. Creating and managing the communication link between two devices with the help of the Transport layer. d. All the above

Last Answer : d. All the above

Description : In asynchronous serial communication the physical layer provides ___________ a. start and stop signalling b. flow control c. both start & stop signalling and flow control d. only start signalling

Last Answer : c. both start & stop signalling and flow control

Description : The functions of a Logical Link Layer (LLC) are ___. A. Error control B. Flow control C. Creating and managing the communication link between two devices with the help of the Transport layer. D. All the above

Last Answer : D. All the above

Description : A noise where foreign signal enters the path of the transmitted signal is called …… A. Impulse B. Inter modulation C. cross talk D. both b and c

Last Answer : C. cross talk

Description : A .................... architecture assigns only a few essential functions to the kernel, including address spaces, Inter process communication(IPC) and basic scheduling. A) Monolithic kernel B) Micro kernel C) Macro kernel D) Mini kernel

Last Answer : B) Micro kernel

Description : Which of the following is not the function of Microkernel? A) File management B) Low-level memory management C) Inter-process communication D) I/O interrupts management

Last Answer : A) File management

Description : With neat diagram explain inter process communication model.

Last Answer : Inter-process communication: Cooperating processes require an Interprocess communication (IPC) mechanism that will allow them to exchange data and information. There are two models of IPC 1. ... a communication link between them. Between each pair of processes exactly one communication link.

Description : Explain Inter-process Communication (IPC) using mailbox/queue.

Last Answer : Inter-process communication using mailbox: Mailbox is the Interprocess communication mechanism. A process puts a data message for another process in the mailbox. Mailbox is also called as message exchange. ... a message. In mailbox IPC the sender need not to know the name of the receiver.

Last Answer : notes.txt (18 kb) I added extra knowledge in this file.I also attach my programs. If any doubts ask me. If any doubt on socket please let me know. I know little bit English knowledge. If any spell mistake and grammar error sorry sorry.

Description : The carrier that handles inter-LATA services is calleda(n) _______. A) POP B) IXC C) LEC D) none of the above

Last Answer : IXC

Description : Internet-like networks between a company and its businesspartners. Select the best fit for answer: A. Bandwidth alternatives B. Switching alternating C. Inter organizational networks D. Extranets

Last Answer : Extranets

Description : Telecommunication networks frequently interconnect an organization with its customers and suppliers. Select the best fit foranswer: A. Bandwidth alternatives B. Switching alternating C. Inter organizational networks D. Extranets

Last Answer : Inter organizational networks

Description : Internet-like networks within an enterprise. A. Intranets B. Switching alternating C. Inter organizational networks D. Extranets

Last Answer : Intranets

Description : A mercury (specific gravity = 13.6) manometer connected across an orificemeter fitted in a pipe shows a manometer reading of 2 cms. If the manometer liquid is changed to carbon tetrachloride (specific gravity = 1.6), then ... new manometer reading will be __________ cms. (A) 17 (B) 42 (C) 84 (D) 1.8

Last Answer : __________ cms. (A) 17

Description : The Bernoulli's equation is based on the assumption that (A) There is no loss of energy of the liquid flowing (B) The velocity of flow is uniform across any cross-section of the pipe (C) No force except gravity acts on the fluid (D) All of the above

Last Answer : Answer: Option D

Description : Which is the protocol that maps varying IP addresses to the Physical MAC Address of a machine in a LAN network? a. ARQ (Automatic Repeat Request) b. ARP (Address Resolution Protocol) c. SLIP (Serial Line Internet Protocol) d. PLIP (Parallel Line Internet Protocol)

Last Answer : b. ARP (Address Resolution Protocol)

Description : The physical address to each machine is provided by which layer in an OSI reference model? A. Physical layer B. Data Link Layer C. Network Layer D. Transport Layer

Last Answer : B. Data Link Layer

Description : Which is the protocol that maps varying IP addresses to the Physical MAC Address of a machine in a LAN network? A. ARQ Automatic Repeat Request B. ARP Address Resolution Protocol C. SLIP Serial Line Internet Protocol D. PLIP Parallel Line Internet Protocol

Last Answer : B. ARP Address Resolution Protocol

Description : The physical address to each machine is provided by which layer in an OSI reference model? A. Physical layer B. Data Link Layer C. Network Layer D. Transport Layer

Last Answer : B. Data Link Layer

Description : .In computing, ________ improves the distribution of workloads across multiple computing resources, such as computers, a computer cluster, network links, central processing units, or disk drives. a) Virtual machine b) Virtual computing c) Virtual cloud d) Load balancer

Last Answer : Load balancer

Description : ______ refers to the physical or logicalarrangement of a network. A) Data flow B) Mode ofoperation C) Topology D) None of the above

Last Answer : Topology