Found 1627 Articles for Computer Network

Explain the functions of Presentation Layer.

Ginni
Updated on 04-May-2021 13:04:37

343 Views

The functions of the presentation layer are as follows:It provides the users with a way to execute the session service primitives. For that, it uses the contexts, each consisting of some data types and their transfer syntaxes. When a session is established, the peer entities negotiate for one or more contexts. It can change these contexts as the session progresses.Once the negotiations have been agreed upon, each machine is free to represent the data structures internally in the most convenient form. It is known that it should express that it can be transmitted and understood by the remote peer entity ... Read More

Explain the functions of Session Layer.

Ginni
Updated on 04-May-2021 12:56:30

2K+ Views

The session layer services are provided by a functional unit set, which constitutes the session layer. The session layer can be understanding as a general-purpose tool kit out of which the user selects the tools to be used.The functions provided by the session layers are as follows:Session EstablishmentThe session layer’s primary function is to provide and establish connections between communicating users, known as sessions. It can transfer the data over these sessions in a reliable and orderly way.It can settle a session between two computers for communication, file transfer, remote login, or other purposes. It can establish Connection-oriented and connectionless ... Read More

What is Session Layer in the Computer Network?

Ginni
Updated on 04-May-2021 12:53:47

1K+ Views

It is one of the parts of the upper layers. The Application Layer, Presentation Layer, and Session Layers form the OSI reference model's upper layers. They provide user-oriented services. The session layer provides a defined set of services to the presentation layerPresentation Layer uses session layer protocols and transport services. The session layer service’s actual user is the application layer through which the presentation layer lies between them. It has relatively few features as compared to lower layers. It controls structures and the interaction between the application programme.It synchronizes the interaction between elements and controls the direction of information flow, ... Read More

Explain the purpose of UDP?

Ginni
Updated on 04-May-2021 15:52:07

1K+ Views

User Datagram Protocol (UDP) provides a connectionless packet service that offers unreliable 'best effort' delivery. This represents that the packet's arrival is not guaranteed, and also there is no guarantee for the correct sequencing of forwarded packets.An application that does not require an acknowledgement of data receipt. For example, audio or video broadcasting used UDP.UDP is also used by application of the typical transmit of a small amount of data at one time. For example, UDP provides a protocol port to distinguish between multiple programs implemented on a single deviceEach UDP message includes both a destination port number and a ... Read More

What is SCTP in the Computer Network?

Ginni
Updated on 04-May-2021 12:36:36

12K+ Views

SCTP stands for Stream Control Transmission Protocol. It is a new reliable, messageoriented transport layer protocol. SCTP, however, is mostly designed for Internet applications that have recently been introduced. These new applications, such as IUA (ISDN over IP), M2UA and M3UA (telephony signaling), H.248 (media gateway control), H.323 (IP telephony), and SIP (IP telephony), etc.SCTP combines the best features of UDP and TCP. SCTP is a reliable message-oriented protocol. It preserves the message boundaries, and at the same time, detects lost data, duplicate data, and out-of-order data. It also has congestion control and flows control mechanisms.Features of SCTPThere are various ... Read More

What is SLIP in the Computer Network?

Ginni
Updated on 04-May-2021 12:35:40

2K+ Views

SLIP stands for Serial Line Internet Protocol. SLIP is an Internet protocol that allows users to gain Internet access using a computer modem. Today, SLIP is not used as frequently as its successor, PPP (Point-to-Point Protocol), which provides enhanced error detection and automatic configuration.SLIP is commonly used on dedicated serial links and sometimes for dialup purposes and is usually used with line speeds between 1200bps and 19.2Kbps. It is useful for allowing mixes of hosts and routers to communicate with one another (host-host, host-router and router- router are all common SLIP network configurations).SLIP defines a sequence of characters that frame ... Read More

What is IGMP in the Computer Network?

Ginni
Updated on 04-May-2021 12:35:02

7K+ Views

IGMP stands for Internet Group Management Protocol. It is a protocol that allows several devices to share one IP address so they can all receive the same data. IGMP is a network layer protocol used to set up multicasting on networks that use the Internet Protocol version 4 (IPv4). Specifically, IGMP allows devices to join a multicast group.IGMP is not a multicasting routing protocol; it is a protocol that manages group membership. In any network, there are one or more multicast routers that distribute multicast packets to hosts or other routers.The IGMP protocol gives the multicast routers information about the ... Read More

Differentiate between HTTP and HTTPS in Computer Network.

Ginni
Updated on 04-May-2021 12:32:58

774 Views

HTTPHTTP stands for "Hypertext Transfer Protocol." HTTP is the protocol used to transfer data over the web. It is part of the Internet protocol suite and defines commands and services used for transmitting web page data.HTTP uses a server-client model. A client, for example, maybe a home computer, laptop, or mobile device. The HTTP server is typically a web host running web server software, such as Apache or IIS.When you access a website, your browser sends a request to the corresponding web server, and it responds with an HTTP status code. If the URL is valid and the connection is ... Read More

What is VPN in Computer Network?

Ginni
Updated on 04-May-2021 12:31:50

10K+ Views

VPN stands for Virtual Private Network. It allows you to connect your computer to a private network, creating an encrypted connection that masks your IP address to securely share data and surf the web, protecting your identity online.A virtual private network, or VPN, is an encrypted connection over the Internet from a device to a network. The encrypted connection helps ensure that sensitive data is safely transmitted. It prevents unauthorized people from eavesdropping on the traffic and allows the user to conduct work remotely. VPN technology is widely used in corporate environments.A VPN connection is shown in the figure below ... Read More

What is Intranet in the Computer Network?

Ginni
Updated on 27-Apr-2022 07:43:18

505 Views

An intranet is a private computer network that uses Internet Protocol technologies to securely share any part of an organization’s information or operational systems within that organization.It is designed for the exclusive use of an organization and its associates, such as employees, customers, and other authorized people. It offers a secure platform to convey information and share data with authorized users.It is based on internet protocols (TCP/IP) and is protected from unauthorized access with firewalls and other security systems. The firewall monitors the incoming and outgoing data packets to ensure they don't contain unauthorized requests.So, users on the intranet can ... Read More

Advertisements