CompTIA Network+ Summary Part 1
This is a summary of my notes on Chapter 1 of the CompTIA Network+ Certification Exam ALL-IN-ONE Book by Mike Meyers, Seventh Edition.
Things to keep in mind:
- Synthesizing paragraphs while using a huge list of facts sometimes results in dreadful sentences. It also results in some streams of thought that end abruptly. In any case, this is just a summary of notes and not an essay.
- Packet, data, frame – these are sometimes used interchangeably.
- When referring to a NIC sending off data through a cable it’s important to understand that wireless capability is also implied. The distinction far exceeds the goal of this chapter.
- Some things are repeated but this is simply for reinforcement.
- 00:00:00:00:00:00
- 0001 = 1
- 0010 = 2
- 0011 = 3
- 0100 = 4
- 0101 = 5
- 0110 = 6
- 0111 = 7
- 1000 = 8
- 1001 = 9
- 1010 = 10 or A
- 1011 = 11 or B
- 1100 = 12 or C
- 1101 = 13 or D
- 1110 = 14 or E
- 1111 = 15 or F
- AF:00:1F:22:1D:11
- 192.168.12.244
- (Frame(Packet(data)))
- {Frame[Dest MAC][Source MAC](Packet[Dest IP][Source IP](Segment[Port(data)]))[FCS]}
- Application Layer creates data.
- Transport Layer places data into segments or datagrams.
- Internet Layer places segments and datagrams into IP packets.
- Link Layer places IP packet into frame.