Lesson 3 -B Flashcards
What is computer network?
A computer network consist of two or more computers connected together and sharing data.
what is OSI model?
teh OSI model is a standart for communication between computer
what is OSI stand for?
Open System Interconnect
what are the layers of the OSI Model?
Application (L7), eg: HTTP, HTTPS
6- Presentation , eg
5- Session , eg: creatting session between 2 machines
4 - Transport , eg: TCP , UDP
3- Network , eg: router, ipv4
2- Data link , eg: switches
1- Physical eg: ethernet cables
what is the difference between TCP and UDP?
UDP: (User Datagram Protocol) is a “non connection oriented”
protocol ex: video or audio playback
- Data transfer is faster
- UDP doesn’t check if all the packets reach their destination /
it does not resend missing packets.
- Packets are not ordered
TCP: (Transmission Control Protocol) is a “connection oriented”
protocol
- Data transfer takes more time
- Data get transferred completely, and missing packets are resend
- Packets are received in the same order as they are sent
- It has a 3 ways handshake check
* Synchronization: SYN,
* Synchronization Acknowledgement: SYN-ACK,
* Acknowledgement: ACK
What is an IP address?
it is a unique number assign to a device on a specific network.
Lab: What is the class of the IP address 192.168.1.45?
The first octet is 192. This number is in the range [192, 223]. Therefore the IP address 192.168.1.45 is from class C
What is a subnet mask?
it is a number that determine how many ip addresses we can have in the network.
what is protocol in Networking?
they are rules that govern how computers exchange data and enable effective communication.
convert 192.168.1.131 into bits
how many classes of ip addresses exist?
5 classes
A: 1-126
B: 128-191
C: 192-223
D: 224-239
E: 240-255
how many bits are in an ip address?
32
how many octets are in an ipv4 address?
4
what is the class of the IP address 10.0.0.3 with the subnet 255.255.0.0?
class B
What is the Class of the IP address 10.0.0.65 subnet 255.255.255.0?
C