{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Layers Flashcards

(4 cards)

1
Q

Application layer

A
  • This is the layer where the communication process begins
  • The application layer interacts directly with software applications, such as web browsers and email clients
  • The application layer prepares data for transmission over the network by converting it into a format that can be sent and received over the network (known as encapsulation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Transport layer

A
  • The transport layer receives data from the application layer
  • The transport layer is responsible for end-to-end communication between the source and destination
  • The transport layer breaks the data it receives down into smaller units called packets
  • Each packet is assigned a port number (so the data can be reassembled in the correct order at the destination)
  • Each packet is also labelled with a header containing information (e.g. the packet number)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Internet layer

A
  • The internet layer receives packets from the transport layer
  • It adds a header to each packet, including the sender’s IP address and the receiver’s IP address
  • The internet layer is responsible for routing each packet across the network using the IP addresses in the headers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Link layer

A
  • receives packets from the Internet layer and prepares them for transmission over the physical network
  • The link layer translates the digital packets into an electrical, optical, or wireless signal that can be sent over the network
  • Once the signal reaches the receiving end, the network layer translates it back into digital packets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly