Intro to Networking Flashcards
(26 cards)
What is a LAN, MAN and a WAN?
LAN - Local Area Network, a network of interconnected devices in a limited geographic area.
MAN - Metro Area Network, a network that spans a few buildings in a slightly bigger area than a LAN.
WAN - Wide Area Network uses 3rd party communication providers to carry network traffic from one place to another.
What is an Internetwork, Internet and Intranet?
Internetwork - A collection of LANS tied together by devices such as routers.
Internet - Worldwide Public internetwork that uses TCP/IP and HTTP.
Intranet - A private internetwork in which devices and services are only available to specified users (eg employees at a company).
What is the smallest increment of data on a computer?
A bit
What is a packet?
A chunk of data with a source and destination IP address added. Usually uses some form of TCP/IP
What is a frame?
A packet with the source and destination MAC addresses added.
Why are packets used for data transfer?
- Pauses between packet transfers allow other PCs to transfer data
- Allows receiving computer to process and error check data.
- If an error occurs only the affected packet needs to be re-sent.
- Gives the sending computer a chance to receive data from other computers and perform other processing tasks.
What are the 3 hardware components of network communication?
Network Interface Card (NIC)
Network medium
Interconnecting device
What is an NIC and what does it do?
Network Interface Card provides a connection between a computer’s motherboard and the network.
Give two examples of a network medium.
Ethernet cable
Wireless
What are routers, hubs, switchers and access points used for?
Routers - used for connecting multiple networks together
Hubs - Connect computers on a network together.
Switches - Used for connecting multiple computers within a network and can read data destinations.
Access points - Allow computers to connect to a network wirelessly.
What is the most common network architecture model?
Star Topology
What is the con of using a Star Topology?
If the central access point fails the whole system goes down.
What are the steps of network communication?
- App tries to access network resource by sending a message.
- Client software formats message and passes it to network protocol.
- Protocol packages the message in a network suitable format and sends it to NIC driver.
- NIC driver sends data in request to NIC card to be converted into necessary signals to be transmitted over network.
How is encapsulation used in network communication?
Data is encapsulated into packets then frames. As data is moved through each layer of the sending computer different headers and tailers are added to it so it ends up being a multi-layered package with data at it’s center. The receiving computer gets the package and as it moves through each layer decapsulates it until it can receive the data in the center.
What is the purpose of OSI?
Describes the functions of a baseline network system while remaining protocol agnostic.
For layer 7 Name: Purpose: Protocols: Common errors:
Name: App Layer
Purpose: Provides interfaces for apps to access network services.
Protocols: HTTP, FTP, SMTP
Common errors: Misconfigured client or server software or incompatible commands.
For layer 6 Name: Purpose: Protocols: Common errors:
Name: Presentation Layer
Purpose: Handles data formatting and translation.
Protocols: N/A
Common errors: Encryption or decryption errors.
For layer 5 Name: Purpose: Protocols: Common errors:
Name: Session
Purpose: Allows to computers to hold ongoing communication.
Protocols: Name lookups, User logon and logoff.
Common errors: User login errors.
For layer 4 Name: Purpose: Protocols: Common errors:
Name: Transport layer
Purpose: Manages data by breaking it down into segments to ensure it is under maximum frame size.
Protocols: N/A
Common errors: N/A
For layer 3 Name: Purpose: Protocols: Common errors:
Name: Network Layer
Purpose: Performs logical addressing and maps IP into physical addresses. Also performs routing by selecting the best path.
Protocols: IP, ARP, ICMP
Common errors: Router error and IP masking errors.
For layer 2 Name: Purpose: Protocols: Common errors:
Name: Data Link
Purpose: Works with frames and is intermediary between network and physical layer. Frame check sequences (FCS) are added here.
Protocols: N/A
Common errors: Collisions and invalid frames.
For layer 1 Name: Purpose: Protocols: Common errors:
Name: Physical Layer
Purpose: Converts bits into signals for outgoing or signals to bits for incoming messages.
Protocols: Wire media uses elec pulses, Fibre optics uses light pulses and wireless uses radio waves.
Common errors: EC interference, malfunctioning hardware or multiple signals over same channel.
What is a pro of network layering?
Helps troubleshooting.
Allows for segmentation of control, updating and testing.
What is a packet sniffer?
Software that can intercept and log data passing over a network.