OSI Model

OSI Model смотреть последние обновления за сегодня на .

What is OSI Model?

871638
20782
317
00:08:23
11.02.2019

✅ C'mon over to 🤍 where you can learn PLC programming faster and easier than you ever thought possible! = ✅ Check out the full blog post over at 🤍 = OSI stands for Open Systems Interconnection and is a conceptual framework for how applications communicate over a network. There are seven layers within the model and the depiction of the layers is used to help users identify what is happening within a networking system. The OSI model layers are typically described from the top layer down. The layers are described as Application, Presentation, Session, Transport, Network, Data Link, and Physical. These layers are provided by a mixture of network card drivers, operating systems, applications, and networking hardware that facilitate the transmission of signals over Ethernet, Fiber Optic, Wi-Fi, or other wireless protocols. We’ll describe the layers from the top down as the top layer is the Application layer or layer 7. This is the layer that most users interact with and will recognize. The Application layer provides network services to the end user. These services are protocols that work with the data the client is using. One of these protocols may be HTTP that is used with web browsers such as Google Chrome, Firefox, and Internet Explorer. Other examples of applications that use this layer are Office, Outlook, and Skype. All of those interactive applications provide a set of services that allow the application layer to supply data to and receive data from the Presentation layer. The Presentation layer, or layer 6, performs the uncomplicated task of syntax processing or converting data from one format to another. For example, say you are ordering something from an online store. These transactions are typically handled in a secure transmission which means that the data passing between the “store” or the Website Application will transmit encrypted data to the Presentation layer that will need to be decrypted and processed. This layer handles translating the data from the top layer, which is presented in the application format, to network format and vice versa. After the Presentation layer processes the data from one format to another, the information is then passed to the Session layer or the Application layer depending on whether the data is transmitting or receiving. = Missed our most recent videos? Watch them here: 🤍 🤍 🤍 = To stay up to date with our last videos and more lessons, make sure to subscribe to this YouTube channel: 🤍 = TWEET THIS VIDEO: 🤍 = Like us on Facebook: 🤍 Follow us on Twitter: 🤍 Follow us on LinkedIn 🤍 #RealPars

OSI Model Explained | OSI Animation | Open System Interconnection Model | OSI 7 layers | TechTerms

4303592
144128
3463
00:16:39
12.08.2018

Learn computer network layers or OSI layers in a computer network, OSI Model, OSI reference model or open system interconnection model or networking model including Application Layer, Presentation Layer, Session Layer, Transport Layer, Network Layer, Data Link Layer and Physical layer. Definition, Function, and use of the OSI network model. Protocols in computer network layers of OSI model. Notes : 🤍 Facebook : 🤍 OSI Model defines and is used to understand – How data is transferred from one computer to another in a computer network? In the most basic form, two computers (end-points) connected to each other with LAN Cable (Network Media) and connectors (RJ45) sharing data with the help of NICs forms a network. But if one computer is based on Microsoft Windows and the other one has MAC OS installed, then how these two computers are going to communicate with each other? In order to accomplish successful communication b/w computers or networks of different architectures, 7-layered OSI Model or Open System Interconnection Model was introduced by the International Organization for Standardization in 1984. Application Layer Presentation Layer Session Layer Transport layer Network Layer Data Link Layer Physical Layer open system interconnection model,osi model,what is osi model,explain osi model,osi model lecture,define osi model,osi model in networking,how data is transferred in internet,network security,osi reference model,osi model in hindi,osi 7 layers,7 layers of osi model,osi stack,application layer,presentation layer,session layer,transport layer,network layer,data link layer,physical layer. #TechTerms Must learn: DHCP Protocol : 🤍 ARP Protocol : 🤍 DNS Explained : 🤍 OSI Model : 🤍 IP Address : 🤍 NIC : 🤍 Network Protocol : 🤍 Network Topology: 🤍 Network Router : 🤍 Network devices : 🤍 Firewall : 🤍 Firewall types : 🤍 Firewall vs : 🤍 Firewall working : 🤍 Firewall limits : 🤍 Domain name : 🤍 LAN cable : 🤍 Hostname : 🤍

What is OSI Model | Real World Examples

130814
5455
84
00:04:45
23.12.2022

Subscribe to our weekly system design newsletter: 🤍 Checkout our bestselling System Design Interview books: Volume 1: 🤍 Volume 2: 🤍 Other things we made: Digital version of System Design Interview books: 🤍 Twitter: 🤍 LinkedIn: 🤍 Animation tools: Illustrator and After Effects ABOUT US: Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.

OSI Model Deep Dive

228089
9603
274
00:31:52
14.08.2020

* Sign-Up for Kevin's FREE "CCNA Mini-Course" 🤍 * In this video, you'll take a deep dive into the 7-layer OSI Model, considering lots of examples of devices, protocols, or services residing at each layer. = Don't miss a single one of Kevin's YouTube videos. Subscribe here: 🤍 = = Kevin Wallace, CCIEx2 #7945 Emeritus (Collaboration and R&S) Homepage: 🤍 Twitter: 🤍 Facebook: 🤍 YouTube: 🤍 LinkedIn: 🤍 = = If you enjoyed this video, here is the video title and also the link for you to share: OSI Model Deep Dive 🤍 =

OSI Model Explained | Real World Example

827421
20419
769
00:06:09
28.09.2016

Join the Discord Server! 🤍 - MY FULL CCNA COURSE 📹 CCNA - 🤍 FREE CCNA FLASHCARDS 🃏 CCNA Flashcards - 🤍 HOW TO PASS THE CCNA 📚 Get a great book - 🤍 📹 Take a video course - 🤍 ✔ Use practice exams - 🤍 SOCIAL 🐦 Twitter - 🤍 📸 Instagram - 🤍 👔 LinkedIn - 🤍 💬 Discord - 🤍 Disclaimer: These are affiliate links. If you purchase using these links, I'll receive a small commission at no extra charge to you. - The OSI Model Explained What Is this OSI Model? The OSI model (Open System Interconnect) is a theoretical stack of 7 layers that can be used as a reference to understand how a network operates. The model was introduced to standardize networks in a way that allowed multi-vendor systems, prior to this you would only be able to have a one vendor network as the devices could not communicate with other vendor devices. The Layers Application (layer 7) This layer is where the application and user communicates. Application specific protocols are used here such as SMTP (simple mail transfer protocol) for sending emails from Outlook. Presentation (layer 6) This layer formats the data in a way that the receiving application can understand it. This layer is also able to encrypt and decrypt date if needed. Session (layer 5) This layer is responsible for establishing and terminating of connections between devices. Transport (layer 4) The transport layer of OSI Model is used for error handling and sequencing to unsure no data is lost. This layer also adds source and destination port numbers Network (layer 3) The network layer handles IP address routing. At this stage of the OSI model the source and destination IP address is added to the data. Data Link (layer 2) At this layer the physical address (MAC Address) is added to the data, this includes the source and destination MAC address. Physical (layer 1) The physical layer is the lowest layer of the OSI model. Its key responsibility is to carry the data across the physical hardware such as an Ethernet cable to the destination. This video is designed to give a basic and general overview of the OSI model. Its aim is to simplify the concept to make it easier to understand. #ccna #cisco #networking

What is OSI Model? full Explanation | Networking

1429258
37428
710
00:11:53
28.05.2021

Computer Network full Course...! 👇👇👇 🤍 Please Like | Share | SUBSCRIBE our Channel..! Learn Coding 🙏🙏🙏 Like our Facebook Page....! Learn Coding Don't forget to tag our Channel...! #osimodel #ask4help #networking #LearnCoding #7layerofosimodel

OSI Model Animation

7181
248
17
00:11:00
12.07.2023

In this video I have explained the OSI Model with animation. All the seven layers Application, Presentation, Session, Transport, Network, Data Link and Physical layers are explained with their functions. Chapters: 00:00 Intro 00:10 What is OSI Model 00:55 Layers of OSI Model 01:55 Functions of Application Layer 02:51 Functions of Presentation Layer 03:40 Functions of Session Layer 04:26 Functions of Transport Layer 05:47 Difference between TCP and UDP 06:24 Functions of Network Layer 07:26 Functions of Data Link Layer 09:23 Functions of Physical Layer 10:40 Outro

The OSI Model Demystified

1661867
25800
1796
00:18:41
10.12.2010

Follow the Insanity at: 🤍 Downloadable Podcasts at: 🤍 iTunes: 🤍 Info Level: Beginner Date Created: July 9, 2010 Length of Class: 18 Minutes Tracks Networking Prerequisites Introduction to Networking Purpose of Class This class explains the OSI Model for technicians Topics Covered The OSI Model Class Notes Layer 7 Application Layer The layer users interact with Layer 6 Presentation Layer Generally the layer the Operating System is on Layer 5 Session Layer The layer that controls the communication session between two computers Layer 4 Transport Layer The layer that controls Windowing and other tasks related to communication Layer 3 Network Layer The layer that Routers and IP addresses operate at Layer 2 Data Link Layer The layer that Switches, MAC Addresses and ARP reside at Layer 1 Physical Layer The layer that cabling resides on Resources Wikipedia

OSI Model: A Practical Perspective - Networking Fundamentals - Lesson 2a

266465
7956
456
00:13:25
24.12.2020

Module 1 of the Networking Fundamentals course will illustrate the core of networking: How data moves through the Internet. The foundation of that is understanding the OSI model. But this isn't about mere memorization, instead we are going to look at the underlying goals of each layer of the OSI model, and how it contributes to the over all goal of networking: Moving data between hosts. Before watching this video, watch the first videos in the series: Lesson 1a - Network Devices: Hosts, IP Addresses, Networks: 🤍 Lesson 1b - Network Devices: Repeaters, Hubs, Switches, Routers 🤍 This lesson is a free lesson from my new course on Networking Fundamentals. The first module of this course is meant to teach you everything you need to know to understand how packets move through a network. All the lessons for the first module will be released for free here on Youtube: = Networking Fundamentals - Module 1 = Lesson 1 - Network Devices Part 1: 🤍 Part 2: 🤍 Lesson 2 - OSI Model Part 1: 🤍 Part 2: 🤍 Lesson 3 - Everything Hosts to do speak on the Internet Part 1: 🤍 Part 2: 🤍 Lesson 4 - Everything Switches do to facilitate communication Part 1: 🤍 Part 2: 🤍 Lesson 5 - Everything Routers do to facilitate communication Part 1: 🤍 Part 2: 🤍 Part 3: 🤍 Lesson 6 - Networking Protocols - 🤍 - ARP, FTP, SMTP, HTTP, SSL, TLS, HTTPS, DNS, DHCP - Four items MUST be configured for Internet Connectivity Lesson 7 - How Data moves through the Internet - 🤍 - Interview question: What happens when you type "site.com" into a web browser? - If you enjoyed this content, then please tell one other person about this series. At the end of the day, sharing this content is the best way you can thank me and return the favor for this free content. You can get free Internet Points (Karma, Likes, etc) by simply sharing this content across social media communities. =) Thank you. - 🖧 Full Networking Fundamentals series (Module 1 - all FREE): 🤍 📇 Details about the Full Networking Fundamentals Course: 🤍 📜 Studying for your CCNA? 🤍 🧮 Want to learn Subnetting? 🤍 🔐 Want to learn about SSL, TLS, and Cryptography? 🤍 📖 Other Courses: 🤍 💬 Discord: 🤍 #networking #ccna #network #osi #switches #routers

The OSI Reference Model (Part 1)

509273
7783
599
00:07:54
21.11.2019

