• Mạng máy tính 1 - Lecture 9: Socket programming with javaMạng máy tính 1 - Lecture 9: Socket programming with java

    DateTime Server import java.net.*; import java.io.*; import java.util.Date; public class DayTimeServer { public final static int daytimePort = 5000; public static void main(String[] args) { ServerSocket theServer; Socket theConnection; PrintStream p; try { theServer = new ServerSocket(daytimePort)

    pdf23 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 888 | Lượt tải: 0

  • Mạng máy tính 1 - Lecture 4: Wireless and mobile networksMạng máy tính 1 - Lecture 4: Wireless and mobile networks

    2.5 G systems: voice and data channels  for those who can’t wait for 3G service: 2G extensions  general packet radio service (GPRS)  evolved from GSM  data sent on multiple channels (if available)  enhanced data rates for global evolution (EDGE)  also evolved from GSM, using enhanced modulation  data rates up to 384K  CDMA-2000 (pha...

    pdf37 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 792 | Lượt tải: 0

  • Mạng máy tính 1 - Chapter 5: Link layer and lansMạng máy tính 1 - Chapter 5: Link layer and lans

    1. Every port is assigned a VLAN color. 2. Every MAC address is assigned a VLAN color. 3. Every layer 3 protocol or IP address is assigned a VLAN color.

    pdf27 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 869 | Lượt tải: 0

  • Mạng máy tính 1 - Lecture 3: Networking technologiesMạng máy tính 1 - Lecture 3: Networking technologies

    Association Disassociation Reassociation Distribution Integration Distribution Services

    pdf52 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 741 | Lượt tải: 0

  • Mạng máy tính 1 - Chapter 3: The data link layerMạng máy tính 1 - Chapter 3: The data link layer

    feedback-based flow control, the receiver sends back information (feedback) to the sender to control the flow.  rate-based flow control, the protocol has a built-in mechanism that limits the rate at which senders may transmit data.

    pdf16 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 846 | Lượt tải: 0

  • Mạng máy tính 1 - Lecture 2: Communication mediaMạng máy tính 1 - Lecture 2: Communication media

    Communication satellites and some of their properties, including altitude above the earth, round-trip delay time and number of satellites needed for global coverage.

    pdf35 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 815 | Lượt tải: 0

  • Mạng máy tính 1Mạng máy tính 1

    Main sectors • Radiocommunications • Telecommunications Standardization • Development  Classes of Members • National governments • Sector members • Associate members • Regulatory agencies

    pdf58 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 860 | Lượt tải: 0

  • Computer networks: a systems approach - Chapter 9: ApplicationsComputer networks: a systems approach - Chapter 9: Applications

    We have discussed some of the popular applications in the Internet Electronic mail, World Wide Web We have discussed multimedia applications We have discussed infrastructure services Domain Name Services (DNS) We have discussed overlay networks Routing overlay, End-system multicast, Peer-to-peer networks We have discussed content distributio...

    ppt97 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 917 | Lượt tải: 0

  • Computer networks: a systems approach - Chapter 8: Network securityComputer networks: a systems approach - Chapter 8: Network security

    We have discussed privacy and security issues in the network We have discussed different authentication protocols We have discussed different key distribution protocols We have discussed different cipher techniques Classical and Public-Key We have discussed some examples of secured systems PGP, SSH, IPSec

    ppt72 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 943 | Lượt tải: 0

  • Computer networks: a systems approach - Chapter 7: End - To - end dataComputer networks: a systems approach - Chapter 7: End - To - end data

    Video Compression (MPEG) Frame Types MPEG takes a sequence of video frames as input and compresses them into three types of frames, called I frames (intrapicture), P frames (predicted picture), and B frames (bidirectional predicted picture). Each frame of input is compressed into one of these three frame types. I frames can be thought of as ref...

    ppt57 trang | Chia sẻ: nguyenlam99 | Ngày: 10/01/2019 | Lượt xem: 888 | Lượt tải: 0