Section 2 - Network Models Flashcards
___ are used to represent how networks function.
Models
Name both network models.
- OSI 7-layer model
- TCP/IP 4-layer model
Data that is sent in chunks is called a __.
Frame
Frames are a maximum of __ bytes in size.
1500 bytes
What piece of hardware in the computer manifests and digests frames?
NIC (Network Interface Card)
Build a model of a frame and include all data chunks contained within a frame.
Destination MAC Address –> Source MAC Address –> Ether Type (port number[s]) –> Data –> Frame Check Sequence (FCS)
A MAC address is a unique __-bit identifier for a NIC.
48-bit
A __ __ address is included in a frame in order for the destination computer to send data back to it’s source computer.
Source MAC address
A __ transmission is addressed to a single node on a network whereas a __ transmission is sent to every node on a network.
A) Unicast, multicast B) Unicast, broadcast C) Broadcast, unocast D) Singlecast, multicast E) I give up, I don't know
B) Unicast, broadcast
Choose the correct IPv6 address.
A) 2001:0D8B8:FE01::
B) :2001:0D8B8:FE01
C) 2001::0D8B8:FE01:4020
A) 2001:0D8B8:FE01::
Which part within a frame never changes?
IP Packet
__ numbers help direct packet traffic between the source and destination.
Port numbers
Packets have __ numbers so the network software can reassemble the file correctly.
A) Port
B) File
C) Sequence
C) Sequence
Which is connection-oriented and which is connection-less?
UDP vs TCP
Connection-oriented = TCP Connection-less = UDP
Define binary
The 1’s and 0’s that is essentially “data.”