Computer Networks: The OSI Reference Model in Computer Networks Topics discussed: 1) Layering and benefits of layering. 2) Purpose of the OSI model. 3) Layers of the OSI reference model. 4) How to remember OSI layers. Follow Neso Academy on Instagram: 🤍nesoacademy (🤍 Contribute: 🤍 Memberships: 🤍 Books: 🤍 Website ► 🤍 Forum ► 🤍 Facebook ► 🤍 Twitter ► 🤍 Music: Axol x Alex Skrindo - You [NCS Release] OSI Reference Model Image Source: Data Communication and Networking by Behrouz A. Forouzan #ComputerNetworksByNeso #ComputerNetwork #OSIReferenceModel #Layering

how the OSI model works on YouTube (Application and Transport Layers) // FREE CCNA // EP 5

453708
14904
593
00:21:56
27.08.2020

When you watch a YouTube video....is it using TCP? UDP? What happens in the network? // CCNA Course 200-301 - GET READY FOR THE TEST: 🤍 (affiliate) Sponsored by Boson Software Watch the whole course: 🤍 Go deeper: 🤍 🔥🔥Join the NetworkChuck Academy!: 🤍 ☕☕OFFICIAL NetworkChuck Coffee: 🤍 ☕☕ Watch the whole course: 🤍 Join the Discord server: 🤍 0:00 ⏩ Intro 0:40 ⏩ OSI Model Recap 2:02 ⏩ the Application Layer 2:42 ⏩ the Presentation Layer 4:22 ⏩ the Session Layer 6:14 ⏩ the Transport Layer 7:20 ⏩ TCP vs UDP 12:46 ⏩ what are Ports? 18:34 ⏩ QUIZ TIME!!! 🔥🔥Get your CCNA with BOSON🔥🔥 -CCNA Lab: 🤍 (Boson NetSim) (affiliate) -CCNA Practice Exam: 🤍 (Boson ExSim) (affiliate) -CCNP Lab: 🤍 (Boson NetSim) (affiliate) -CCNP Practice Exam: 🤍 (Boson ExSim) (affiliate) ➡️Support NetworkChuck: 🤍 ☕or buy me a coffee: 🤍 ☕ other FANTASTIC CCNA training resources: FULL CCNA course: 🤍 ( 🤍David Bombal ) ITProTV: 🤍 🔥Learn Python🔥 Codecademy: 🤍 (GEAR I USE...STUFF I RECOMMEND) My network gear: 🤍 Amazon Affiliate Store: 🤍 Buy a Raspberry Pi: 🤍 #ccna #ccna200301 #freeccna

OSI Model

213677
4984
259
00:12:14
19.02.2018

Keep in mind that OSI model is not laws of physics. It is only a guideline. While many protocols fit neatly into one of the seven layers, others do not. But OSI model is a great tool to learn and understand how network hosts communicate with each other. Any serious network professionals and students should know about it.

Модель OSI | 7 уровней за 7 минут

558146
24786
589
00:06:39
08.03.2020

🚀 Наш большой курс по сетевым технологиям | Пройди бесплатный вводный урок! 🤍 Модель Open Systems Interconnection (OSI) – это скелет, фундамент и база всех сетевых сущностей. Модель определяет сетевые протоколы, распределяя их на 7 логических уровней. Маршрутизатор. Коммутатор. Хаб. Что это и в чем разница? 🤍 Что такое IP - адрес и можно ли по нему кого-то вычислить? 🤍 Keep calm and Merion ❤️ 🤍 🤍 Креатив и анимация: 🤍 #OSI #МодельOSI #OpenSystemsInterconnection #ОСИ

what is TCP/IP and OSI? // FREE CCNA // EP 3

812804
30259
972
00:12:04
06.08.2020

What is the TCP/IP Model? OSI Model? // CCNA Course 200-301 - sponsored by the Boson Software: 🤍 (affiliate) Watch the whole course: 🤍 Go deeper: 🤍 🔥🔥Join the NetworkChuck Academy!: 🤍 ☕☕OFFICIAL NetworkChuck Coffee: 🤍 ☕☕ Watch the whole course: 🤍 Install Packet Tracer: 🤍 CCNA Episode 3 Packet Tracer Lab: 🤍 0:00 ⏩ Intro 0:55 ⏩ Birth of the internet 2:04 ⏩ why we need a network model 3:58 ⏩ the TCP/IP Model 6:12 ⏩ the OSI Model 7:02 ⏩ why we still talk about OSI 9:09 ⏩ QUIZ TIME!!! 🔥🔥Get your CCNA with BOSON🔥🔥 -CCNA Lab: 🤍 (Boson NetSim) (affiliate) -CCNA Practice Exam: 🤍 (Boson ExSim) (affiliate) -CCNP Lab: 🤍 (Boson NetSim) (affiliate) -CCNP Practice Exam: 🤍 (Boson ExSim) (affiliate) ➡️Support NetworkChuck: 🤍 ☕or buy me a coffee: 🤍 ☕ other FANTASTIC CCNA training resources: FULL CCNA course: 🤍 ( 🤍David Bombal ) ITProTV: 🤍 🔥Learn Python🔥 Codecademy: 🤍 (GEAR I USE...STUFF I RECOMMEND) My network gear: 🤍 Amazon Affiliate Store: 🤍 Buy a Raspberry Pi: 🤍 #ccna #ccna200301 #freeccna

The OSI Model Animation

1276589
8881
382
00:10:23
10.02.2013

3D animation analogy of The Open Systems Interconnection Model in Computer Networking. Created for University Purposes Only. Note: Narration's a little edgy, was reciting it in front of a crowd.

Understanding the OSI Model - CompTIA Network+ N10-007 - 1.2

412581
4178
97
00:09:28
11.03.2018

Network+ Training Course Index: 🤍 Professor Messer’s Success Bundle: 🤍 Professor Messer’s Course Notes: 🤍 Discount exam vouchers: 🤍 - - - - - The OSI model is one of the most common methods of describing application data flows. In this video, you’ll learn about the seven layers of the OSI model and how they are associated with real-world hardware and software components. - - - - - Subscribe to get the latest videos: 🤍 Calendar of live events: 🤍 FOLLOW PROFESSOR MESSER: Professor Messer official website: 🤍 Twitter: 🤍 Facebook: 🤍 Instagram: 🤍 LinkedIn: 🤍

Understanding the OSI Model - N10-008 CompTIA Network+ : 1.1

381952
4652
84
00:12:17
15.09.2021

Network+ Training Course Index: 🤍 Professor Messer’s Course Notes: 🤍 Discount exam vouchers: 🤍 - - - - - We use the OSI model to describe application use, network activity, and troubleshooting tasks. In this video, you’ll learn about the layers of the OSI model and how they apply to real-world networking. - - - - - Subscribe to get the latest videos: 🤍 Calendar of live events: 🤍 Frequently Asked Questions: 🤍 FOLLOW PROFESSOR MESSER: Professor Messer website: 🤍 Twitter: 🤍 Facebook: 🤍 Instagram: 🤍 LinkedIn: 🤍

The OSI Model - Explained by Example

152092
5637
317
00:25:16
12.05.2019

OSI is a model that standardized the communication in computer system, its what the internet runs on. In this video we will try to learn about the OSI model by example! Stands for Open Systems Interconnection model. In this video we will make a HTTP GET request to a web server and explain how the data flow through the OSI model layers from the application layer, presentation layer, session layer, transport layer, network layer, data link layer and finally physical layer. we will also explain why people tell you not to connect to public WIFIs. Download Slides here 🤍 0:00 Intro 2:15 public vs private ip address 4:00 Application Layer 5:30 Presentation Layer 6:20 Session Layer 7:20 Transport Layer 9:20 Network Layer 11:20 Data Link 13:00 ARP protocol 14:00 Physical Layer 19:00 Why you shouldn’t connect to public WIFI 🏭 Software Architecture Videos 🤍 💾 Database Engineering Videos 🤍 🛰 Network Engineering Videos 🤍 🏰 Load Balancing and Proxies Videos 🤍 🐘 Postgres Videos 🤍 🚢Docker 🤍 🧮 Programming Pattern Videos 🤍 🛡 Web Security Videos 🤍 🦠 HTTP Videos 🤍 🐍 Python Videos 🤍 🔆 Javascript Videos 🤍 👾Discord Server 🤍 Support me on PayPal 🤍 Become a Patreon 🤍 Stay Awesome, Hussein Stay Awesome! Hussein

شرح ال OSI Model وال 7 مراحل شرح مبسط بالعربي في 20 دقيقة فقط

21094
1214
148
00:20:11
25.04.2023

ال OSI Model يعتبر عصب واساس الشبكات وال IT 👌🏻 ناس كتير اوي وخاصة الطلاب مش بيكونوا فاهمينه كويس وده بيأثر على فهمهم لاجزاء كتير ف الشبكات 😕 ِشرح شامل ل OSI Model وال 7 طبقات احنا بنشرح ال OSI layers بالتفصيل وبطريقة animated تخليك متوهقش من الشرح 00:00 مقدمة عن ال OSI Model 00:59 شرح طبقة الأبليكيشن Application Layer 01:35 شرح ال Presentaion Layer 02:37 شرح ال session Layer 04:08 شرح ال Transport Layer 05:45 الفرق بين TCP و UDP 07:41 شرح ال Network Layer 09:00 شرح ال Data Link Layer 10:34 مثال لتوضيح عملية ال framing 12:18 شرح ال Error Detecion and Correction 14:57 شرح بروتوكول ال CSMA 15:48 شرح ال Physical Layer 17:29 اللي بيحصل لما تطلب موقع على الانترنت مثال شامل لتوضيح طبقات ال OSI Layer صفحة الفيسبوك 🤍 لايك وشير للفيديو و subscribe للقناة وقولنا في الكومنتات رأيك او عايزنا نتكلم في ايه تاني

OSI and TCP IP Models - Best Explanation

263500
7040
295
00:19:20
25.01.2017

The Internet protocol suite is the conceptual model and set of communications protocols used on the Internet and similar computer networks. It is commonly known as TCP/IP because the original protocols in the suite are the Transmission Control Protocol (TCP) and the Internet Protocol (IP). It is occasionally known as the Department of Defense (DoD) model, because the development of the networking model was funded by DARPA, an agency of the United States Department of Defense. The Internet protocol suite provides end-to-end data communication specifying how data should be packetized, addressed, transmitted, routed and received. This functionality is organized into four abstraction layers which are used to sort all related protocols according to the scope of networking involved.[1][2] From lowest to highest, the layers are the link layer, containing communication methods for data that remains within a single network segment (link); the internet layer, connecting independent networks, thus providing internetworking; the transport layer handling host-to-host communication; and the application layer, which provides process-to-process data exchange for applications. Technical standards specifying the Internet protocol suite and many of its constituent protocols are maintained by the Internet Engineering Task Force (IETF). The Internet protocol suite model is a simpler model developed prior to the OSI model.

What is the OSI Model and is it Still Relevant?

26115
855
33
00:09:30
10.11.2020

Understanding the Open Systems Interconnection (OSI) Model is crucial for an IT career. Not only does it come up in several certification exams, but it can help you conceptualize how real-world applications work end-to-end. In this video, CBT Nuggets trainer Keith Barker (🤍KeithBarker) covers three important aspects of the OSI reference model: what is it, how does it work, and how can we use it? Read the full blog post here: 🤍 Not a CBT Nuggets subscriber? Start your free week: 🤍 #networking #osimodel #tcpip

OSI Model animated, What is osi model in networking? 7 OSI layers explained

48616
810
25
00:09:24
05.07.2021

The OSI model describes how a data transfers over the network from one computer to the other and the way that the systems send information to one another. In order to accomplish successful communication between computers, there are 7 distinct layers which are interconnected and which work closely to make the communication happen, that is why it is called the open system interconnection model or the OSI seven layer model or open system. The purpose of this model is to enable functionality and interoperability between different vendors and connectors. From a design point of view, it divides larger tasks into smaller, more manageable ones. The seven Layers of OSI model are Layer 1 - Physical Layer Layer 2 - Data Link Layer Layer 3 - Network Layer Layer 4- Transport Layer Layer 5- Session Layer Layer 6 - Presentation Layer Layer 7 - Application Layer #osimodel #tcp #osi #networklayer

OSI Model Explained | Open System Interconnection Model | Networking Tutorial | Simplilearn

10801
249
20
00:12:29
18.11.2021

*Note: 1+ Years of Work Experience Recommended to Sign up for Below Programs⬇️ 🔥Post Graduate Program In Cyber Security: 🤍 In this video on what is an OSI model?, we will understand how our system, smartphones, etc. share the different formats of data and information over the network channel. 🔥Free Cyber Security Course with completion certificate: 🤍 ✅Subscribe to our Channel to learn more about the top Technologies: 🤍 To access the slides, click here: 🤍 ⏩ Check out the Cyber Security training videos: 🤍 #OSIModel #OpenSystemInterConnectionModel #WhatIsOSI #WhatIsOpenSystemInterconnectionModel #NetworkSecurity #Networking #CyberSecurity #Simplilearn ➡️ About Post Graduate Program In Cyber Security This Post Graduate Program in Cyber Security will help you learn comprehensive approaches to protecting your infrastructure and securing data, including risk analysis, mitigation, and compliance. You will get foundational to advanced skills through industry-leading cyber security certification courses that are part of the program. ✅ Key Features - Simplilearn Post Graduate Certificate - Masterclasses from MIT Faculty - Featuring Modules from MIT SCC and EC-Council - 8X higher interaction in live online classes conducted by industry experts - Simplilearn's JobAssist helps you get noticed by top hiring companies - Industry case studies in cyber security - Access to CEH Pro Version - 25+ hands-on projects - Capstone project in 3 domains - MIT CSAIL Professional Programs Community ✅ Skills Covered - Advanced Hacking Concepts - Network Packet Analysis - Ethical Hacking - IDS Firewalls and Honeypots - Security and Risk Management - Network Security - Software Development Security - Cryptography OSI and TCPIP Models - Identity and Access Management - Security Assessment and Testing - Trojans Backdoors and Countermeasures - Mobile and Web Technologies 👉 Learn More at: 🤍 🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688 🎓Enhance your expertise in the below technologies to secure lucrative, high-paying job opportunities: 🟡 AI & Machine Learning - 🤍 🟢 Cyber Security - 🤍 🔴 Data Analytics - 🤍 🟠 Data Science - 🤍 🔵 Cloud Computing - 🤍

Free CCNA | OSI Model & TCP/IP Suite | Day 3 | CCNA 200-301 Complete Course

883685
14854
1384
00:32:54
26.10.2019

Free CCNA 200-301 flashcards/Packet Tracer labs for the course: 🤍 📖 My CCNA Book: 🤍 📚Boson ExSim: 🤍 ← the BEST practice exams for CCNA 💻Boson NetSim: 🤍 ← 100+ detailed guided labs for CCNA 💯ExSim + NetSim: 🤍 ← get BOTH for a discount! 🥇CCNA Gold Bootcamp: 🤍 ← the course I used to get my CCNA (top rated course on the Internet) Get the course ad-free with bonus quizzes and more on JITL Academy: 🤍 How to use the flashcards: 🤍 In this video you will learn about two networking models, the OSI Model and TCP/IP Suite. In this FREE and COMPLETE CCNA 200-301 course you will find lecture videos covering all topics in Cisco official exam topics list, end-of-video quizzes to test your knowledge, flashcards to review, and practice labs to get hands-on experience. SUPPORT MY CHANNEL The best way to support my channel is to like, comment, subscribe, and share my videos to help spread the word! If you can spare to leave a tip, here are some options: PayPal: 🤍 BAT (Basic Attention Token) tips in the Brave browser (🤍 Patreon: 🤍 Cryptocurrency Addresses Bitcoin: bc1qxjpza7nx46e8a2rtz6vkcrvxx9mfjnufdrk0jv Ethereum: 0x08B4325b1B99B05d850A3bfCd4A6620D770cfB64 0:00 Introduction 1:10 What is a networking model? 2:24 Networks without standardization 3:23 OSI Model 4:19 OSI Model - Application Layer (7) 6:46 OSI Model - Presentation Layer (6) 7:39 OSI Model - Session Layer (5) 8:12 OSI Model - The Upper Layers 9:14 OSI Model - Transport Layer (4) 10:50 OSI Model - Network Layer (3) 12:27 OSI Model - Data Link Layer (2) 14:20 OSI Model - Physical Layer (1) 15:52 Protocol Data Units (PDUs) 17:06 OSI Model Acronyms 17:51 TCP/IP Suite 18:45 OSI Model vs TCP/IP Suite 21:02 Data Flow 25:12 Quiz 1 26:57 Quiz 2 28:24 Quiz 3 29:55 Quiz 4 31:20 Quiz 5 #cisco #CCNA

What is the OSI model? Memorize each of its seven layers

73489
1371
38
00:03:14
06.10.2020

Learn each of the seven layers of the Open Systems Interconnection, or OSI, model with this easy mnemonic trick. The OSI Model was developed in order to help troubleshoot network problems, promote interoperability among devices, and to simplify the task of writing network protocols. #OSImodel #networking OSI model, What is the OSI model?, How to memorize OSI model, Open Systems Interconnection model, OSI mnemonic, networking, network protocols, data transfer, OSI model layers, OSI model explained Follow TECH(talk) for the latest tech news and discussion! ­ SUBSCRIBE: 🤍 FACEBOOK: 🤍 TWITTER: 🤍 IDG ENTERPRISE WEBSITES Computerworld: 🤍 CIO: 🤍 CSO: 🤍 InfoWorld: 🤍 Network World: 🤍

OSI Model: A Practical Perspective - Part 2 - Networking Fundamentals - Lesson 2

173014
6265
480
00:14:09
30.12.2020

Module 1 of the Networking Fundamentals course will illustrate the core of networking: How data moves through the Internet. The foundation of that is understanding the OSI model. But this isn't about mere memorization, instead we are going to look at the underlying goals of each layer of the OSI model, and how it contributes to the over all goal of networking: Moving data between hosts. This lesson is a free lesson from my new course on Networking Fundamentals. The first module of this course is meant to teach you everything you need to know to understand how packets move through a network. All the lessons for the first module will be released for free here on Youtube: = Networking Fundamentals - Module 1 = Lesson 1 - Network Devices Part 1: 🤍 Part 2: 🤍 Lesson 2 - OSI Model Part 1: 🤍 Part 2: 🤍 Lesson 3 - Everything Hosts to do speak on the Internet Part 1: 🤍 Part 2: 🤍 Lesson 4 - Everything Switches do to facilitate communication Part 1: 🤍 Part 2: 🤍 Lesson 5 - Everything Routers do to facilitate communication Part 1: 🤍 Part 2: 🤍 Part 3: 🤍 Lesson 6 - Networking Protocols - 🤍 - ARP, FTP, SMTP, HTTP, SSL, TLS, HTTPS, DNS, DHCP - Four items MUST be configured for Internet Connectivity Lesson 7 - How Data moves through the Internet - 🤍 - Interview question: What happens when you type "site.com" into a web browser? - If you enjoyed this content, then please tell one other person about this series. At the end of the day, sharing this content is the best way you can thank me and return the favor for this free content. You can get free Internet Points (Karma, Likes, etc) by simply sharing this content across social media communities. =) Thank you. - 🖧 Full Networking Fundamentals series (Module 1 - all FREE): 🤍 📇 Details about the Full Networking Fundamentals Course: 🤍 📜 Studying for your CCNA? 🤍 🧮 Want to learn Subnetting? 🤍 🔐 Want to learn about SSL, TLS, and Cryptography? 🤍 📖 Other Courses: 🤍 💬 Discord: 🤍 #networking #ccna #network #osi #switches #routers

How the OSI Model Works | Network Fundamentals Part 3

461975
7572
250
00:16:51
12.07.2018

How the OSI Model Works | Network Fundamentals Part 3 The OSI Model Explained Surely you've heard about the #OSI model. That's why you're here right? Well, this is the right place for you! In this video we discuss models, and why they're used. We look into the physical, data link, network, transport, session, presentation, and application layers, and how they relate to the real world. And finally, we look at an example. This shows how a web request flows through each of the layers. For further study, I recommend: CCENT/CCNA ICND1 100-105 Official Cert Guide (affiliate) 🤍 🤍 The answers to the quizzes in this video are found at: 🤍 In part 4 we'll Look at how IP addresses work Attribution How to write address on the envelope correctly 🤍 The modern postage stamp 🤍 Disclaimer This video contains affiliate links. I receive a small commission at no cost to you when you purchase using my link #NetworkDirection #CCNA #CCENT

REAL LIFE example!! (TCP/IP and OSI layers) // FREE CCNA // EP 4

607863
21562
771
00:16:50
06.08.2020

Let's follow a packet through the layers of the TCP/IP and OSI model!! // CCNA Course 200-301 - sponsored by the Boson Software: 🤍 (affiliate) Watch the whole course: 🤍 Go deeper: 🤍 🔥🔥Join the NetworkChuck Academy!: 🤍 ☕☕OFFICIAL NetworkChuck Coffee: 🤍 ☕☕ Watch the whole course: 🤍 Join the Discord server: 🤍 Install Packet Tracer: 🤍 CCNA Episode 3 Packet Tracer Lab: 🤍 0:40 ⏩ starting the journey 2:03 ⏩ the Application Layer (7) 3:54 ⏩ the Transport Layer (4) 4:57 ⏩ ENCAPSULATION!!!! 5:57 ⏩ the Network Layer (3) 7:07 ⏩ the Data Link Layer (2) 8:49 ⏩ DE-encapsulation 10:41 ⏩ MORE de-encapsulation 12:30 ⏩ QUIZ TIME!!! 🔥🔥Get your CCNA with BOSON🔥🔥 -CCNA Lab: 🤍 (Boson NetSim) (affiliate) -CCNA Practice Exam: 🤍 (Boson ExSim) (affiliate) -CCNP Lab: 🤍 (Boson NetSim) (affiliate) -CCNP Practice Exam: 🤍 (Boson ExSim) (affiliate) ➡️Support NetworkChuck: 🤍 ☕or buy me a coffee: 🤍 ☕ other FANTASTIC CCNA training resources: FULL CCNA course: 🤍 ( 🤍David Bombal ) ITProTV: 🤍 🔥Learn Python🔥 Codecademy: 🤍 (GEAR I USE...STUFF I RECOMMEND) My network gear: 🤍 Amazon Affiliate Store: 🤍 Buy a Raspberry Pi: 🤍 #ccna #ccna200301 #freeccna

What is osi model in networking? 7 OSI layers explained with real examples | osi vs tcp/ip model

289673
8905
531
00:24:43
29.10.2020

What is osi model ? 7 OSI layers explained with real life example | osi vs tcp/ip model #osimodel #osivstcpip #networking 📢📢 Subscribe to my FREE newsletter "Normal I.T. Guy" to know more about what I am thinking, learning and doing in my career & life !! CLICK THE LINK BELOW 👇👇👇 🤍 *Do check out our popular playlists* 1) Networking and Infra Concepts - 🤍 2) Crunching Data Series (2020) - 🤍 3) Google Cloud Platform Beginner Series (2020) - 🤍 4) Latest technology tutorial (2020) - 🤍 Hi Friends, I am Anshul Tiwari, and welcome to our youtube channel ITkFunde. More about this video - In this video, we will learn the fundamentals of the OSI model. Open System Interconnect (OSI) model is a framework that divides all network communication into 7 distinct layers. Each layer has a specific role to play in network communication. These 7 layers (from bottom to top) are: - 1. Physical 2. Data Link 3. Network 4. Transport 5. Session 6. Presentation 7. Application So in this video, we will learn the very basics of osi model using a real-life example and understand how a sender sends and the receiver receives the data via the network. Also, we will understand what are Protocol Data Units (PDUs) and how data changes while it flows through each layer of osi model. We will also know the famous protocols of each layer like http, ftp, smpt,tcp, udp,ip etc. We will come to know which device falls into which layer like routers, firewalls, VPNs, proxies, etc. At the end, we will learn the basic difference between osi and tcp/ip model. Hope this video gives you a new perspective of learning the osi model. Credits & Resources - images - pixabay.com *Social Links* Facebook - 🤍 Linkedin - 🤍 Twitter - 🤍 Blog - 🤍 Instagram -🤍 *About This Channel* Friends ITkFUNDE channel wants to bring I.T related knowledge, information, career advice, and much more to every individual regardless of whether he or she belongs to I.T or not. This channel is for everyone interested in learning something new!

The OSI Model by Example - The Backend Engineering Show with Hussein Nasser

43984
1982
97
00:31:12
21.05.2021

In this episode of the Backend Engineering Show, I’ll explain the OSI Model with an example. I start with the physical layer which is often ignored moved up to the application layer, presentation layer, session layer, transport layer, IP layer, and data link layer. I believe every software engineer should understand the OSI Model as it helps cement the fundamental understanding of networking applications. Intro 0:00 Layer 1 Physical 4:00 Layer 7 Application 9:45 Layer 6 Presentation 11:30 Layer 5 Session 14:20 Layer 4 Transport 15:00 Layer 3 IP 18:00 Layer 2 Data Link 20:00 Summary 28:00 Support my work on PayPal 🤍 Become a Member on YouTube 🤍 🧑‍🏫 Courses I Teach 🤍 🏭 Backend Engineering Videos in Order 🤍 💾 Database Engineering Videos 🤍 🎙️Listen to the Backend Engineering Podcast 🤍 Gears and tools used on the Channel (affiliates) 🖼️ Slides and Thumbnail Design Canva 🤍 🎙️ Mic Gear Shure SM7B Cardioid Dynamic Microphone 🤍 Cloudlifter 🤍 XLR cables 🤍 Focusrite Audio Interface 🤍 📷 Camera Gear Canon M50 Mark II 🤍 Micro HDMI to HDMI 🤍 Video capture card 🤍 AC Wall for constant power 🤍 Stay Awesome, Hussein

What is the OSI Model

40953
1093
98
00:54:02
09.06.2022

Silicon Dojo - 🤍 00:00 Introduction 01:50 The OSI Model is a Conceptual Model 06:06 Layers of the OSI Model 18:13 Mapping Equipment and Systems to OSI Layers 28:14 Using the OSI Model for Troubleshooting 46:00 TCP/IP Model vs the OSI Model 50:11 Final Thoughts

OSI Model, Open System Interconnection Model in Computer Network

1635
46
17
00:31:17
04.05.2023

OSI Model of Computer Network explained with following Timestamps: 0:00 - OSI Model - Computer Network 0:34 - Application Layer 2:56 - Presentation Layer 5:11 - Session Layer 8:52 - Transport Layer 17:26 - Network Layer 23:21 - Datalink Layer 28:09 - Physical Layer OSI Model of Computer Network explained with following outlines: 0. Computer Network 1. OSI Model, Open System Interconnection Model 2. Application Layer of OSI Model 3. Presentation Layer of OSI Model 4. Session Layer of OSI Model 5. Transport Layer of OSI Model 6. Network Layer of OSI Model 7. Datalink Layer of OSI Model 8. Physical Layer of OSI Model Engineering Funda channel is all about Engineering and Technology. Here this video is a part of Computer Network. #OSIModel #ComputerNetwork #EngineeringFunda ⬇ *Premium Courses of Engineering Funda* ⬇ ✅ *༺🚩Computer Network 🚩༻* – 🤍 ✅ *༺🚩Computer Architecture & Organization 🚩༻* – 🤍 ✅ *༺🚩ARM Processor 🚩༻* – 🤍 ✅ *༺🚩Internet of Things - IoT 🚩༻* – 🤍 ✅ *༺🚩Microprocessor 8085 🚩༻* – 🤍 ✅ *༺🚩Microprocessor 8086 🚩༻* – 🤍 ✅ *༺🚩AVR Microcontroller 🚩༻* – 🤍 ✅ *༺🚩8051 Microcontroller 🚩༻* – 🤍 ✅ *༺🚩80386 & Pentium Processor 🚩༻* – 🤍 ✅ *༺🚩Embedded System 🚩༻* – 🤍 ✅ *༺🚩VLSI 🚩༻* – 🤍 ✅ *༺🚩Digital Electronics 🚩༻* – 🤍 ✅ *༺🚩Network Theory 🚩༻* – 🤍 ✅ *༺🚩Control Engineering 🚩༻* – 🤍 ✅ *༺🚩Electromagnetic Theory 🚩༻* – 🤍 ✅ *༺🚩Power Electronics 🚩༻* – 🤍 ✅ *༺🚩Electronic Devices 🚩༻* – 🤍 ✅ *༺🚩Signal and System 🚩༻* – 🤍 ✅ *༺🚩Optical Communication 🚩༻* – 🤍 ✅ *༺🚩Analog Communication 🚩༻* – 🤍 ✅ *༺🚩Digital Communication 🚩༻* – 🤍 ✅ *༺🚩Antennas & wave Propagation 🚩༻* – 🤍 ✅ *༺🚩Microwave Engineering 🚩༻* – 🤍 ✅ *༺🚩Basic Electronics 🚩༻* – 🤍 ✅ *༺🚩Analog Electronics 🚩༻* – 🤍 ✅ *༺🚩Digital Signal Processing 🚩༻* – 🤍 ✅ *༺🚩RADAR Engineering 🚩༻* – 🤍 ✅ *༺🚩Audio Video System / TV 🚩༻* – 🤍 ✅ *༺🚩Engineering Drawing/ Graphics 🚩༻* – 🤍 ✅ *༺🚩Basic Mechanical Engineering 🚩༻* – 🤍 ✅ *༺🚩Mechanics of Solid 🚩༻* – 🤍 ✅ *༺🚩Theory of Computation 🚩༻* – 🤍 ✅ *༺🚩Java Programming 🚩༻* – 🤍 ✅ *༺🚩Python Programming 🚩༻* – 🤍 ✅ *༺🚩Placement Test series on C 🚩༻* – 🤍 ✅ *༺ Please Share it with your friends to support us. ༻* 👉 *༺ You can also support us by joining us ༻* : 🤍

Each layer of the OSI model and TCP/IP explained.

265181
7023
257
00:19:48
13.10.2019

The OSI model explained, including the function of each layer, as well as the protocols and data encapsulation of the Internet Protocol Suite and TCP/IP. Here is the link to my slide deck for this video: 🤍

OSI Model | OSI Model Explained | OSI Animation | OSI Model in easiest Way | OSI 7 Layers

58055
1723
78
00:22:05
25.01.2022

#osi #OSIModel #Networking Hello Friends, In this Video tutorial We will Learn OSI layers in a computer network Or computer network layers, We will try to understand OSI Model, OSI reference model or open system interconnection model or networking model including Application Layer, Presentation Layer, Session Layer, Transport Layer, Network Layer, Data Link Layer and Physical layer. I will try to clear your concept regarding OSI Model Definition, Function, and use. Protocols in computer network layers of OSI model. OSI Model defines and is used to understand. How data is transferred from one computer to another in a computer network? In the most basic form, where two computers connected to each other with LAN Cable and RJ45 connectors sharing data with the help of Network Card forms a network. But if one computer is based on Microsoft Windows and the other one has MAC OS installed, then how these two computers are going to communicate with each other? In order to accomplish successful communication between computers or networks of different architectures, 7-layered OSI Model or Open System Interconnection Model was introduced by the International Organization for Standardization in 1984. OSI model contain Application Layer, Presentation Layer, Session Layer, Transport layer, Network Layer, Data Link Layer & Physical Layer. Open system interconnection model, osi model, what is osi model, explain osi model, osi model lecture, define osi model, osi model in networking, how data is transferred in internet, network security, osi reference model, osi model in hindi, osi 7 layers, 7 layers of osi model, osi stack, application layer, presentation layer, session layer, transport layer, network layer, data link layer, physical layer. what is osi model, osi model, osi layers, osi, OSI, 7 layers of osi model, network layer, osi network model, 7 layers of networking, osi reference model, ip layers, osi model layer, osi 7 layer, osi model explained, m osi, network layer, iso osi, ip layers, osi model, osi model explained, osi model animation, the osi model, osi model English, application layer in osi model,osi model troubleshooting, osi layers, osi model 7 layers, osi model 7 layers explained, presentation layer, presentation layer in osi model, session layer, session layer in osi model, transport layer, transport layer in osi model, transport layer protocols, network layer, network layer protocols, layers of osi model, layers of osi model explained, layers of osi model and their functions , Datalink layer, protocols, Physical layer, Application layer, open systems interconnection model, tcp, media access control, data link layer, network osi model, network layer in osi model, osi model has how many layers,

OSI Model Animation | How OSI works | OSI Explained | master spark

73415
1626
87
00:12:06
09.04.2020

OSI Model animation is the most intuitive explanation of how the OSI model works and, when I was learning I found out that most of the videos that explained the OSI model are not so easy to understand, so that lead me to the creation of this video. All of OSI model layers, like the application layer, presentation layer, session layer, transport layer, network layer, data link layer, physical layer have defined input and outputs and that's why the internet is working so well Important Timestamps One Page Summary of entire Lecture 10:30 Airline Company Example 1:09 Pizza Company Example 1:35 King's Meeting 3:34 Side by Side Comparison of OSI and King's Meeting 6:40 Chaos Networking 3:07 Complete Timestamps: 0:00 Why this Video 0:12 Either Memorize or Understand the OSI 0:43 Introduction to OSI 0:56 Layered Architecture in networking 1:09 Airline Company Example 1:35 Pizza Company Example 2:24 Benefits of Layered Architecture in networks 3:07 Chaos Networking 3:17 Introduction to OSI Model 3:34 King's Meeting 3:40 King's Sender Side: Application Layer 3:53 King's Sender Side: Presentation Layer 4:17 King's Sender Side: Session Layer 4:41 King's Sender Side: Transport Layer 5:08 King's Sender Side: Network Layer 5:22 King's Sender Side: Data Link layer 5:32 King's Sender Side: Physical Layer 5:34 Intermediate Node: 5:58 King's Receiver Side: Transport Layer 6:09 King's Receiver Side: Session Layer 6:17 King's Receiver Side: Presentation Layer 6:26 King's Receiver Side: Application Layer King's example Complete Workflow [ Real Life example of OSI Model ] 6:40 Side by Side Comparison of OSI and King's Meeting 7:01 How Application Layer works? 7:40 How Presentation Layer works? 8:00 How Session Layer works? 8:19 How Transport Layer works? 8:49 How Network Layer works? 9:45 How Data Link Layer works? 10:09 How Physical Layer works? 10:30 One Page Summary of entire Lecture Open system interconnect was formalized by International Organization for standardization in 1984. It is a reference tool for understanding how the data is communicated between any two networked systems. Networking is complex so the OSI model divides the complex functions of computer networks into 7 different layers of OSI. So to easily understand the system. Sometimes the animations are required to understand and visualize the difficult concepts so this whiteboard animation video works well in explaining the working principle of the OSI Model. OSI Model will also help you inculcate the TCP/IP protocol, also called as transmission control protocol and Internet Protocol.

The OSI Reference Model (Part 2)

342383
5512
90
00:11:46
24.11.2019

Computer Networks: The OSI Reference Model in Computer Networks Topics discussed: 1) The OSI reference model and layers. 2) Services offered by the Application layer. 3) Services offered by the Presentation layer. 4) Services offered by the Session layer. Follow Neso Academy on Instagram: 🤍nesoacademy (🤍 Contribute: 🤍 Memberships: 🤍 Books: 🤍 Website ► 🤍 Forum ► 🤍 Facebook ► 🤍 Twitter ► 🤍 Music: Axol x Alex Skrindo - You [NCS Release] OSI Reference Model Image Source: Data Communication and Networking by Behrouz A. Forouzan #ComputerNetworksByNeso #ComputerNetwork #OSIReferenceModel #Layering

Lecture - OSI Model

135114
1920
175
00:49:12
10.09.2013

The OSI Reference Model (Part 3)

265776
4942
90
00:16:26
26.11.2019

Computer Networks: The OSI Reference Model in Computer Networks Topics discussed: 1) Services offered by the Application layer. 2) Services offered by the Presentation layer. 3) Services offered by the Session layer. 4) Services offered by the Transport layer. 5) Services offered by the Network layer. 6) Services offered by the Data Link layer. 7) Services offered by Physical Layer. Follow Neso Academy on Instagram: 🤍nesoacademy (🤍 Contribute: 🤍 Memberships: 🤍 Books: 🤍 Website ► 🤍 Forum ► 🤍 Facebook ► 🤍 Twitter ► 🤍 Music: Axol x Alex Skrindo - You [NCS Release] Image Source: Data Communication and Networking by Behrouz A. Forouzan #ComputerNetworksByNeso #ComputerNetwork #OSIReferenceModel #Layering

Part 1.10 - Basics of Open System Interconnection OSI model in hindi and how it works

65051
1670
90
00:10:41
26.05.2021

📲 KnowledgeGate Android App: 🤍 🌎 KnowledgeGate Website: 🤍 Contact Us: 👇 🌎 Whatsapp on: 🤍 📞Call on: +91-8097320395, +91-9650184667 💻 Email: contact🤍knowledgegate.in ⚠️ Do not miss our Bestsellers Courses: 🔥 KG PRIME(All KG Content): 🤍 🚀 CS Bundle(GATE, NET, University Exam): 🤍 📝 Mera Placement Hoga(Complete Placement Preparation): 🤍 🧑🏼💻 Main Coder Banunga(Complete Coding Guide): 🤍 👉 Free Subject-Wise Complete PlayList: 👇 ▶️ DBMS: 🤍 ▶️ Operating System: 🤍 ▶️ TOC|Automata: 🤍 ▶️ Computer Networks: 🤍 ▶️ Digital Electronics: 🤍 ▶️ Compiler Design: 🤍 ▶️ Computer Architecture: 🤍 ▶️ Data Structure: 🤍 ▶️ Algorithms: 🤍 ▶️ Set, Relation, Function: 🤍 ▶️ Graph Theory: 🤍 ▶️ Group Theory: 🤍 ▶️ Proposition: 🤍 👉 Our Other YouTube Channels For More Preparation 👇 🆕 KnowledgeGate Placement Prep: 🤍 🆕 KnowledgeGate Coding: 🤍 🆕 SanchitSocket: 🤍 👉 Social Media: 👇 📝 Telegram: 🤍 📱 WhatsApp: 🤍 📸 Instagram: 🤍 📸 Facebook: 🤍 #knowledgegate #GATE #sanchitjain * Content in this Video:

What is OSI Model in Computer Network | 7 Layers of OSI Model | OSI Layers Explained with Examples

4776
22
2
00:12:42
29.08.2023

🔥 Dive into the fundamentals of networking with our comprehensive guide to the OSI Model! 🌐 In this video, we break down what is OSI Model in computer networks, understand 7 OSI layers explained in detail and discuss examples for each of them. Whether you're a beginner or looking to refresh your knowledge, this OSI Model explanation will set you on the right track. Video Walkthrough 0:00 What is OSI Model Explained 0:45 What is Physical Layer in OSI Model 1:14 Physical Layer Functions 2:11 Physical Layer Example 2:29 What is Data Link Layer in OSI Model 2:49 Data Link Layer Functions 3:48 Data Link Layer Example 4:20 What is Network Layer in OSI Model 4:40 Network Layer Functions 5:33 Network Layer Example 6:08 What is Transport Layer in OSI Model 6:26 Network Layer vs Transport Layer 6:40 Transport Layer Functions 7:30 Transport Layer Example 7:55 What is Session Layer in OSI Model 8:14 Session Layer Functions 8:53 Session Layer Example 9:14 What is Presentation Layer in OSI Model 9:33 Presentation Layer Functions 10:05 Presentation Layer Example 10:27 What is Application Layer in OSI Model 11:06 Application Layer Functions 11:50 Application Layer Example 12:08 Conclusion 📚 What is the OSI Model? The OSI (Open Systems Interconnection) Model is a conceptual framework that defines the different layers involved in networking and communication systems. Each layer plays a crucial role in ensuring smooth data transmission and interaction between devices. 🌟 Key Points Covered: Physical Layer: The foundation of data transmission, dealing with physical connections and electrical signals. Data Link Layer: Focuses on node-to-node communication, error detection, and data framing. Network Layer: Enables routing and logical addressing, ensuring data reaches its destination across different networks. Transport Layer: Manages end-to-end communication, flow control, and error checking. Session Layer: Establishes, maintains, and ends connections between applications. Presentation Layer: Deals with data translation, encryption, and compression to ensure seamless information exchange. Application Layer: The user interface for network services, allowing software to interact with the network. 🔗 Stay connected to the conversation on computer networking by subscribing to our channel and hitting the notification bell. Whether you're a student, IT professional, or just curious about how the internet works, this explanation of OSI layers for beginners will provide you with valuable insights. 📌 Topics Covered: Computer Networking, OSI Model Explained, 7 Layers of OSI Model, OSI Model Tutorial, OSI Model for Beginners, Networking Basics, OSI Model Breakdown, OSI Model Simplified, OSI Model Video Lecture. Recommended Videos, All SQL Fundamentals Explained in 10 Minutes | Learn SQL Basics for Beginners 🤍 All DBMS Keys Explained | Primary, Super, Candidate, Alternate, Foreign, Composite & Unique Key 🤍 All Major Data Mining Techniques Explained With Examples 🤍 Difference Between AI vs ML vs DL vs Data Science Explained 🤍 Data Mart vs Database vs Data Warehouse vs Data Lake Explained 🤍 🔔 Subscribe to our channel for more exciting tech tutorials on OSI layers for dummies and stay tuned for upcoming in-depth videos on computer network.

Назад
Что ищут прямо сейчас на
OSI Model reiki solaris film UUUMGOLF 맨폴 free fire ao vivo китайский Official FB page фил клуб бмв f1 news jump scare биточек yaemiko aloha marium mooro VASO DE BARRO nowaja abdomen bajo pizza