{"id":189,"date":"2022-11-28T18:48:29","date_gmt":"2022-11-28T18:48:29","guid":{"rendered":"http:\/\/learnlearn.uk\/ibcs\/?page_id=189"},"modified":"2023-10-27T06:17:15","modified_gmt":"2023-10-27T06:17:15","slug":"data-packets","status":"publish","type":"page","link":"https:\/\/learnlearn.uk\/ibcs\/data-packets\/","title":{"rendered":"Data, Segments, Packets &#038; Frames"},"content":{"rendered":"<div class=\"responsive-tabs\">\n<h2 class=\"tabtitle\">Data<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Data<\/h3>\n<p><a href=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-7.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-872\" src=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-7.png\" alt=\"\" width=\"801\" height=\"99\" srcset=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-7.png 801w, https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-7-300x37.png 300w, https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-7-768x95.png 768w\" sizes=\"(max-width: 801px) 100vw, 801px\" \/><\/a><\/p>\n<p>When data is requested by a user or posted from a form, the raw data must first be prepared by the application. This may involved encoding and encrypting the data at this level, especially if end-to-end encryption has been used.<\/p>\n\n<\/div><h2 class=\"tabtitle\">Segments<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Segments<\/h3>\n<h3><a href=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-6.png\"><img decoding=\"async\" loading=\"lazy\" class=\"size-full wp-image-856 alignnone\" src=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-6.png\" alt=\"\" width=\"797\" height=\"200\" srcset=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-6.png 797w, https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-6-300x75.png 300w, https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-6-768x193.png 768w\" sizes=\"(max-width: 797px) 100vw, 797px\" \/><\/a><\/h3>\n<p><em>Transport Layer (Layer 4 of the OSI model)<\/em><\/p>\n<p>Segmentation is the process of breaking down data from the higher layers (e.g., application layer) into smaller, manageable units for transmission. These smaller units are called segments.<\/p>\n<p>In TCP (Transmission Control Protocol), data is divided into segments before being sent over the network. These segments contain sequence numbers and other control information.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n\n<\/div><h2 class=\"tabtitle\">Packets<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Packets<\/h3>\n<h3><a href=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-5.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-857\" src=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-5.png\" alt=\"\" width=\"799\" height=\"307\" srcset=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-5.png 799w, https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-5-300x115.png 300w, https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-5-768x295.png 768w\" sizes=\"(max-width: 799px) 100vw, 799px\" \/><\/a><\/h3>\n<p><em>Network Layer (Layer 3 of the OSI model)<\/em><\/p>\n<p>Packets are the data units used for communication between devices in a network. The network layer is responsible for routing packets from the source to the destination. Packets contain not only the data but also network layer addressing information.<\/p>\n<p>In IP (Internet Protocol) networks, data is encapsulated into packets. Each packet includes the source and destination IP addresses and other information for routing.<\/p>\n<p>&nbsp;<\/p>\n\n<\/div><h2 class=\"tabtitle\">Frames<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Frames<\/h3>\n<h3><a href=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-4.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-858\" src=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-4.png\" alt=\"\" width=\"799\" height=\"425\" srcset=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-4.png 799w, https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-4-300x160.png 300w, https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-4-768x409.png 768w\" sizes=\"(max-width: 799px) 100vw, 799px\" \/><\/a><\/h3>\n<p>Data Link Layer (Layer 2 of the OSI model)<\/p>\n<p>Frames are the data units used for communication within a local network segment. The data link layer is responsible for controlling access to the physical medium (e.g., Ethernet or Wi-Fi) and ensuring reliable transmission within a local network.<\/p>\n<p>In Ethernet networks, data is formatted into frames. Each frame includes source and destination MAC addresses, frame delimiters, and error-checking information like CRC (Cyclic Redundancy Check).<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n\n<\/div><h2 class=\"tabtitle\">Resources<\/h2>\n<div class=\"tabcontent\">\n\n<h3>Resources<\/h3>\n<p><a href=\"https:\/\/docs.google.com\/presentation\/d\/11X6ZFCTMiK910rwD2oMGH1mrTrLfczl2IEPXaMIciMw\/edit?usp=sharing\">Teacher Presentation<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div><\/div>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Data When data is requested by a user or posted from a form, the raw data must first be prepared by the application. This may involved encoding and encrypting the data at this level, especially if end-to-end encryption has been used. Segments Transport Layer (Layer 4 of the OSI model) Segmentation is the process of&hellip;&nbsp;<a href=\"https:\/\/learnlearn.uk\/ibcs\/data-packets\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">Data, Segments, Packets &#038; Frames<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"off","neve_meta_content_width":70,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Data, Segments, Packets &#038; Frames - IB Computer Science<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/learnlearn.uk\/ibcs\/data-packets\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Data, Segments, Packets &#038; Frames - IB Computer Science\" \/>\n<meta property=\"og:description\" content=\"Data When data is requested by a user or posted from a form, the raw data must first be prepared by the application. This may involved encoding and encrypting the data at this level, especially if end-to-end encryption has been used. Segments Transport Layer (Layer 4 of the OSI model) Segmentation is the process of&hellip;&nbsp;Read More &raquo;Data, Segments, Packets &#038; Frames\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learnlearn.uk\/ibcs\/data-packets\/\" \/>\n<meta property=\"og:site_name\" content=\"IB Computer Science\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-27T06:17:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-7.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/learnlearn.uk\/ibcs\/data-packets\/\",\"url\":\"https:\/\/learnlearn.uk\/ibcs\/data-packets\/\",\"name\":\"Data, Segments, Packets &#038; Frames - IB Computer Science\",\"isPartOf\":{\"@id\":\"https:\/\/learnlearn.uk\/ibcs\/#website\"},\"datePublished\":\"2022-11-28T18:48:29+00:00\",\"dateModified\":\"2023-10-27T06:17:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/learnlearn.uk\/ibcs\/data-packets\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/learnlearn.uk\/ibcs\/data-packets\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/learnlearn.uk\/ibcs\/data-packets\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"IB Computer Science\",\"item\":\"https:\/\/learnlearn.uk\/ibcs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data, Segments, Packets &#038; Frames\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/learnlearn.uk\/ibcs\/#website\",\"url\":\"https:\/\/learnlearn.uk\/ibcs\/\",\"name\":\"IB Computer Science\",\"description\":\"- learnlearn..uk\",\"publisher\":{\"@id\":\"https:\/\/learnlearn.uk\/ibcs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/learnlearn.uk\/ibcs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/learnlearn.uk\/ibcs\/#organization\",\"name\":\"IB Computer Science\",\"url\":\"https:\/\/learnlearn.uk\/ibcs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/learnlearn.uk\/ibcs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2022\/09\/LearnLearnLogowhite-300x41.png\",\"contentUrl\":\"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2022\/09\/LearnLearnLogowhite-300x41.png\",\"width\":300,\"height\":41,\"caption\":\"IB Computer Science\"},\"image\":{\"@id\":\"https:\/\/learnlearn.uk\/ibcs\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Data, Segments, Packets &#038; Frames - IB Computer Science","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/learnlearn.uk\/ibcs\/data-packets\/","og_locale":"en_GB","og_type":"article","og_title":"Data, Segments, Packets &#038; Frames - IB Computer Science","og_description":"Data When data is requested by a user or posted from a form, the raw data must first be prepared by the application. This may involved encoding and encrypting the data at this level, especially if end-to-end encryption has been used. Segments Transport Layer (Layer 4 of the OSI model) Segmentation is the process of&hellip;&nbsp;Read More &raquo;Data, Segments, Packets &#038; Frames","og_url":"https:\/\/learnlearn.uk\/ibcs\/data-packets\/","og_site_name":"IB Computer Science","article_modified_time":"2023-10-27T06:17:15+00:00","og_image":[{"url":"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2023\/10\/DataSegmentpacketframe-7.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/learnlearn.uk\/ibcs\/data-packets\/","url":"https:\/\/learnlearn.uk\/ibcs\/data-packets\/","name":"Data, Segments, Packets &#038; Frames - IB Computer Science","isPartOf":{"@id":"https:\/\/learnlearn.uk\/ibcs\/#website"},"datePublished":"2022-11-28T18:48:29+00:00","dateModified":"2023-10-27T06:17:15+00:00","breadcrumb":{"@id":"https:\/\/learnlearn.uk\/ibcs\/data-packets\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learnlearn.uk\/ibcs\/data-packets\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/learnlearn.uk\/ibcs\/data-packets\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"IB Computer Science","item":"https:\/\/learnlearn.uk\/ibcs\/"},{"@type":"ListItem","position":2,"name":"Data, Segments, Packets &#038; Frames"}]},{"@type":"WebSite","@id":"https:\/\/learnlearn.uk\/ibcs\/#website","url":"https:\/\/learnlearn.uk\/ibcs\/","name":"IB Computer Science","description":"- learnlearn..uk","publisher":{"@id":"https:\/\/learnlearn.uk\/ibcs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/learnlearn.uk\/ibcs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/learnlearn.uk\/ibcs\/#organization","name":"IB Computer Science","url":"https:\/\/learnlearn.uk\/ibcs\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/learnlearn.uk\/ibcs\/#\/schema\/logo\/image\/","url":"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2022\/09\/LearnLearnLogowhite-300x41.png","contentUrl":"https:\/\/learnlearn.uk\/ibcs\/wp-content\/uploads\/sites\/25\/2022\/09\/LearnLearnLogowhite-300x41.png","width":300,"height":41,"caption":"IB Computer Science"},"image":{"@id":"https:\/\/learnlearn.uk\/ibcs\/#\/schema\/logo\/image\/"}}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"learnlearnadmin","author_link":"https:\/\/learnlearn.uk\/ibcs\/author\/learnlearnadmin\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Data When data is requested by a user or posted from a form, the raw data must first be prepared by the application. This may involved encoding and encrypting the data at this level, especially if end-to-end encryption has been used. Segments Transport Layer (Layer 4 of the OSI model) Segmentation is the process of&hellip;&nbsp;Read&hellip;","_links":{"self":[{"href":"https:\/\/learnlearn.uk\/ibcs\/wp-json\/wp\/v2\/pages\/189"}],"collection":[{"href":"https:\/\/learnlearn.uk\/ibcs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/learnlearn.uk\/ibcs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/learnlearn.uk\/ibcs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learnlearn.uk\/ibcs\/wp-json\/wp\/v2\/comments?post=189"}],"version-history":[{"count":5,"href":"https:\/\/learnlearn.uk\/ibcs\/wp-json\/wp\/v2\/pages\/189\/revisions"}],"predecessor-version":[{"id":873,"href":"https:\/\/learnlearn.uk\/ibcs\/wp-json\/wp\/v2\/pages\/189\/revisions\/873"}],"wp:attachment":[{"href":"https:\/\/learnlearn.uk\/ibcs\/wp-json\/wp\/v2\/media?parent=189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}