15 Feb 2020

  • February 15, 2020
  • Amitraj
LAN Architecture primarily focuses on the protocols used by LAN devices to share transmission media.

It best described in terms of layering of protocols that organize basic functions of LAN.

1. Physical media access control (MAC)

2. Logical link control (LLC)

Related Posts:

  • Doubly Linked List Data Structure  Doubly Linked List Data Structure -> Doubly Linked List is a variation of Linked list in which navigation is possible in both ways, either forward and backward easily as compared to Single Linked List.  -&g… Read More
  • infix to post fix (Reverse polish notation) expression Infix Expression It follows the scheme of <operand><operator><operand> i.e. an <operator> is preceded and succeeded by an <operand>. Such an expression is termed infix expression. E… Read More
  • Difference between Array and Linked List Difference between Array and Linked List -> Both Linked List and Array are used to store linear data of similar type, but an array consumes contiguous memory locations allocated at compile time, i.e. at the time of decl… Read More
  • Tree Traversal Techniques Tree Traversal -> Tree Traversal refers to the process of visiting each node in a tree data structure exactly once. -> Different tree traversal techniques are:- 1. Depth first Traversal -  there are 3 te… Read More
  • Tree (data Structure) | Tree Terminology Tree (data Structure) -> In linear data structure data is organized in sequential order and in non-linear data structure data is organized in Random order. -> A tree is a very popular non-linear data structure used i… Read More

Translate

Popular Posts